Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 326af5d1 authored by Robert Nelson's avatar Robert Nelson
Browse files

boot: looks like we can use about 200Mb


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 8eb74a6a
No related merge requests found
Pipeline #1989 passed with stage
in 12 minutes and 16 seconds
......@@ -13,7 +13,7 @@ cp -v ./bins/light_c906_audio.bin ./ignore/.boot
cp -v ./deploy/Image ./ignore/.boot
cp -v ./deploy/light-beagle.dtb ./ignore/.boot
dd if=/dev/zero of=./deploy/boot.ext4 count=10000 bs=4096
dd if=/dev/zero of=./deploy/boot.ext4 bs=1 count=0 seek=100M
mkfs.ext4 -F ./deploy/boot.ext4 -d ./ignore/.boot
if [ -f ./.05_generate_boot.sh ] ; then
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment