Quote:
Originally Posted by eddie.t.h
Try the same "fastboot" without bist.
|
Just "fastboot" is not recognised. And just "bist" does nothing.
Code:
ERROR: can't get kernel image!
[23:06:23:375] uboot > fastboot
[23:06:27:454] Unknown command 'fastboot' - try 'help'
[23:06:27:510] uboot > help
[23:06:32:969] ? - alias for 'help'
[23:06:32:969] base - print or set address offset
[23:06:32:969] bist - start Built In Self Test
[23:06:32:969] boot - boot default, i.e., run 'bootcmd'
[23:06:32:969] bootd - boot default, i.e., run 'bootcmd'
[23:06:32:969] bootm - boot application image from memory
[23:06:32:969] cmp - memory compare
[23:06:32:969] coninfo - print console devices and information
[23:06:32:969] cp - memory copy
[23:06:32:969] Crc32 - checksum calculation
[23:06:32:969] go - start application at address 'addr'
[23:06:32:969] help - print online help
[23:06:32:969] idme - idme - Set nv ram variables
[23:06:32:969]
[23:06:32:969] loop - infinite loop on address range
[23:06:33:113] md - memory display
[23:06:33:113] mm - memory modify (auto-incrementing address)
[23:06:33:113] mtest - simple RAM read/write test
[23:06:33:113] mw - memory write (fill)
[23:06:33:113] nm - memory modify (constant address)
[23:06:33:113] printenv- print environment variables
[23:06:33:113] reset - Perform<break>
[23:06:33:113] RESET of the CPU
[23:06:33:113] run - run commands in an environment variable
[23:06:33:113] setenv - set environment variables
[23:06:33:113] version - print monitor version
[23:06:33:113] uboot >
Quote:
Originally Posted by eddie.t.h
Have you checked if it can not be run in diagnostic mode (bootm 0xe41000)?
|
How can I check that?