Re: [U-Boot] Store ENTER ('\r') character in bootstopkey variable

2011-12-02 Thread Giuseppe Modugno
2011/12/2 Wolfgang Denk : >> > => setenv bootdelaykey ' >> > ' >> > >> > That should do the trick. >> >> I tried, but when I press ENTER key after the first ', U-Boot shows me >> a new prompt and delete the variable. > > Which exact U-Boot version is this? A patched 1.2.0. > Are you using the hu

Re: [U-Boot] Store ENTER ('\r') character in bootstopkey variable

2011-12-01 Thread Giuseppe Modugno
2011/12/1 Wolfgang Denk > > I'd like to use the ENTER key to stop autoboot through the variables > > "bootdelaykey" and "bootstopkey".  How could I do this? > > Try simply doint what you intent to do: > > => setenv bootdelaykey ' > ' > > That should do the trick. I tried, but when I press ENTER k

[U-Boot] Store ENTER ('\r') character in bootstopkey variable

2011-12-01 Thread Giuseppe Modugno
I'd like to use the ENTER key to stop autoboot through the variables "bootdelaykey" and "bootstopkey". How could I do this? The problem is to type escape characters ('\r') on the prompt line. I tried with several possibilities, but nothing worked. Any suggestions? _

[U-Boot] How to create a JFFS2 image to use with U-Boot

2009-01-14 Thread Giuseppe Modugno
an use Linux running on the source board to save the root filesystem, but I'd like to use only U-Boot running on the new board to copy the filesystem. Regards, Giuseppe Modugno ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Copy environment variables to another board

2009-01-05 Thread Giuseppe Modugno
On 30 Dec 2008 at 22:42, Wolfgang Denk wrote: > It is difficult to make recommendations when you're providing > inconsistent input. In your previous message you wrote: > > >> I have a board running U-Boot/Linux. U-Boot program, two U-Boot > >> environments, Linux kernel and root filesystem for Lin

Re: [U-Boot] Copy environment variables to another board

2008-12-30 Thread Giuseppe Modugno
on board). > > You can unprotect, erase, and cp.b to the flash sector(s), once you > have the binary image of the environment. You can extract such image > from /dev/mtd in the running board and then use tftp (as you > suggested) on the ne

Re: [U-Boot] Copy environment variables to another board

2008-12-30 Thread Giuseppe Modugno
On 30 Dec 2008 at 11:52, Wolfgang Denk wrote: > Assuming both boards have the same configuration (or, more precisely, > at least the same size of environment and environment sectors), Yes, they are the same. > then > you can just read the sector(s) containing the environment from their > corre

Re: [U-Boot] Copy environment variables to another board

2008-12-30 Thread Giuseppe Modugno
On 30 Dec 2008 at 11:52, Wolfgang Denk wrote: > Assuming both boards have the same configuration (or, more precisely, > at least the same size of environment and environment sectors), Yes, they are the same. > then > you can just read the sector(s) containing the environment from their > corre

[U-Boot] Copy environment variables to another board

2008-12-30 Thread Giuseppe Modugno
I'm sorry if my question was already asked, but I didn't find an answer in the manual/FAQs/mailing list archive. I have a board running U-Boot/Linux. U-Boot program, two U-Boot environments, Linux kernel and root filesystem for Linux are stored in a NOR Flash. I finished my developing process