Burn linux image to eMMC storage on Banana Pi M3

1. Download linux image and install image on a TF card.

2. Insert the TF card into M3, and press power button setup M3.

3. Clone the running ubuntu from the TF card to the eMMC.
$ sudo dd if=/dev/mmcblk0 of=/dev/mmcblk1 bs=10MB status=progress

4. Poweroff M3, remove the SD, power it on again, and you should be good to go…

*Command for wiping emmc disk: $ sudo dd if=/dev/zero of=/dev/mmcblk1 status=progress
*Remember to allocate the storage space of SD card before inserting the board. (Windows: minitool partition wizard)

Reference:
[1] http://wiki.banana-pi.org/Banana_Pi_BPI-M3#Image_Release
[2] http://forum.banana-pi.org/t/bpi-m3-how-to-burn-linux-images-to-emmc-storage-on-your-bpi-m3/1214
[3] http://wiki.banana-pi.org/Getting_Started_with_M3#Development_For_Linux
[4] http://forum.banana-pi.org/t/how-to-wipe-emmc-disk/1276
[5] https://gxiangco.gitbook.io/moodlebox-on-banana-pi/chapter6
[6] https://www.techwalla.com/articles/how-to-mount-an-sd-card-in-linux
[7] http://forum.banana-pi.org/t/internal-storage-system-storage-of-android/597

留言

這個網誌中的熱門文章

Tuing PID parameters in QGroundcontrol (2)

Useful PX4 Parameters