From 4065b1bd5642fa9dcb9e81143f72d60b7fbafd9b Mon Sep 17 00:00:00 2001 From: Eric Woudstra Date: Tue, 24 Jan 2023 10:14:38 +0100 Subject: [PATCH] Version 1.2 --- README.md | 2 +- build.sh | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6531ee5..f3ba0d2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Install a minimal Arch-Linux on Banana Pi R64 from scratch. -Downloadable image for quick test located [HERE](https://github.com/ericwoud/buildR64arch/releases/download/v1.1/bpir64-sdmmc.img.xz) +Downloadable image for quick test located [HERE](https://github.com/ericwoud/buildR64arch/releases/download/v1.2/bpir64-sdmmc.img.xz) Based on: [buildR64ubuntu](https://github.com/ericwoud/buildR64ubuntu.git) , [frank-w's atf](https://github.com/frank-w/BPI-R64-ATF) diff --git a/build.sh b/build.sh index 3cff35e..fa81563 100755 --- a/build.sh +++ b/build.sh @@ -321,7 +321,8 @@ exit # kernelcmdline: block2mtd.block2mtd=/dev/mmcblk0p2,128KiB,MyMtd cmdlinepart.mtdparts=MyMtd:1M(mtddata)ro -# sudo dd if=/dev/zero of=~/bpir64-sdmmc.img bs=1M count=2336 status=progress +# sudo dd if=/dev/zero of=~/bpir64-sdmmc.img bs=1M count=3360 status=progress +# sync # sudo udisksctl loop-setup -f ~/bpir64-sdmmc.img # ./build.sh -lSD # ./build.sh -r @@ -330,6 +331,4 @@ exit # pacman -Scc # exit # sudo udisksctl loop-delete --block-device /dev/loop0 -# sudo dd of=/dev/mmcblk0 if=~/bpir64-sdmmc.img bs=1M count=2336 status=progress -# sync # xz --keep --force --verbose ~/bpir64-sdmmc.img