File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1414``` console
1515$ cd rpi4b-blink
1616$ export TOOLCHAINS=' <toolchain-identifier>' # Your Swift nightly toolchain identifier
17- $ chmod u+x ./build.sh # make build script executable
18- $ ./build.sh
17+ X$ ./build.sh
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 ` .
Original file line number Diff line number Diff line change 1414``` console
1515$ cd rpi5-blink
1616$ export TOOLCHAINS=' <toolchain-identifier>' # Your Swift nightly toolchain identifier
17- $ chmod u+x ./build.sh # make build script executable
1817$ ./build.sh
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
You can’t perform that action at this time.
0 commit comments