bootcmd=run bootcmd_usb; usb stop; run bootcmd_pogo; reset
baudrate=115200
arcNumber=2097
mainlineLinux=yes
console=ttyS0,115200
usb_init=usb start
usb_device=0:1
usb_root=/dev/sda1
usb_rootfstype=ext2
usb_rootdelay=10
mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
mtdids=nand0=orion_nand
partition=nand0,2
bootcmd_pogo=fsload uboot-original-mtd0.kwb; go 0x800200
usb_load_uimage=mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage
usb_boot=if ext2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000;else bootm 0x800000;fi;
set_bootargs_usb=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts
bootcmd_usb=run usb_init; run usb_load_uimage; run set_bootargs_usb; run usb_boot;
led_init=green blinking
led_exit=green off
led_error=orange blinking
stdin=serial
stdout=serial
stderr=serial
ethact=egiga0
ethaddr=00:10:75:1A:90:29
bootdelay=15
serverip=192.168.1.10
ipaddr=192.168.1.6
if_netconsole=ping $serverip
start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version;
preboot=run if_netconsole start_netconsole
Yes, fscked drive multiple times by plugging it in my PC. no effectvarkey said:^ Did you try a filesystem check on the usb drive?
varkey said:Maybe the USB installation got corrupt or something. Try running the installer using a different pendrive?
Btw use a ext3 partition, the filesystem corruption after a power failure was greatly reduced when I moved to ext3
Gaurish said:I have already got Nokia CA-42 cable with me. tried attaching it dockstar but didn't get any output on minicom. I tried using netconsole too, but same result. no output at all
Please help recover
Either you should have some knowledge or you should ready to make some efforts searching for solutionsdantool said:can a person like me with absolutely no knowledge of linux accomplish the hacking of dockstar for downloading torrents?