I noticed some changes in the BeagleV-Ahead repo(s) on openbeagle.org.
It seems things have since been moved away from openbeagle.org and I was thinking that reason may be worth some intel.
I remember there was revy-os that may have taken over the repo. I just did not get any memo.
Where is the repo in question or should I just hit and miss until completion?
If and when someone is interested in what I am doing, let me know.
So far, yocto is building for the BeagleV-Ahead. 82%.
I saw some extra ideas:
- baremetal
- baremetal64
- etc
Will it boot? No clue. Testing will ensue! Okay. So, I will be reading while, and this goes for anyone, people may or may not reply…
sudo fastboot flash root ./core-image-full-cmdline-beaglev-ahead.rootfs.ext4
Warning: skip copying root image avb footer (root partition size: 30207967, root image size: 140721144920784).
error: write_sparse_skip_chunk: don't care size 537908224 is not a multiple of the block size 4096
Sending sparse 'root' 1/5 (114684 KB) error: write_sparse_skip_chunk: don't care size 537908224 is not a multiple of the block size 4096
error: write_sparse_skip_chunk: don't care size 537908224 is not a multiple of the block size 4096
OKAY [ 1.280s]
Writing 'root' FAILED (remote: 'Unknown chunk type')
fastboot: error: Command failed
I built Yocto for the BeagleV-Ahead but currently I am receiving this error when installing root as .ext4.
The image is most likely too large for the tastes of the BeagleV-Ahead. Blah. Off to try again…
fastboot flash ram ./u-boot-with-spl.bin
fastboot reboot
sleep 10
fastboot oem format
fastboot flash uboot ./u-boot-with-spl.bin
fastboot flash boot ./boot.ext4
fastboot flash root ./core-image-minimal-beaglev-ahead.rootfs.ext4
fastboot reboot
That is directly from riscv…
That will do it! Case solved but now you must enjoy the build process to figure out exactly how to build the image to flash!