On Wed, Jun 11, 2008 at 01:18:35AM +0300, Eugene San wrote: >> Eugene, have you ever seen this behavior? >> > No, that looks strange for me too. Probably one of default parameters > got vanished. > You may invoke "rcvr" start recovery procedure or alternately invoke > "resetenv; reset;" to restore uBoot defaults. > Hope "resetenv" is implemented in your version of uBoot.
So, there is such a command. Using it erases my serial number and MAC address. Fortunately, I saved beforehand. I still see this odd behavior. If I put the device into the recovery mode (hold reset and power-on) and then detach the power supply, it is likely to not start the recover mode next time. Here is the before and after. Mostly benign, but I haven't look into what all of these mean. 1c1 < BOOT_MODE=normal --- > BOOT_MODE=runin 8,9c8 < bootargs_root=root=/dev/nfs rw console=ttyS0,115200 < bootcmd=bootext2 0,1:1,2 0x400000 /boot/uImage /dev/sda /dev/sdb --- > bootcmd=bootext2 0,1:1,2 $(loadAddr) /boot/$(image_name) /dev/sda /dev/sdb; 22c21 < ethaddr=00:0a:e4:83:a5:71 --- > ethaddr=00:00:00:00:51:81 29d27 < mfgtest_state=final_tested_ok 35,36c33,34 < runintime=13000 < serialNo=5561n01d01g72800061j0sb --- > runintime=14400 > serialNo=AS100352999999 44c42 < Environment size: 1041/4092 bytes --- > Environment size: 960/4092 bytes -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

