From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Thu, 25 Oct 2012 07:07:38 -0700 Subject: [U-Boot] mx6qsabrelite: commands not recognized In-Reply-To: References: Message-ID: <508947AA.8020100@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Fabio, On 10/25/2012 06:28 AM, Fabio Estevam wrote: > Hi, > > Using the latest u-boot-imx tree, I am getting the following on a mx6qsabrelite: > > U-Boot 2012.10-09478-gab857f2 (Oct 25 2012 - 11:24:04) > > CPU: Freescale i.MX6Q rev1.0 at 792 MHz > Reset cause: POR > Board: MX6Q-Sabre Lite > DRAM: 1 GiB > MMC: FSL_SDHC: 0, FSL_SDHC: 1 > auto-detected panel HDMI > enable_hdmi: setup HDMI monitor > Display: HDMI (1024x768) > In: serial > Out: serial > Err: serial > Net: FEC [PRIME] > Warning: failed to set MAC address > > Hit any key to stop autoboot: 0 > MX6QSABRELITE U-Boot> save > Unknown command 'save' - try 'help' > MX6QSABRELITE U-Boot> > > Basically no commands are recognized. > > Haven't started bisecting this yet, but just wanted to check if others > see the same issue. > You might want to check how you're programming this. I saw this issue when U-Boot first went above 256k (the SPI-NOR upgrade script only erased 0x40000 bytes). I'll test later today. Regards, Eric