From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikolay Dimitrov Date: Fri, 08 Aug 2014 23:29:56 +0300 Subject: [U-Boot] U boot with imx-usb-loader In-Reply-To: References: Message-ID: <53E53344.7090401@mail.bg> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Alexandre, > I'm trying to send a u-boot built from denx sources to my board, a SabreLite, with imx-usb-loader. But when I try, I receive an error, "unknown load address" do you know how can I fix this? Here's the content of my mx6_usb_work.conf file: mx6_qsb #hid/bulk,[old_header,]max packet size, {ram start, ram size}(repeat valid ram areas) hid,1024,0x10000000,1G,0x00907000,0x31000 #file:dcd,plug,load nnn,jump [nnn/header/header2] /u-boot.imx:dcd,load 0x00906fe0,jump header Don't care too much about the load address on the last line, as far as I've experimented the imx-usb-loader ignores it and uses the proper address from the IVT header. Hope this helps. Kind regards, Nikolay