Freescale / u-boot-fslc

U-Boot tree to host pending fixes and improvements
135 stars 180 forks source link

Add support for 'bmode' command on iMX8 #33

Closed raveslave closed 3 years ago

raveslave commented 5 years ago

It would be great with added support for the bmode usb on i.MX8 mini i.e. to trigger USB download mode from software

otavio commented 5 years ago

@raveslave agreed. Are you willing to look at this?

raveslave commented 5 years ago

I'm an EE, never done uboot development. But would be happy to use it. Any tips on small consultancy companies that might be able to do this?

otavio commented 5 years ago

We, at O.S. Systems, can do that if you are willing to sponsor it.

a3f commented 1 year ago

FWIW, the magic sequence for i.MX8MM is mw.l 0x30390094 0x10 ; mw.l 0x30390098 0x40000000 and then doing a warm reset (i.e. without fsl,ext-reset-output). See the barebox commit for more information.