[Buildroot] Interested in board support for BeagleV-Ahead

Robert Nelson robertcnelson at gmail.com
Thu Aug 10 19:05:48 UTC 2023


u-boot partition:

This is where I chopped up the multi partition eMMC into 2 generic
ones..  SO if you want to do all the A/B rootfs stuff, this how they
originally did it;

https://git.beagleboard.org/beaglev-ahead/beaglev-ahead-u-boot/-/commit/d594ec74845b38d84edd845b019c837258b64cb7

`fastboot oem format` is what runs this:

Factory A/B boot:

partitions=name=table,size=2031KB;name=boot,size=200MiB,type=boot;name=root,size=4000MiB,type=linux,uuid=${uuid_rootfsA};name=bootB,size=200MiB,type=boot;name=rootB,size=4000MiB,type=linux,uuid=${uuid_rootfsB};name=data,size=-,type=linux

Our simple 2 partition:

partitions=name=table,size=2031KB;name=boot,size=200MiB,type=boot;name=root,size=-,type=linux,uuid=${uuid_rootfsA}

Regards,

-- 
Robert Nelson
https://rcn-ee.com/



More information about the buildroot mailing list