Help to edit bootargs, booting USB stick

calle3

Member
Messages
53
After installing another flash image ( DGS based NLB 11102 ) i cant get multibooting from stick to work. ( I installed E2 image on sdb1 )

I have tried to give it different bootargs to get i to work, with no luck.

Buttom 1, booting from flash is working. But buttom 2 booting from stick gives this error:

block device sata 0 not supported
booting image at a5ff0000
bad magic number

here is my bootarg: ( my box 192.168.1.102 my pc 192.168.1.101 )

setenv menu_1 'front_puts "DGS FLASH";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:1 a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargsusb "setenv bootargs console=ttyAS1,115200 panic=3 root=/dev/sdb1 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'
 

arken

Senior Member
Messages
293
You don't need to mess with bootagrgs from console anymore.
Download the latest multiboot config for your image from dgstation official site. The config is flashed like the image and it takes only few seconds. After this use these buttons at startup:
Code:
# 1 boot with CDKroot(NFS)
# 2 boot from USB memory stick, with internal HDD
# 3 original images as current flash memory
# 4 boot with NFS
# 5 boot from USB memory stick, but without internal HDD
# 6 boot from internal SATA HDD
# 7 boot from flash memory for another image
 
Top