File tree 2 files changed +0
-4
lines changed 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 14
14
- Build the program, then copy the kernel image to the SD card.
15
15
``` console
16
16
$ cd rpi-4b-blink
17
- $ export TOOLCHAINS=' <toolchain-identifier>' # Your Swift nightly toolchain identifier
18
17
$ make
19
18
$ cp kernel8.img /Volumes/bootfs
20
19
```
21
20
- If your original OS is not 64-bit, make sure to set ` arm_64bit=1 ` in ` config.txt ` .
22
21
- Place the SD card in your Raspberry Pi 4B, and connect it to power.
23
22
- After the boot sequence, the green (ACT) led will start blinking in a regular pattern.
24
-
Original file line number Diff line number Diff line change 14
14
- Build the program, then copy the kernel image to the SD card.
15
15
``` console
16
16
$ cd rpi-5-blink
17
- $ export TOOLCHAINS=' <toolchain-identifier>' # Your Swift nightly toolchain identifier
18
17
$ make
19
18
$ cp kernel8.img /Volumes/bootfs # Copy kernel image to SD card
20
19
$ rm /Volumes/bootfs/kernel_2712.img # Delete this kernel image so our kernel8.img is used
21
20
$ # You can also rename our kernel8.img to kernel_2712.img, or set it to anything you want and specify "kernel=[your-img-name]" in config.txt.
22
21
```
23
22
- Place the SD card in your Raspberry Pi 5, and connect it to power.
24
23
- After the boot sequence, the green (ACT) led will start blinking in a regular pattern.
25
-
You can’t perform that action at this time.
0 commit comments