Zitat Zitat von harryhase Beitrag anzeigen
please try and post output

Code:
set bootcmd "nand read.jffs2  0x80000000 0x00500000 0x00300000; bootm  0x80000000"

boot
Zitat Zitat von solala Beitrag anzeigen
hi harry,
was vermutest du am offset 0x500000? soll da in dem flashlayout der ursprünglichen firmware nen kernel liegen? obwohl ich die kiste nicht kenne wäre das sehr ungewöhnlich
here the printenv

Code:
7119 > printenv
bootargs=console=ttyAS0,115200 panic=1 ubi.mtd=3 root=ubi0:rootfs rootfstype=ubifs rw coprocessor_mem=4m@0x40000000,4m@0x40400000
bootcmd=if usb reset; then run usbboot; fi; run mtdboot
bootdelay=3
baudrate=115200
ipaddr=192.168.1.25
serverip=192.168.1.10
preboot=if ethaddr; then echo "Setup mac address."; else echo "Use default mac address.";fi ;bootmenu
mtdboot=nand read.jffs2 0x80000000 0x00060000 0x00300000; bootm  0x80000000
usbboot=fatload usb 0:1 0x80000000 uImage; bootm 0x80000000
board=hdk7111
monitor_base=CFG_FLASH_BASE
monitor_len=0x00040000
monitor_sec=1:0-4
load_addr=0x80000000
stdin=serial
stdout=serial
stderr=serial
ethaddr=00:1e:b8:0a:ae:a3
update=00
mtdids=nand0=gen_nand.1

Environment size: 699/131068 bytes
7119 > mtdboot=nand read.jffs2 0x80000000 0x00060000 0x00300000; bootm  0x80000000
ERROR: There is a global environment variable with the same name.
Unknown command 'read.jffs2' - try 'help'
## Booting image at 80000000 ...
Bad Magic Number
7119 >