[U-Boot] U-Boot ram disk

2010-05-03 Thread Nuno Cardoso
hi list, Is it possible copy a file from ramdisk address on target machine (U-Boot command line) to host machine. I want to save the linux kernel image saved inside the Nand Flash, to a directory inside my machine. Is it possible??? Thanks, Nuno Cardoso

Re: [U-Boot] U-Boot ram disk

2010-05-03 Thread Nuno Cardoso
cal file and do some kind of process to remove the wrong caracters??? Maybe with this I can do this??? What is yout opinion Thanks a lot, Nuno Cardoso. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] change root password

2010-05-04 Thread Nuno Cardoso
hi, How can I change root password?? I try this: 1) stop u-boot and add "init=/bin/sh" to the bootargs variable; 2) boot 3) passwd -d root (inside shell) but this doesn't work When I reboot the machine, I cannot login with a new password. Thank

Re: [U-Boot] change root password

2010-05-06 Thread Nuno Cardoso
estart, I stop the u-boot process to start shell (init=/bin/sh) and cat the /etc/shadow file, and the root password doesn't change (is the old). What I'm doing wrong? Thanks, Nuno Cardoso. 2010/5/4 Detlev Zundel > Hi Nuno, > > > How can I change root password?? > > >