From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joris Offouga Date: Sat, 16 Feb 2019 16:41:16 +0100 Subject: [U-Boot] [RFC 0/9] Convert Pico-Pi i.MX7D to DM In-Reply-To: References: <1548023912-14308-1-git-send-email-offougajoris@gmail.com> <20190122104701.74934f97@jawa> <9980fc32-0e2b-db5e-72d8-8dcfadc7b767@gmail.com> <20190215125021.4a4f6340@jawa> <3EDF066A-7E4F-4638-80C8-6FAB1D945455@gmail.com> <797f282f-11f8-a5e1-3ffe-385dc3cede08@gmail.com> <2ca63ebd-98db-5152-1063-c9cf9681687e@gmail.com> <609cf49f-0138-bc58-1641-ad09762b53b8@gmail.com> Message-ID: <3bbb3491-9d72-fea8-455c-fa7540d0b313@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de Le 16/02/2019 à 16:25, Fabio Estevam a écrit : > On Sat, Feb 16, 2019 at 1:14 PM Joris Offouga 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 > 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 > Signed-off-by: Otavio Salvador > > 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