Vishnu Patekar <[email protected]> writes:

>On allwinner SOCs A33,H3 MMU is not enabled by BROM, so don't exit
>if MMU is not enabled by BROM and return NULL.
>It was reported on A33 tablet and Orange Pi H3 Board.
>I've tested it on A33 tablet.

>Signed-off-by: VishnuPatekar <[email protected]>

I've tested this on an Orange Pi Plus (h3) and loaded boot0_sdcard.fex
and had it then boot u-boot from the SD card.

It mostly worked, but gave an error:

$ fel -v spl boot0_sdcard.fex
MMU is not enabled by BROM
=> Executing the SPL... done.
libusb usb_bulk_send error -1

I think that error is from:
        /* Read back the result and check if everything was fine */
        aw_fel_read(usb, 4, header_signature, 8);

I wonder if the usleep(250000) before it is causing this, as once
control passes to boot0, is it too late to read from fel via usb?

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to