Iam trying to get a E2 image working on a hdd with multiboot, I have a DGS based image in flash.
I have installed the E2 image in sda3 on hdd ( I have made 4 partitions )
My pc ip is 192.168.1.101 and box 192.168.1.102
Have tried with these bootargs:
setenv menu_1 'front_puts "DGS i Flash";setenv ipaddr 192.168.1.102;setenv serverip 192.168.1.101;setenv gateway 192.168.1.1;setenv netmask 255.255.255.0;setenv bootargs "console=ttyAS1,115200 panic=3 root=/dev/mtdblock3 bigphysarea=1500 quiet";setenv bootcmd "bootm a0060000"';saveenv;boot
setenv menu_2 'front_puts "USB STICK";setenv ipaddr 192.168.1.102;setenv serverip 192.168.1.101;setenv gateway 192.168.1.1;setenv netmask 255.255.255.0;setenv bootusb "run bootargsusb;usb reset;ext2load usb 0:2 a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargsusb "setenv bootargs console=ttyAS1,115200 panic=3 root=/dev/sdb2 rw rootdelay=10 init=/bin/devinit ip=$ipaddr:$serverip:$gateway:$netmask mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000";seten v bootcmd "run bootusb";saveenv;boot'
setenv menu_3 'front_puts "HD SDA 3";setenv ipaddr 192.168.1.102;setenv serverip 192.168.1.101;setenv gateway 192.168.1.1;setenv netmask 255.255.255.0;setenv boothdd "run bootargshdd;ide reset;ext2load ide 0:3 a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargshdd "setenv bootargs console=ttyAS1,115200 panic=3 bigphysarea=10240 root=/dev/sda3 rw rootdelay=1 init=/bin/devinit ip=$ipaddr:$serverip:$gateway:$netmask mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000";seten v bootcmd "run boothdd";saveenv;boot'
setenv menu_4 'front_puts "HD SDA 4";setenv ipaddr 192.168.1.102;setenv serverip 192.168.1.101;setenv gateway 192.168.1.1;setenv netmask 255.255.255.0;setenv boothdd "run bootargshdd;ide reset;ext2load ide 0:4 a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargshdd "setenv bootargs console=ttyAS1,115200 panic=3 bigphysarea=10240 root=/dev/sda4 rw rootdelay=1 init=/bin/devinit ip=$ipaddr:$serverip:$gateway:$netmask mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000";seten v bootcmd "run boothdd";saveenv;boot'
saveenv
but I cant get it to run... neither of the images, I have putty running when booting
Putty stops... and says....
** Unable to read "boot/uImage" from ide 0:3 **
## Booting image at a5ff0000 ...
Bad Magic Number
Anybody.. some ideas???
Bookmarks