Skip to content

Commit ad1958d

Browse files
committed
minor readme changes
1 parent c6b823a commit ad1958d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

rpi-4b-blink/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@
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-

rpi-5-blink/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@
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-

0 commit comments

Comments
 (0)