From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Date: Thu, 23 May 2019 15:35:50 -0300 Subject: [U-Boot] Cannot boot mx6qsabred with 2019.07-rc2 In-Reply-To: References: <48eb0829-c0c7-ba04-07a5-9e5e113ce7dd@kontron.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Adam, On Thu, May 23, 2019 at 3:28 PM Adam Ford wrote: > I have been following this thread, because I have been working through > attempting to migrate the imx6q_logic board to SPL_OF_CONTROL which > requires SPL_DM. > > To working around the issue you're describing, I played with disabling > SPL_DM_USB. With that removed, I can still use nearly all the > benefits of SPL_DM without losing access to imx_usb_loader. > See log: I took a look at the configs/imx6q_logic_defconfig file and it does not use FIT support like we do in mx6sabresd. If I remove FIT support then imx_usb_loader works fine here too. imx6q_logic_defconfig only supports the mx6q variant, whereas sabresd needs to support mx6q/dl/qp variants , so we use FIT image that contains therese 3 dtbs. So the problem with SDP at the moment is when trying to load a FIT image. Thanks