
Le 16/02/2019 à 16:25, Fabio Estevam a écrit :
On Sat, Feb 16, 2019 at 1:14 PM Joris Offouga offougajoris@gmail.com wrote:
Actually on the top of u-boot-imx there is a blocking when loading u-boot-dtb.img with imx_usb_loader.
Just run a "git bisect" and the problem comes from:
commit 9e3c0174da842dd88f5feaffbf843ba332233897 (refs/bisect/bad) Author: Fabio Estevam festevam@gmail.com Date: Tue Dec 11 16:40:38 2018 -0200
pico-imx7d: Add LCD support Add support for the VXT VL050-8048NT-C01 panel connected through the 24 bit parallel LCDIF interface. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
It used to work at some point as I could see the splashscreen logo in the screen.
Please revert it from your tree and see if it works for you.
I will need to investigate why my commit broke the boot, but for now just revert it locally so that you can continue the DM conversion.
I reversed your commit but the block is still there, but even with
your commit on the top of the u-boot master.
I don't have the block with imx_usb_loader just when I try to boot from the emmc
Thanks