Skip to content

Commit

Permalink
Version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwoud committed Jan 24, 2023
1 parent 4d26584 commit 4065b1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 2 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 4065b1b

Please sign in to comment.