Quote:
Originally Posted by eureka
bist is just a "codename" for "big", "full-featured" U-Boot, which cannot fit into OCRAM and should be loaded by first-stage, "small" U-Boot. (Read a bit more here and here).
|
Thank you for pointing me to that. I didn't have any plans even to touch the Touch,
so I was even specially avoiding reading anything related to it.
Quote:
Originally Posted by eureka
With executing bist fastboot you're just saving fastboot argument for second-stage ("bist") U-Boot in memory and loading that second-stage U-Boot.
|
bist fastboot just boots the kernel. I'm not sure if this is the same kernel that boots on
bootm, will check.
But
bist alone looks more interesting. It brings the version of uboot having noticeably richer
command repertoire:
this certainly requires more thinking..
Update:
I confirm that typing
bist fastboot to a uboot prompt causes the
PW to enter the USB Recovery mode:
it exits back to a
bist> prompt when the USB cable gets disconnected.