Skip to content

Commit ec9afca

Browse files
committed
Simplified README.md (removed redundent chmod command)
1 parent f8f64ae commit ec9afca

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

rpi4b-blink/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
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`.

rpi5-blink/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
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

0 commit comments

Comments
 (0)