C3LN-VDR-usbstick

acer2

Registered
Messages
199
Hi,
I would like to know how to start imege from stick.
USB Stick Version:

For u-boot settings: This version needs to be booted as if it is a dgs usbstick image, the enigma2 usb-stick bootsettings are not suitable for booting this usb stick version.

Can be some more precise. What u-bootseting we need to use? Can anybody post u-boot setting for it?
What is command?

regards
acer2
 

Bro1

Registered
Messages
278
would also like to know this how to boot it from hardrive like i do with othet e2 images
 

Bro1

Registered
Messages
278
Hi,
I would like to know how to start imege from stick.


Can be some more precise. What u-bootseting we need to use? Can anybody post u-boot setting for it?
What is command?

regards
acer2

setenv bootusb "run bootargsusb;usb reset;ext2load usb 0:1 a0060000 boot/uImage;bootm a0060000";setenv bootargsusb "setenv bootargs console=ttyAS1,115200 panic=3 root=/dev/sdb1 rw rootdelay=10 bigphysarea=1500";setenv bootcmd "run bootusb";boot

These should be entered when u-boot starts (or you need to put them under a menu) after pressing ctrl-z.

also you need to comment out line 16 in /etc/rcS

thanks to arvy
 
Top