|
Trying to save a Pogoplug E02 September 08, 2017 10:36PM |
Registered: 6 years ago Posts: 10 |
|
Re: Trying to save a Pogoplug E02 September 08, 2017 11:00PM |
Admin Registered: 13 years ago Posts: 18,584 |
Quote
Hit any key to stop autoboot: 0
printenv
Quote
Updated 24 Jul 2017:
Basic Debian stretch Kirkwood rootfs for most Kirwood plugs:
- tarball size: 188M
- install size: 488M
- The init system used in this rootfs is sysvinit . To boot with systemd, see note 2 below.
- Installed packages: nano, avahi, ntp, busybox-syslogd (log to RAM), htop, isc-dhcp-client, dialog, bzip2, nfs server/client, iperf, ethtool, sysvinit-core, sysvinit, and sysvinit-utils.
- see LED controls in /etc/rc.local, and /etc/init.d/halt
- see some useful aliases in /root/.profile
- root password: root
Download at Dropbox:
Debian-4.12.1-kirkwood-tld-1-rootfs-bodhi.tar.bz2
md5:
bf3d29569943875df348fb5ca03b348c
sha256:
4ed5714fdb123cdb40e973f3d0754e91cd199b75a9874018f2b5dc9cfa8ae8bb
And remember to check the hash of what you download, as always.
|
Re: Trying to save a Pogoplug E02 September 09, 2017 12:35AM |
Registered: 6 years ago Posts: 10 |
>Quote
Hit any key to stop autoboot: 0
> printenv >>
>Quote
Updated 24 Jul 2017:
>
> Basic Debian stretch Kirkwood rootfs for most Kirw
> ood plugs:
>
> - tarball size: 188M
> - install size: 488M
> - The init system used in this rootfs is sysvinit
> . To boot with systemd, see note 2 below.
> - Installed packages: nano, avahi, ntp, busybox-sy
> slogd (log to RAM), htop, isc-dhcp-client, dialog,
> bzip2, nfs server/client, iperf, ethtool, sysvinit
> -core, sysvinit, and sysvinit-utils.
> - see LED controls in /etc/rc.local, and /etc/init
> .d/halt
> - see some useful aliases in /root/.profile
> - root password: root
>
> Download at Dropbox:
>
> Debian-4.12.1-kirkwood-tld-1-rootfs-bodhi.tar.bz2
>
> md5:
> bf3d29569943875df348fb5ca03b348c
> sha256:
> 4ed5714fdb123cdb40e973f3d0754e91cd199b75a9874018f2
> b5dc9cfa8ae8bb
>
> And remember to check the hash of what you downloa
> d, as always.
|
Re: Trying to save a Pogoplug E02 September 09, 2017 12:47AM |
Registered: 6 years ago Posts: 10 |
U-Boot 2011.12 (Feb 20 2012 - 21:21:59) Pogoplug E02 SoC: Kirkwood 88F6281_A0 DRAM: 256 MiB WARNING: Caches not enabled NAND: 128 MiB In: serial Out: serial Err: serial Net: egiga0 88E1116 Initialized on egiga0 Hit any key to stop autoboot: 0 u-boot>> printenv arcNumber=2097 baudrate=115200 bootcmd=usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run rescue_bootcmd; run pogo_bootcmd; reset bootdelay=3 console=ttyS0,115200 ethact=egiga0 ethaddr=00:25:31:00:8B:30 force_rescue=0 force_rescue_bootcmd=if test $force_rescue -eq 1 || ext2load usb 0:1 0x1700000 /rescueme 1 || fatload usb 0:1 0x1700000 /rescueme.txt 1; then run rescue_bootcmd; fi led_error=orange blinking led_exit=green off led_init=green blinking mainlineLinux=yes mtdids=nand0=orion_nand mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) partition=nand0,2 pogo_bootcmd=if fsload uboot-original-mtd0.kwb; then go 0x800200; fi rescue_bootcmd=if test $rescue_installed -eq 1; then run rescue_set_bootargs; nand read.e 0x800000 0x100000 0x400000; bootm 0x800000; else run pogo_bootcmd; fi rescue_installed=0 rescue_set_bootargs=setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs ro rootfstype=ubifs $mtdparts $rescue_custom_params stderr=serial stdin=serial stdout=serial ubifs_bootcmd=run ubifs_set_bootargs; if ubi part data && ubifsmount rootfs && ubifsload 0x800000 /boot/uImage && ubifsload 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; fi ubifs_mtd=3 ubifs_set_bootargs=setenv bootargs console=$console ubi.mtd=$ubifs_mtd root=ubi0:rootfs rootfstype=ubifs $mtdparts $ubifs_custom_params usb_boot=mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage; if ext2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi usb_bootcmd=run usb_init; run usb_set_bootargs; run usb_boot usb_device=0:1 usb_init=run usb_scan usb_root=/dev/sda1 usb_rootdelay=10 usb_rootfstype=ext2 usb_scan=usb_scan_done=0;for scan in $usb_scan_list; do run usb_scan_$scan; if test $usb_scan_done -eq 0 && ext2load usb $usb 0x800000 /boot/uImage 1; then usb_scan_done=1; echo "Found bootable drive on usb $usb"; setenv usb_device $usb; setenv usb_root /dev/$dev; fi; done usb_scan_1=usb=0:1 dev=sda1 usb_scan_2=usb=1:1 dev=sdb1 usb_scan_3=usb=2:1 dev=sdc1 usb_scan_4=usb=3:1 dev=sdd1 usb_scan_list=1 2 3 4 usb_set_bootargs=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts $usb_custom_params Environment size: 2342/131068 bytes u-boot>>
|
Re: Trying to save a Pogoplug E02 September 10, 2017 05:17AM |
Admin Registered: 13 years ago Posts: 18,584 |
|
Re: Trying to save a Pogoplug E02 September 10, 2017 07:57AM |
Registered: 6 years ago Posts: 10 |
|
Re: Trying to save a Pogoplug E02 September 10, 2017 05:28PM |
Admin Registered: 13 years ago Posts: 18,584 |
setenv usb_set_bootargs 'setenv bootargs console=$console root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial' printenv boot
|
Re: Trying to save a Pogoplug E02 September 11, 2017 09:39AM |
Registered: 6 years ago Posts: 10 |
U-Boot 2011.12 (Feb 20 2012 - 21:21:59)
Pogoplug E02
SoC: Kirkwood 88F6281_A0
DRAM: 256 MiB
WARNING: Caches not enabled
NAND: 128 MiB
In: serial
Out: serial
Err: serial
Net: egiga0
88E1116 Initialized on egiga0
Hit any key to stop autoboot: 0
u-boot>> setenv usb_set_bootargs 'setenv bootargs console=$console root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk-serial'
u-boot>> printenv
arcNumber=2097
baudrate=115200
bootcmd=usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run rescue_bootcmd; run pogo_bootcmd; reset
bootdelay=3
console=ttyS0,115200
ethact=egiga0
ethaddr=00:25:31:00:8B:30
force_rescue=0
force_rescue_bootcmd=if test $force_rescue -eq 1 || ext2load usb 0:1 0x1700000 /rescueme 1 || fatload usb 0:1 0x1700000 /rescueme.txt 1; then run rescue_bootcmd; fi
led_error=orange blinking
led_exit=green off
led_init=green blinking
mainlineLinux=yes
mtdids=nand0=orion_nand
mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
partition=nand0,2
pogo_bootcmd=if fsload uboot-original-mtd0.kwb; then go 0x800200; fi
rescue_bootcmd=if test $rescue_installed -eq 1; then run rescue_set_bootargs; nand read.e 0x800000 0x100000 0x400000; bootm 0x800000; else run pogo_bootcmd; fi
rescue_installed=0
rescue_set_bootargs=setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs ro rootfstype=ubifs $mtdparts $rescue_custom_params
stderr=serial
stdin=serial
stdout=serial
ubifs_bootcmd=run ubifs_set_bootargs; if ubi part data && ubifsmount rootfs && ubifsload 0x800000 /boot/uImage && ubifsload 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; fi
ubifs_mtd=3
ubifs_set_bootargs=setenv bootargs console=$console ubi.mtd=$ubifs_mtd root=ubi0:rootfs rootfstype=ubifs $mtdparts $ubifs_custom_params
usb_boot=mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage; if ext2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi
usb_bootcmd=run usb_init; run usb_set_bootargs; run usb_boot
usb_device=0:1
usb_init=run usb_scan
usb_root=/dev/sda1
usb_rootdelay=10
usb_rootfstype=ext2
usb_scan=usb_scan_done=0;for scan in $usb_scan_list; do run usb_scan_$scan; if test $usb_scan_done -eq 0 && ext2load usb $usb 0x800000 /boot/uImage 1; then usb_scan_done=1; echo "Found bootable drive on usb $usb"; setenv usb_device $usb; setenv usb_root /dev/$dev; fi; done
usb_scan_1=usb=0:1 dev=sda1
usb_scan_2=usb=1:1 dev=sdb1
usb_scan_3=usb=2:1 dev=sdc1
usb_scan_4=usb=3:1 dev=sdd1
usb_scan_list=1 2 3 4
usb_set_bootargs=setenv bootargs console=$console root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk-serial
Environment size: 2306/131068 bytes
u-boot>> <INTERRUPT>
u-boot>> boot
(Re)start USB...
USB: Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 1 USB Device(s) found
scanning bus for storage devices... 0 Storage Device(s) found
** Block device usb 0 not supported
** Invalid boot device **
Creating 1 MTD partitions on "nand0":
0x000002500000-0x000008000000 : "mtd=3"
UBI: attaching mtd1 to ubi0
UBI: physical eraseblock size: 131072 bytes (128 KiB)
UBI: logical eraseblock size: 129024 bytes
UBI: smallest flash I/O unit: 2048
UBI: sub-page size: 512
UBI: VID header offset: 512 (aligned 512)
UBI: data offset: 2048
UBI: attached mtd1 to ubi0
UBI: MTD device name: "mtd=3"
UBI: MTD device size: 91 MiB
UBI: number of good PEBs: 726
UBI: number of bad PEBs: 2
UBI: max. allowed volumes: 128
UBI: wear-leveling threshold: 4096
UBI: number of internal volumes: 1
UBI: number of user volumes: 0
UBI: available PEBs: 715
UBI: total number of reserved PEBs: 11
UBI: number of PEBs reserved for bad PEB handling: 7
UBI: max/mean erase counter: 1/1
UBIFS error (pid 0): ubifs_get_sb: cannot open "ubi:rootfs", error -19
Error reading superblock on volume 'ubi:rootfs'!
** Block device usb 0 not supported
** Block device usb 1 not supported
** Block device usb 2 not supported
** Block device usb 3 not supported
** Block device usb 0 not supported
** Block device usb 0 not supported
Wrong Image Format for bootm command
ERROR: can't get kernel image!
stopping USB..
### JFFS2 loading 'uboot-original-mtd0.kwb' to 0x800000
Scanning JFFS2 FS: ........ read_nand_cached: error reading nand off 0xffec00 size 8192 bytes
read_nand_cached: error reading nand off 0x1000c00 size 8192 bytes
read_nand_cached: error reading nand off 0x123fe00 size 8192 bytes
read_nand_cached: error reading nand off 0x123fc00 size 8192 bytes
read_nand_cached: error reading nand off 0x1241c00 size 8192 bytes done.
read_nand_cached: error reading nand off 0x123fa00 size 8192 bytes
off = 0x123f768 magic 0x1985 type 0xe002 node.totlen = 1633
### JFFS2 load complete: 524288 bytes loaded to 0x800000
## Starting application at 0x00800200 ...
U-Boot 1.1.4 (Sep 28 2009 - 11:55:23) Cloud Engines v2.0 (3.4.16)
U-Boot code: 00600000 -> 0067FFF0 BSS: -> 00690D60
Soc: 88F6281 A0 (DDR2)
CPU running @ 1200Mhz L2 running @ 400Mhz
SysClock = 400Mhz , TClock = 200Mhz
DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
DRAM CS[0] base 0x00000000 size 256MB
DRAM Total size 256MB 16bit width
Flash: 0 kB
Addresses 8M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (8M - 7M): Done
NAND:128 MB
CPU : Marvell Feroceon (Rev 1)
CLOUD ENGINES BOARD: PPV2
Streaming disabled
Write allocate disabled
USB 0: host mode
PEX 0: interface detected no Link.
Net: egiga0 [PRIME], egiga1
Hit any key to stop autoboot: 0
NAND read: device 0 offset 0x100000, size 0x200000
Reading data from 0x2ff800 -- 100% complete.
2097152 bytes read: OK
## Booting image at 00800000 ...
Image Name: Linux-2.6.22.18
Created: 2010-10-19 23:05:02 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1979140 Bytes = 1.9 MB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
OK
Starting kernel ...
Uncompressing Linux............................................................................................................................ done, booting the kernel.
[ 0.000000] Linux version 2.6.22.18 (bdietrich@buildman) (gcc version 4.2.1) #81 Tue Oct 19 16:05:00 PDT 2010
[ 0.000000] CPU: ARM926EJ-S [56251311] revision 1 (ARMv5TE), cr=00053177
[ 0.000000] Machine: Feroceon-KW
[ 0.000000] Using UBoot passing parameters structure
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] CPU0: D VIVT write-back cache
[ 0.000000] CPU0: I cache: 16384 bytes, associativity 4, 32 byte lines, 128 sets
[ 0.000000] CPU0: D cache: 16384 bytes, associativity 4, 32 byte lines, 128 sets
[ 0.000000] Built 1 zonelists. Total pages: 65024
[ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mtdblock2 ro
[ 0.000000] PID hash table entries: 1024 (order: 10, 4096 bytes)
[ 0.000000] Console: colour dummy device 80x30
[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.010000] Memory: 256MB 0MB 0MB 0MB = 256MB total
[ 0.010000] Memory: 255872KB available (3592K code, 253K data, 124K init)
[ 0.250000] Mount-cache hash table entries: 512
[ 0.250000] CPU: Testing write buffer coherency: ok
[ 0.250000] NET: Registered protocol family 16
[ 0.250000]
[ 0.250000] CPU Interface
[ 0.250000] -------------
[ 0.250000] SDRAM_CS0 ....base 00000000, size 256MB
[ 0.250000] SDRAM_CS1 ....disable
[ 0.250000] SDRAM_CS2 ....disable
[ 0.250000] SDRAM_CS3 ....disable
[ 0.250000] PEX0_MEM ....base e8000000, size 128MB
[ 0.250000] PEX0_IO ....base f2000000, size 1MB
[ 0.250000] INTER_REGS ....base f1000000, size 1MB
[ 0.250000] NFLASH_CS ....base fa000000, size 2MB
[ 0.250000] SPI_CS ....base f4000000, size 16MB
[ 0.250000] BOOT_ROM_CS ....no such
[ 0.250000] DEV_BOOTCS ....no such
[ 0.250000] CRYPT_ENG ....base f0000000, size 2MB
[ 0.250000]
[ 0.250000] Marvell Development Board (LSP Version KW_LSP_4.2.7_patch21_with_rx_desc_tuned)-- SHEEVA PLUG Soc: 88F6281 A0 LE
[ 0.250000]
[ 0.250000] Detected Tclk 200000000 and SysClk 400000000
[ 0.250000] MV Buttons Device Load
[ 0.250000] Marvell USB EHCI Host controller #0: c0652600
[ 0.750000] PEX0 interface detected no Link.
[ 0.750000] PCI: bus0: Fast back to back transfers enabled
[ 0.750000] SCSI subsystem initialized
[ 0.750000] usbcore: registered new interface driver usbfs
[ 0.750000] usbcore: registered new interface driver hub
[ 0.750000] usbcore: registered new device driver usb
[ 0.750000] NET: Registered protocol family 2
[ 0.760000] Time: kw_clocksource clocksource has been installed.
[ 0.850000] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.850000] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.850000] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.850000] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.850000] TCP reno registered
[ 0.880000] RTC has been updated!!!
[ 0.880000] RTC registered
[ 0.880000] Use the XOR engines (acceleration) for enhancing the following functions:
[ 0.880000] o RAID 5 Xor calculation
[ 0.880000] o kernel memcpy
[ 0.880000] o kenrel memzero
[ 0.880000] Number of XOR engines to use: 4
[ 0.880000] cesadev_init(c00117b0)
[ 0.880000] mvCesaInit: sessions=640, queue=64, pSram=f0000000
[ 0.880000] MV Buttons Driver Load
[ 0.880000] squashfs: version 3.3 (2007/10/31) Phillip Lougher
[ 0.880000] squashfs: LZMA suppport for slax.org by jro
[ 0.880000] JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 0.880000] io scheduler noop registered
[ 0.880000] io scheduler anticipatory registered (default)
[ 0.900000] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
[ 0.900000] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
[ 0.910000] RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
[ 0.920000] Loading Marvell Ethernet Driver:
[ 0.920000] o Cached descriptors in DRAM
[ 0.920000] o DRAM SW cache-coherency
[ 0.930000] o Single RX Queue support - ETH_DEF_RXQ=0
[ 0.930000] o Single TX Queue support - ETH_DEF_TXQ=0
[ 0.940000] o TCP segmentation offload enabled
[ 0.940000] o Receive checksum offload enabled
[ 0.950000] o Transmit checksum offload enabled
[ 0.950000] o Network Fast Processing (Routing) supported
[ 0.960000] o Driver ERROR statistics enabled
[ 0.960000] o Driver INFO statistics enabled
[ 0.970000] o Proc tool API enabled
[ 0.970000] o Rx descripors: q0=128
[ 0.970000] o Tx descripors: q0=532
[ 0.980000] o Loading network interface(s):
[ 0.990000] o eth0, ifindex = 1, GbE port = 0
[ 0.990000] o eth1, ifindex = 2, GbE port = 1
[ 1.000000]
[ 1.000000] mvFpRuleDb (cfdf6000): 2048 entries, 8192 bytes
[ 1.000000] Intel(R) PRO/1000 Network Driver - version 7.3.20-k2-NAPI
[ 1.010000] Copyright (c) 1999-2006 Intel Corporation.
[ 1.020000] e100: Intel(R) PRO/100 Network Driver, 3.5.17-k4-NAPI
[ 1.020000] e100: Copyright(c) 1999-2006 Intel Corporation
[ 1.030000]
[ 1.030000] Warning Sata is Powered Off
[ 1.030000] NFTL driver: nftlcore.c $Revision: 1.98 $, nftlmount.c $Revision: 1.41 $
[ 1.040000] NAND device: Manufacturer ID: 0xec, Chip ID: 0xf1 (Samsung NAND 128MiB 3,3V 8-bit)
[ 1.050000] Scanning device for bad blocks
[ 1.060000] Bad eraseblock 128 at 0x01000000
[ 1.070000] Bad eraseblock 146 at 0x01240000
[ 1.100000] Bad eraseblock 830 at 0x067c0000
[ 1.110000] Bad eraseblock 930 at 0x07440000
[ 1.120000] Using static partition definition
[ 1.120000] Creating 4 MTD partitions on "nand_mtd":
[ 1.130000] 0x00000000-0x00100000 : "u-boot"
[ 1.130000] 0x00100000-0x00500000 : "uImage"
[ 1.140000] 0x00500000-0x02500000 : "root"
[ 1.140000] 0x02500000-0x08000000 : "data"
[ 1.150000] ehci_marvell ehci_marvell.70059: Marvell Orion EHCI
[ 1.150000] ehci_marvell ehci_marvell.70059: new USB bus registered, assigned bus number 1
[ 1.190000] ehci_marvell ehci_marvell.70059: irq 19, io base 0xf1050100
[ 1.210000] ehci_marvell ehci_marvell.70059: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 1.210000] usb usb1: configuration #1 chosen from 1 choice
[ 1.220000] hub 1-0:1.0: USB hub found
[ 1.220000] hub 1-0:1.0: 1 port detected
[ 1.340000] USB Universal Host Controller Interface driver v3.0
[ 1.340000] usbcore: registered new interface driver usblp
[ 1.350000] drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
[ 1.350000] Initializing USB Mass Storage driver...
[ 1.360000] usbcore: registered new interface driver usb-storage
[ 1.370000] USB Mass Storage support registered.
[ 1.370000] mice: PS/2 mouse device common for all mice
[ 1.380000] i2c /dev entries driver
[ 1.380000] Linux telephony interface: v1.00
[ 1.380000] md: linear personality registered for level -1
[ 1.390000] md: raid0 personality registered for level 0
[ 1.390000] md: raid1 personality registered for level 1
[ 1.570000] raid6: int32x1 97 MB/s
[ 1.740000] raid6: int32x2 114 MB/s
[ 1.910000] raid6: int32x4 122 MB/s
[ 2.080000] raid6: int32x8 110 MB/s
[ 2.080000] raid6: using algorithm int32x4 (122 MB/s)
[ 2.080000] md: raid6 personality registered for level 6
[ 2.090000] md: raid5 personality registered for level 5
[ 2.090000] md: raid4 personality registered for level 4
[ 2.100000] raid5: measuring checksumming speed
[ 2.150000] arm4regs : 1084.000 MB/sec
[ 2.200000] 8regs : 754.800 MB/sec
[ 2.250000] 32regs : 900.000 MB/sec
[ 2.250000] raid5: using function: arm4regs (1084.000 MB/sec)
[ 2.260000] device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised: dm-devel@redhat.com
[ 2.260000] dm_crypt using the OCF package.
[ 2.270000] sdhci: Secure Digital Host Controller Interface driver
[ 2.270000] sdhci: Copyright(c) Pierre Ossman
[ 2.280000] usbcore: registered new interface driver usbhid
[ 2.280000] drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
[ 2.290000] TCP cubic registered
[ 2.290000] NET: Registered protocol family 1
[ 2.300000] NET: Registered protocol family 17
[ 2.300000] md: Autodetecting RAID arrays.
[ 2.310000] md: autorun ...
[ 2.310000] md: ... autorun DONE.
[ 3.220000] jffs2_scan_dirent_node(): Name CRC failed on node at 0x0038e7d8: Read 0x84355ba0, calculated 0xf01b4ca3
[ 3.800000] Empty flash at 0x009ac208 ends at 0x009ac800
[ 8.070000] VFS: Mounted root (jffs2 filesystem) readonly.
[ 8.080000] Freeing init memory: 124K
init started: BusyBox v1.7.0 (2008-02-26 19:25:17 IST)
starting pid 262, tty '': '/etc/init.d/rcS'
[ 10.300000] eth0: link down
[ 10.300000] eth0: started
udhcpc (v1.7.0) started
HWADDR 00 0x25 0x31 0x00 0x8b 0x30
PIP0 139
PIP1 48
cat: can't open '/etc/resolv.conf': No such file or directory
route: SIOCDELRT: No such process
grep: /etc/resolv.conf: No such file or directory
Sending discover...
[ 13.280000] eth0: link up, full duplex, speed 1 Gbps
Sending discover...
Sending select for 192.168.0.131...
Lease of 192.168.0.131 obtained, lease time 86400
HWADDR 00 0x25 0x31 0x00 0x8b 0x30
PIP0 139
PIP1 48
route: SIOCDELRT: No such process
Loading fs modules: [ 15.230000] fuse init (API version 7.8)
Success
[ 15.550000] ufsd: module license 'Commercial product' taints kernel.
[ 15.570000] ufsd: driver (8.6, Jun 5 2013 10:00:32, LBD=ON, ioctl) loaded at bf040000
[ 15.570000] NTFS support included
[ 15.570000] Hfs+/HfsX support included
[ 15.570000] For 'CloudEngines_PogoPlug_2011-08-03'
Loading rt3070sta.ko: [ 16.040000] rtusb init --->
[ 16.040000] usbcore: registered new interface driver rt2870
Success
Loading tun.ko: [ 16.070000] tun: Universal TUN/TAP device driver, 1.6
[ 16.070000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Success
Loading xce.ko: [ 16.110000] Cloud Engines XCE Init [Version: 2.0.5.10]
[ 16.110000] XCE: CPU MEMORY MAP:
[ 16.120000] XCE: -- 0x00001000 - 0xbeffffff (3055 MB) User Space Mappings
[ 16.120000] XCE: -- 0xbf000000 - 0xbfffffff ( 16 MB) Kernel module space
[ 16.130000] XCE: -- 0xc0000000 - 0xcfffffff ( 256 MB) Kernel direct-mapped ram
[ 16.140000] XCE: -- 0xd0800000 - 0xe7ffffff ( 376 MB) Kernel vmalloc space
[ 16.140000] XCE: -- 0xe8000000 - 0xfeffffff ( 367 MB) Kernel platform space
[ 16.150000] XCE: CPU FEATURES:
[ 16.150000] XCE: -- I Cache: enabled
[ 16.160000] XCE: -- D Cache: enabled
[ 16.160000] XCE: -- Branch Predict: enabled
[ 16.170000] XCE: -- MMU: enabled
[ 16.170000] XCE: -- Alignment Abort: enabled
[ 16.180000] XCE: -- ICache Prefetch: enabled
[ 16.180000] XCE: -- DCache Prefetch: enabled
[ 16.190000] XCE: -- L2 Cache: enabled
[ 16.190000] XCE: -- L2 Prefetch: disabled
[ 16.190000] XCE: -- L2 Writethrough: disabled
[ 16.200000] XCE: -- Write Allocate: disabled
[ 16.200000] XCE: -- Streaming: disabled
[ 16.210000] XCE: BLPARAMS: reading 2048 bytes @ a0000
[ 16.220000] XCE: Loaded Property Size: 2048
[ 16.220000] XCE: - 'cesvcid' -> '7LGC4DPJUA5ZVXGCMMN6APYLAA'
[ 16.230000] XCE: - 'ceboardver' -> 'PPV2'
[ 16.230000] XCE: Current GPIO State:
[ 16.230000] XCE: GPIO L OUT: 0xeff00000
[ 16.240000] XCE: GPIO L OE: 0xefffffff
[ 16.240000] XCE: GPIO L BLINK: 0x00000000
[ 16.250000] XCE: GPIO L POL: 0x00000000
[ 16.250000] XCE: GPIO L IN: 0x00000080
[ 16.250000] XCE: GPIO H OUT: 0xffffffff
[ 16.260000] XCE: GPIO H OE: 0xfffc3fff
[ 16.260000] XCE: GPIO H BLINK: 0x00008000
[ 16.270000] XCE: GPIO H POL: 0x00000000
[ 16.270000] XCE: GPIO H IN: 0x0003c000
[ 16.280000] XCE: Kernel thread starting PID: 395
Success
Starting hbplug: Success
starting pid 397, tty '': '/bin/sh'
-sh-4.3# [ 18.180000] XCE: BLPARAMS: reading 2048 bytes @ a0000
[ 18.190000] XCE: BLPARAMS: reading 2048 bytes @ a0800
[ 18.190000] XCE: BLPARAMS: reading 2048 bytes @ a1000
[ 18.200000] XCE: BLPARAMS: reading 2048 bytes @ a1800
[ 23.520000] XCE: XCE: LED -> CONNECTED
|
Re: Trying to save a Pogoplug E02 September 11, 2017 12:45PM |
Admin Registered: 13 years ago Posts: 18,584 |
u-boot>> setenv usb_set_bootargs 'setenv bootargs console=$console root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial'
scanning bus for devices... 1 USB Device(s) found
scanning bus for storage devices... 0 Storage Device(s) found
** Block device usb 0 not supported
|
Re: Trying to save a Pogoplug E02 September 16, 2017 05:36PM |
Registered: 8 years ago Posts: 10 |
|
Re: Trying to save a Pogoplug E02 September 16, 2017 08:49PM |
Admin Registered: 13 years ago Posts: 18,584 |
|
Re: Trying to save a Pogoplug E02 September 24, 2017 06:06PM |
Registered: 6 years ago Posts: 10 |
|
Re: Trying to save a Pogoplug E02 September 24, 2017 06:12PM |
Admin Registered: 13 years ago Posts: 18,584 |
|
Re: Trying to save a Pogoplug E02 September 24, 2017 06:18PM |
Registered: 6 years ago Posts: 10 |
u-boot>> printenv arcNumber=2097 baudrate=115200 bootcmd=usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run rescue_bootcmd; run pogo_bootcmd; reset bootdelay=3 console=ttyS0,115200 ethact=egiga0 ethaddr=00:25:31:00:8B:30 force_rescue=0 force_rescue_bootcmd=if test $force_rescue -eq 1 || ext2load usb 0:1 0x1700000 /rescueme 1 || fatload usb 0:1 0x1700000 /rescueme.txt 1; then run rescue_bootcmd; fi led_error=orange blinking led_exit=green off led_init=green blinking mainlineLinux=yes mtdids=nand0=orion_nand mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) partition=nand0,2 pogo_bootcmd=if fsload uboot-original-mtd0.kwb; then go 0x800200; fi rescue_bootcmd=if test $rescue_installed -eq 1; then run rescue_set_bootargs; nand read.e 0x800000 0x100000 0x400000; bootm 0x800000; else run pogo_bootcmd; fi rescue_installed=0 rescue_set_bootargs=setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs ro rootfstype=ubifs $mtdparts $rescue_custom_params stderr=serial stdin=serial stdout=serial ubifs_bootcmd=run ubifs_set_bootargs; if ubi part data && ubifsmount rootfs && ubifsload 0x800000 /boot/uImage && ubifsload 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; fi ubifs_mtd=3 ubifs_set_bootargs=setenv bootargs console=$console ubi.mtd=$ubifs_mtd root=ubi0:rootfs rootfstype=ubifs $mtdparts $ubifs_custom_params usb_boot=mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage; if ext2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi usb_bootcmd=run usb_init; run usb_set_bootargs; run usb_boot usb_device=0:1 usb_init=run usb_scan usb_root=/dev/sda1 usb_rootdelay=10 usb_rootfstype=ext2 usb_scan=usb_scan_done=0;for scan in $usb_scan_list; do run usb_scan_$scan; if test $usb_scan_done -eq 0 && ext2load usb $usb 0x800000 /boot/uImage 1; then usb_scan_done=1; echo "Found bootable drive on usb $usb"; setenv usb_device $usb; setenv usb_root /dev/$dev; fi; done usb_scan_1=usb=0:1 dev=sda1 usb_scan_2=usb=1:1 dev=sdb1 usb_scan_3=usb=2:1 dev=sdc1 usb_scan_4=usb=3:1 dev=sdd1 usb_scan_list=1 2 3 4 usb_set_bootargs=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts $usb_custom_params Environment size: 2342/131068 bytes u-boot>>
|
Re: Trying to save a Pogoplug E02 September 24, 2017 06:20PM |
Registered: 6 years ago Posts: 10 |
U-Boot 2011.12 (Feb 20 2012 - 21:21:59)
Pogoplug E02
SoC: Kirkwood 88F6281_A0
DRAM: 256 MiB
WARNING: Caches not enabled
NAND: 128 MiB
In: serial
Out: serial
Err: serial
Net: egiga0
88E1116 Initialized on egiga0
Hit any key to stop autoboot: 0
(Re)start USB...
USB: Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 1 USB Device(s) found
scanning bus for storage devices... 0 Storage Device(s) found
** Block device usb 0 not supported
** Invalid boot device **
Creating 1 MTD partitions on "nand0":
0x000002500000-0x000008000000 : "mtd=3"
UBI: attaching mtd1 to ubi0
UBI: physical eraseblock size: 131072 bytes (128 KiB)
UBI: logical eraseblock size: 129024 bytes
UBI: smallest flash I/O unit: 2048
UBI: sub-page size: 512
UBI: VID header offset: 512 (aligned 512)
UBI: data offset: 2048
UBI: attached mtd1 to ubi0
UBI: MTD device name: "mtd=3"
UBI: MTD device size: 91 MiB
UBI: number of good PEBs: 726
UBI: number of bad PEBs: 2
UBI: max. allowed volumes: 128
UBI: wear-leveling threshold: 4096
UBI: number of internal volumes: 1
UBI: number of user volumes: 0
UBI: available PEBs: 715
UBI: total number of reserved PEBs: 11
UBI: number of PEBs reserved for bad PEB handling: 7
UBI: max/mean erase counter: 1/1
UBIFS error (pid 0): ubifs_get_sb: cannot open "ubi:rootfs", error -19
Error reading superblock on volume 'ubi:rootfs'!
** Block device usb 0 not supported
** Block device usb 1 not supported
** Block device usb 2 not supported
** Block device usb 3 not supported
** Block device usb 0 not supported
** Block device usb 0 not supported
Wrong Image Format for bootm command
ERROR: can't get kernel image!
stopping USB..
### JFFS2 loading 'uboot-original-mtd0.kwb' to 0x800000
Scanning JFFS2 FS: ........ read_nand_cached: error reading nand off 0xffec00 size 8192 bytes
read_nand_cached: error reading nand off 0x1000c00 size 8192 bytes
read_nand_cached: error reading nand off 0x123fe00 size 8192 bytes
read_nand_cached: error reading nand off 0x123fc00 size 8192 bytes
read_nand_cached: error reading nand off 0x1241c00 size 8192 bytes done.
read_nand_cached: error reading nand off 0x123fa00 size 8192 bytes
off = 0x123f768 magic 0x1985 type 0xe002 node.totlen = 1633
### JFFS2 load complete: 524288 bytes loaded to 0x800000
## Starting application at 0x00800200 ...
U-Boot 1.1.4 (Sep 28 2009 - 11:55:23) Cloud Engines v2.0 (3.4.16)
U-Boot code: 00600000 -> 0067FFF0 BSS: -> 00690D60
Soc: 88F6281 A0 (DDR2)
CPU running @ 1200Mhz L2 running @ 400Mhz
SysClock = 400Mhz , TClock = 200Mhz
DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
DRAM CS[0] base 0x00000000 size 256MB
DRAM Total size 256MB 16bit width
Flash: 0 kB
Addresses 8M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (8M - 7M): Done
NAND:128 MB
CPU : Marvell Feroceon (Rev 1)
CLOUD ENGINES BOARD: PPV2
Streaming disabled
Write allocate disabled
USB 0: host mode
PEX 0: interface detected no Link.
Net: egiga0 [PRIME], egiga1
Hit any key to stop autoboot: 0
NAND read: device 0 offset 0x100000, size 0x200000
Reading data from 0x2ff800 -- 100% complete.
2097152 bytes read: OK
## Booting image at 00800000 ...
Image Name: Linux-2.6.22.18
Created: 2010-10-19 23:05:02 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1979140 Bytes = 1.9 MB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
OK
Starting kernel ...
Uncompressing Linux............................................................................................................................ done, booting the kernel.
[ 0.000000] Linux version 2.6.22.18 (bdietrich@buildman) (gcc version 4.2.1) #81 Tue Oct 19 16:05:00 PDT 2010
[ 0.000000] CPU: ARM926EJ-S [56251311] revision 1 (ARMv5TE), cr=00053177
[ 0.000000] Machine: Feroceon-KW
[ 0.000000] Using UBoot passing parameters structure
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] CPU0: D VIVT write-back cache
[ 0.000000] CPU0: I cache: 16384 bytes, associativity 4, 32 byte lines, 128 sets
[ 0.000000] CPU0: D cache: 16384 bytes, associativity 4, 32 byte lines, 128 sets
[ 0.000000] Built 1 zonelists. Total pages: 65024
[ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mtdblock2 ro
[ 0.000000] PID hash table entries: 1024 (order: 10, 4096 bytes)
[ 0.000000] Console: colour dummy device 80x30
[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.010000] Memory: 256MB 0MB 0MB 0MB = 256MB total
[ 0.010000] Memory: 255872KB available (3592K code, 253K data, 124K init)
[ 0.250000] Mount-cache hash table entries: 512
[ 0.250000] CPU: Testing write buffer coherency: ok
[ 0.250000] NET: Registered protocol family 16
[ 0.250000]
[ 0.250000] CPU Interface
[ 0.250000] -------------
[ 0.250000] SDRAM_CS0 ....base 00000000, size 256MB
[ 0.250000] SDRAM_CS1 ....disable
[ 0.250000] SDRAM_CS2 ....disable
[ 0.250000] SDRAM_CS3 ....disable
[ 0.250000] PEX0_MEM ....base e8000000, size 128MB
[ 0.250000] PEX0_IO ....base f2000000, size 1MB
[ 0.250000] INTER_REGS ....base f1000000, size 1MB
[ 0.250000] NFLASH_CS ....base fa000000, size 2MB
[ 0.250000] SPI_CS ....base f4000000, size 16MB
[ 0.250000] BOOT_ROM_CS ....no such
[ 0.250000] DEV_BOOTCS ....no such
[ 0.250000] CRYPT_ENG ....base f0000000, size 2MB
[ 0.250000]
[ 0.250000] Marvell Development Board (LSP Version KW_LSP_4.2.7_patch21_with_rx_desc_tuned)-- SHEEVA PLUG Soc: 88F6281 A0 LE
[ 0.250000]
[ 0.250000] Detected Tclk 200000000 and SysClk 400000000
[ 0.250000] MV Buttons Device Load
[ 0.250000] Marvell USB EHCI Host controller #0: c0652600
[ 0.750000] PEX0 interface detected no Link.
[ 0.750000] PCI: bus0: Fast back to back transfers enabled
[ 0.750000] SCSI subsystem initialized
[ 0.750000] usbcore: registered new interface driver usbfs
[ 0.750000] usbcore: registered new interface driver hub
[ 0.750000] usbcore: registered new device driver usb
[ 0.750000] NET: Registered protocol family 2
[ 0.760000] Time: kw_clocksource clocksource has been installed.
[ 0.850000] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.850000] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.850000] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.850000] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.850000] TCP reno registered
[ 0.880000] RTC has been updated!!!
[ 0.880000] RTC registered
[ 0.880000] Use the XOR engines (acceleration) for enhancing the following functions:
[ 0.880000] o RAID 5 Xor calculation
[ 0.880000] o kernel memcpy
[ 0.880000] o kenrel memzero
[ 0.880000] Number of XOR engines to use: 4
[ 0.880000] cesadev_init(c00117b0)
[ 0.880000] mvCesaInit: sessions=640, queue=64, pSram=f0000000
[ 0.880000] MV Buttons Driver Load
[ 0.880000] squashfs: version 3.3 (2007/10/31) Phillip Lougher
[ 0.880000] squashfs: LZMA suppport for slax.org by jro
[ 0.880000] JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 0.880000] io scheduler noop registered
[ 0.880000] io scheduler anticipatory registered (default)
[ 0.900000] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
[ 0.900000] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
[ 0.910000] RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
[ 0.920000] Loading Marvell Ethernet Driver:
[ 0.920000] o Cached descriptors in DRAM
[ 0.920000] o DRAM SW cache-coherency
[ 0.930000] o Single RX Queue support - ETH_DEF_RXQ=0
[ 0.930000] o Single TX Queue support - ETH_DEF_TXQ=0
[ 0.940000] o TCP segmentation offload enabled
[ 0.940000] o Receive checksum offload enabled
[ 0.950000] o Transmit checksum offload enabled
[ 0.950000] o Network Fast Processing (Routing) supported
[ 0.960000] o Driver ERROR statistics enabled
[ 0.960000] o Driver INFO statistics enabled
[ 0.970000] o Proc tool API enabled
[ 0.970000] o Rx descripors: q0=128
[ 0.970000] o Tx descripors: q0=532
[ 0.980000] o Loading network interface(s):
[ 0.990000] o eth0, ifindex = 1, GbE port = 0
[ 0.990000] o eth1, ifindex = 2, GbE port = 1
[ 1.000000]
[ 1.000000] mvFpRuleDb (cfdf6000): 2048 entries, 8192 bytes
[ 1.000000] Intel(R) PRO/1000 Network Driver - version 7.3.20-k2-NAPI
[ 1.010000] Copyright (c) 1999-2006 Intel Corporation.
[ 1.020000] e100: Intel(R) PRO/100 Network Driver, 3.5.17-k4-NAPI
[ 1.020000] e100: Copyright(c) 1999-2006 Intel Corporation
[ 1.030000]
[ 1.030000] Warning Sata is Powered Off
[ 1.030000] NFTL driver: nftlcore.c $Revision: 1.98 $, nftlmount.c $Revision: 1.41 $
[ 1.040000] NAND device: Manufacturer ID: 0xec, Chip ID: 0xf1 (Samsung NAND 128MiB 3,3V 8-bit)
[ 1.050000] Scanning device for bad blocks
[ 1.060000] Bad eraseblock 128 at 0x01000000
[ 1.070000] Bad eraseblock 146 at 0x01240000
[ 1.100000] Bad eraseblock 830 at 0x067c0000
[ 1.110000] Bad eraseblock 930 at 0x07440000
[ 1.120000] Using static partition definition
[ 1.120000] Creating 4 MTD partitions on "nand_mtd":
[ 1.130000] 0x00000000-0x00100000 : "u-boot"
[ 1.130000] 0x00100000-0x00500000 : "uImage"
[ 1.140000] 0x00500000-0x02500000 : "root"
[ 1.140000] 0x02500000-0x08000000 : "data"
[ 1.150000] ehci_marvell ehci_marvell.70059: Marvell Orion EHCI
[ 1.150000] ehci_marvell ehci_marvell.70059: new USB bus registered, assigned bus number 1
[ 1.190000] ehci_marvell ehci_marvell.70059: irq 19, io base 0xf1050100
[ 1.210000] ehci_marvell ehci_marvell.70059: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 1.210000] usb usb1: configuration #1 chosen from 1 choice
[ 1.220000] hub 1-0:1.0: USB hub found
[ 1.220000] hub 1-0:1.0: 1 port detected
[ 1.340000] USB Universal Host Controller Interface driver v3.0
[ 1.340000] usbcore: registered new interface driver usblp
[ 1.350000] drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
[ 1.350000] Initializing USB Mass Storage driver...
[ 1.360000] usbcore: registered new interface driver usb-storage
[ 1.370000] USB Mass Storage support registered.
[ 1.370000] mice: PS/2 mouse device common for all mice
[ 1.380000] i2c /dev entries driver
[ 1.380000] Linux telephony interface: v1.00
[ 1.380000] md: linear personality registered for level -1
[ 1.390000] md: raid0 personality registered for level 0
[ 1.390000] md: raid1 personality registered for level 1
[ 1.570000] raid6: int32x1 97 MB/s
[ 1.740000] raid6: int32x2 114 MB/s
[ 1.910000] raid6: int32x4 122 MB/s
[ 2.080000] raid6: int32x8 110 MB/s
[ 2.080000] raid6: using algorithm int32x4 (122 MB/s)
[ 2.080000] md: raid6 personality registered for level 6
[ 2.090000] md: raid5 personality registered for level 5
[ 2.090000] md: raid4 personality registered for level 4
[ 2.100000] raid5: measuring checksumming speed
[ 2.150000] arm4regs : 1084.000 MB/sec
[ 2.200000] 8regs : 754.800 MB/sec
[ 2.250000] 32regs : 900.000 MB/sec
[ 2.250000] raid5: using function: arm4regs (1084.000 MB/sec)
[ 2.260000] device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised: dm-devel@redhat.com
[ 2.260000] dm_crypt using the OCF package.
[ 2.270000] sdhci: Secure Digital Host Controller Interface driver
[ 2.270000] sdhci: Copyright(c) Pierre Ossman
[ 2.280000] usbcore: registered new interface driver usbhid
[ 2.280000] drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
[ 2.290000] TCP cubic registered
[ 2.290000] NET: Registered protocol family 1
[ 2.300000] NET: Registered protocol family 17
[ 2.300000] md: Autodetecting RAID arrays.
[ 2.310000] md: autorun ...
[ 2.310000] md: ... autorun DONE.
[ 3.220000] jffs2_scan_dirent_node(): Name CRC failed on node at 0x0038e7d8: Read 0x84355ba0, calculated 0xf01b4ca3
[ 3.800000] Empty flash at 0x009ac208 ends at 0x009ac800
[ 8.070000] VFS: Mounted root (jffs2 filesystem) readonly.
[ 8.080000] Freeing init memory: 124K
init started: BusyBox v1.7.0 (2008-02-26 19:25:17 IST)
starting pid 262, tty '': '/etc/init.d/rcS'
[ 10.290000] eth0: started
udhcpc (v1.7.0) started
HWADDR 00 0x25 0x31 0x00 0x8b 0x30
PIP0 139
PIP1 48
cat: can't open '/etc/resolv.conf': No such file or directory
route: SIOCDELRT: No such process
grep: /etc/resolv.conf: No such file or directory
Sending discover...
Sending discover...
Sending discover...
HWADDR 00 0x25 0x31 0x00 0x8b 0x30
PIP0 139
PIP1 48
No lease, forking to background
Loading fs modules: [ 20.360000] fuse init (API version 7.8)
Success
[ 20.680000] ufsd: module license 'Commercial product' taints kernel.
[ 20.700000] ufsd: driver (8.6, Jun 5 2013 10:00:32, LBD=ON, ioctl) loaded at bf040000
[ 20.700000] NTFS support included
[ 20.700000] Hfs+/HfsX support included
[ 20.700000] For 'CloudEngines_PogoPlug_2011-08-03'
Loading rt3070sta.ko: [ 21.160000] rtusb init --->
[ 21.170000] usbcore: registered new interface driver rt2870
Success
Loading tun.ko: [ 21.190000] tun: Universal TUN/TAP device driver, 1.6
[ 21.190000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Success
Loading xce.ko: [ 21.230000] Cloud Engines XCE Init [Version: 2.0.5.10]
[ 21.230000] XCE: CPU MEMORY MAP:
[ 21.240000] XCE: -- 0x00001000 - 0xbeffffff (3055 MB) User Space Mappings
[ 21.240000] XCE: -- 0xbf000000 - 0xbfffffff ( 16 MB) Kernel module space
[ 21.250000] XCE: -- 0xc0000000 - 0xcfffffff ( 256 MB) Kernel direct-mapped ram
[ 21.260000] XCE: -- 0xd0800000 - 0xe7ffffff ( 376 MB) Kernel vmalloc space
[ 21.270000] XCE: -- 0xe8000000 - 0xfeffffff ( 367 MB) Kernel platform space
[ 21.270000] XCE: CPU FEATURES:
[ 21.280000] XCE: -- I Cache: enabled
[ 21.280000] XCE: -- D Cache: enabled
[ 21.280000] XCE: -- Branch Predict: enabled
[ 21.290000] XCE: -- MMU: enabled
[ 21.290000] XCE: -- Alignment Abort: enabled
[ 21.300000] XCE: -- ICache Prefetch: enabled
[ 21.300000] XCE: -- DCache Prefetch: enabled
[ 21.310000] XCE: -- L2 Cache: enabled
[ 21.310000] XCE: -- L2 Prefetch: disabled
[ 21.320000] XCE: -- L2 Writethrough: disabled
[ 21.320000] XCE: -- Write Allocate: disabled
[ 21.320000] XCE: -- Streaming: disabled
[ 21.330000] XCE: BLPARAMS: reading 2048 bytes @ a0000
[ 21.340000] XCE: Loaded Property Size: 2048
[ 21.340000] XCE: - 'cesvcid' -> '7LGC4DPJUA5ZVXGCMMN6APYLAA'
[ 21.350000] XCE: - 'ceboardver' -> 'PPV2'
[ 21.350000] XCE: Current GPIO State:
[ 21.350000] XCE: GPIO L OUT: 0xeff00000
[ 21.360000] XCE: GPIO L OE: 0xefffffff
[ 21.360000] XCE: GPIO L BLINK: 0x00000000
[ 21.370000] XCE: GPIO L POL: 0x00000000
[ 21.370000] XCE: GPIO L IN: 0x00000080
[ 21.380000] XCE: GPIO H OUT: 0xffffffff
[ 21.380000] XCE: GPIO H OE: 0xfffc3fff
[ 21.380000] XCE: GPIO H BLINK: 0x00008000
[ 21.390000] XCE: GPIO H POL: 0x00000000
[ 21.390000] XCE: GPIO H IN: 0x00034000
[ 21.400000] XCE: Kernel thread starting PID: 386
Success
Starting hbplug: Success
starting pid 388, tty '': '/bin/sh'
-sh-4.3# [ 23.300000] XCE: BLPARAMS: reading 2048 bytes @ a0000
[ 23.310000] XCE: BLPARAMS: reading 2048 bytes @ a0800
[ 23.310000] XCE: BLPARAMS: reading 2048 bytes @ a1000
[ 23.320000] XCE: BLPARAMS: reading 2048 bytes @ a1800
[ 28.680000] XCE: XCE: LED -> DISCONNECTED
|
Re: Trying to save a Pogoplug E02 September 24, 2017 06:36PM |
Admin Registered: 13 years ago Posts: 18,584 |
> scanning bus for devices... 1 USB Device(s) found > scanning bus for storage devices... 0 > Storage Device(s) found > ** Block device usb 0 not supported
|
Re: Trying to save a Pogoplug E02 September 24, 2017 06:49PM |
Registered: 6 years ago Posts: 10 |
|
Re: Trying to save a Pogoplug E02 September 24, 2017 07:01PM |
Admin Registered: 13 years ago Posts: 18,584 |
|
Re: Trying to save a Pogoplug E02 September 24, 2017 08:03PM |
Registered: 6 years ago Posts: 10 |
|
Re: Trying to save a Pogoplug E02 September 24, 2017 08:27PM |
Admin Registered: 13 years ago Posts: 18,584 |