AI-64 how to flash eMMC

Hi @alftel so for Bullseye i cleaned up the flashing directions, it’s the same setup for armhf and arm64… The base directions are here, but i wish i could add a linkable tag in the page… Debian 11.x (Bullseye) - Monthly Snapshots (ARM64)

The source of the flasher is here…

Out of the box, the microSD → eMMC direction is pre-setup:

bbai64-microsd-to-emmc : bb-beagle-flasher/suite/bullseye/debian/bbai64-microsd-to-emmc · main · BeagleBoard.org / Repos Arm64 · GitLab

i added a ‘flash_back’ function, so it’ll auto-configure the direction on the target media…

for users not wanting to dive into the code:

microSD → eMMC

sudo cp -v /etc/beagle-flasher/bbai64-microsd-to-emmc /etc/default/beagle-flasher

eMMC → microSD

sudo cp -v /etc/beagle-flasher/bbai64-emmc-to-microsd /etc/default/beagle-flasher

Regards,

2 Likes