Pogoplug Series 4 V4-A03-01 PreInternet new uboot + dumb dumb = Kernel Panic January 23, 2021 08:09PM |
Registered: 4 years ago Posts: 8 |
The busybox install looked straight forward. I used an USB drive to transfer the busybox binary and everything seemed to be working. With the new busybox binary mounted to /tmp, I tested several new commands and everything seemed to work. So I copied /bin/busybox to a USB drive, and replaced the original binary with the new one. Kris lists the command he used to link everything on PB:Quote
#connect
screen /dev/ttyUSB0 115200,cs8,-parenb,-cstopb,-hupcl
#list partition
cat /proc/partitions
cat /proc/mtd
#remount / (root) as read/write
mount -o remount,rw /
#change root password
passwd root
#start telnetd or ssh server (both are already there)
#startup script can be found here
#(might want to enable dropbear and telnet and disable pogo services 'hbmgr.sh'):
vi /etc/init.d/rcS
#mount sdcard
mkdir /mnt/sdcard
mknod /dev/mmcblk0 b 179 0
mknod /dev/mmcblk0p1 b 179 1
mount /dev/mmcblk0p1 /mnt/sdcard
#mount USB drive
mkdir /mnt/usb
mknod /dev/sda b 8 0
mknod /dev/sda1 b 8 1
mount /dev/sda1 /mnt/usb
#add these lines to /etc/fstab
/dev/sda1 /mnt/usb vfat defaults 0 0
/dev/mmcblk0p1 /mnt/sdcard vfat defaults 0 0
This is where things went south for me. I got a bunch of warnings about each command with a message (IIRC) calling something about each one illegal. This ended with an infinitely repeating "#" prompt. I let it sit for a few hours, but nothing changed and not knowing what else to do, I rebooted, then got kernel panic (my bootlog is attached to this post along with results of several other uboot commands and the kwboot versions too).Quote
busybox --list|while read c;do echo $c;ln -s /bin/busybox $c;done
Quote
baudrate=115200
----bootargs=console=ttyS0,115200 root=ubi0:rootfs ubi.mtd=4,2048 rootfstype=ubifs
----boot=bootm 0x800000
bootcmd=run boot_nand
bootdelay=1
----boot_nand=run load_nand boot || run load_nand2 boot
----CASset=min
----ceboardver=PPV4A3
----disaMvPnp=no
----disL2Cache=no
----disL2Prefetch=yes
----enaCpuStream=no
----enaDCPref=yes
----enaICPref=yes
----enaMonExt=no
----enaWrAllo=no
----Environment size: 801/131068 bytes
ethact=egiga0
----ethaddr=00:50:43:00:02:02
----ethmtu=1500
----ethprime=egiga0
----hddPowerCtrl=no
ipaddr=169.254.254.253
----load_nand2=nboot 0x800000 0 0x500000
----load_nand=nboot 0x800000 0 0x200000
----loads_echo=0
mainlineLinux=no
----MALLOC_len=1
----nandEcc=1bit
----netbsd_en=no
----netmask=255.255.0.0
----pcieTune=no
----pexMode=RC
----rootpath=/mnt/ARM_FS/
----run_diag=yes
----sata_dma_mode=yes
serverip=169.254.254.254
----setL2CacheWT=yes
stderr=serial
stdin=serial
stdout=serial
----usb0Mode=host
----vxworks_en=no
Re: Pogoplug Series 4 V4-A03-01 PreInternet new uboot + dumb dumb = Kernel Panic January 23, 2021 11:00PM |
Admin Registered: 14 years ago Posts: 19,288 |
Re: Pogoplug Series 4 V4-A03-01 PreInternet new uboot + dumb dumb = Kernel Panic January 23, 2021 11:51PM |
Registered: 4 years ago Posts: 8 |
Quote
U-Boot 1.1.4 (Oct 1 2011 - 12:06:06) 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
*** Warning - bad CRC or NAND, using default environment
Flash: 0 kB
CPU : Marvell Feroceon (Rev 1)
CLOUD ENGINES BOARD (GUESSED): PPV4A3
Streaming disabled
Write allocate disabled
USB 0: host mode
PEX 0: PCI Express Root Complex Interface
PEX interface detected Link X1
Net: egiga0 [PRIME]
Hit any key to stop autoboot: 0
Loading from NAND 128MB 3,3V 8-bit, offset 0x200000
Image Name: Linux-2.6.31.8
Created: 2011-09-28 19:09:20 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2080956 Bytes = 2 MB
Load Address: 00008000
Entry Point: 00008000
## Booting image at 00800000 ...
Image Name: Linux-2.6.31.8
Created: 2011-09-28 19:09:20 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2080956 Bytes = 2 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.31.8 (afenn@kt) (gcc version 4.3.2 (sdk3.3-ct-ng-1.4.1) ) #5 Wed Sep 28 12:09:12 PDT 2011
[ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
[ 0.000000] CPU: VIVT data cache, VIVT instruction cache
[ 0.000000] Machine: Feroceon-KW
[ 0.000000] Using UBoot passing parameters structure
[ 0.000000] Ignoring unrecognised tag 0x41004345
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping off. Total pages: 32512
[ 0.000000] Kernel command line: console=ttyS0,115200 root=ubi0:rootfs ubi.mtd=4,2048 rootfstype=ubifs
[ 0.000000] PID hash table entries: 512 (order: 9, 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: 128MB = 128MB total
[ 0.000000] Memory: 118356KB available (3852K code, 261K data, 124K init, 0K highmem)
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS:128
[ 0.000000] Console: colour dummy device 80x30
[ 0.000000] Calibrating delay loop... 799.53 BogoMIPS (lpj=3997696)
[ 0.230000] Mount-cache hash table entries: 512
[ 0.230000] CPU: Testing write buffer coherency: ok
[ 0.230000] NET: Registered protocol family 16
[ 0.230000] Feroceon L2: Enabling L2
[ 0.230000] Feroceon L2: Cache support initialised.
[ 0.230000]
[ 0.230000] CPU Interface
[ 0.230000] -------------
[ 0.230000] SDRAM_CS0 ....base 00000000, size 128MB
[ 0.230000] SDRAM_CS1 ....disable
[ 0.230000] SDRAM_CS2 ....disable
[ 0.230000] SDRAM_CS3 ....disable
[ 0.230000] PEX0_MEM ....base e0000000, size 128MB
[ 0.230000] PEX0_IO ....base f2000000, size 1MB
[ 0.230000] PEX1_MEM ....no such
[ 0.230000] PEX1_IO ....no such
[ 0.230000] INTER_REGS ....base f1000000, size 1MB
[ 0.230000] NFLASH_CS ....base fa000000, size 2MB
[ 0.230000] SPI_CS ....base f4000000, size 16MB
[ 0.230000] BOOT_ROM_CS ....no such
[ 0.230000] DEV_BOOTCS ....no such
[ 0.230000] CRYPT_ENG ....base f0000000, size 2MB
[ 0.230000]
[ 0.230000] Marvell Development Board (LSP Version KW_LSP_5.1.3_patch18)-- RD-88F6192A-NAS Soc: 88F6192 A1 LE
[ 0.230000]
[ 0.230000] Detected Tclk 166666667 and SysClk 200000000
[ 0.230000] Marvell USB EHCI Host controller #0: c403e740
[ 0.730000] PEX0 interface detected Link X1
[ 0.740000] pci 0000:00:01.0: PME# supported from D0 D1 D3hot
[ 0.740000] pci 0000:00:01.0: PME# disabled
[ 0.740000] PCI: bus0: Fast back to back transfers disabled
[ 0.740000] mvPexLocalBusNumSet: ERR. Invalid PEX interface 1
[ 0.750000] bio: create slab <bio-0> at 0
[ 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.750000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.750000] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.750000] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.750000] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.750000] TCP reno registered
[ 0.750000] NET: Registered protocol family 1
[ 0.750000] cpufreq: Init kirkwood cpufreq driver
[ 0.760000] XOR registered 4 channels
[ 0.760000] XOR 2nd invalidate WA enabled
[ 0.760000] cesadev_init(c000d7fc)
[ 0.760000] mvCesaInit: sessions=640, queue=64, pSram=f0000000
[ 0.760000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.770000] msgmni has been set to 231
[ 0.770000] alg: No test for cipher_null (cipher_null-generic)
[ 0.770000] alg: No test for ecb(cipher_null) (ecb-cipher_null)
[ 0.770000] alg: No test for digest_null (digest_null-generic)
[ 0.770000] alg: No test for compress_null (compress_null-generic)
[ 0.780000] alg: No test for stdrng (krng)
[ 0.780000] alg: No test for hmac(digest_null) (hmac(digest_null-generic))
[ 0.790000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.790000] io scheduler noop registered
[ 0.790000] io scheduler anticipatory registered (default)
[ 0.790000] Initializing ths8200_init
[ 0.790000] Initializing dove_adi9889_init
[ 0.810000] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.810000] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
[ 0.810000] console [ttyS0] enabled
[ 0.820000] Integrated Sata device found
[ 0.830000] IRQ 21/mvSata: IRQF_DISABLED is not guaranteed on shared IRQs
[ 0.850000] scsi0 : Marvell SCSI to SATA adapter
[ 0.860000] scsi1 : Marvell SCSI to SATA adapter
[ 0.870000] Loading Marvell Ethernet Driver:
[ 0.870000] o Cached descriptors in DRAM
[ 0.880000] o DRAM SW cache-coherency
[ 0.880000] o 1 Giga ports supported
[ 0.880000] o Single RX Queue support - ETH_DEF_RXQ=0
[ 0.890000] o Single TX Queue support - ETH_DEF_TXQ=0
[ 0.890000] o TCP segmentation offload (TSO) supported
[ 0.900000] o Large Receive offload (LRO) supported
[ 0.900000] o Receive checksum offload supported
[ 0.910000] o Transmit checksum offload supported
[ 0.910000] o Network Fast Processing (Routing) supported - (Disabled)
[ 0.920000] o Driver ERROR statistics enabled
[ 0.930000] o Proc tool API enabled
[ 0.930000] o SKB Reuse supported - (Disabled)
[ 0.930000] o SKB Recycle supported - (Disabled)
[ 0.940000] o Rx descripors: q0=128
[ 0.940000] o Tx descripors: q0=532
[ 0.950000] o Loading network interface(s):
[ 0.950000] o register under mv88fx_eth platform
[ 0.960000] o eth0, ifindex = 2, GbE port = 0
[ 0.960000]
[ 0.960000] mvFpRuleDb (c45b1000): 1024 entries, 4096 bytes
[ 0.970000] Counter=0, opIdx=6, overhead=16
[ 0.970000] Counter=1, opIdx=2, overhead=0
[ 0.980000] Counter=2, opIdx=1, overhead=18
[ 0.980000] Counter=3, opIdx=2, overhead=0
[ 0.990000] tun: Universal TUN/TAP device driver, 1.6
[ 0.990000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 1.000000] NAND device: Manufacturer ID: 0xad, Chip ID: 0xf1 (Hynix NAND 128MiB 3,3V 8-bit)
[ 1.010000] Scanning device for bad blocks
[ 1.020000] Bad eraseblock 240 at 0x000001e00000
[ 1.060000] Using static partition definition
[ 1.070000] Creating 5 MTD partitions on "nand_mtd":
[ 1.070000] 0x000000000000-0x000000200000 : "u-boot"
[ 1.080000] 0x000000200000-0x000000500000 : "uImage"
[ 1.080000] 0x000000500000-0x000000800000 : "uImage2"
[ 1.090000] 0x000000800000-0x000001000000 : "failsafe"
[ 1.090000] 0x000001000000-0x000008000000 : "root"
[ 1.100000] UBI: attaching mtd4 to ubi0
[ 1.100000] UBI: physical eraseblock size: 131072 bytes (128 KiB)
[ 1.110000] UBI: logical eraseblock size: 126976 bytes
[ 1.120000] UBI: smallest flash I/O unit: 2048
[ 1.120000] UBI: sub-page size: 512
[ 1.120000] UBI: VID header offset: 2048 (aligned 2048)
[ 1.130000] UBI: data offset: 4096
[ 1.360000] UBI: attached mtd4 to ubi0
[ 1.360000] UBI: MTD device name: "root"
[ 1.360000] UBI: MTD device size: 112 MiB
[ 1.370000] UBI: number of good PEBs: 895
[ 1.370000] UBI: number of bad PEBs: 1
[ 1.380000] UBI: max. allowed volumes: 128
[ 1.380000] UBI: wear-leveling threshold: 4096
[ 1.390000] UBI: number of internal volumes: 1
[ 1.390000] UBI: number of user volumes: 1
[ 1.400000] UBI: available PEBs: 0
[ 1.400000] UBI: total number of reserved PEBs: 895
[ 1.410000] UBI: number of PEBs reserved for bad PEB handling: 8
[ 1.410000] UBI: max/mean erase counter: 1/0
[ 1.420000] UBI: image sequence number: 0
[ 1.420000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.430000] ehci_marvell ehci_marvell.70059: Marvell Orion EHCI
[ 1.430000] ehci_marvell ehci_marvell.70059: new USB bus registered, assigned bus number 1
[ 1.440000] UBI: background thread "ubi_bgt0d" started, PID 452
[ 1.470000] ehci_marvell ehci_marvell.70059: irq 19, io base 0xf1050100
[ 1.490000] ehci_marvell ehci_marvell.70059: USB 2.0 started, EHCI 1.00
[ 1.490000] usb usb1: configuration #1 chosen from 1 choice
[ 1.500000] hub 1-0:1.0: USB hub found
[ 1.500000] hub 1-0:1.0: 1 port detected
[ 1.510000] xhci_hcd 0000:00:01.0: xHCI Host Controller
[ 1.510000] xhci_hcd 0000:00:01.0: new USB bus registered, assigned bus number 2
[ 1.520000] xhci_hcd 0000:00:01.0: irq 9, io mem 0xe0000000
[ 1.530000] usb usb2: config 1 interface 0 altsetting 0 endpoint 0x81 has no SuperSpeed companion descriptor
[ 1.540000] usb usb2: configuration #1 chosen from 1 choice
[ 1.540000] hub 2-0:1.0: USB hub found
[ 1.550000] hub 2-0:1.0: 4 ports detected
[ 1.550000] Initializing USB Mass Storage driver...
[ 1.550000] usbcore: registered new interface driver usb-storage
[ 1.560000] USB Mass Storage support registered.
[ 1.570000] usbcore: registered new interface driver ums-datafab
[ 1.570000] usbcore: registered new interface driver ums-freecom
[ 1.580000] usbcore: registered new interface driver ums-jumpshot
[ 1.580000] usbcore: registered new interface driver ums-sddr09
[ 1.590000] usbcore: registered new interface driver ums-sddr55
[ 1.600000] usbcore: registered new interface driver ums-usbat
[ 1.600000] mice: PS/2 mouse device common for all mice
[ 1.610000] i2c /dev entries driver
[ 1.620000] sdhci: Secure Digital Host Controller Interface driver
[ 1.620000] sdhci: Copyright(c) Pierre Ossman
[ 1.630000] mmc0: mvsdio driver initialized, using GPIO 27 for card detection
[ 1.640000] usbcore: registered new interface driver usbhid
[ 1.640000] usbhid: v2.6:USB HID core driver
[ 1.650000] TCP cubic registered
[ 1.650000] NET: Registered protocol family 17
[ 1.660000] RPC: Registered udp transport module.
[ 1.660000] RPC: Registered tcp transport module.
[ 1.670000] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[ 1.740000] UBIFS: recovery needed
[ 1.840000] UBIFS: recovery completed
[ 1.840000] UBIFS: mounted UBI device 0, volume 0, name "rootfs"
[ 1.850000] UBIFS: file system size: 110723072 bytes (108128 KiB, 105 MiB, 872 LEBs)
[ 1.860000] UBIFS: journal size: 9023488 bytes (8812 KiB, 8 MiB, 72 LEBs)
[ 1.860000] UBIFS: media format: w4/r0 (latest is w4/r0)
[ 1.870000] UBIFS: default compressor: lzo
[ 1.870000] UBIFS: reserved for root: 0 bytes (0 KiB)
[ 1.880000] VFS: Mounted root (ubifs filesystem) on device 0:11.
[ 1.890000] Freeing init memory: 124K
[ 2.950000] Kernel panic - not syncing: Attempted to kill init!
[ 2.950000] Backtrace:
[ 2.950000] [<c00fe1bc>] (dump_backtrace+0x0/0x114) from [<c0035594>] (dump_stack+0x18/0x1c)
[ 2.960000] r7:c401ff50 r6:c4019c40 r5:c4019c40 r4:c0415830
[ 2.970000] [<c003557c>] (dump_stack+0x0/0x1c) from [<c00355e4>] (panic+0x4c/0x114)
[ 2.980000] [<c0035598>] (panic+0x0/0x114) from [<c012dce8>] (do_exit+0x7c/0x5b4)
[ 2.980000] r3:c03f1d94 r2:c401fe40 r1:c401fd04 r0:c00c250b
[ 2.990000] [<c012dc6c>] (do_exit+0x0/0x5b4) from [<c012e2b4>] (do_group_exit+0x94/0xc8)
[ 3.000000] [<c012e220>] (do_group_exit+0x0/0xc8) from [<c0137d4c>] (get_signal_to_deliver+0x2e0/0x318)
[ 3.010000] r5:c401fed0 r4:00000004
[ 3.010000] [<c0137a6c>] (get_signal_to_deliver+0x0/0x318) from [<c00fca38>] (do_signal+0x5c/0x58c)
[ 3.020000] [<c00fc9dc>] (do_signal+0x0/0x58c) from [<c00fcf98>] (do_notify_resume+0x30/0x34)
[ 3.030000] [<c00fcf68>] (do_notify_resume+0x0/0x34) from [<c002c7cc>] (work_pending+0x1c/0x20)
Re: Pogoplug Series 4 V4-A03-01 PreInternet new uboot + dumb dumb = Kernel Panic January 24, 2021 03:21PM |
Admin Registered: 14 years ago Posts: 19,288 |
Re: Pogoplug Series 4 V4-A03-01 PreInternet new uboot + dumb dumb = Kernel Panic January 24, 2021 10:01PM |
Registered: 4 years ago Posts: 8 |
Quote
U-Boot 2017.07-tld-1 (Sep 05 2017 - 00:34:01 -0700)
Pogoplug V4
SoC: Kirkwood 88F6192_A1
DRAM: 128 MiB
WARNING: Caches not enabled
NAND: 128 MiB
MMC: MVEBU_MMC: 0
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
Net: egiga0
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...
Use USB retry period from the environment: 15 second(s)
1 Storage Device(s) found
Reset IDE: ide_preinit failed
Card did not respond to voltage select!
mmc_init: -95, time 14
Partition Map for USB device 0 -- Partition Type: DOS
Part Start Sector Num Sectors UUID Type
1 2048 15521792 00000000-01 0c Boot
## Unknown partition table type 0
## Unknown partition table type 0
## Unknown partition table type 0
## Unknown partition table type 0
## Unknown partition table type 0
## Unknown partition table type 0
loading envs from usb 0 ...
** File not found /boot/uEnv.txt **
no IDE devices available
Card did not respond to voltage select!
mmc_init: -95, time 14
running scan_disk ...
Scan device usb
device usb 0:1
1 bytes read in 692 ms (0 Bytes/s)
Found bootable drive on usb 0
loading uImage ...
EHCI timed out on TD - token=0xb0008d80
EHCI timed out on TD - token=0xc4008988
EHCI timed out on TD - token=0x128d80
EHCI timed out on TD - token=0x40008d80
EHCI timed out on TD - token=0x128d80
EHCI timed out on TD - token=0x3e008d80
EHCI timed out on TD - token=0x128d80
EHCI timed out on TD - token=0x2e008d80
EHCI timed out on TD - token=0x128d80
EHCI timed out on TD - token=0x2e008d80
EHCI timed out on TD - token=0x128d80
EHCI timed out on TD - token=0x2e008d80
EHCI timed out on TD - token=0x128d80
EHCI timed out on TD - token=0x2e008d80
EHCI timed out on TD - token=0x128d80
** ext4fs_devread read error - block
loading uInitrd ...
EHCI timed out on TD - token=0x2008d80
EHCI timed out on TD - token=0x128d80
EHCI timed out on TD - token=0x2008d80
EHCI timed out on TD - token=0x128d80
EHCI timed out on TD - token=0x2008d80
EHCI timed out on TD - token=0x128d80
** Can't read partition table on 0:0 **
** Invalid partition 1 **
loading DTB /boot/dts/kirkwood-pogoplug_v4 ...
EHCI timed out on TD - token=0x2008d80
EHCI timed out on TD - token=0x128d80
EHCI timed out on TD - token=0x2008d80
EHCI timed out on TD - token=0x128d80
EHCI timed out on TD - token=0x2008d80
EHCI timed out on TD - token=0x128d80
** Can't read partition table on 0:0 **
** Invalid partition 1 **
Unknown command 'bootm0x800000' - try 'help'
resetting ...
Re: Pogoplug Series 4 V4-A03-01 PreInternet new uboot + dumb dumb = Kernel Panic January 25, 2021 03:41AM |
Admin Registered: 14 years ago Posts: 19,288 |
usb resetand then wait 10 seconds
run set_bootargs run bootcmd_exec
Re: Pogoplug Series 4 V4-A03-01 PreInternet new uboot + dumb dumb = Kernel Panic January 27, 2021 08:32PM |
Registered: 4 years ago Posts: 8 |
Thanks again!Quote
Sandisk Cruiser Fit 16GB USB2.0
New drive, second iteration
return to previous ext3 setup
(insert flash drive) $ su # cd /../media/rootfs/boot/ # cp -a zImage-5.2.9-kirkwood-tld-1 backup_zImage-5.2.9-kirkwood-tld-1.bak # chmod -x backup_zImage-5.2.9-kirkwood-tld-1.bak # cp -a zImage-5.2.9-kirkwood-tld-1 zImage.fdt # cat dts/kirkwood-pogoplug_v4.dtb >> zImage.fdt # mv uImage uImage.orig # mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-5.2.9-kirkwood-tld-1 -d zImage.fdt uImage Image Name: Linux-5.2.9-kirkwood-tld-1 Created: Wed Jan 27 15:10:04 2021 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 4973578 Bytes = 4857.01 KiB = 4.74 MiB Load Address: 00008000 Entry Point: 00008000 # sync # cd / # umount /dev/sdb1 # exit $ cd ../../../projects/pogoplug/kwboot/ $ (connect pogoplug plug to power, usb to ttl converter to Pogo's UART) $ ./kwboot -t -B 115200 /dev/ttyUSB0 -b ./uboot.2017.07-tld-1.pogo_v4.mtd0.kwb -p (cycle pogo power, start twisting and separating wires, maybe do rainman dance, blow on cartridge slot, bang on it, curse at it...connects) ...perfection :-)
Sending boot message. Please reboot the target.../
Sending boot image...
0 % [......................................................................]
1 % [......................................................................]
...
97 % [......................................................................]
99 % [....................................]
U-Boot 2017.07-tld-1 (Sep 05 2017 - 00:34:01 -0700)
Pogoplug V4
SoC: Kirkwood 88F6192_A1
DRAM: 128 MiB
WARNING: Caches not enabled
NAND: 128 MiB
MMC: MVEBU_MMC: 0
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
Net: egiga0
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...
Use USB retry period from the environment: 15 second(s)
1 Storage Device(s) found
Reset IDE: ide_preinit failed
Card did not respond to voltage select!
mmc_init: -95, time 14
Partition Map for USB device 0 -- Partition Type: DOS
Part Start Sector Num Sectors UUID Type
1 32 30031840 00000000-01 0c
## Unknown partition table type 0
## Unknown partition table type 0
## Unknown partition table type 0
## Unknown partition table type 0
## Unknown partition table type 0
## Unknown partition table type 0
loading envs from usb 0 ...
** File not found /boot/uEnv.txt **
no IDE devices available
Card did not respond to voltage select!
mmc_init: -95, time 14
running scan_disk ...
Scan device usb
device usb 0:1
1 bytes read in 692 ms (0 Bytes/s)
Found bootable drive on usb 0
loading uImage ...
4973642 bytes read in 1006 ms (4.7 MiB/s)
loading uInitrd ...
9713936 bytes read in 932 ms (9.9 MiB/s)
loading DTB /boot/dts/kirkwood-pogoplug_v4 ...
** File not found /boot/dts/kirkwood-pogoplug_v4 **
## Booting kernel from Legacy Image at 00800000 ...
Image Name: Linux-5.2.9-kirkwood-tld-1
Created: 2021-01-27 23:10:04 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 4973578 Bytes = 4.7 MiB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 01100000 ...
Image Name: initramfs-5.2.9-kirkwood-tld-1
Created: 2019-08-25 2:22:50 UTC
Image Type: ARM Linux RAMDisk Image (gzip compressed)
Data Size: 9713872 Bytes = 9.3 MiB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
Loading Kernel Image ... OK
Loading Ramdisk to 071c6000, end 07b098d0 ... OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
[ 0.000000][ T0] Booting Linux on physical CPU 0x0
[ 0.000000][ T0] Linux version 5.2.9-kirkwood-tld-1 (root@tldDebian) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1)) #1 PREEMPT Sat Aug 17 15:00:56 PDT 2019
[ 0.000000][ T0] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
[ 0.000000][ T0] CPU: VIVT data cache, VIVT instruction cache
[ 0.000000][ T0] OF: fdt: Machine model: Pogoplug v4
[ 0.000000][ T0] Memory policy: Data cache writeback
[ 0.000000][ T0] Built 1 zonelists, mobility grouping on. Total pages: 32512
[ 0.000000][ T0] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=orion_nand:2M(u-boot),3M(uImage),3M(uImage2),8M(failsafe),112M(root)
[ 0.000000][ T0] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000][ T0] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.000000][ T0] Memory: 104836K/131072K available (9216K kernel code, 868K rwdata, 3400K rodata, 1024K init, 301K bss, 26236K reserved, 0K cma-reserved)
[ 0.000000][ T0] random: get_random_u32 called from cache_alloc_refill+0x38c/0x928 with crng_init=0
[ 0.000000][ T0] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000][ T0] Tasks RCU enabled.
[ 0.000000][ T0] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000][ T0] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000][ T0] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 11467562657 ns
[ 0.000013][ T0] sched_clock: 32 bits at 166MHz, resolution 6ns, wraps every 12884901885ns
[ 0.000073][ T0] Switching to timer-based delay loop, resolution 6ns
[ 0.001200][ T0] Console: colour dummy device 80x30
[ 0.001280][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 333.33 BogoMIPS (lpj=1666666)
[ 0.001319][ T0] pid_max: default: 32768 minimum: 301
[ 0.001872][ T0] LSM: Security Framework initializing
[ 0.002155][ T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.002197][ T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.003496][ T0] *** VALIDATE proc ***
[ 0.003894][ T0] *** VALIDATE cgroup1 ***
[ 0.003931][ T0] *** VALIDATE cgroup2 ***
[ 0.004080][ T0] CPU: Testing write buffer coherency: ok
[ 0.006708][ T1] Setting up static identity map for 0x100000 - 0x100058
[ 0.007153][ T1] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x3
[ 0.007593][ T1] rcu: Hierarchical SRCU implementation.
[ 0.012655][ T1] devtmpfs: initialized
[ 0.020217][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.020268][ T1] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 0.020649][ T1] xor: measuring software checksum speed
[ 0.120173][ T1] arm4regs : 699.200 MB/sec
[ 0.220119][ T1] 8regs : 435.600 MB/sec
[ 0.320113][ T1] 32regs : 633.200 MB/sec
[ 0.320142][ T1] xor: using function: arm4regs (699.200 MB/sec)
[ 0.320173][ T1] prandom: seed boundary self test passed
[ 0.326439][ T1] prandom: 100 self tests passed
[ 0.326458][ T1] pinctrl core: initialized pinctrl subsystem
[ 0.328635][ T1] NET: Registered protocol family 16
[ 0.329513][ T1] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.330848][ T1] audit: initializing netlink subsys (disabled)
[ 0.332819][ T14] audit: type=2000 audit(0.330:1): state=initialized audit_enabled=0 res=1
[ 0.333005][ T1] cpuidle: using governor ladder
[ 0.333124][ T1] cpuidle: using governor menu
[ 0.333940][ T1] Feroceon L2: Enabling L2
[ 0.334012][ T1] Feroceon L2: Cache support initialised.
[ 0.342452][ T1] No ATAGs?
[ 2.560082][ C0] random: fast init done
[ 9.236072][ T71] alg: No test for lzo-rle (lzo-rle-generic)
[ 9.236562][ T73] alg: No test for lzo-rle (lzo-rle-scomp)
[ 9.420705][ T1] raid6: int32x8 gen() 86 MB/s
[ 9.590690][ T1] raid6: int32x8 xor() 58 MB/s
[ 9.760475][ T1] raid6: int32x4 gen() 88 MB/s
[ 9.930180][ T1] raid6: int32x4 xor() 57 MB/s
[ 10.100643][ T1] raid6: int32x2 gen() 93 MB/s
[ 10.270321][ T1] raid6: int32x2 xor() 66 MB/s
[ 10.440563][ T1] raid6: int32x1 gen() 75 MB/s
[ 10.610518][ T1] raid6: int32x1 xor() 50 MB/s
[ 10.610534][ T1] raid6: using algorithm int32x2 gen() 93 MB/s
[ 10.610546][ T1] raid6: .... xor() 66 MB/s, rmw enabled
[ 10.610559][ T1] raid6: using intx1 recovery algorithm
[ 10.610928][ T1] vgaarb: loaded
[ 10.611676][ T1] SCSI subsystem initialized
[ 10.612386][ T1] usbcore: registered new interface driver usbfs
[ 10.612474][ T1] usbcore: registered new interface driver hub
[ 10.612611][ T1] usbcore: registered new device driver usb
[ 10.612868][ T1] pps_core: LinuxPPS API ver. 1 registered
[ 10.612885][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 10.612924][ T1] PTP clock support registered
[ 10.614818][ T1] clocksource: Switched to clocksource orion_clocksource
[ 12.160026][ T1] VFS: Disk quotas dquot_6.6.0
[ 12.160162][ T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 12.173812][ T1] NET: Registered protocol family 2
[ 12.175109][ T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes)
[ 12.175162][ T1] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[ 12.175197][ T1] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[ 12.175228][ T1] TCP: Hash tables configured (established 1024 bind 1024)
[ 12.175377][ T1] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 12.175416][ T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 12.175743][ T1] NET: Registered protocol family 1
[ 12.176689][ T1] RPC: Registered named UNIX socket transport module.
[ 12.176709][ T1] RPC: Registered udp transport module.
[ 12.176722][ T1] RPC: Registered tcp transport module.
[ 12.176734][ T1] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 12.176756][ T1] PCI: CLS 0 bytes, default 32
[ 12.177105][ T1] Trying to unpack rootfs image as initramfs...
[ 13.421634][ T1] Freeing initrd memory: 9488K
[ 13.421911][ T1] NetWinder Floating Point Emulator V0.97 (double precision)
[ 13.423672][ T1] Initialise system trusted keyrings
[ 13.423750][ T1] Key type blacklist registered
[ 13.424088][ T1] workingset: timestamp_bits=30 max_order=15 bucket_order=0
[ 13.424244][ T1] zbud: loaded
[ 13.426027][ T1] NFS: Registering the id_resolver key type
[ 13.426080][ T1] Key type id_resolver registered
[ 13.426094][ T1] Key type id_legacy registered
[ 13.426123][ T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 13.426148][ T1] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 13.426568][ T1] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 13.426915][ T1] fuse: init (API version 7.31)
[ 13.427482][ T1] orangefs_debugfs_init: called with debug mask: :none: :0:
[ 13.427757][ T1] orangefs_init: module version upstream loaded
[ 13.427777][ T1] SGI XFS with ACLs, security attributes, realtime, scrub, no debug enabled
[ 13.452755][ T1] async_tx: api initialized (async)
[ 13.452791][ T1] Key type asymmetric registered
[ 13.452806][ T1] Asymmetric key parser 'x509' registered
[ 13.452913][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 13.454344][ T1] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 47
[ 13.454371][ T1] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 49
[ 13.455071][ T1] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
[ 13.457884][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 0000:00
[ 13.457918][ T1] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 13.457941][ T1] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
[ 13.457962][ T1] pci_bus 0000:00: root bus resource [io 0x1000-0xeffff]
[ 13.458111][ T1] pci 0000:00:01.0: [11ab:6281] type 01 class 0x060400
[ 13.458172][ T1] pci 0000:00:01.0: reg 0x38: [mem 0x00000000-0x000007ff pref]
[ 13.459891][ T1] PCI: bus0: Fast back to back transfers disabled
[ 13.459931][ T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 13.460204][ T1] pci 0000:01:00.0: [1b73:1009] type 00 class 0x0c0330
[ 13.460264][ T1] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x0000ffff 64bit]
[ 13.460299][ T1] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
[ 13.460332][ T1] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00000fff 64bit]
[ 13.460453][ T1] pci 0000:01:00.0: supports D1
[ 13.460475][ T1] pci 0000:01:00.0: PME# supported from D0 D1 D3hot
[ 13.460569][ T1] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:01.0 (capable of 4.000 Gb/s with 5 GT/s x1 link)
[ 13.486259][ T1] PCI: bus1: Fast back to back transfers disabled
[ 13.486300][ T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 13.486605][ T1] pci 0000:00:01.0: BAR 14: assigned [mem 0xe0000000-0xe00fffff]
[ 13.486632][ T1] pci 0000:00:01.0: BAR 6: assigned [mem 0xe0100000-0xe01007ff pref]
[ 13.486663][ T1] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe000ffff 64bit]
[ 13.486698][ T1] pci 0000:01:00.0: BAR 2: assigned [mem 0xe0010000-0xe0010fff 64bit]
[ 13.486732][ T1] pci 0000:01:00.0: BAR 4: assigned [mem 0xe0011000-0xe0011fff 64bit]
[ 13.486762][ T1] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 13.486790][ T1] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe00fffff]
[ 13.486952][ T1] pcieport 0000:00:01.0: enabling device (0140 -> 0142)
[ 13.487071][ T1] pci 0000:01:00.0: enabling device (0140 -> 0142)
[ 13.487884][ T1] mv_xor f1060800.xor: Marvell shared XOR driver
[ 13.546019][ T1] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[ 13.548980][ T1] mv_xor f1060900.xor: Marvell shared XOR driver
[ 13.606044][ T1] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[ 13.609407][ T1] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 13.611297][ T1] printk: console [ttyS0] disabled
[ 13.611405][ T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 25, base_baud = 10416666) is a 16550A
[ 14.568005][ T1] printk: console [ttyS0] enabled
[ 14.583948][ T1] loop: module loaded
[ 14.588685][ T1] sata_mv f1080000.sata: slots 32 ports 2
[ 14.598265][ T1] scsi host0: sata_mv
[ 14.602958][ T1] scsi host1: sata_mv
[ 14.607321][ T1] ata1: SATA max UDMA/133 irq 32
[ 14.612101][ T1] ata2: SATA max UDMA/133 irq 32
[ 14.618747][ T1] Could not find a valid ONFI parameter page, trying bit-wise majority to recover it
[ 14.628320][ T1] ONFI parameter recovery failed, aborting
[ 14.633970][ T1] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1
[ 14.641022][ T1] nand: Hynix NAND 128MiB 3,3V 8-bit
[ 14.646171][ T1] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[ 14.654422][ T1] Scanning device for bad blocks
[ 14.679040][ T1] Bad eraseblock 240 at 0x000001e00000
[ 14.748827][ T1] 5 cmdlinepart partitions found on MTD device orion_nand
[ 14.755792][ T1] Creating 5 MTD partitions on "orion_nand":
[ 14.761613][ T1] 0x000000000000-0x000000200000 : "u-boot"
[ 14.769206][ T1] 0x000000200000-0x000000500000 : "uImage"
[ 14.776667][ T1] 0x000000500000-0x000000800000 : "uImage2"
[ 14.784135][ T1] 0x000000800000-0x000001000000 : "failsafe"
[ 14.791809][ T1] 0x000001000000-0x000008000000 : "root"
[ 14.801356][ T1] libphy: Fixed MDIO Bus: probed
[ 14.807364][ T1] libphy: orion_mdio_bus: probed
[ 14.832840][ T1] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[ 14.841193][ T1] mv643xx_eth_port mv643xx_eth_port.0: DMA mask not set
[ 14.949563][ T112] ata1: SATA link down (SStatus 0 SControl F300)
[ 15.296741][ T114] ata2: SATA link down (SStatus 0 SControl F300)
[ 15.565789][ T1] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address ************
[ 15.575394][ T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 15.582626][ T1] ehci-pci: EHCI PCI platform driver
[ 15.587860][ T1] ehci-orion: EHCI orion driver
[ 15.592844][ T1] orion-ehci f1050000.ehci: EHCI Host Controller
[ 15.599079][ T1] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[ 15.607682][ T1] orion-ehci f1050000.ehci: irq 29, io mem 0xf1050000
[ 15.634873][ T1] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[ 15.641958][ T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02
[ 15.650922][ T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 15.658841][ T1] usb usb1: Product: EHCI Host Controller
[ 15.664394][ T1] usb usb1: Manufacturer: Linux 5.2.9-kirkwood-tld-1 ehci_hcd
[ 15.671703][ T1] usb usb1: SerialNumber: f1050000.ehci
[ 15.677963][ T1] hub 1-0:1.0: USB hub found
[ 15.682452][ T1] hub 1-0:1.0: 1 port detected
[ 15.688288][ T1] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 15.694221][ T1] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 15.703805][ T1] xhci_hcd 0000:01:00.0: hcc params 0x200073a1 hci version 0x100 quirks 0x0000000000080010
[ 15.714384][ T1] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02
[ 15.723354][ T1] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 15.731270][ T1] usb usb2: Product: xHCI Host Controller
[ 15.736850][ T1] usb usb2: Manufacturer: Linux 5.2.9-kirkwood-tld-1 xhci-hcd
[ 15.744132][ T1] usb usb2: SerialNumber: 0000:01:00.0
[ 15.750235][ T1] hub 2-0:1.0: USB hub found
[ 15.754729][ T1] hub 2-0:1.0: 2 ports detected
[ 15.760256][ T1] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 15.766266][ T1] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 3
[ 15.774345][ T1] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 15.781472][ T1] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[ 15.790469][ T1] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.02
[ 15.799572][ T1] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 15.807497][ T1] usb usb3: Product: xHCI Host Controller
[ 15.813055][ T1] usb usb3: Manufacturer: Linux 5.2.9-kirkwood-tld-1 xhci-hcd
[ 15.820365][ T1] usb usb3: SerialNumber: 0000:01:00.0
[ 15.826446][ T1] hub 3-0:1.0: USB hub found
[ 15.830943][ T1] hub 3-0:1.0: 2 ports detected
[ 15.836771][ T1] usbcore: registered new interface driver usb-storage
[ 15.843946][ T1] mousedev: PS/2 mouse device common for all mice
[ 16.054869][ T15] usb 1-1: new high-speed USB device number 2 using orion-ehci
[ 16.255934][ T15] usb 1-1: New USB device found, idVendor=0781, idProduct=5571, bcdDevice= 1.00
[ 16.264800][ T15] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 16.272662][ T15] usb 1-1: Product: Cruzer Fit
[ 16.277291][ T15] usb 1-1: Manufacturer: SanDisk'
[ 16.282154][ T15] usb 1-1: SerialNumber: **********************
[ 16.289071][ T15] usb-storage 1-1:1.0: USB Mass Storage device detected
[ 16.296499][ T15] scsi host2: usb-storage 1-1:1.0
[ 16.884871][ T1] rtc-mv f1010300.rtc: internal RTC not ticking
[ 16.891193][ T1] i2c /dev entries driver
[ 16.896351][ T1] device-mapper: uevent: version 1.0.3
[ 16.902035][ T1] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@redhat.com
[ 16.911763][ T1] device-mapper: multipath round-robin: version 1.2.0 loaded
[ 16.919059][ T1] device-mapper: multipath queue-length: version 0.2.0 loaded
[ 16.926402][ T1] device-mapper: multipath service-time: version 0.3.0 loaded
[ 16.933780][ T1] device-mapper: dm-log-userspace: version 1.3.0 loaded
[ 16.940584][ T1] device-mapper: raid: Loading target version 1.14.0
[ 16.948674][ T1] hidraw: raw HID events driver (C) Jiri Kosina
[ 16.955267][ T1] drop_monitor: Initializing network drop monitor service
[ 16.962684][ T1] NET: Registered protocol family 17
[ 16.968203][ T1] Key type dns_resolver registered
[ 16.974324][ T1] registered taskstats version 1
[ 16.979155][ T1] Loading compiled-in X.509 certificates
[ 16.984731][ T1] zswap: loaded using pool lzo/zbud
[ 17.123089][ T1] Key type big_key registered
[ 17.188503][ T1] Key type encrypted registered
[ 17.196205][ T1] hctosys: unable to open rtc device (rtc0)
[ 17.206971][ T1] Freeing unused kernel memory: 1024K
[ 17.215953][ T1] Checked W+X mappings: passed, no W+X pages found
[ 17.222288][ T1] Run /init as init process
Loading, please wait...
[ 17.367378][ T23] scsi 2:0:0:0: Direct-Access SanDisk' Cruzer Fit 1.00 PQ: 0 ANSI: 6
[ 17.387043][ T7] sd 2:0:0:0: [sda] 30031872 512-byte logical blocks: (15.4 GB/14.3 GiB)
[ 17.405278][ T7] sd 2:0:0:0: [sda] Write Protect is off
[ 17.414991][ T7] sd 2:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 17.442111][ T7] sda: sda1
[ 17.458996][ T7] sd 2:0:0:0: [sda] Attached SCSI removable disk
Starting version 241
[ 18.607062][ T167] usbcore: registered new interface driver uas
[ 18.736577][ T164] mvsdio f1090000.mvsdio: Got CD GPIO
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Will now check root file system ... fsck from util-linux 2.33.1
[/sbin/fsck.ext3 (1) -- /dev/sda1] fsck.ext3 -a -C0 /dev/sda1
rootfs: clean, 15076/940240 files, 220947/3753980 blocks
done.
[ 29.523018][ T193] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem
[ 29.577238][ T193] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
INIT: version 2.93 booting
[info] Using makefile-style concurrent boot in runlevel S.
[ ok ] Starting hotplug events dispatcher: systemd-udevd.
[ ok ] Synthesizing the initial hotplug events (subsystems)...done.
[....] Synthesizing the initial hotplug events (devices)...[ 33.290325][ T372] input: gpio_keys as /devices/platform/gpio_keys/input/input0
done.
[....] Waiting for /dev to be fully populated...[ 33.622363][ T394] systemd-udevd[394]: Using default interface naming scheme 'v240'.
[ 33.710115][ T394] systemd-udevd[394]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[ 33.928848][ C0] random: crng init done
[ 33.949965][ T393] watchdog: f1020300.watchdog-timer: driver supplied timeout (4294967295) out of range
[ 34.090811][ T393] watchdog: f1020300.watchdog-timer: falling back to default timeout (25)
[ 34.247982][ T393] orion_wdt: Initial timeout 25 sec
[ 34.383024][ T374] sd 2:0:0:0: Attached scsi generic sg0 type 0
[ 34.515307][ T395] marvell-cesa f1030000.crypto: CESA device successfully registered
[ 34.671007][ T392] systemd-udevd[392]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
done.
[ ok ] Setting hostname to 'debian'...done.
[ ok ] Activating swap:.
[ 36.378403][ T590] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[info] Will now check all file systems.
fsck from util-linux 2.33.1
Checking all file systems.
LABEL=rootfs is mounted
[....] Done checking file systems. A log is being saved in /var/log/fsck/check[ ok that location is writable..
[ ok ] Cleaning up temporary files...[....] Cleaning /tmp...done.
[ ok .
[ ok ] Will now mount local filesystems:.
[ ok ] Will now activate swapfile swap:done.
[ ok ] Checking minimum space in /tmp...done.
[ ok ] Cleaning up temporary files....
[ ok ] Starting Setting kernel variables: sysctl.
[ ok ] Initializing random number generator...done.
[....] Configuring network interfaces...Internet Systems Consortium DHCP Client 4.4.1
Copyright 2004-2018 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Listening on LPF/eth0/52:3b:20:9c:11:51
Sending on LPF/eth0/52:3b:20:9c:11:51
Sending on Socket/fallback
DHCPREQUEST for 192.168.0.15 on eth0 to 255.255.255.255 port 67
DHCPREQUEST for 192.168.0.15 on eth0 to 255.255.255.255 port 67
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 21
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
No DHCPOFFERS received.
Trying recorded lease 192.168.0.15
[ 120.215389][ T1120] NET: Registered protocol family 10
[ 120.226798][ T1120] Segment Routing with IPv6
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
--- 192.168.0.1 ping statistics ---
1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms
No working leases in persistent database - sleeping.
done.
[ ok ] Starting RPC port mapper daemon: rpcbind.
[ ok ] Starting NFS common utilities: statd idmapd.
[ ok ] Cleaning up temporary files....
INIT: Entering runlevel: 2
[info] Using makefile-style concurrent boot in runlevel 2.
[....] Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd...
1326 (syslogd)
. ok
[....] Starting busybox' klogd implementation : klogdStarting /sbin/klogd...
1353 (klogd)
. ok
[ ok ] Starting system message bus: dbus.
[ ok ] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
[ ok ] Starting NFS common utilities: statd idmapd.
[warn] Not starting NFS kernel daemon: no exports. ... (warning).
[ ok ] Starting NTP server: ntpd.
[ ok ] Starting OpenBSD Secure Shell server: sshd.
[ ok ] Running local boot scripts (/etc/rc.local).
Debian GNU/Linux 10 debian ttyS0
debian login: root
Password: root
Last login: Wed Dec 31 16:02:34 PST 1969 from 192.168.0.100 on pts/0
Linux debian 5.2.9-kirkwood-tld-1 #1 PREEMPT Sat Aug 17 15:00:56 PDT 2019 armv5tel
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
root@debian:~#
Re: Pogoplug Series 4 V4-A03-01 PreInternet new uboot + dumb dumb = Kernel Panic January 27, 2021 09:50PM |
Admin Registered: 14 years ago Posts: 19,288 |