Pogoplug Mobile V4-A1-01 troubles July 20, 2014 02:51PM |
Registered: 10 years ago Posts: 6 |
Re: Pogoplug Mobile V4-A1-01 troubles July 20, 2014 04:31PM |
Admin Registered: 14 years ago Posts: 19,236 |
Re: Pogoplug Mobile V4-A1-01 troubles July 20, 2014 04:53PM |
Registered: 10 years ago Posts: 6 |
U-Boot 1.1.4 (Oct 1 2011 - 12:21:35) Cloud Engines 1.1.2 (3.4.27) PHYADDR=0 U-Boot code: 00600000 -> 0067FFF0 BSS: -> 006918B4 Soc: 88F6192 A1 (DDR2) CPU running @ 800Mhz L2 running @ 400Mhz SysClock = 200Mhz , TClock = 166Mhz DRAM CAS Latency = 3 tRP = 3 tRAS = 8 tRCD=3 DRAM CS[0] base 0x00000000 size 128MB DRAM Total size 128MB 16bit width Addresses 8M - 0M are saved for the U-Boot usage. Mem malloc Initialization (8M - 7M): Done NAND:128 MB Flash: 0 kB CPU : Marvell Feroceon (Rev 1) CLOUD ENGINES BOARD: PPV4A1 Streaming disabled Write allocate disabled USB 0: host mode PEX 0: interface detected no Link. Net: egiga0 [PRIME] Hit any key to stop autoboot: 0 Unknown command 'usb' - try 'help' NAND read: device 0 offset 0x100000, size 0x73d0c 474380 bytes read: OK ## Starting application at 0x00800000 ... U-Boot 1.1.4 (Jan 13 2012 - 22:33:21) Arch Linux ARM (PPV4 r1) PHYADDR=0 U-Boot code: 00600000 -> 0067FFF0 BSS: -> 006CFD60 Soc: 88F6192 A1 (DDR2) CPU running @ 800Mhz L2 running @ 400Mhz SysClock = 200Mhz , TClock = 166Mhz DRAM CAS Latency = 3 tRP = 3 tRAS = 8 tRCD=3 DRAM CS[0] base 0x00000000 size 128MB DRAM Total size 128MB 16bit width Addresses 8M - 0M are saved for the U-Boot usage. Mem malloc Initialization (8M - 7M): Done NAND:128 MB Flash: 0 kB CPU : Marvell Feroceon (Rev 1) CLOUD ENGINES BOARD: PPV4A1 Streaming disabled Write allocate disabled USB 0: host mode PEX 0: interface detected no Link. Net: egiga0 [PRIME] Hit any key to stop autoboot: 0 (Re)start USB... USB: scanning bus for devices... 2 USB Device(s) found Waiting for storage device(s) to settle before scanning... T Device NOT ready Request Sense returned 00 00 00 1 Storage Device(s) found Reset IDE: Marvell Serial ATA Adapter Integrated Sata device found Device NOT ready Request Sense returned 00 00 00 ** Can't read from device 0 ** ** Unable to use usb 0:1 for fatls ** IDE device 0 not available ** Bad partition 1 ** ALARM>> ALARM>> printenv# I added the # and changed that info as I pasted here, not sure if that info needs to be kept private.
baudrate=115200
loads_echo=0
rootpath=/mnt/ARM_FS/
netmask=255.255.0.0
run_diag=yes
CASset=min
MALLOC_len=1
ethprime=egiga0
load_nand=nboot 0x800000 0 0x200000
load_nand2=nboot 0x800000 0 0x500000
boot=bootm 0x800000
boot_nand=run load_nand boot || run load_nand2 boot
ethmtu=1500
usb0Mode=host
nandEcc=1bit
ethact=egiga0
#ethaddr=00:24:71:04:a4:f3
#cesvcid=2FDEVMHQK25Y4DWY6QXZVVBCX
ceboardver=PPV4A1
ipaddr=192.168.58.233
serverip=192.168.58.188
bootargs=console=ttyS0,115200 root=ubi0:rootfs ubi.mtd=4,2048 rootfstype=ubifs
arcNumber=3960
bootcmd=if usb start; then run alarm_boot; else nand read 0x800000 0x100000 0x73d0c; go 0x800000; fi
alarm_boot=ide reset; run alarm_revert; if ide part 0; then run alarm_ide; else setenv isDisk no; fi; run alarm_usb
alarm_revert=if fatls usb 0:1 /revert; then setenv mainlineLinux no; setenv arcNumber; setenv bootcmd run boot_nand; saveenv; reset; fi
alarm_args=setenv bootargs console=ttyS0,115200 root=$device rootwait rootfstype=ext3
alarm_which=if test $isDisk = yes; then setenv device /dev/sdb1; else setenv device /dev/sda1; fi
alarm_ide=if ext2load ide 0:1 0x800000 /boot/uImage; then setenv device /dev/sda1; run alarm_args; bootm 0x800000; else setenv isDisk yes; fi
alarm_usb=if ext2load usb 0:1 0x800000 /boot/uImage; then run alarm_which; run alarm_args; bootm 0x800000; fi
stdin=serial
stdout=serial
stderr=serial
mainlineLinux=yes
enaMonExt=no
enaCpuStream=no
enaWrAllo=no
pexMode=RC
disL2Cache=no
setL2CacheWT=yes
disL2Prefetch=yes
enaICPref=yes
enaDCPref=yes
sata_dma_mode=yes
netbsd_en=no
vxworks_en=no
bootdelay=1
disaMvPnp=no
hddPowerCtrl=no
pcieTune=no
isDisk=no
Environment size: 1627/131068 bytes
ALARM>>
Re: Pogoplug Mobile V4-A1-01 troubles July 20, 2014 05:57PM |
Admin Registered: 14 years ago Posts: 19,236 |
USB: scanning bus for devices... 2 USB Device(s) found Waiting for storage device(s) to settle before scanning... T Device NOT ready Request Sense returned 00 00 00 1 Storage Device(s) found
ALARM>> usb startIf it did, go ahead and boot:
ALARM>> boot
Re: Pogoplug Mobile V4-A1-01 troubles July 20, 2014 06:26PM |
Registered: 10 years ago Posts: 6 |
Re: Pogoplug Mobile V4-A1-01 troubles July 20, 2014 06:48PM |
Admin Registered: 14 years ago Posts: 19,236 |
Re: Pogoplug Mobile V4-A1-01 troubles July 20, 2014 07:06PM |
Registered: 10 years ago Posts: 6 |
Re: Pogoplug Mobile V4-A1-01 troubles July 20, 2014 07:50PM |
Registered: 11 years ago Posts: 165 |
Re: Pogoplug Mobile V4-A1-01 troubles July 21, 2014 12:14AM |
Admin Registered: 14 years ago Posts: 19,236 |
Re: Pogoplug Mobile V4-A1-01 troubles July 21, 2014 03:28PM |
Registered: 11 years ago Posts: 165 |
Re: Pogoplug Mobile V4-A1-01 troubles July 21, 2014 05:44PM |
Registered: 10 years ago Posts: 6 |
Re: Pogoplug Mobile V4-A1-01 troubles July 21, 2014 07:43PM |
Registered: 11 years ago Posts: 165 |