Problems with the new emmc in BPI-M3

Hi!

I have a BPI-M3 working with a Debian distro that I downloaded a few months and it’s work fine, I boot from the emmc.

The last week I buyed another BPI-M3, I copy my img in a SD and power on the BPI and the surprise is that not support the emmc…the problem is that the new BPIs mount a new emmc so my img doesn’t have the drivers for this new emmc. I used all the bpi-tools to update but didn´t work. Can anyone help me, please?

I don’ know what more try.

Thanks!!

Hello,Please do these steps to update your image: Use root to input these commands:

  1. execute “bpi-tools”, to update your bpi tools;
  2. execute “bpi-update -c bpi-m3.conf”, to download new driver to update your image
  3. execute “file *.tgz”, to check download files’ type is compressed data
  4. execute “bpi-bootsel”, you will see the bootloader path, “/usr/lib/u-boot/bananapi/bpi-m3/BPI_M3_720P.img.gz”
  5. execute “bpi-bootsel /usr/lib/u-boot/bananapi/bpi-m3/BPI_M3_720P.img.gz”, to update your bootloader
  6. reboot
1 Like

Oh it´s works!! Fantastic! Thank you!!