Hello again guys,
sorry for my apparently late reply, but my Saturday's post went missing somehow. Anyway, I tried the saveenv-command after erase, after write.e, and after both commands, but unfortunately it didn't change the situation. Following up, there are the results of printenv:
Can you identify anything configured wrong there? If I boot via UART-Booting, everything is working fine.
Thank you guys very much for your help!
sorry for my apparently late reply, but my Saturday's post went missing somehow. Anyway, I tried the saveenv-command after erase, after write.e, and after both commands, but unfortunately it didn't change the situation. Following up, there are the results of printenv:
NSA320> printenv arcNumber=3956 baudrate=115200 boot_sata1=mw 0x800000 0 1; setenv bootargs console=ttyS0,115200 root=/dev/sda1 rootdelay=10 $mtdparts; ide reset; ext2load ide 0:1 0x800000 /boot/uImage; ext2load ide 0:1 0x01100000 /boot/uInitrd; bootm 0x00800000 0x01100000 boot_sata2=mw 0x800000 0 1; setenv bootargs console=ttyS0,115200 root=/dev/sdb1 rootdelay=10 $mtdparts; ide reset; ext2load ide 1:1 0x800000 /boot/uImage; ext2load ide 1:1 0x01100000 /boot/uInitrd; bootm 0x00800000 0x01100000 bootcmd=run boot_sata1; run boot_sata2; run bootcmd_usb; usb stop; run bootcmd_rescue; reset bootcmd_usb=run usb_init; run usb_load_uimage; run set_bootargs_usb; run usb_boot; bootdelay=3 console=ttyS0,115200 ethact=egiga0 ethaddr=c8:6c:87:12:34:56 filesize=80000 if_netconsole=ping $serverip ipaddr=192.168.11.150 mainlineLinux=yes mtdids=nand0=orion_nand mtdparts=mtdparts=orion_nand:1M(u-boot),512K(uboot_env),512K(key_store),512K(info),10M(etc),10M(kernel_1),48896K(rootfs1),10M(kernel_2),-(rootfs2) nand_erasesize=20000 nand_oobsize=40 nand_writesize=800 netmask=255.255.255.0 partition=nand0,2 preboot=run if_netconsole start_netconsole serverip=192.168.11.149 set_bootargs_usb=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version; stderr=serial stdin=serial stdout=serial usb_boot=if ext2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000;else bootm 0x800000;fi; usb_device=0:1 usb_init=usb start usb_load_uimage=mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage usb_root=LABEL=USBROOT usb_rootdelay=10 usb_rootfstype=ext2 Environment size: 1802/131068 bytes
Can you identify anything configured wrong there? If I boot via UART-Booting, everything is working fine.
Thank you guys very much for your help!