Can't boot after upgrading Uboot on a PogoPlug V4

This forum is for Marvell Kirkwood devices such as the GoFlex Home/Net, PogoPlug v1/v2, SheevaPlug, and ZyXEL devices.

Can't boot after upgrading Uboot on a PogoPlug V4

Postby omagasohe » Wed Dec 23, 2015 2:18 pm

Upgraded U-Boot as per instructions, the Mac address wasn't set, so I soldered up the serial connection, fixed that and crossed my fingers. And well I got told no.
$this->bbcode_second_pass_code('', ':: Triggering uevents...
[ 16.125158] scsi 1:0:0:0: Direct-Access SanDisk Cruzer Fit 1.27 PQ
: 0 ANSI: 6
[ 16.158688] sd 1:0:0:0: [sda] 30529536 512-byte logical blocks: (15.6 GB/14.5
GiB)
[ 16.174690] sd 1:0:0:0: Attached scsi generic sg0 type 0
[ 16.189952] sd 1:0:0:0: [sda] Write Protect is off
[ 16.208322] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doe
sn't support DPO or FUA
[ 16.259674] sda: sda1
[ 16.272815] sd 1:0:0:0: [sda] Attached SCSI removable disk
Waiting 10 seconds for device /dev/disk/by-partuuid/00000000-01 ...
ERROR: device 'PARTUUID=00000000-01' not found. Skipping fsck.
ERROR: Unable to find root device 'PARTUUID=00000000-01'.
You are being dropped to a recovery shell
Type 'exit' to try and continue booting
sh: can't access tty; job control turned off
[rootfs /]#')[/code]

It looks like it's trying to boot a partition that isn't there. I've tried poking around, but I'm not seeing where it's set and my linux skills is pretty much null. Any one have any ideas?

Right now there is only the thumb drive, but it usually has 2 more drives for sharing movies so my daughter can watch only one for hours on end :(





$this->bbcode_second_pass_code('', 'U-Boot 2015.10-1 (Nov 28 2015 - 01:56:05 -0700) Arch Linux ARM
Pogoplug V4

SoC: Kirkwood 88F6281_A1
DRAM: 128 MiB (ECC not enabled)
WARNING: Caches not enabled
NAND: 128 MiB
MMC: MVEBU_MMC: 0
In: serial
Out: serial
Err: serial
Net: egiga0
IDE: ide_preinit failed
No link on egiga0
ping failed; host 10.10.10.5 is not alive
Hit any key to stop autoboot: 0
starting USB...
USB0: USB EHCI 1.00
scanning bus 0 for devices... 2 USB Device(s) found
scanning usb for storage devices... 1 Storage Device(s) found

Reset IDE: ide_preinit failed
Card did not respond to voltage select!

USB device 0:
Device 0: Vendor: SanDisk Rev: 1.27 Prod: Cruzer Fit
Type: Removable Hard Disk
Capacity: 14907.0 MB = 14.5 GB (30529536 x 512)
... is now current device
usb found on device 0
Checking for: /boot/uEnv.txt ...
** File not found /boot/zImage **
4516432 bytes read in 331 ms (13 MiB/s)
loading /boot/dtbs/kirkwood-pogoplugv4.dtb ...
** File not found /boot/dtbs/kirkwood-pogoplugv4.dtb **
2635023 bytes read in 285 ms (8.8 MiB/s)
Booting uImage with initrd
## Booting kernel from Legacy Image at 00810000 ...
Image Name: Linux-4.3.2-1-ARCH
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 4516368 Bytes = 4.3 MiB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
Loading Kernel Image ... OK

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.3.2-1-ARCH (builduser@leming) (gcc version 5.3.0
(GCC) ) #1 PREEMPT Fri Dec 11 18:15:00 MST 2015
[ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397
f
[ 0.000000] CPU: VIVT data cache, VIVT instruction cache
[ 0.000000] Machine: Pogoplug V4
[ 0.000000] Memory policy: Data cache writeback
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pag
es: 32480
[ 0.000000] Kernel command line: console=ttyS0,115200 mtdparts=orion_nand:1M(
u-boot),-(rootfs) root=PARTUUID=00000000-01 rw rootwait
[ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.000000] Memory: 117260K/131072K available (6495K kernel code, 538K rwdata
, 1852K rodata, 296K init, 725K bss, 13812K reserved, 0K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xc8800000 - 0xff000000 ( 872 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .text : 0xc0008000 - 0xc082f070 (8349 kB)
[ 0.000000] .init : 0xc0830000 - 0xc087a000 ( 296 kB)
[ 0.000000] .data : 0xc087a000 - 0xc090083c ( 539 kB)
[ 0.000000] .bss : 0xc090083c - 0xc09b5d78 ( 726 kB)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 32.
[ 0.000000] NR_IRQS:114
[ 0.000021] sched_clock: 32 bits at 166MHz, resolution 6ns, wraps every 12884
901885ns
[ 11.828622] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xff
ffffff, max_idle_ns: 11467562657 ns
[ 11.828903] Console: colour dummy device 80x30
[ 11.828947] Calibrating delay loop... 795.44 BogoMIPS (lpj=3977216)
[ 11.918720] pid_max: default: 32768 minimum: 301
[ 11.918858] Security Framework initialized
[ 11.918972] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 11.919002] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 11.920088] Initializing cgroup subsys io
[ 11.920159] Initializing cgroup subsys memory
[ 11.920256] Initializing cgroup subsys devices
[ 11.920299] Initializing cgroup subsys freezer
[ 11.920335] Initializing cgroup subsys net_cls
[ 11.920365] Initializing cgroup subsys bfqio
[ 11.920397] Initializing cgroup subsys perf_event
[ 11.920430] Initializing cgroup subsys net_prio
[ 11.920552] CPU: Testing write buffer coherency: ok
[ 11.921214] Setting up static identity map for 0x81e0 - 0x8238
[ 11.924008] devtmpfs: initialized
[ 11.927675] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma
x_idle_ns: 19112604462750000 ns
[ 11.928388] pinctrl core: initialized pinctrl subsystem
[ 11.929634] NET: Registered protocol family 16
[ 11.930400] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 11.958754] cpuidle: using governor ladder
[ 11.988752] cpuidle: using governor menu
[ 11.989004] Kirkwood: MV88F6281-A1, TCLK=166666667.
[ 11.989044] Feroceon L2: Enabling L2
[ 11.989098] Feroceon L2: Cache support initialised.
[ 11.992473] Kirkwood PCIe port 0: link up
[ 11.992488] PCI: bus0 uses PCIe port 0
[ 11.992827] PCI host bridge to bus 0000:00
[ 11.992854] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xe7ffffff]
[ 11.992872] pci_bus 0000:00: root bus resource [io 0x1000-0xffff]
[ 11.992888] pci_bus 0000:00: No busn resource found for root bus, will use [b
us 00-ff]
[ 11.994002] PCI: bus0: Fast back to back transfers disabled
[ 11.994072] pci 0000:00:01.0: BAR 0: assigned [mem 0xe0000000-0xe000ffff 64bi
t]
[ 11.994105] pci 0000:00:01.0: BAR 2: assigned [mem 0xe0010000-0xe0010fff 64bi
t]
[ 11.994136] pci 0000:00:01.0: BAR 4: assigned [mem 0xe0011000-0xe0011fff 64bi
t]
[ 12.030928] vgaarb: loaded
[ 12.031412] SCSI subsystem initialized
[ 12.032171] usbcore: registered new interface driver usbfs
[ 12.032293] usbcore: registered new interface driver hub
[ 12.032382] usbcore: registered new device driver usb
[ 12.032634] pps_core: LinuxPPS API ver. 1 registered
[ 12.032648] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giome
tti <giometti@linux.it>
[ 12.032698] PTP clock support registered
[ 12.034301] clocksource: Switched to clocksource orion_clocksource
[ 12.091387] FS-Cache: Loaded
[ 12.110185] NET: Registered protocol family 2
[ 12.111306] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[ 12.111344] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[ 12.111374] TCP: Hash tables configured (established 1024 bind 1024)
[ 12.111488] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 12.111523] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 12.111780] NET: Registered protocol family 1
[ 12.112237] RPC: Registered named UNIX socket transport module.
[ 12.112254] RPC: Registered udp transport module.
[ 12.112265] RPC: Registered tcp transport module.
[ 12.112275] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 12.112348] pci 0000:00:01.0: enabling device (0140 -> 0142)
[ 12.112834] Trying to unpack rootfs image as initramfs...
[ 12.414823] Freeing initrd memory: 2576K (c1100000 - c1384000)
[ 12.417458] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 12.436258] VFS: Disk quotas dquot_6.6.0
[ 12.436644] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 12.439654] FS-Cache: Netfs 'nfs' registered for caching
[ 12.441317] NFS: Registering the id_resolver key type
[ 12.441388] Key type id_resolver registered
[ 12.441400] Key type id_legacy registered
[ 12.441523] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 12.443160] fuse init (API version 7.23)
[ 12.446520] aufs 4.3-20151116
[ 12.454128] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2
50)
[ 12.454163] io scheduler noop registered
[ 12.454185] io scheduler deadline registered
[ 12.454687] io scheduler cfq registered
[ 12.455370] io scheduler bfq registered (default)
[ 12.455383] BFQ I/O-scheduler: v7r8
[ 12.455704] mv_xor mv_xor.0: Marvell shared XOR driver
[ 12.496121] mv_xor mv_xor.0: Marvell XOR (Registers Mode): ( xor cpy )
[ 12.496461] mv_xor mv_xor.1: Marvell shared XOR driver
[ 12.536021] mv_xor mv_xor.1: Marvell XOR (Registers Mode): ( xor cpy )
[ 12.544096] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 12.545728] console [ttyS0] disabled
[ 12.565818] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33, base_baud = 104
16666) is a 16550A
[ 13.194810] console [ttyS0] enabled
[ 13.220390] brd: module loaded
[ 13.234017] loop: module loaded
[ 13.237822] sata_mv sata_mv.0: cannot get optional clkdev
[ 13.243287] sata_mv sata_mv.0: slots 32 ports 1
[ 13.250390] scsi host0: sata_mv
[ 13.254038] ata1: SATA max UDMA/133 irq 21
[ 13.259192] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1
[ 13.265719] nand: Hynix H27U1G8F2BTR-BC
[ 13.269546] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB siz
e: 64
[ 13.277128] Scanning device for bad blocks
[ 13.365176] 2 cmdlinepart partitions found on MTD device orion_nand
[ 13.371417] Creating 2 MTD partitions on "orion_nand":
[ 13.376561] 0x000000000000-0x000000100000 : "u-boot"
[ 13.382194] 0x000000100000-0x000008000000 : "rootfs"
[ 13.405827] libphy: orion_mdio_bus: probed
[ 13.410097] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[ 13.614341] ata1: SATA link down (SStatus 0 SControl F300)
[ 14.498700] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address
00:26:31:05:f0:6b
[ 14.507801] xhci_hcd 0000:00:01.0: xHCI Host Controller
[ 14.513047] xhci_hcd 0000:00:01.0: new USB bus registered, assigned bus numbe
r 1
[ 14.521803] xhci_hcd 0000:00:01.0: hcc params 0x200073a1 hci version 0x100 qu
irks 0x00000010
[ 14.531695] hub 1-0:1.0: USB hub found
[ 14.535556] hub 1-0:1.0: 2 ports detected
[ 14.540460] xhci_hcd 0000:00:01.0: xHCI Host Controller
[ 14.545762] xhci_hcd 0000:00:01.0: new USB bus registered, assigned bus numbe
r 2
[ 14.553236] usb usb2: We don't know the algorithms for LPM for this host, dis
abling LPM.
[ 14.562636] hub 2-0:1.0: USB hub found
[ 14.566478] hub 2-0:1.0: 2 ports detected
[ 14.571506] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 14.578089] ehci-pci: EHCI PCI platform driver
[ 14.582636] ehci-orion: EHCI orion driver
[ 14.586804] orion-ehci orion-ehci.0: EHCI Host Controller
[ 14.592212] orion-ehci orion-ehci.0: new USB bus registered, assigned bus num
ber 3
[ 14.599977] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[ 14.624344] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[ 14.631609] hub 3-0:1.0: USB hub found
[ 14.635628] hub 3-0:1.0: 1 port detected
[ 14.640469] usbcore: registered new interface driver uas
[ 14.646104] usbcore: registered new interface driver usb-storage
[ 14.652175] usbcore: registered new interface driver ums-alauda
[ 14.658214] usbcore: registered new interface driver ums-cypress
[ 14.664278] usbcore: registered new interface driver ums-datafab
[ 14.670615] usbcore: registered new interface driver ums_eneub6250
[ 14.676891] usbcore: registered new interface driver ums-freecom
[ 14.682957] usbcore: registered new interface driver ums-isd200
[ 14.688966] usbcore: registered new interface driver ums-jumpshot
[ 14.695152] usbcore: registered new interface driver ums-karma
[ 14.701049] usbcore: registered new interface driver ums-onetouch
[ 14.707277] usbcore: registered new interface driver ums-realtek
[ 14.713347] usbcore: registered new interface driver ums-sddr09
[ 14.719354] usbcore: registered new interface driver ums-sddr55
[ 14.725358] usbcore: registered new interface driver ums-usbat
[ 14.731781] mousedev: PS/2 mouse device common for all mice
[ 14.954341] usb 3-1: new high-speed USB device number 2 using orion-ehci
[ 15.106505] usb-storage 3-1:1.0: USB Mass Storage device detected
[ 15.113001] scsi host1: usb-storage 3-1:1.0
[ 15.744339] rtc-mv rtc-mv: internal RTC not ticking
[ 15.749416] i2c /dev entries driver
[ 15.753779] sdhci: Secure Digital Host Controller Interface driver
[ 15.759974] sdhci: Copyright(c) Pierre Ossman
[ 15.804645] sdhci-pltfm: SDHCI platform and OF driver helper
[ 15.814180] ledtrig-cpu: registered to indicate activity on CPUs
[ 15.820472] usbcore: registered new interface driver r8712u
[ 15.826468] gre: GRE over IPv4 demultiplexor driver
[ 15.831416] NET: Registered protocol family 17
[ 15.836096] Key type dns_resolver registered
[ 15.842968] registered taskstats version 1
[ 15.880318] Key type encrypted registered
[ 15.885624] console [netcon0] enabled
[ 15.889332] netconsole: network logging started
[ 15.894681] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 15.902862] hctosys: unable to open rtc device (rtc0)
[ 15.910803] Freeing unused kernel memory: 296K (c0830000 - c087a000)
:: running early hook [udev]
[ 15.999887] random: systemd-tmpfile urandom read with 7 bits of entropy avail
able
starting version 228
:: running hook [udev]
:: Triggering uevents...
[ 16.125158] scsi 1:0:0:0: Direct-Access SanDisk Cruzer Fit 1.27 PQ
: 0 ANSI: 6
[ 16.158688] sd 1:0:0:0: [sda] 30529536 512-byte logical blocks: (15.6 GB/14.5
GiB)
[ 16.174690] sd 1:0:0:0: Attached scsi generic sg0 type 0
[ 16.189952] sd 1:0:0:0: [sda] Write Protect is off
[ 16.208322] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doe
sn't support DPO or FUA
[ 16.259674] sda: sda1
[ 16.272815] sd 1:0:0:0: [sda] Attached SCSI removable disk
Waiting 10 seconds for device /dev/disk/by-partuuid/00000000-01 ...
ERROR: device 'PARTUUID=00000000-01' not found. Skipping fsck.
ERROR: Unable to find root device 'PARTUUID=00000000-01'.
You are being dropped to a recovery shell
Type 'exit' to try and continue booting
sh: can't access tty; job control turned off
[rootfs /]#')
omagasohe
 
Posts: 3
Joined: Sat Mar 21, 2015 1:55 am

Re: Can't boot after upgrading Uboot on a PogoPlug V4

Postby moonman » Wed Dec 23, 2015 6:42 pm

Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3387
Joined: Sat Jan 15, 2011 3:36 am


Return to Marvell Kirkwood

Who is online

Users browsing this forum: No registered users and 14 guests