From mboxrd@z Thu Jan 1 00:00:00 1970 From: alayrac christophe Date: Fri, 06 Oct 2006 17:49:45 +0200 Subject: [U-Boot-Users] ML403 Uboot Linux Boot Error Message-ID: <1160149785.7250.14.camel@localhost.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I'm coming back to the comunitee with good news , especially for me !-) I succeed to start linux (2-4.26) from u-boot 1.1.4 on ML403. When U-boot start I press enter to stop autostart. Then I type the following commands : => setenv bootargs => fatload ace 0 400000 linux/vmlinux.uboot => bootm 400000 In fact the first command is the reason of hang up after #Uncompressing Kernel Image .... Ok My goal was to preserve command line set up in the Kernel configuration (using NFS) If I type only the last two commands, the Kernel start properly on the root file system of the Compact Flash (due to u-boot default bootargs). I did not succeed to run under emulator to try to figure out what's going wrong. I do not succeed to activate break points with the command (under gdb) monitor bps do_bootm hw Is this U-boot behaviour normal? A second question is : What is the starting point to have I2C EEPROM available on that ML403 board under U-boot to save environnement and us autostart? Kinds regards Chris