On Mon, Jul 27, 2009 at 02:33:17PM +0200, JF Straeten wrote: > Hello Arnaud, > > On Mon, Jul 27, 2009 at 01:30:57PM +0200, Arnaud Patard wrote: > > > For instance : > > load -v -r -b 0x01800000 -m ymodem ramdisk > > load -v -r -b 0x01008000 -m ymodem zImage > > exec -c ".... initrd=0xa1800000,8M" > > > > Please note that one has to add 0xa0000000 between redboot address and > > kernel command line. > > I used this command : > > exec -c "console=ttyS0,115200 root=/dev/ram0 initrd=0xa1800000,8M > mem=...@0xa0000000"
It's probably easier if you use the following instead: exec -c "console=ttyS0,115200 root=/dev/ram mem=2...@0xa0000000" -r 0x01800000 that will convert the numbers for you. Also note the "256M" as opposed to "256". Second, you need a more recent kernel -- the one in lenny does not work. -- The biometric identification system at the gates of the CIA headquarters works because there's a guard with a large gun making sure no one is trying to fool the system. http://www.schneier.com/blog/archives/2009/01/biometrics.html -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

