File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 1414- Build the program, then copy the kernel image to the SD card.
1515``` console
1616$ cd rpi-4b-blink
17- $ export TOOLCHAINS=' <toolchain-identifier>' # Your Swift nightly toolchain identifier
1817$ make
1918$ cp kernel8.img /Volumes/bootfs
2019```
2120- If your original OS is not 64-bit, make sure to set ` arm_64bit=1 ` in ` config.txt ` .
2221- Place the SD card in your Raspberry Pi 4B, and connect it to power.
2322- 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 1414- Build the program, then copy the kernel image to the SD card.
1515``` console
1616$ cd rpi-5-blink
17- $ export TOOLCHAINS=' <toolchain-identifier>' # Your Swift nightly toolchain identifier
1817$ make
1918$ cp kernel8.img /Volumes/bootfs # Copy kernel image to SD card
2019$ rm /Volumes/bootfs/kernel_2712.img # Delete this kernel image so our kernel8.img is used
2120$ # 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.
2221```
2322- Place the SD card in your Raspberry Pi 5, and connect it to power.
2423- 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