Hello,
I was reflashing Uboot one more time after an unssucessful upgrade attempt from OpenWRT 1.5.2 to 1.5.3 and I noticed some of the instructions need to be updated if a user previously had 1.5.2 (or maybe an earlier one even?).
The tutorial in question is:
The step that needs a revision, or a special note to users above a certain version is this:
You'll need to do the next step quickly. Open the Serial Monitor from the Arduino IDE, press the YUN RST button (the white one near the LEDs), and press the Enter button a couple of times on your keyboard. If you're fast enough, you'll get something like the following in the Serial Monitor :
...
...
ATHRS26: s26 reset done
eth1 up
eth0, eth1
Hit any key to stop autoboot: 4 3 2
ar7240>
[Get Code]
The ar7240> is U-Boot prompt.
Pressing Enter several times was not working for me, instead the system now prompts you to type "ard" into the console if you want to access U-Boot prompt, so I tried that and was able to proceed with the rest of the reflash tutorial.
Hope this gets noted!
Thanks,
Carlos