From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 7 Mar 2011 17:46:29 -0600 Subject: [U-Boot] Autoboot U-boot 2009.11-rc1 In-Reply-To: <1A23C385D00C7B489A878BCFBB3B5697027F6097@nawinmsx022.enterprisenet.org> References: <1A23C385D00C7B489A878BCFBB3B5697027F6097@nawinmsx022.enterprisenet.org> Message-ID: <20110307174629.6febc9d1@schlenkerla> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 7 Mar 2011 18:25:29 -0500 "Male, Marcos" wrote: > Hello everyone, > > > > I am new to this mail list. I am trying to do autoboot in u-boot but it > does not work. I have set bootdelay and bootcmd variables. It seems as > though bootcmd is not executed and bootdelay is not even used. I always > have to manually type in a command such as "run flashramboot" to run > Linux and I am trying to automate this. I am currently using U-boot > 2009.11-rc1 with an MPC8308. I have searched everywhere online and it > seems that it should be as simple as setting the bootdelay and bootcmd > variables, but it has not worked for me. Any help would be appreciated. > Thank you. What value was CONFIG_BOOTDELAY set to when you built U-Boot? It must be set to a non-negative value for the feature to be compiled in at all. -Scott