|
Installing debian on a PogoPlug Pro. November 25, 2013 10:46AM |
Registered: 10 years ago Posts: 19 |
|
Re: Installing debian on a PogoPlug Pro. November 25, 2013 11:13AM |
Registered: 11 years ago Posts: 93 |
|
Re: Installing debian on a PogoPlug Pro. November 25, 2013 12:25PM |
Registered: 10 years ago Posts: 155 |
|
Re: Installing debian on a PogoPlug Pro. December 15, 2013 01:05AM |
Registered: 10 years ago Posts: 19 |
U-Boot SPL 2013.07-g8cefee1 (Dec 02 2013 - 19:03:02) Boot device: NAND Attempting to set PLLA to 800 MHz ... plla_ctrl0 : 0000030a plla_ctrl1 : 00400000 plla_ctrl2 : 007f0068 plla_ctrl3 : 00000193 PLLA Set U-Boot 2013.07-g8cefee1 (Dec 02 2013 - 19:03:02) for OXNAS DRAM: 128 MiB NAND: 128 MiB In: serial Out: serial Err: serial Net: mii0 switch to net console
|
Re: Installing debian on a PogoPlug Pro. December 15, 2013 06:31AM |
Registered: 10 years ago Posts: 19 |
U-Boot 2013.07-g8cefee1 (Dec 02 2013 - 19:03:02) for OXNAS DRAM: 128 MiB NAND: 128 MiB In: serial Out: serial Err: serial Net: mii0 Hit any key to stop autoboot: 0 OX820 # print autoload=no baudrate=115200 bootargs=console=ttyS0,115200n8 root=/dev/nfs rootwait rw nfsroot=192.168.2.175:/targetfs bootargs_usb=console=ttyS0,115200n8 root=/dev/sda1 rootwait noinitrd mac_adr=0x00,0x30,0xe0,0x00,0x00,0x01 mem=128M poweroutage=yes bootcmd=run bootcmd_usb bootcmd_usb=setenv bootargs console=ttyS0,115200n8 root=/dev/sda1 rootwait noinitrd mac_adr=0x00,0x30,0xe0,0x00,0x00,0x01 mem=128M poweroutage=yes bootdelay=3 bootfile=uImage console=console=ttyS0,115200n8 ethact=mii0 ethaddr=00:25:31:01:66:5F filesize=15e710 ipaddr=192.168.0.100 keypressed=1 mtdids=nand0=41000000.nand mtdparts=mtdparts=41000000.nand:14m(boot),-(data) netcon=echo switch to net console;setenv stderr nc;setenv stdin nc;setenv stdout nc;echo switch to net console preboot=run safeboot safeboot=setexpr.b keypressed '*44200005' '&' 1;if test $keypressed = 0;then run netcon;fi serialcon=echo switch to serial console;setenv stderr serial;setenv stdin serial;setenv stdout serial;echo switch to serial console stderr=serial stdin=serial stdout=serial updboot=bootp;tftp 60000000 u-boot.img;ide write 60000000 400 400 Environment size: 1156/131067 bytes OX820 #
setenv bootcmd_usb setenv bootargs $bootargs_usb ; sleep 3; usb start; ext2load usb 0:1 0x60500000 /boot/uImage; bootm 0x60500000seems to make my pogoplug try to load kernel from my previously working usb thumb drive. As soon as I paste that command in and hit enter I get the following output below and my usb thumb drive lights up. Note I have yet to update the arch drive with the latest kernel uImage, should I do this before running that command again?
OX820 # setenv bootcmd_usb setenv bootargs $bootargs_usb ; sleep 3; usb start; ext2load usb 0:1 0x60500000 /boot/uImage; bootm 0x60500000
(Re)start USB...
USB0: USB EHCI 1.00
scanning bus 0 for devices... 3 USB Device(s) found
scanning usb for storage devices... 1 Storage Device(s) found
1435408 bytes read in 244 ms (5.6 MiB/s)
## Booting kernel from Legacy Image at 60500000 ...
Image Name: Linux-2.6.32-5-kirkwood
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1435344 Bytes = 1.4 MiB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
Starting kernel ...
U-Boot SPL 2013.07-g8cefee1 (Dec 02 2013 - 19:03:02)
Boot device: NAND
Attempting to set PLLA to 800 MHz ...
plla_ctrl0 : 0000030a
plla_ctrl1 : 00400000
plla_ctrl2 : 007f0068
plla_ctrl3 : 00000193
PLLA Set
U-Boot 2013.07-g8cefee1 (Dec 02 2013 - 19:03:02) for OXNAS
DRAM: 128 MiB
NAND: 128 MiB
In: serial
Out: serial
Err: serial
Net: mii0
switch to net console
|
Re: Installing debian on a PogoPlug Pro. December 15, 2013 08:32AM |
Registered: 13 years ago Posts: 218 |
|
Re: Installing debian on a PogoPlug Pro. December 15, 2013 09:20AM |
Registered: 10 years ago Posts: 19 |