Дело в том что нету меню из 4 пунктов после коннекта при вводе run menu
выдает неизвестний параметр "menu".
Там есть куча всяких комманд:
STB225v1 nand# ?
? - alias for 'help'
askenv - get environment variables from stdin
base - print or set address offset
bdinfo - print Board Info structure
boot - boot default, i.e., run 'bootcmd'
boota - find, verify and boot signed kernel image
bootd - boot default, i.e., run 'bootcmd'
bootm - boot application image from memory
bootp - boot image via network using BootP/TFTP protocol
chpart - change active partition
clearenv- erase environment variables persistent storage
cmp - memory compare
cp - memory copy
crc32 - checksum calculation
echo - echo args to console
exit - exit script
go - start application at address 'addr'
help - print online help
iminfo - print header information for application image
itest - return true/false on integer compare
loadb - load binary file over serial line (kermit mode)
loady - load binary file over serial line (ymodem mode)
loop - infinite loop on address range
md - memory display
mii - MII utility commands
mm - memory modify (auto-incrementing)
mtdparts- define flash/nand partitions
mtest - simple RAM test
mw - memory write (fill)
nand - NAND sub-system
nboot - boot from NAND device
nm - memory modify (constant address)
printenv- print environment variables
rarpboot- boot image via network using RARP/TFTP protocol
reboot - Perform RESET of the CPU
reset - Perform RESET of the CPU
run - run commands in an environment variable
saveenv - save environment variables to persistent storage
setenv - set environment variables
sha1 - sha1 hash calculation
sleep - delay execution for some time
st_aes - run AES selftest
st_ai - run aimage selftest
st_ecc - run NAND ECC selftest benchmark
st_miu - dump MIU timing
st_sha1 - run sha1 selftest
test - minimal test like /bin/sh
tftpboot- boot image via network using TFTP protocol
version - print monitor version
STB225v1 nand#
все дело наверно в "environment variables" которые должны бить в "persistent storage"
возможно помогло бы "askenv - get environment variables from stdin" но надо знать как правильно и что именно
скорее всего надо у когото снять "printenv- print environment variables" и пробовать
выдает неизвестний параметр "menu".
Там есть куча всяких комманд:
STB225v1 nand# ?
? - alias for 'help'
askenv - get environment variables from stdin
base - print or set address offset
bdinfo - print Board Info structure
boot - boot default, i.e., run 'bootcmd'
boota - find, verify and boot signed kernel image
bootd - boot default, i.e., run 'bootcmd'
bootm - boot application image from memory
bootp - boot image via network using BootP/TFTP protocol
chpart - change active partition
clearenv- erase environment variables persistent storage
cmp - memory compare
cp - memory copy
crc32 - checksum calculation
echo - echo args to console
exit - exit script
go - start application at address 'addr'
help - print online help
iminfo - print header information for application image
itest - return true/false on integer compare
loadb - load binary file over serial line (kermit mode)
loady - load binary file over serial line (ymodem mode)
loop - infinite loop on address range
md - memory display
mii - MII utility commands
mm - memory modify (auto-incrementing)
mtdparts- define flash/nand partitions
mtest - simple RAM test
mw - memory write (fill)
nand - NAND sub-system
nboot - boot from NAND device
nm - memory modify (constant address)
printenv- print environment variables
rarpboot- boot image via network using RARP/TFTP protocol
reboot - Perform RESET of the CPU
reset - Perform RESET of the CPU
run - run commands in an environment variable
saveenv - save environment variables to persistent storage
setenv - set environment variables
sha1 - sha1 hash calculation
sleep - delay execution for some time
st_aes - run AES selftest
st_ai - run aimage selftest
st_ecc - run NAND ECC selftest benchmark
st_miu - dump MIU timing
st_sha1 - run sha1 selftest
test - minimal test like /bin/sh
tftpboot- boot image via network using TFTP protocol
version - print monitor version
STB225v1 nand#
все дело наверно в "environment variables" которые должны бить в "persistent storage"
возможно помогло бы "askenv - get environment variables from stdin" но надо знать как правильно и что именно
скорее всего надо у когото снять "printenv- print environment variables" и пробовать