Quote:
Originally Posted by knc1
Describe two things:
1) What key did you hold down while waiting for the "press any key" message?
2) The 1.8volt low-voltage serial to USB converter you used and how you hooked it up.
pictures and reference links please.
- - - - -
Neither of these messages are expected.
(And the first one may mean exactly what it says. Answer the two questions above and we can continue from there.)
|
1) To interrupt the boot sequence only the "enter" key works. Any other key won't interrupt it.
2)The serial to USB converter I use is this one
https://www.ebay.de/itm/Mini-FTDI-Ad...0AAOSwnHZYU5l1
I've found something interesting on this website:
http://www.xodustech.com/guides/kind...te-demo-unlock
This tutorial shows how to find out the hexa value (0xE41000) for booting into diagsnostic mode.
instead of the entry "bootcmd=bootm 0xE41000" I have the entry "bootcmd=mmc dev ${mmcdev};if mmc rescan; then run testboot; fi;"
Could there be the problem?