From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Date: Tue, 30 Apr 2019 14:39:17 -0300 Subject: [U-Boot] Booting MX6 via Serial Download after DM conversion In-Reply-To: <20190429175702.GV31207@bill-the-cat> References: <20190429175702.GV31207@bill-the-cat> 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 Tom, On Mon, Apr 29, 2019 at 2:57 PM Tom Rini wrote: > imx_usb is doing some checking of the second binary it sends along? > That sounds odd to start with, is there some specific history there? My understanding is that imx_usb_loader expects to find a valid IVT entry. After the conversion to DM, a FIT image is used on mx6sabresd_defconfig and such IVT can no longer be found, causing imx_usb_loader to fail to loading u-boot-dtb.img. It would be nice if we can come up with a solution, as loosing the ability to load via imx_usb_loader has a negative impact for users.