As below is omapflash command list:
?OMAPFlash v4.14 (May 12 2011)
usage: omapflash [ <option> ] <command> or omapflash @<file>
OMAP download/upload
chip_download <device>[@offset] <file> download file to device starting at offset
chip_erase <device>[@offset] <size> erase size bytes (0 is all) in device from offset
chip_upload <device>[@offset] <size> <file> upload size bytes to file from device starting at offset
commands (prefixed by command keyword and terminated by newline or comma):
branch <device> <offset> start execution from device and offset address
jump <absolute address> start execution absolute address
cold_sw_reset issue a cold sw reset
warm_sw_reset issue a warm sw reset
HAL_CM_EnableModuleClocks see ROM API function of same name in TRM
HAL_CTRL_ConfigurePads see ROM API function of same name in TRM
peek32 <address> read from memory location
poke32 <address> <value> write to memory location
peekpoke32 <address> <and value> <or value> modify memory location
options:
-com <com port number> specify download over UART and com port used
-usb specify download over USB (default)
-t <timeout> set communication timeout in seconds
-p <platform> specify the target platform used
-omap <version> specify the OMAP version of the target platform
-v verbosed output
@<file> read options/commands form file
use '#' to start comment line
parameters for options/commands must be on same line!
fastboot specific commands:
fastboot to put OMAPFlash in Fastboot mode
getvar <variable> display a bootloader variable
flash <partition> [ <file> ] write a file to a flash partition
erase <partition> erase a flash partition
mmcwrite <controller_no> <partition> <file> write a file to a mmc partition
mmcerase <controller_no> <partition> erase a mmc partition
download <file> download an image to memory
boot <kernel> [ <ramdisk> ] download and boot kernel
reboot reboot device normally
reboot-bootloader reboot device into bootloader
system <command> command to execute <command> on host PC
There is no way to get Devices id,i try to use omapflash fastboot command,but handset can't boot into bootloader?