Clarification [ci skip]

pull/25/head
probonopd 2 years ago committed by GitHub
parent 0fb6d02fe4
commit 283f576329
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      README.md

@ -64,7 +64,7 @@ make
make armstub64
cd -
# Make zip that contains Raspberry Pi 4 boot files
# Make zip that contains Raspberry Pi 4 boot files. The contents can be copied to a FAT32 formatted partition on a microSD card
mkdir -p sdcard
cp -r ./circle-stdlib/libs/circle/boot/* sdcard
mv sdcard/config64.txt sdcard/config.txt
@ -72,7 +72,7 @@ rm -rf sdcard/config32.txt sdcard/README sdcard/Makefile sdcard/armstub sdcard/C
cp ./src/*img sdcard/
zip -r MiniDexed_Raspberry_Pi_${RPI}.zip sdcard/*
# Create a RPi image
# Optionally, create a RPi image. This can be written to a microSD card using tools like Etcher or dd
sudo apt install --yes mount parted
IMG="`date +%Y-%m-%d`_minidexed-RPi${RPI}.img"
dd of="${IMG}" seek=50MiB bs=1 count=0
@ -86,7 +86,6 @@ sudo cp sdcard/* boot
sudo umount boot
sudo losetup -d "${DEV}"
rm -r boot
# Now you can write the image to a SD card.
```
## Acknowledgements

Loading…
Cancel
Save