|
Pogo E02 will only boot with USB drive July 21, 2014 01:30PM |
Registered: 9 years ago Posts: 35 |
oC: Kirkwood 88F6281_A0
DRAM: 256 MiB
WARNING: Caches not enabled
NAND: 128 MiB
In: serial
Out: serial
Err: serial
Net: egiga0
Hit any key to stop autoboot: 0
(Re)start USB...
USB0: USB EHCI 1.00
scanning bus 0 for devices... 2 USB Device(s) found
scanning usb for storage devices... 0 Storage Device(s) found
no USB devices available
no USB devices available
no USB devices available
no USB devices available
PogoE02>
baudrate=115200
bootcmd=usb start; setenv letter 9;for type in usb; do for disk in 0 1 2 3; do if ${type} part ${disk};then setexpr letter $letter + 1;run load;fi;done;done;
bootdelay=3
bootm=echo Booting from ${disk} ...; run setargs; bootm ${loadaddr};
bootz=echo Booting from ${disk} ...; run setargs; bootz ${loadaddr} - ${fdt_addr};
console=ttyS0
ethact=egiga0
ethaddr=00:25:31:04:81:B7
fdt_addr=0x800000
fdt_file=/boot/dtbs/kirkwood-pogo_e02.dtb
importbootenv=echo Importing environment (uEnv.txt)...; env import -t $loadaddr $filesize
letter=9
load=echo Attempting to boot from ${type} ${disk}:1...;if run loadbootenv; then run importbootenv;fi;echo Checking if uenvcmd is set ...;if test -n $uenvcmd; then echo Running uenvcmd ...;run uenvcmd;fi;echo Running default loadzimage ...;if run loadzimage; then run loadfdt;run bootz;fi;echo Running default loaduimage ...;if run loaduimage; then run bootm;fi;
loadaddr=0x810000
loadbootenv=load ${type} ${disk}:1 ${loadaddr} /boot/uEnv.txt
loadfdt=load ${type} ${disk}:1 ${fdt_addr} ${fdt_file}
loaduimage=load ${type} ${disk}:1 ${loadaddr} ${uimage}
loadzimage=load ${type} ${disk}:1 ${loadaddr} ${zimage}
mtdids=nand0=orion_nand
mtdparts=mtdparts=orion_nand:1M(u-boot),-(rootfs)
setargs=setenv bootargs console=${console},${baudrate} ${optargs} root=/dev/sd${letter}1 rw rootwait ${mtdparts}
uimage=/boot/uImage
zimage=/boot/zImage
Environment size: 1434/131068 bytes
|
Re: Pogo E02 will only boot with USB drive July 21, 2014 02:49PM |
Admin Registered: 13 years ago Posts: 18,591 |
|
Re: Pogo E02 will only boot with USB drive July 21, 2014 03:28PM |
Registered: 11 years ago Posts: 165 |
|
Re: Pogo E02 will only boot with USB drive July 21, 2014 09:31PM |
Registered: 9 years ago Posts: 35 |
|
Re: Pogo E02 will only boot with USB drive July 21, 2014 11:21PM |
Admin Registered: 13 years ago Posts: 18,591 |
|
Re: Pogo E02 will only boot with USB drive July 23, 2014 10:50PM |
Registered: 9 years ago Posts: 35 |
|
Re: Pogo E02 will only boot with USB drive July 24, 2014 01:57AM |
Admin Registered: 13 years ago Posts: 18,591 |
|
Re: Pogo E02 will only boot with USB drive September 10, 2015 11:02AM |
Registered: 8 years ago Posts: 22 |
|
Re: Pogo E02 will only boot with USB drive September 10, 2015 12:35PM |
Admin Registered: 13 years ago Posts: 18,591 |
|
Re: Pogo E02 will only boot with USB drive September 11, 2015 12:07AM |
Admin Registered: 13 years ago Posts: 18,591 |
|
Re: Pogo E02 will only boot with USB drive September 11, 2015 10:43AM |
Registered: 8 years ago Posts: 22 |