turing-machines / BMC-Firmware

Turing-pi BMC firmware
http://turingpi.com
GNU General Public License v2.0
227 stars 29 forks source link

Flash BPI-CM4 modules #47

Open nerocide opened 1 year ago

nerocide commented 1 year ago

Same as for RK1 and RPI-CM4 It would be nice to have this feature to upload new img to banana pi CM4's EMMC.

https://wiki.banana-pi.org/Banana_Pi_BPI-CM4

This might be possible with: https://wiki.banana-pi.org/Getting_Started_with_CM4#Install_Image_with_Aml_Flash_Tool

svenrademakers commented 1 year ago

Can be picked up after #22

ruslashev commented 1 year ago

A problem I see here is that BPI-CM4 is not entirely pin-compatible: pin 93, where RPI-CM4 has nRPIBOOT, is not connected and it requires physically shorting pins, unlike what we programmatically do for RPI-CM4. So perhaps it is possible, but with a slight nuisance during flashing.