Welcome! Log In Create A New Profile

Advanced

Help with booting Pogo V4

Posted by orbezo 
Help with booting Pogo V4
September 28, 2020 11:08PM
For a long time now, I've been using a Pogoplug v4 with an 80GB HDD as boot drive and a 2TB drive as a personal NAS (ArchLinux). Since like a year ago, I couldn't update ArchLinux anymore and I didn't give myself the time to see why (and try to fix it) as my NAS was always available. A couple of weeks ago I decided to upgrade my 2TB drive with a 4TB one, and before I swapped it I started poking around my device until I almost bricked it. Luckily I had a USB-to UART adapter lying around from another time I almost bricked it and managed to fix it with such adapter.

As I was trying to reflash my unit with the latest kwboot (uboot.2017.07-tld-1.pogo_v4.mtd0.kwb) following the instructions I found at CloudEngines Pogoplug v4/mobile as it was the most comprehensive guide I could find, I did manage to flash the kwb onto the device, but as I went on, It seems I messed up all my environment variables and now I can't get past the "pogoplugv4>" prompt (only by interrupting the boot process. Here's my bootlog:

# kwboot -t -B 115200 /dev/ttyUSB0 -b uboot.2017.07-tld-1.pogo_v4.mtd0.kwb -p pogoV4_basic.patch
Sending boot message. Please reboot the target...-
Sending boot image...
  0 % [......................................................................]
  1 % [......................................................................]
  3 % [......................................................................]
  5 % [......................................................................]
  6 % [......................................................................]
  8 % [......................................................................]
 10 % [......................................................................]
 11 % [......................................................................]
 13 % [......................................................................]
 15 % [......................................................................]
 17 % [......................................................................]
 18 % [......................................................................]
 20 % [......................................................................]
 22 % [......................................................................]
 23 % [......................................................................]
 25 % [......................................................................]
 27 % [......................................................................]
 29 % [......................................................................]
 30 % [......................................................................]
 32 % [......................................................................]
 34 % [......................................................................]
 35 % [......................................................................]
 37 % [......................................................................]
 39 % [......................................................................]
 41 % [......................................................................]
 42 % [......................................................................]
 44 % [......................................................................]
 46 % [......................................................................]
 47 % [......................................................................]
 49 % [......................................................................]
 51 % [......................................................................]
 53 % [......................................................................]
 54 % [......................................................................]
 56 % [......................................................................]
 58 % [......................................................................]
 59 % [......................................................................]
 61 % [......................................................................]
 63 % [......................................................................]
 64 % [......................................................................]
 66 % [......................................................................]
 68 % [......................................................................]
 70 % [......................................................................]
 71 % [......................................................................]
 73 % [......................................................................]
 75 % [......................................................................]
 76 % [......................................................................]
 78 % [......................................................................]
 80 % [......................................................................]
 82 % [......................................................................]
 83 % [......................................................................]
 85 % [......................................................................]
 87 % [......................................................................]
 88 % [......................................................................]
 90 % [......................................................................]
 92 % [......................................................................]
 94 % [......................................................................]
 95 % [......................................................................]
 97 % [......................................................................]
 99 % [....................................]
[Type Ctrl-\ + c to quit]


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... 1 USB Device(s) found
       scanning usb for storage devices... 0 Storage Device(s) found

Reset IDE: ide_preinit failed
Card did not respond to voltage select!
mmc_init: -95, time 14
## 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

## Unknown partition table type 0
loading envs from usb 0 ...
** Bad device usb 0 **

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
** Bad device usb 0 **
device usb 1:1
** Bad device usb 1 **
device usb 2:1
** Bad device usb 2 **
device usb 3:1
** Bad device usb 3 **
Scan device ide

Reset IDE: ide_preinit failed
device ide 0:1
** Bad device ide 0 **
device ide 1:1
** Bad device ide 1 **
device ide 2:1
** Bad device ide 2 **
device ide 3:1
** Bad device ide 3 **
Scan device mmc
Card did not respond to voltage select!
mmc_init: -95, time 14
device mmc 0:1
Card did not respond to voltage select!
mmc_init: -95, time 14
Card did not respond to voltage select!
mmc_init: -95, time 14
** Bad device mmc 0 **
device mmc 1:1
MMC Device 1 not found
MMC Device 1 not found
** Bad device mmc 1 **
device mmc 2:1
MMC Device 2 not found
MMC Device 2 not found
** Bad device mmc 2 **
device mmc 3:1
MMC Device 3 not found
MMC Device 3 not found
** Bad device mmc 3 **
loading uImage ...
** Bad device usb 0 **
loading uInitrd ...
** Bad device usb 0 **
loading DTB /boot/dts/kirkwood-pogoplug_v4 ...
** Bad device usb 0 **
Unknown command 'bootm0x800000' - try 'help'
resetting ...


U-Boot 2020.04 (Sep 22 2020 - 18:58:26 +0000)
Pogoplug V4

SoC:   Kirkwood 88F6281_A1
DRAM:  128 MiB
NAND:  128 MiB
MMC:   
Loading Environment from NAND... OK
In:    serial
Out:   serial
Err:   serial
Net:   egiga0
Hit any key to stop autoboot:  0 
pogoplugv4>

And here my environment variables:

pogoplugv4> printenv
baudrate=115200
bootcmd=ubi part ubi; ubi read 0x800000 kernel; bootm 0x800000
bootcmd_exec=run load_uimage; if run load_initrd; then if run load_dtb; then bootm $load_uimage_addr $load_initrd_addr $load_dtb_addr; else bootm $load_uimage_addr $load_initrd_addr; fi; else if run load_dtb; then bootm $load_uimage_addr - $load_dtb_addr; else bootm
bootdelay=3
bootdev=$dev
console=console=ttyS0,115200
device=$disknum:1
ethact=egiga0
ethaddr=00:25:31:05:F9:62
led_errorsetenv=load_dtb_addr 0x1c00000
load_dtb=g DTB $dtb_file ...
load_initd_initrd_addr=/boot/uInitrd
load_uimage=...
machid=0ion_nand
mtdids=nand0=orion_nand
mtdparts=mtdparts=orion_nand:0x1c0000(uboot),0x40000(uboot_env),0x7e00000(ubi)
partitioneboot_nc=run if_netconsole start_netconsole
scan_disk_disk=...
scan_ide="ide reset"
scan_mmc="mmc rescan"
scan_usb="usb start"
stderr=serial
stdin=serial
stdout=serial
uenv_loaded=0
uenv_read=mtdparts=orion_nand:2M(u-boot),3M(uImage),3M(uImage2),8M(failsafe),112M(root)

Environment size: 980/131068 bytes
pogoplugv4>

The computer I'm connecting to the Pogoplug from is a Windows laptop with a Debian (10.5.0 x64) VirtualBox, and I'm running all the process from the Debian virtual machine.

As I'm no Linux expert I'm 100% sure I'm making a beginner's mistake, but I can't find a step by step tutorial to get out of this mess.

Any help would be greatly appreciated.

Thanks in advance.

Manuel Orbezo
Re: Help with booting Pogo V4
September 28, 2020 11:59PM
Manuel,

You got far by successfully kwboot my latest u-boot image:
U-Boot 2017.07-tld-1 (Sep 05 2017 - 00:34:01 -0700)
Pogoplug V4

But Arch u-boot envs are on NAND mtd0 on your device. So now after kwboot, you have:

- My u-boot image U-Boot 2017.07-tld-1 is running.
- The envs are from NAND mtd0 (which is Arch version).

What you can do to make it consistenly running U-Boot 2017.07-tld-1 is to load my default envs (uboot.2016.05-tld-1.environment.scr) at serial console after kwboot has loaded and run U-Boot 2017.07-tld-1.

Here is how to do that:

https://forum.doozan.com/read.php?3,29362,29390#msg-29390

After you've load the default envs in serial console following the instruction above, you should list the envs:

printenv
And post the serial console log here.

And then you can tell me if you are booting Arch Linux ARM rootfs, or my Debian rootfs, on USB. And then we'll go from there.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Help with booting Pogo V4
September 29, 2020 01:26AM
Here are my environment variables now:

Pogov4> printenv                                          
arcNumber=2097
baudrate=115200
bootargs=console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
bootcmd=run bootcmd_uenv; run scan_disk; run set_bootargs; run bootcmd_exec
bootcmd_exec=run load_uimage; if run load_initrd; then if run load_dtb; then bootm $load_uimage_addr $load_initrd_addr $load_dtb_addr; else bootm $load_uimage_addr $load_initrd_addr; fi; else if run load_dtb; then bootm $load_uimage_addr - $load_dtb_addr; else bootm $load_uimage_addr; fi; fi
bootcmd_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi
bootdelay=10
bootdev=usb
console=ttyS0,115200
device=0:1
devices=usb ide
disks=0 1 2 3
dtb_file=/boot/dts/kirkwood-goflexnet.dtb
ethact=egiga0
ethaddr=00:00:00:00:00:00           (NOT POSTING HERE JUST FOR CAUTION)
fileaddr=800000
filesize=ca0
if_netconsole=ping $serverip
init_ide=ide reset
init_mmc=mmc rescan
init_usb=usb start
ipaddr=192.168.0.231
led_error=orange blinking
led_exit=green off
led_init=green blinking
load_dtb=echo loading DTB $dtb_file ...; load $bootdev $device $load_dtb_addr $dtb_file
load_dtb_addr=0x1c00000
load_initrd=echo loading uInitrd ...; load $bootdev $device $load_initrd_addr /boot/uInitrd
load_initrd_addr=0x1100000
load_uimage=echo loading uImage ...; load $bootdev $device $load_uimage_addr /boot/uImage
load_uimage_addr=0x800000
machid=0x831
mainlineLinux=yes
mtdids=nand0=orion_nand
mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
partition=nand0,2
preboot_nc=run if_netconsole start_netconsole
scan_disk=echo running scan_disk ...; scan_done=0; setenv scan_usb "usb start";  setenv scan_ide "ide reset";  setenv scan_mmc "mmc rescan"; for dev in $devices; do if test $scan_done -eq 0; then echo Scan device $dev; run scan_$dev; for disknum in $disks; do if test $scan_done -eq 0; then echo device $dev $disknum:1; if load $dev $disknum:1 $load_uimage_addr /boot/uImage 1; then scan_done=1; echo Found bootable drive on $dev $disknum; setenv device $disknum:1; setenv bootdev $dev; fi; fi; done; fi; done
scan_ide=ide reset
scan_mmc=mmc rescan
scan_usb=usb start
serverip=192.168.0.220
set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts $custom_params
start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version;
stderr=serial
stdin=serial
stdout=serial
uenv_addr=0x810000
uenv_import=echo importing envs ...; env import -t $uenv_addr $filesize
uenv_init_devices=setenv init_usb "usb start";  setenv init_ide "ide reset";  setenv init_mmc "mmc rescan"; for devtype in $devices; do run init_$devtype; done;
uenv_load=run uenv_init_devices; setenv uenv_loaded 0; for devtype in $devices;  do for disknum in 0; do run uenv_read_disk; done; done;
uenv_loaded=0
uenv_read=echo loading envs from $devtype $disknum ...; if load $devtype $disknum:1 $uenv_addr /boot/uEnv.txt; then setenv uenv_loaded 1; fi
uenv_read_disk=if test $devtype -eq mmc; then if $devtype part; then run uenv_read;  fi; else if $devtype part $disknum; then run uenv_read; fi;  fi
usb_ready_retry=15

Environment size: 3200/131068 bytes
Pogov4>

I want to boot Debian, but I haven't even read all the instructions carefully for creating my rootfs USB drive, can you please point me in the right direction?

Thank you.

Manuel



Edited 1 time(s). Last edit at 09/29/2020 01:28AM by orbezo.
Re: Help with booting Pogo V4
September 29, 2020 04:44AM
Manuel,

Cool. So you are almost ready to boot Debian.

Create the rootfs on a USB thumb drive using Debian-5.2.9-kirkwood-tld-1-rootfs-bodhi.tar.bz2 from the release thread:

https://forum.doozan.com/read.php?2,12096

Scroll down to the section:

Quote

Updated 25 Aug 2019:

Basic Debian buster Kirkwood rootfs for most Kirwood plugs:

- tarball size: 209M
- install size: 536M
- 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, sysvinit-utils, u-boot-tools, and mtd-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-5.2.9-kirkwood-tld-1-rootfs-bodhi.tar.bz2

You can use another Linux box to create the Debian rootfs. Follow the instruction very closely (being root, create a single Ext3 partition, label the partition as rootfs...).

After you have the Debian rootfs, plug in the USB to the Pogo. Run kwboot, and then power up the Pogo, and then load the default envs using the script like you did above.

And then at serial console prompt, adjust the envs to boot with Popo V4:

setenv dtb_file '/boot/dts/kirkwood-pogoplug_v4.dtb'
setenv mtdparts 'mtdparts=orion_nand:2M(u-boot),3M(uImage),3M(uImage2),8M(failsafe),112M(root)'
and then boot

boot

Wait for the box to boot all the way to the Debian prompt. Log in with root/root credential.

And now you are running Debian. And can flash the new u-boot U-Boot 2017.07-tld-1, and its envs image to flash.

Once you log into Debian, post back here with the entire serial console log.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Help with booting Pogo V4
September 30, 2020 01:24AM
I'm still stuck :-(

Here's my serial console log:

# kwboot -t /dev/ttyUSB0 -b uboot.2017.07-tld-1.pogo_v4.mtd0.kwb -p pogoV4_basic.patch
Sending boot message. Please reboot the target...-
Sending boot image...
  0 % [......................................................................]
  1 % [......................................................................]
  3 % [......................................................................]
  5 % [......................................................................]
  6 % [......................................................................]
  8 % [......................................................................]
 10 % [......................................................................]
 11 % [......................................................................]
 13 % [......................................................................]
 15 % [......................................................................]
 17 % [......................................................................]
 18 % [......................................................................]
 20 % [......................................................................]
 22 % [......................................................................]
 23 % [......................................................................]
 25 % [......................................................................]
 27 % [......................................................................]
 29 % [......................................................................]
 30 % [......................................................................]
 32 % [......................................................................]
 34 % [......................................................................]
 35 % [......................................................................]
 37 % [......................................................................]
 39 % [......................................................................]
 41 % [......................................................................]
 42 % [......................................................................]
 44 % [......................................................................]
 46 % [......................................................................]
 47 % [......................................................................]
 49 % [......................................................................]
 51 % [......................................................................]
 53 % [......................................................................]
 54 % [......................................................................]
 56 % [......................................................................]
 58 % [......................................................................]
 59 % [......................................................................]
 61 % [......................................................................]
 63 % [......................................................................]
 64 % [......................................................................]
 66 % [......................................................................]
 68 % [......................................................................]
 70 % [......................................................................]
 71 % [......................................................................]
 73 % [......................................................................]
 75 % [......................................................................]
 76 % [......................................................................]
 78 % [......................................................................]
 80 % [......................................................................]
 82 % [......................................................................]
 83 % [......................................................................]
 85 % [......................................................................]
 87 % [......................................................................]
 88 % [......................................................................]
 90 % [......................................................................]
 92 % [......................................................................]
 94 % [......................................................................]
 95 % [......................................................................]
 97 % [......................................................................]
 99 % [....................................]
[Type Ctrl-\ + c to quit]


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
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)

Use USB retry period from the environment: 15 second(s)
Device NOT ready
   Request Sense returned 02 3A 00
1 Storage Device(s) found

Reset IDE: ide_preinit failed

Partition Map for USB device 0  --   Partition Type: DOS

Part	Start Sector	Num Sectors	UUID		Type
  1	2048      	3968000   	ccacfed9-01	83

## 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
running scan_disk ...
Scan device usb
device usb 0:1
** File not found /boot/uImage **
device usb 1:1
** Bad device size - usb 1 **
device usb 2:1
** Bad device usb 2 **
device usb 3:1
** Bad device usb 3 **
Scan device ide

Reset IDE: ide_preinit failed
device ide 0:1
** Bad device ide 0 **
device ide 1:1
** Bad device ide 1 **
device ide 2:1
** Bad device ide 2 **
device ide 3:1
** Bad device ide 3 **
loading uImage ...
** File not found /boot/uImage **
loading uInitrd ...
** File not found /boot/uInitrd **
loading DTB /boot/dts/kirkwood-goflexnet.dtb ...
** File not found /boot/dts/kirkwood-goflexnet.dtb **
Wrong Image Format for bootm command
ERROR: can't get kernel image!
Pogov4>

And here my environment variables:

Pogov4> printenv
arcNumber=2097
baudrate=115200
bootargs=console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
bootcmd=run bootcmd_uenv; run scan_disk; run set_bootargs; run bootcmd_exec
bootcmd_exec=run load_uimage; if run load_initrd; then if run load_dtb; then bootm $load_uimage_addr $load_initrd_addr $load_dtb_addr; else bootm $load_uimage_addr $load_initrd_addr; fi; else if run load_dtb; then bootm $load_uimage_addr - $load_dtb_addr; else bootm $load_uimage_addr; fi; fi
bootcmd_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi
bootdelay=10
bootdev=usb
console=ttyS0,115200
device=0:1
devices=usb ide
disks=0 1 2 3
dtb_file=/boot/dts/kirkwood-goflexnet.dtb
ethact=egiga0
ethaddr=XX:XX:XX:XX:XX:XX
fileaddr=800000
filesize=ca0
if_netconsole=ping $serverip
init_ide=ide reset
init_mmc=mmc rescan
init_usb=usb start
ipaddr=192.168.0.231
led_error=orange blinking
led_exit=green off
led_init=green blinking
load_dtb=echo loading DTB $dtb_file ...; load $bootdev $device $load_dtb_addr $dtb_file
load_dtb_addr=0x1c00000
load_initrd=echo loading uInitrd ...; load $bootdev $device $load_initrd_addr /boot/uInitrd
load_initrd_addr=0x1100000
load_uimage=echo loading uImage ...; load $bootdev $device $load_uimage_addr /boot/uImage
load_uimage_addr=0x800000
machid=0x831
mainlineLinux=yes
mtdids=nand0=orion_nand
mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
partition=nand0,2
preboot_nc=run if_netconsole start_netconsole
scan_disk=echo running scan_disk ...; scan_done=0; setenv scan_usb "usb start";  setenv scan_ide "ide reset";  setenv scan_mmc "mmc rescan"; for dev in $devices; do if test $scan_done -eq 0; then echo Scan device $dev; run scan_$dev; for disknum in $disks; do if test $scan_done -eq 0; then echo device $dev $disknum:1; if load $dev $disknum:1 $load_uimage_addr /boot/uImage 1; then scan_done=1; echo Found bootable drive on $dev $disknum; setenv device $disknum:1; setenv bootdev $dev; fi; fi; done; fi; done
scan_ide=ide reset
scan_mmc=mmc rescan
scan_usb=usb start
serverip=192.168.0.220
set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts $custom_params
start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version;
stderr=serial
stdin=serial
stdout=serial
uenv_addr=0x810000
uenv_import=echo importing envs ...; env import -t $uenv_addr $filesize
uenv_init_devices=setenv init_usb "usb start";  setenv init_ide "ide reset";  setenv init_mmc "mmc rescan"; for devtype in $devices; do run init_$devtype; done;
uenv_load=run uenv_init_devices; setenv uenv_loaded 0; for devtype in $devices;  do for disknum in 0; do run uenv_read_disk; done; done;
uenv_loaded=0
uenv_read=echo loading envs from $devtype $disknum ...; if load $devtype $disknum:1 $uenv_addr /boot/uEnv.txt; then setenv uenv_loaded 1; fi
uenv_read_disk=if test $devtype -eq mmc; then if $devtype part; then run uenv_read;  fi; else if $devtype part $disknum; then run uenv_read; fi;  fi
usb_ready_retry=15

Environment size: 3200/131068 bytes
Pogov4>

I'd also like to boot Debian from an SD card, is that possible?
I have a very nice (but old) 2GB Sandisk SD card I'd like to use for that purpose.

Thanks

Manuel

P.S. EDIT: It seems I'm too tired today and I'm not thinking straight, there's no files on my USB drive but "uboot.2016.05-tld-1.environment.scr" I'm sorry, I will copy my Debian files onto it and try again.



Edited 2 time(s). Last edit at 09/30/2020 01:31AM by orbezo.
Re: Help with booting Pogo V4
September 30, 2020 01:51AM
Seems to be starting to work, though it also seems in can't get past through the process of obtaining an IP address from the DHCP server:

# kwboot -t /dev/ttyUSB0 -b uboot.2017.07-tld-1.pogo_v4.mtd0.kwb -p pogoV4_basic.patch
Sending boot message. Please reboot the target...-
Sending boot image...
  0 % [......................................................................]
  1 % [......................................................................]
  3 % [......................................................................]
  5 % [......................................................................]
  6 % [......................................................................]
  8 % [......................................................................]
 10 % [......................................................................]
 11 % [......................................................................]
 13 % [......................................................................]
 15 % [......................................................................]
 17 % [......................................................................]
 18 % [......................................................................]
 20 % [......................................................................]
 22 % [......................................................................]
 23 % [......................................................................]
 25 % [......................................................................]
 27 % [......................................................................]
 29 % [......................................................................]
 30 % [......................................................................]
 32 % [......................................................................]
 34 % [......................................................................]
 35 % [......................................................................]
 37 % [......................................................................]
 39 % [......................................................................]
 41 % [......................................................................]
 42 % [......................................................................]
 44 % [......................................................................]
 46 % [......................................................................]
 47 % [......................................................................]
 49 % [......................................................................]
 51 % [......................................................................]
 53 % [......................................................................]
 54 % [......................................................................]
 56 % [......................................................................]
 58 % [......................................................................]
 59 % [......................................................................]
 61 % [......................................................................]
 63 % [......................................................................]
 64 % [......................................................................]
 66 % [......................................................................]
 68 % [......................................................................]
 70 % [......................................................................]
 71 % [......................................................................]
 73 % [......................................................................]
 75 % [......................................................................]
 76 % [......................................................................]
 78 % [......................................................................]
 80 % [......................................................................]
 82 % [......................................................................]
 83 % [......................................................................]
 85 % [......................................................................]
 87 % [......................................................................]
 88 % [......................................................................]
 90 % [......................................................................]
 92 % [......................................................................]
 94 % [......................................................................]
 95 % [......................................................................]
 97 % [......................................................................]
 99 % [....................................]
[Type Ctrl-\ + c to quit]


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
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)

Use USB retry period from the environment: 15 second(s)
Device NOT ready
   Request Sense returned 02 3A 00
1 Storage Device(s) found

Reset IDE: ide_preinit failed

Partition Map for USB device 0  --   Partition Type: DOS

Part	Start Sector	Num Sectors	UUID		Type
  1	2048      	3968000   	ccacfed9-01	83

## 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
running scan_disk ...
Scan device usb
device usb 0:1
1 bytes read in 538 ms (0 Bytes/s)
Found bootable drive on usb 0
loading uImage ...
4963680 bytes read in 1138 ms (4.2 MiB/s)
loading uInitrd ...
9713936 bytes read in 1354 ms (6.8 MiB/s)
loading DTB /boot/dts/kirkwood-goflexnet.dtb ...
11445 bytes read in 1523 ms (6.8 KiB/s)
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   Linux-5.2.9-kirkwood-tld-1
   Created:      2019-08-25   2:22:31 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    4963616 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
## Flattened Device Tree blob at 01c00000
   Booting using the fdt blob at 0x1c00000
   Loading Kernel Image ... OK
   Loading Ramdisk to 071c6000, end 07b098d0 ... OK
   Loading Device Tree to 071c0000, end 071c5cb4 ... OK
Using machid 0x831 from environment

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: Seagate GoFlex Net
[    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:1M(u-boot),4M(uImage),32M(rootfs),-(data)
[    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: 104832K/131072K available (9216K kernel code, 868K rwdata, 3400K rodata, 1024K init, 301K bss, 26240K 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.000012][    T0] sched_clock: 32 bits at 166MHz, resolution 6ns, wraps every 12884901885ns
[    0.000072][    T0] Switching to timer-based delay loop, resolution 6ns
[    0.001209][    T0] Console: colour dummy device 80x30
[    0.001285][    T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 333.33 BogoMIPS (lpj=1666666)
[    0.001326][    T0] pid_max: default: 32768 minimum: 301
[    0.001882][    T0] LSM: Security Framework initializing
[    0.002165][    T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.002208][    T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.003525][    T0] *** VALIDATE proc ***
[    0.003921][    T0] *** VALIDATE cgroup1 ***
[    0.003961][    T0] *** VALIDATE cgroup2 ***
[    0.004111][    T0] CPU: Testing write buffer coherency: ok
[    0.006737][    T1] Setting up static identity map for 0x100000 - 0x100058
[    0.007192][    T1] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x3
[    0.007644][    T1] rcu: Hierarchical SRCU implementation.
[    0.012674][    T1] devtmpfs: initialized
[    0.021017][    T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.021066][    T1] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.021445][    T1] xor: measuring software checksum speed
[    0.120177][    T1]    arm4regs  :   725.200 MB/sec
[    0.220117][    T1]    8regs     :   435.600 MB/sec
[    0.320108][    T1]    32regs    :   633.200 MB/sec
[    0.320137][    T1] xor: using function: arm4regs (725.200 MB/sec)
[    0.320170][    T1] prandom: seed boundary self test passed
[    0.326433][    T1] prandom: 100 self tests passed
[    0.326451][    T1] pinctrl core: initialized pinctrl subsystem
[    0.328630][    T1] NET: Registered protocol family 16
[    0.329530][    T1] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.330892][    T1] audit: initializing netlink subsys (disabled)
[    0.332787][   T14] audit: type=2000 audit(0.330:1): state=initialized audit_enabled=0 res=1
[    0.332973][    T1] cpuidle: using governor ladder
[    0.333088][    T1] cpuidle: using governor menu
[    0.333902][    T1] Feroceon L2: Enabling L2
[    0.333974][    T1] Feroceon L2: Cache support initialised.
[    0.342121][    T1] No ATAGs?
[    2.560082][    C0] random: fast init done
[    9.235767][   T71] alg: No test for lzo-rle (lzo-rle-generic)
[    9.236249][   T73] alg: No test for lzo-rle (lzo-rle-scomp)
[    9.420691][    T1] raid6: int32x8  gen()    86 MB/s
[    9.590694][    T1] raid6: int32x8  xor()    58 MB/s
[    9.760573][    T1] raid6: int32x4  gen()    88 MB/s
[    9.930177][    T1] raid6: int32x4  xor()    57 MB/s
[   10.100628][    T1] raid6: int32x2  gen()    93 MB/s
[   10.270321][    T1] raid6: int32x2  xor()    66 MB/s
[   10.440566][    T1] raid6: int32x1  gen()    75 MB/s
[   10.610520][    T1] raid6: int32x1  xor()    50 MB/s
[   10.610536][    T1] raid6: using algorithm int32x2 gen() 93 MB/s
[   10.610549][    T1] raid6: .... xor() 66 MB/s, rmw enabled
[   10.610561][    T1] raid6: using intx1 recovery algorithm
[   10.610935][    T1] vgaarb: loaded
[   10.611685][    T1] SCSI subsystem initialized
[   10.612410][    T1] usbcore: registered new interface driver usbfs
[   10.612521][    T1] usbcore: registered new interface driver hub
[   10.612640][    T1] usbcore: registered new device driver usb
[   10.612903][    T1] pps_core: LinuxPPS API ver. 1 registered
[   10.612921][    T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[   10.612960][    T1] PTP clock support registered
[   10.614867][    T1] clocksource: Switched to clocksource orion_clocksource
[   12.160053][    T1] VFS: Disk quotas dquot_6.6.0
[   12.160189][    T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   12.173893][    T1] NET: Registered protocol family 2
[   12.175193][    T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes)
[   12.175243][    T1] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[   12.175278][    T1] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[   12.175309][    T1] TCP: Hash tables configured (established 1024 bind 1024)
[   12.175453][    T1] UDP hash table entries: 256 (order: 0, 4096 bytes)
[   12.175492][    T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[   12.175818][    T1] NET: Registered protocol family 1
[   12.176758][    T1] RPC: Registered named UNIX socket transport module.
[   12.176779][    T1] RPC: Registered udp transport module.
[   12.176791][    T1] RPC: Registered tcp transport module.
[   12.176804][    T1] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   12.176826][    T1] PCI: CLS 0 bytes, default 32
[   12.177170][    T1] Trying to unpack rootfs image as initramfs...
[   13.423048][    T1] Freeing initrd memory: 9488K
[   13.423325][    T1] NetWinder Floating Point Emulator V0.97 (double precision)
[   13.425241][    T1] Initialise system trusted keyrings
[   13.425312][    T1] Key type blacklist registered
[   13.425629][    T1] workingset: timestamp_bits=30 max_order=15 bucket_order=0
[   13.425785][    T1] zbud: loaded
[   13.427415][    T1] NFS: Registering the id_resolver key type
[   13.427462][    T1] Key type id_resolver registered
[   13.427477][    T1] Key type id_legacy registered
[   13.427506][    T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[   13.427530][    T1] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   13.427948][    T1] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[   13.428295][    T1] fuse: init (API version 7.31)
[   13.428874][    T1] orangefs_debugfs_init: called with debug mask: :none: :0:
[   13.429147][    T1] orangefs_init: module version upstream loaded
[   13.429165][    T1] SGI XFS with ACLs, security attributes, realtime, scrub, no debug enabled
[   13.454060][    T1] async_tx: api initialized (async)
[   13.454097][    T1] Key type asymmetric registered
[   13.454112][    T1] Asymmetric key parser 'x509' registered
[   13.454220][    T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[   13.456472][    T1] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
[   13.459449][    T1] mv_xor f1060800.xor: Marvell shared XOR driver
[   13.516073][    T1] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[   13.519030][    T1] mv_xor f1060900.xor: Marvell shared XOR driver
[   13.576082][    T1] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[   13.579446][    T1] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[   13.581219][    T1] printk: console [ttyS0] disabled
[   13.581326][    T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 25, base_baud = 10416666) is a 16550A
[   14.329751][    T1] printk: console [ttyS0] enabled
[   14.345742][    T1] loop: module loaded
[   14.350371][    T1] sata_mv f1080000.sata: slots 32 ports 2
[   14.359925][    T1] scsi host0: sata_mv
[   14.364609][    T1] scsi host1: sata_mv
[   14.368969][    T1] ata1: SATA max UDMA/133 irq 32
[   14.373746][    T1] ata2: SATA max UDMA/133 irq 32
[   14.380219][    T1] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1
[   14.387395][    T1] nand: Hynix H27U1G8F2BTR-BC
[   14.391918][    T1] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[   14.400203][    T1] Scanning device for bad blocks
[   14.411587][    T1] Bad eraseblock 58 at 0x000000740000
[   14.525254][    T1] 4 cmdlinepart partitions found on MTD device orion_nand
[   14.532193][    T1] Creating 4 MTD partitions on "orion_nand":
[   14.538043][    T1] 0x000000000000-0x000000100000 : "u-boot"
[   14.545631][    T1] 0x000000100000-0x000000500000 : "uImage"
[   14.553064][    T1] 0x000000500000-0x000002500000 : "rootfs"
[   14.560661][    T1] 0x000002500000-0x000008000000 : "data"
[   14.570088][    T1] libphy: Fixed MDIO Bus: probed
[   14.576081][    T1] libphy: orion_mdio_bus: probed
[   14.601698][    T1] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[   14.610020][    T1] mv643xx_eth_port mv643xx_eth_port.0: DMA mask not set
[   14.708244][  T112] ata1: SATA link down (SStatus 0 SControl F300)
[   15.056614][  T114] ata2: SATA link down (SStatus 0 SControl F300)
[   15.335858][    T1] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:25:31:05:f9:62
[   15.345459][    T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   15.352694][    T1] ehci-pci: EHCI PCI platform driver
[   15.357925][    T1] ehci-orion: EHCI orion driver
[   15.362904][    T1] orion-ehci f1050000.ehci: EHCI Host Controller
[   15.369160][    T1] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[   15.377751][    T1] orion-ehci f1050000.ehci: irq 29, io mem 0xf1050000
[   15.404924][    T1] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[   15.411990][    T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02
[   15.420957][    T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.428875][    T1] usb usb1: Product: EHCI Host Controller
[   15.434429][    T1] usb usb1: Manufacturer: Linux 5.2.9-kirkwood-tld-1 ehci_hcd
[   15.441739][    T1] usb usb1: SerialNumber: f1050000.ehci
[   15.447994][    T1] hub 1-0:1.0: USB hub found
[   15.452485][    T1] hub 1-0:1.0: 1 port detected
[   15.458163][    T1] usbcore: registered new interface driver usb-storage
[   15.465453][    T1] mousedev: PS/2 mouse device common for all mice
[   15.824915][   T15] usb 1-1: new high-speed USB device number 2 using orion-ehci
[   16.126880][   T15] usb 1-1: New USB device found, idVendor=0bda, idProduct=0307, bcdDevice= 1.20
[   16.135776][   T15] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   16.143583][   T15] usb 1-1: Product: USB3.0 Card Reader
[   16.148908][   T15] usb 1-1: Manufacturer: Realtek
[   16.153695][   T15] usb 1-1: SerialNumber: 201006010301
[   16.164977][   T15] usb-storage 1-1:1.0: USB Mass Storage device detected
[   16.172352][   T15] scsi host2: usb-storage 1-1:1.0
[   16.484915][    T1] rtc-mv f1010300.rtc: internal RTC not ticking
[   16.491234][    T1] i2c /dev entries driver
[   16.496354][    T1] device-mapper: uevent: version 1.0.3
[   16.502066][    T1] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@redhat.com
[   16.511799][    T1] device-mapper: multipath round-robin: version 1.2.0 loaded
[   16.519096][    T1] device-mapper: multipath queue-length: version 0.2.0 loaded
[   16.526442][    T1] device-mapper: multipath service-time: version 0.3.0 loaded
[   16.533822][    T1] device-mapper: dm-log-userspace: version 1.3.0 loaded
[   16.540624][    T1] device-mapper: raid: Loading target version 1.14.0
[   16.550297][    T1] hidraw: raw HID events driver (C) Jiri Kosina
[   16.556904][    T1] drop_monitor: Initializing network drop monitor service
[   16.564300][    T1] NET: Registered protocol family 17
[   16.569826][    T1] Key type dns_resolver registered
[   16.575993][    T1] registered taskstats version 1
[   16.580770][    T1] Loading compiled-in X.509 certificates
[   16.586382][    T1] zswap: loaded using pool lzo/zbud
[   16.724736][    T1] Key type big_key registered
[   16.790015][    T1] Key type encrypted registered
[   16.797635][    T1] hctosys: unable to open rtc device (rtc0)
[   16.808452][    T1] Freeing unused kernel memory: 1024K
[   16.815849][    T1] Checked W+X mappings: passed, no W+X pages found
[   16.822182][    T1] Run /init as init process
Loading, please wait...
Starting version 241
[   17.223263][   T23] scsi 2:0:0:0: Direct-Access     Generic- USB3.0 CRW   -SD 1.00 PQ: 0 ANSI: 0 CCS
[   17.265586][   T23] scsi 2:0:0:1: Direct-Access     Generic- USB3.0 CRW   -MS 1.00 PQ: 0 ANSI: 0 CCS
[   17.929852][    T7] sd 2:0:0:0: [sda] 3970048 512-byte logical blocks: (2.03 GB/1.89 GiB)
[   17.944082][  T116] sd 2:0:0:1: [sdb] Attached SCSI removable disk
[   17.954209][    T7] sd 2:0:0:0: [sda] Write Protect is off
[   17.972343][    T7] sd 2:0:0:0: [sda] No Caching mode page found
[   17.992015][    T7] sd 2:0:0:0: [sda] Assuming drive cache: write through
[   18.018123][    T7]  sda: sda1
[   18.029452][    T7] sd 2:0:0:0: [sda] Attached SCSI removable disk
[   18.229845][  T166] usbcore: registered new interface driver uas
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, 15078/124160 files, 150191/496000 blocks
done.
[   29.633214][  T192] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem
[   29.745395][  T192] 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.
[ ok ] Synthesizing the initial hotplug events (devices)...done.
[....] Waiting for /dev to be fully populated...[   35.000945][  T372] systemd-udevd[372]: Using default interface naming scheme 'v240'.
[   35.193178][  T372] systemd-udevd[372]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   35.401744][    C0] random: crng init done
[   35.532766][  T373] watchdog: f1020300.watchdog-timer: driver supplied timeout (4294967295) out of range
[   35.658892][  T373] watchdog: f1020300.watchdog-timer: falling back to default timeout (25)
[   35.765144][  T373] orion_wdt: Initial timeout 25 sec
[   35.840580][  T375] sd 2:0:0:0: Attached scsi generic sg0 type 0
[   35.894356][  T375] sd 2:0:0:1: Attached scsi generic sg1 type 0
[   36.016714][  T374] marvell-cesa f1030000.crypto: CESA device successfully registered
[   36.131818][  T404] systemd-udevd[404]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
done.
[ ok ] Setting hostname to 'debian'...done.
[ ok ] Activating swap:.
[   37.890975][  T588] 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/checkfs[ ok hat location is writable..
[ ok ] Cleaning up temporary files....
[ 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/00:25:31:05:f9:62
Sending on   LPF/eth0/00:25:31:05:f9:62
Sending on   Socket/fallback
DHCPREQUEST for 192.168.0.15 on eth0 to 255.255.255.255 port 67
[   47.165032][    C0] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
DHCPREQUEST for 192.168.0.15 on eth0 to 255.255.255.255 port 67
DHCPNAK from 192.168.1.1
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
DHCPOFFER of 192.168.1.3 from 192.168.1.1
DHCPREQUEST for 192.168.1.3 on eth0 to 255.255.255.255 port 67
DHCPNAK from 192.168.1.1
DHCPREQUEST for 192.168.1.3 on eth0 to 255.255.255.255 port 67
DHCPNAK from 192.168.1.1
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
DHCPOFFER of 192.168.1.3 from 192.168.1.1
DHCPREQUEST for 192.168.1.3 on eth0 to 255.255.255.255 port 67
DHCPNAK from 192.168.1.1
DHCPREQUEST for 192.168.1.3 on eth0 to 255.255.255.255 port 67
DHCPNAK from 192.168.1.1
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
DHCPOFFER of 192.168.1.3 from 192.168.1.1
DHCPREQUEST for 192.168.1.3 on eth0 to 255.255.255.255 port 67
DHCPNAK from 192.168.1.1
DHCPREQUEST for 192.168.1.3 on eth0 to 255.255.255.255 port 67
DHCPNAK from 192.168.1.1
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
DHCPOFFER of 192.168.1.3 from 192.168.1.1
DHCPREQUEST for 192.168.1.3 on eth0 to 255.255.255.255 port 67
DHCPNAK from 192.168.1.1
DHCPREQUEST for 192.168.1.3 on eth0 to 255.255.255.255 port 67
DHCPNAK from 192.168.1.1
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DHCPOFFER of 192.168.1.3 from 192.168.1.1
DHCPREQUEST for 192.168.1.3 on eth0 to 255.255.255.255 port 67
DHCPNAK from 192.168.1.1
DHCPREQUEST for 192.168.1.3 on eth0 to 255.255.255.255 port 67
DHCPNAK from 192.168.1.1
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
DHCPOFFER of 192.168.1.3 from 192.168.1.1
DHCPREQUEST for 192.168.1.3 on eth0 to 255.255.255.255 port 67
DHCPNAK from 192.168.1.1
DHCPREQUEST for 192.168.1.3 on eth0 to 255.255.255.255 port 67
DHCPNAK from 192.168.1.1
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DHCPOFFER of 192.168.1.3 from 192.168.1.1
DHCPREQUEST for 192.168.1.3 on eth0 to 255.255.255.255 port 67
DHCPNAK from 192.168.1.1
DHCPREQUEST for 192.168.1.3 on eth0 to 255.255.255.255 port 67
DHCPNAK from 192.168.1.1
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
DHCPOFFER of 192.168.1.3 from 192.168.1.1
DHCPREQUEST for 192.168.1.3 on eth0 to 255.255.255.255 port 67
DHCPNAK from 192.168.1.1
DHCPREQUEST for 192.168.1.3 on eth0 to 255.255.255.255 port 67
DHCPNAK from 192.168.1.1
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
DHCPOFFER of 192.168.1.3 from 192.168.1.1
DHCPREQUEST for 192.168.1.3 on eth0 to 255.255.255.255 port 67
DHCPNAK from 192.168.1.1
DHCPREQUEST for 192.168.1.3 on eth0 to 255.255.255.255 port 67
DHCPNAK from 192.168.1.1
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DHCPOFFER of 192.168.1.3 from 192.168.1.1
DHCPREQUEST for 192.168.1.3 on eth0 to 255.255.255.255 port 67
DHCPNAK from 192.168.1.1
DHCPREQUEST for 192.168.1.3 on eth0 to 255.255.255.255 port 67
DHCPNAK from 192.168.1.1
DHCPREQUEST for 192.168.1.3 on eth0 to 255.255.255.255 port 67
DHCPNAK from 192.168.1.1


Re: Help with booting Pogo V4
September 30, 2020 02:11AM
Manuel,

Congrats! you are very close to done. But you did not do the extra steps I post above

https://forum.doozan.com/read.php?2,108564,108579#msg-108579

setenv dtb_file '/boot/dts/kirkwood-pogoplug_v4.dtb'
setenv mtdparts 'mtdparts=orion_nand:2M(u-boot),3M(uImage),3M(uImage2),8M(failsafe),112M(root)'

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Help with booting Pogo V4
September 30, 2020 02:36AM
Ran the process again, same result:

# kwboot -t /dev/ttyUSB0 -b uboot.2017.07-tld-1.pogo_v4.mtd0.kwb -p pogoV4_basic.patch
Sending boot message. Please reboot the target...\
Sending boot image...
  0 % [......................................................................]
  1 % [......................................................................]
  3 % [......................................................................]
  5 % [......................................................................]
  6 % [......................................................................]
  8 % [......................................................................]
 10 % [......................................................................]
 11 % [......................................................................]
 13 % [......................................................................]
 15 % [......................................................................]
 17 % [......................................................................]
 18 % [......................................................................]
 20 % [......................................................................]
 22 % [......................................................................]
 23 % [......................................................................]
 25 % [......................................................................]
 27 % [......................................................................]
 29 % [......................................................................]
 30 % [......................................................................]
 32 % [......................................................................]
 34 % [......................................................................]
 35 % [......................................................................]
 37 % [......................................................................]
 39 % [......................................................................]
 41 % [......................................................................]
 42 % [......................................................................]
 44 % [......................................................................]
 46 % [......................................................................]
 47 % [......................................................................]
 49 % [......................................................................]
 51 % [......................................................................]
 53 % [......................................................................]
 54 % [......................................................................]
 56 % [......................................................................]
 58 % [......................................................................]
 59 % [......................................................................]
 61 % [......................................................................]
 63 % [......................................................................]
 64 % [......................................................................]
 66 % [......................................................................]
 68 % [......................................................................]
 70 % [......................................................................]
 71 % [......................................................................]
 73 % [......................................................................]
 75 % [......................................................................]
 76 % [......................................................................]
 78 % [......................................................................]
 80 % [......................................................................]
 82 % [......................................................................]
 83 % [......................................................................]
 85 % [......................................................................]
 87 % [......................................................................]
 88 % [......................................................................]
 90 % [......................................................................]
 92 % [......................................................................]
 94 % [......................................................................]
 95 % [......................................................................]
 97 % [......................................................................]
 99 % [....................................]
[Type Ctrl-\ + c to quit]


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
In:    serial
Out:   serial
Err:   serial
Net:   egiga0
Hit any key to stop autoboot:  0 
Pogov4> usb start
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)

Use USB retry period from the environment: 15 second(s)
Device NOT ready
   Request Sense returned 02 3A 00
1 Storage Device(s) found
Pogov4> ext2load usb 0:1 0x800000 /boot/uboot.2016.05-tld-1.environment.scr
3232 bytes read in 307 ms (9.8 KiB/s)
Pogov4> source 0x800000
## Executing script at 00800000

Warning: egiga0 MAC addresses don't match:
Address in SROM is         52:3b:20:9c:11:51
Address in environment is  00:25:31:05:f9:62
Pogov4> printenv
arcNumber=2097
baudrate=115200
bootargs=console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
bootcmd=run bootcmd_uenv; run scan_disk; run set_bootargs; run bootcmd_exec
bootcmd_exec=run load_uimage; if run load_initrd; then if run load_dtb; then bootm $load_uimage_addr $load_initrd_addr $load_dtb_addr; else bootm $load_uimage_addr $load_initrd_addr; fi; else if run load_dtb; then bootm $load_uimage_addr - $load_dtb_addr; else bootm $load_uimage_addr; fi; fi
bootcmd_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi
bootdelay=10
bootdev=usb
console=ttyS0,115200
device=0:1
devices=usb ide mmc
disks=0 1 2 3
dtb_file=/boot/dts/kirkwood-pogo_e02.dtb
ethact=egiga0
ethaddr=52:3b:20:9c:11:51
fileaddr=800000
filesize=ca0
if_netconsole=ping $serverip
init_ide=ide reset
init_mmc=mmc rescan
init_usb=usb start
ipaddr=192.168.0.231
led_error=orange blinking
led_exit=green off
led_init=green blinking
load_dtb=echo loading DTB $dtb_file ...; load $bootdev $device $load_dtb_addr $dtb_file
load_dtb_addr=0x1c00000
load_initrd=echo loading uInitrd ...; load $bootdev $device $load_initrd_addr /boot/uInitrd
load_initrd_addr=0x1100000
load_uimage=echo loading uImage ...; load $bootdev $device $load_uimage_addr /boot/uImage
load_uimage_addr=0x800000
machid=0x831
mainlineLinux=yes
mtdids=nand0=orion_nand
mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
partition=nand0,2
preboot_nc=run if_netconsole start_netconsole
scan_disk=echo running scan_disk ...; scan_done=0; setenv scan_usb "usb start";  setenv scan_ide "ide reset";  setenv scan_mmc "mmc rescan"; for dev in $devices; do if test $scan_done -eq 0; then echo Scan device $dev; run scan_$dev; for disknum in $disks; do if test $scan_done -eq 0; then echo device $dev $disknum:1; if load $dev $disknum:1 $load_uimage_addr /boot/uImage 1; then scan_done=1; echo Found bootable drive on $dev $disknum; setenv device $disknum:1; setenv bootdev $dev; fi; fi; done; fi; done
scan_ide=ide reset
scan_mmc=mmc rescan
scan_usb=usb start
serverip=192.168.0.220
set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts $custom_params
start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version;
stderr=serial
stdin=serial
stdout=serial
uenv_addr=0x810000
uenv_import=echo importing envs ...; env import -t $uenv_addr $filesize
uenv_init_devices=setenv init_usb "usb start";  setenv init_ide "ide reset";  setenv init_mmc "mmc rescan"; for devtype in $devices; do run init_$devtype; done;
uenv_load=run uenv_init_devices; setenv uenv_loaded 0; for devtype in $devices;  do for disknum in 0; do run uenv_read_disk; done; done;
uenv_loaded=0
uenv_read=echo loading envs from $devtype $disknum ...; if load $devtype $disknum:1 $uenv_addr /boot/uEnv.txt; then setenv uenv_loaded 1; fi
uenv_read_disk=if test $devtype -eq mmc; then if $devtype part; then run uenv_read;  fi; else if $devtype part $disknum; then run uenv_read; fi;  fi
usb_ready_retry=15

Environment size: 3203/131068 bytes
Pogov4> setenv devices 'usb ide'
Pogov4> setenv ethaddr 00:25:31:05:F9:62

Warning: egiga0 MAC addresses don't match:
Address in SROM is         00:25:31:05:f9:62
Address in environment is  52:3b:20:9c:11:51
Pogov4> setenv dtb_file '/boot/dts/kirkwood-pogoplug_v4.dtb'
Pogov4> setenv mtdparts 'mtdparts=orion_nand:2M(u-boot),3M(uImage),3M(uImage2),8M(failsafe),112M(root)'
Pogov4> saveenv
Saving Environment to NAND...
Erasing NAND...
Erasing at 0xc0000 -- 100% complete.
Writing to NAND... OK
Pogov4> boot

Reset IDE: ide_preinit failed

Partition Map for USB device 0  --   Partition Type: DOS

Part	Start Sector	Num Sectors	UUID		Type
  1	2048      	3968000   	ccacfed9-01	83

## 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
running scan_disk ...
Scan device usb
device usb 0:1
1 bytes read in 538 ms (0 Bytes/s)
Found bootable drive on usb 0
loading uImage ...
4963680 bytes read in 1138 ms (4.2 MiB/s)
loading uInitrd ...
9713936 bytes read in 1354 ms (6.8 MiB/s)
loading DTB /boot/dts/kirkwood-pogoplug_v4.dtb ...
9962 bytes read in 1631 ms (5.9 KiB/s)
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   Linux-5.2.9-kirkwood-tld-1
   Created:      2019-08-25   2:22:31 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    4963616 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
## Flattened Device Tree blob at 01c00000
   Booting using the fdt blob at 0x1c00000
   Loading Kernel Image ... OK
   Loading Ramdisk to 071c6000, end 07b098d0 ... OK
   Loading Device Tree to 071c0000, end 071c56e9 ... OK
Using machid 0x831 from environment

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.001195][    T0] Console: colour dummy device 80x30
[    0.001273][    T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 333.33 BogoMIPS (lpj=1666666)
[    0.001312][    T0] pid_max: default: 32768 minimum: 301
[    0.001871][    T0] LSM: Security Framework initializing
[    0.002155][    T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.002199][    T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.003510][    T0] *** VALIDATE proc ***
[    0.003912][    T0] *** VALIDATE cgroup1 ***
[    0.003949][    T0] *** VALIDATE cgroup2 ***
[    0.004100][    T0] CPU: Testing write buffer coherency: ok
[    0.006745][    T1] Setting up static identity map for 0x100000 - 0x100058
[    0.007190][    T1] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x3
[    0.007628][    T1] rcu: Hierarchical SRCU implementation.
[    0.012683][    T1] devtmpfs: initialized
[    0.020234][    T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.020283][    T1] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.020658][    T1] xor: measuring software checksum speed
[    0.120175][    T1]    arm4regs  :   725.200 MB/sec
[    0.220115][    T1]    8regs     :   435.600 MB/sec
[    0.320106][    T1]    32regs    :   631.600 MB/sec
[    0.320133][    T1] xor: using function: arm4regs (725.200 MB/sec)
[    0.320164][    T1] prandom: seed boundary self test passed
[    0.326429][    T1] prandom: 100 self tests passed
[    0.326447][    T1] pinctrl core: initialized pinctrl subsystem
[    0.328628][    T1] NET: Registered protocol family 16
[    0.329507][    T1] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.330857][    T1] audit: initializing netlink subsys (disabled)
[    0.332822][   T14] audit: type=2000 audit(0.330:1): state=initialized audit_enabled=0 res=1
[    0.333012][    T1] cpuidle: using governor ladder
[    0.333129][    T1] cpuidle: using governor menu
[    0.333947][    T1] Feroceon L2: Enabling L2
[    0.334020][    T1] Feroceon L2: Cache support initialised.
[    0.342444][    T1] No ATAGs?
[    2.560082][    C0] random: fast init done
[    9.236070][   T71] alg: No test for lzo-rle (lzo-rle-generic)
[    9.236555][   T73] alg: No test for lzo-rle (lzo-rle-scomp)
[    9.420718][    T1] raid6: int32x8  gen()    86 MB/s
[    9.590689][    T1] raid6: int32x8  xor()    58 MB/s
[    9.760760][    T1] raid6: int32x4  gen()    88 MB/s
[    9.930180][    T1] raid6: int32x4  xor()    57 MB/s
[   10.100220][    T1] raid6: int32x2  gen()    93 MB/s
[   10.270320][    T1] raid6: int32x2  xor()    66 MB/s
[   10.440566][    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.610547][    T1] raid6: .... xor() 66 MB/s, rmw enabled
[   10.610560][    T1] raid6: using intx1 recovery algorithm
[   10.610927][    T1] vgaarb: loaded
[   10.611670][    T1] SCSI subsystem initialized
[   10.612384][    T1] usbcore: registered new interface driver usbfs
[   10.612473][    T1] usbcore: registered new interface driver hub
[   10.612608][    T1] usbcore: registered new device driver usb
[   10.612865][    T1] pps_core: LinuxPPS API ver. 1 registered
[   10.612882][    T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[   10.612920][    T1] PTP clock support registered
[   10.614814][    T1] clocksource: Switched to clocksource orion_clocksource
[   12.159800][    T1] VFS: Disk quotas dquot_6.6.0
[   12.159937][    T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   12.173569][    T1] NET: Registered protocol family 2
[   12.174781][    T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes)
[   12.174959][    T1] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[   12.174997][    T1] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[   12.175029][    T1] TCP: Hash tables configured (established 1024 bind 1024)
[   12.175182][    T1] UDP hash table entries: 256 (order: 0, 4096 bytes)
[   12.175222][    T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[   12.175555][    T1] NET: Registered protocol family 1
[   12.176496][    T1] RPC: Registered named UNIX socket transport module.
[   12.176516][    T1] RPC: Registered udp transport module.
[   12.176529][    T1] RPC: Registered tcp transport module.
[   12.176541][    T1] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   12.176563][    T1] PCI: CLS 0 bytes, default 32
[   12.176911][    T1] Trying to unpack rootfs image as initramfs...
[   13.421527][    T1] Freeing initrd memory: 9488K
[   13.421803][    T1] NetWinder Floating Point Emulator V0.97 (double precision)
[   13.423560][    T1] Initialise system trusted keyrings
[   13.423636][    T1] Key type blacklist registered
[   13.423969][    T1] workingset: timestamp_bits=30 max_order=15 bucket_order=0
[   13.424123][    T1] zbud: loaded
[   13.425904][    T1] NFS: Registering the id_resolver key type
[   13.425953][    T1] Key type id_resolver registered
[   13.425967][    T1] Key type id_legacy registered
[   13.425997][    T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[   13.426021][    T1] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   13.426438][    T1] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[   13.426786][    T1] fuse: init (API version 7.31)
[   13.427353][    T1] orangefs_debugfs_init: called with debug mask: :none: :0:
[   13.427627][    T1] orangefs_init: module version upstream loaded
[   13.427647][    T1] SGI XFS with ACLs, security attributes, realtime, scrub, no debug enabled
[   13.452691][    T1] async_tx: api initialized (async)
[   13.452727][    T1] Key type asymmetric registered
[   13.452742][    T1] Asymmetric key parser 'x509' registered
[   13.452850][    T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[   13.454287][    T1] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 47
[   13.454315][    T1] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 49
[   13.455019][    T1] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
[   13.457828][    T1] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 0000:00
[   13.457864][    T1] pci_bus 0000:00: root bus resource [bus 00-ff]
[   13.457887][    T1] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
[   13.457907][    T1] pci_bus 0000:00: root bus resource [io  0x1000-0xeffff]
[   13.458059][    T1] pci 0000:00:01.0: [11ab:6281] type 01 class 0x060400
[   13.458120][    T1] pci 0000:00:01.0: reg 0x38: [mem 0x00000000-0x000007ff pref]
[   13.459832][    T1] PCI: bus0: Fast back to back transfers disabled
[   13.459871][    T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[   13.460141][    T1] pci 0000:01:00.0: [1b73:1009] type 00 class 0x0c0330
[   13.460201][    T1] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x0000ffff 64bit]
[   13.460236][    T1] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
[   13.460269][    T1] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00000fff 64bit]
[   13.460389][    T1] pci 0000:01:00.0: supports D1
[   13.460410][    T1] pci 0000:01:00.0: PME# supported from D0 D1 D3hot
[   13.460506][    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.486241][    T1] PCI: bus1: Fast back to back transfers disabled
[   13.486283][    T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[   13.486587][    T1] pci 0000:00:01.0: BAR 14: assigned [mem 0xe0000000-0xe00fffff]
[   13.486614][    T1] pci 0000:00:01.0: BAR 6: assigned [mem 0xe0100000-0xe01007ff pref]
[   13.486646][    T1] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe000ffff 64bit]
[   13.486681][    T1] pci 0000:01:00.0: BAR 2: assigned [mem 0xe0010000-0xe0010fff 64bit]
[   13.486714][    T1] pci 0000:01:00.0: BAR 4: assigned [mem 0xe0011000-0xe0011fff 64bit]
[   13.486745][    T1] pci 0000:00:01.0: PCI bridge to [bus 01]
[   13.486771][    T1] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xe00fffff]
[   13.486933][    T1] pcieport 0000:00:01.0: enabling device (0140 -> 0142)
[   13.487053][    T1] pci 0000:01:00.0: enabling device (0140 -> 0142)
[   13.487864][    T1] mv_xor f1060800.xor: Marvell shared XOR driver
[   13.546014][    T1] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[   13.548975][    T1] mv_xor f1060900.xor: Marvell shared XOR driver
[   13.606034][    T1] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[   13.609396][    T1] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[   13.611289][    T1] printk: console [ttyS0] disabled
[   13.611398][    T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 25, base_baud = 10416666) is a 16550A
[   14.567965][    T1] printk: console [ttyS0] enabled
[   14.583883][    T1] loop: module loaded
[   14.588614][    T1] sata_mv f1080000.sata: slots 32 ports 2
[   14.598201][    T1] scsi host0: sata_mv
[   14.602890][    T1] scsi host1: sata_mv
[   14.607257][    T1] ata1: SATA max UDMA/133 irq 32
[   14.612037][    T1] ata2: SATA max UDMA/133 irq 32
[   14.618448][    T1] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1
[   14.625606][    T1] nand: Hynix H27U1G8F2BTR-BC
[   14.630130][    T1] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[   14.638413][    T1] Scanning device for bad blocks
[   14.648046][    T1] Bad eraseblock 58 at 0x000000740000
[   14.732722][    T1] 5 cmdlinepart partitions found on MTD device orion_nand
[   14.739684][    T1] Creating 5 MTD partitions on "orion_nand":
[   14.745538][    T1] 0x000000000000-0x000000200000 : "u-boot"
[   14.753105][    T1] 0x000000200000-0x000000500000 : "uImage"
[   14.760570][    T1] 0x000000500000-0x000000800000 : "uImage2"
[   14.768101][    T1] 0x000000800000-0x000001000000 : "failsafe"
[   14.775772][    T1] 0x000001000000-0x000008000000 : "root"
[   14.785328][    T1] libphy: Fixed MDIO Bus: probed
[   14.791259][    T1] libphy: orion_mdio_bus: probed
[   14.816702][    T1] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[   14.825007][    T1] mv643xx_eth_port mv643xx_eth_port.0: DMA mask not set
[   14.946572][  T112] ata1: SATA link down (SStatus 0 SControl F300)
[   15.286743][  T114] ata2: SATA link down (SStatus 0 SControl F300)
[   15.545785][    T1] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 52:3b:20:9c:11:51
[   15.555387][    T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   15.562618][    T1] ehci-pci: EHCI PCI platform driver
[   15.567859][    T1] ehci-orion: EHCI orion driver
[   15.572848][    T1] orion-ehci f1050000.ehci: EHCI Host Controller
[   15.579085][    T1] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[   15.587684][    T1] orion-ehci f1050000.ehci: irq 29, io mem 0xf1050000
[   15.614871][    T1] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[   15.621963][    T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02
[   15.630933][    T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.638852][    T1] usb usb1: Product: EHCI Host Controller
[   15.644407][    T1] usb usb1: Manufacturer: Linux 5.2.9-kirkwood-tld-1 ehci_hcd
[   15.651715][    T1] usb usb1: SerialNumber: f1050000.ehci
[   15.657975][    T1] hub 1-0:1.0: USB hub found
[   15.662462][    T1] hub 1-0:1.0: 1 port detected
[   15.668299][    T1] xhci_hcd 0000:01:00.0: xHCI Host Controller
[   15.674233][    T1] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[   15.683819][    T1] xhci_hcd 0000:01:00.0: hcc params 0x200073a1 hci version 0x100 quirks 0x0000000000080010
[   15.694397][    T1] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02
[   15.703377][    T1] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.711298][    T1] usb usb2: Product: xHCI Host Controller
[   15.716879][    T1] usb usb2: Manufacturer: Linux 5.2.9-kirkwood-tld-1 xhci-hcd
[   15.724161][    T1] usb usb2: SerialNumber: 0000:01:00.0
[   15.730261][    T1] hub 2-0:1.0: USB hub found
[   15.734757][    T1] hub 2-0:1.0: 2 ports detected
[   15.740274][    T1] xhci_hcd 0000:01:00.0: xHCI Host Controller
[   15.746274][    T1] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 3
[   15.754358][    T1] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[   15.761485][    T1] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[   15.770484][    T1] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.02
[   15.779592][    T1] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.787517][    T1] usb usb3: Product: xHCI Host Controller
[   15.793076][    T1] usb usb3: Manufacturer: Linux 5.2.9-kirkwood-tld-1 xhci-hcd
[   15.800385][    T1] usb usb3: SerialNumber: 0000:01:00.0
[   15.806465][    T1] hub 3-0:1.0: USB hub found
[   15.810955][    T1] hub 3-0:1.0: 2 ports detected
[   15.816786][    T1] usbcore: registered new interface driver usb-storage
[   15.823956][    T1] mousedev: PS/2 mouse device common for all mice
[   16.034865][   T15] usb 1-1: new high-speed USB device number 2 using orion-ehci
[   16.346313][   T15] usb 1-1: New USB device found, idVendor=0bda, idProduct=0307, bcdDevice= 1.20
[   16.355214][   T15] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   16.363021][   T15] usb 1-1: Product: USB3.0 Card Reader
[   16.368348][   T15] usb 1-1: Manufacturer: Realtek
[   16.373143][   T15] usb 1-1: SerialNumber: 201006010301
[   16.384366][   T15] usb-storage 1-1:1.0: USB Mass Storage device detected
[   16.391786][   T15] scsi host2: usb-storage 1-1:1.0
[   16.884862][    T1] rtc-mv f1010300.rtc: internal RTC not ticking
[   16.891181][    T1] i2c /dev entries driver
[   16.896347][    T1] device-mapper: uevent: version 1.0.3
[   16.902029][    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.919057][    T1] device-mapper: multipath queue-length: version 0.2.0 loaded
[   16.926397][    T1] device-mapper: multipath service-time: version 0.3.0 loaded
[   16.933776][    T1] device-mapper: dm-log-userspace: version 1.3.0 loaded
[   16.940578][    T1] device-mapper: raid: Loading target version 1.14.0
[   16.948691][    T1] hidraw: raw HID events driver (C) Jiri Kosina
[   16.955296][    T1] drop_monitor: Initializing network drop monitor service
[   16.962689][    T1] NET: Registered protocol family 17
[   16.968204][    T1] Key type dns_resolver registered
[   16.974323][    T1] registered taskstats version 1
[   16.979151][    T1] Loading compiled-in X.509 certificates
[   16.984727][    T1] zswap: loaded using pool lzo/zbud
[   17.122973][    T1] Key type big_key registered
[   17.188479][    T1] Key type encrypted registered
[   17.196175][    T1] hctosys: unable to open rtc device (rtc0)
[   17.206977][    T1] Freeing unused kernel memory: 1024K
[   17.215945][    T1] Checked W+X mappings: passed, no W+X pages found
[   17.222283][    T1] Run /init as init process
Loading, please wait...
Starting version 241
[   17.463379][   T23] scsi 2:0:0:0: Direct-Access     Generic- USB3.0 CRW   -SD 1.00 PQ: 0 ANSI: 0 CCS
[   17.501378][   T23] scsi 2:0:0:1: Direct-Access     Generic- USB3.0 CRW   -MS 1.00 PQ: 0 ANSI: 0 CCS
[   18.178658][    T7] sd 2:0:0:0: [sda] 3970048 512-byte logical blocks: (2.03 GB/1.89 GiB)
[   18.192879][  T116] sd 2:0:0:1: [sdb] Attached SCSI removable disk
[   18.210279][    T7] sd 2:0:0:0: [sda] Write Protect is off
[   18.231270][    T7] sd 2:0:0:0: [sda] No Caching mode page found
[   18.244976][    T7] sd 2:0:0:0: [sda] Assuming drive cache: write through
[   18.279507][    T7]  sda: sda1
[   18.289520][    T7] sd 2:0:0:0: [sda] Attached SCSI removable disk
[   19.153514][  T173] usbcore: registered new interface driver uas
[   19.177171][  T172] 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: recovering journal
rootfs: clean, 15077/124160 files, 150191/496000 blocks
done.
[   30.153896][  T193] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem
[   30.266219][  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.
[ ok ] Synthesizing the initial hotplug events (devices)...done.
[....] Waiting for /dev to be fully populated...[   35.520118][  T373] systemd-udevd[373]: Using default interface naming scheme 'v240'.
[   35.603788][  T396] input: gpio_keys as /devices/platform/gpio_keys/input/input0
[   35.670698][    C0] random: crng init done
[   35.711998][  T373] systemd-udevd[373]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   36.388173][  T396] watchdog: f1020300.watchdog-timer: driver supplied timeout (4294967295) out of range
[   36.509735][  T396] watchdog: f1020300.watchdog-timer: falling back to default timeout (25)
[   36.532794][  T395] sd 2:0:0:0: Attached scsi generic sg0 type 0
[   36.586718][  T395] sd 2:0:0:1: Attached scsi generic sg1 type 0
[   36.598239][  T375] marvell-cesa f1030000.crypto: CESA device successfully registered
[   36.625164][  T396] orion_wdt: Initial timeout 25 sec
[   36.809325][  T395] systemd-udevd[395]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
done.
[ ok ] Setting hostname to 'debian'...done.
[ ok ] Activating swap:.
[   38.602653][  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/checkfs[ ok hat location is writable..
[ ok ] Cleaning up temporary files....
[ 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
[   47.641100][    C0] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
DHCPREQUEST for 192.168.0.15 on eth0 to 255.255.255.255 port 67
DHCPNAK from 192.168.1.1
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
DHCPOFFER of 192.168.1.87 from 192.168.1.1
DHCPREQUEST for 192.168.1.87 on eth0 to 255.255.255.255 port 67
DHCPNAK from 192.168.1.1
DHCPREQUEST for 192.168.1.87 on eth0 to 255.255.255.255 port 67
DHCPNAK from 192.168.1.1
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
DHCPOFFER of 192.168.1.87 from 192.168.1.1
DHCPREQUEST for 192.168.1.87 on eth0 to 255.255.255.255 port 67

There's a warning that caught my attention:

Quote

Warning: egiga0 MAC addresses don't match:
Address in SROM is 52:3b:20:9c:11:51
Address in environment is 00:25:31:05:f9:62

Thanks again, I'm very grateful with you helping me.

Manuel
Re: Help with booting Pogo V4
September 30, 2020 05:18AM
Manuel,


> There's a warning that caught my attention:
>
>
Quote

Warning: egiga0 MAC addresses don't match:
> Address in SROM is 52:3b:20:9c:11:51
> Address in environment is
> 00:25:31:05:f9:62

You are right about that was showing the symptom of the problem.


The MAC adress in the internal env for u-boot is 52:3b:20:9c:11:51. This is a random Local MAC address that I hardcoded inside u-boot to help in case users forgot to set the MAC adress to the real one. In the u-boot installation instruction, we need to set it so in Step e.2.

Quote
https://forum.doozan.com/read.php?3,12381
e.2 Box specific envs:

Then for all boxes, restore these 2 envs using the saved envs text in step c (replace xxx with the real saved values)
fw_setenv mtdparts 'xxxxxxxxx'
fw_setenv ethaddr 'xx:xx:xx:xx:xx:xx'

You are kwbooting the new u-boot, so the MAC address is set to 52:3b:20:9c:11:51.

The problem is that some router is picky about a box MAC address changing and refuse to assign IP adress.

So, in addition to the 2 setenvs before, we want to set the MAC address to the real one.

setenv dtb_file '/boot/dts/kirkwood-pogoplug_v4.dtb'
setenv mtdparts 'mtdparts=orion_nand:2M(u-boot),3M(uImage),3M(uImage2),8M(failsafe),112M(root)'
setenv ethaddr '00:25:31:05:f9:62'

and then boot

boot

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Help with booting Pogo V4
October 01, 2020 12:14AM
Great!, Debian just booted up!.

# kwboot -t /dev/ttyUSB0 -b uboot.2017.07-tld-1.pogo_v4.mtd0.kwb -p pogoV4_basic.patch
Sending boot message. Please reboot the target...|
Sending boot image...
  0 % [......................................................................]
  1 % [......................................................................]
  3 % [......................................................................]
  5 % [......................................................................]
  6 % [......................................................................]
  8 % [......................................................................]
 10 % [......................................................................]
 11 % [......................................................................]
 13 % [......................................................................]
 15 % [......................................................................]
 17 % [......................................................................]
 18 % [......................................................................]
 20 % [......................................................................]
 22 % [......................................................................]
 23 % [......................................................................]
 25 % [......................................................................]
 27 % [......................................................................]
 29 % [......................................................................]
 30 % [......................................................................]
 32 % [......................................................................]
 34 % [......................................................................]
 35 % [......................................................................]
 37 % [......................................................................]
 39 % [......................................................................]
 41 % [......................................................................]
 42 % [......................................................................]
 44 % [......................................................................]
 46 % [......................................................................]
 47 % [......................................................................]
 49 % [......................................................................]
 51 % [......................................................................]
 53 % [......................................................................]
 54 % [......................................................................]
 56 % [......................................................................]
 58 % [......................................................................]
 59 % [......................................................................]
 61 % [......................................................................]
 63 % [......................................................................]
 64 % [......................................................................]
 66 % [......................................................................]
 68 % [......................................................................]
 70 % [......................................................................]
 71 % [......................................................................]
 73 % [......................................................................]
 75 % [......................................................................]
 76 % [......................................................................]
 78 % [......................................................................]
 80 % [......................................................................]
 82 % [......................................................................]
 83 % [......................................................................]
 85 % [......................................................................]
 87 % [......................................................................]
 88 % [......................................................................]
 90 % [......................................................................]
 92 % [......................................................................]
 94 % [......................................................................]
 95 % [......................................................................]
 97 % [......................................................................]
 99 % [....................................]
[Type Ctrl-\ + c to quit]


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
In:    serial
Out:   serial
Err:   serial
Net:   egiga0
Hit any key to stop autoboot:  0 
Pogov4> setenv arcNumber 3960
Pogov4> setenv machid f78
Pogov4> setenv mtdparts '00253105F962'
Pogov4> setenv ethaddr '00:25:31:05:f9:62'
Pogov4> setenv dtb_file '/boot/dts/kirkwood-pogoplug_v4.dtb'
Pogov4> setenv mtdparts 'mtdparts=orion_nand:2M(u-boot),3M(uImage),3M(uImage2),8M(failsafe),112M(root)'
Pogov4> saveenv
Saving Environment to NAND...
Erasing NAND...
Erasing at 0xc0000 -- 100% complete.
Writing to NAND... OK
Pogov4> boot
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)

Use USB retry period from the environment: 15 second(s)
Device NOT ready
   Request Sense returned 02 3A 00
1 Storage Device(s) found

Reset IDE: ide_preinit failed

Partition Map for USB device 0  --   Partition Type: DOS

Part	Start Sector	Num Sectors	UUID		Type
  1	2048      	3968000   	ccacfed9-01	83

## 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
running scan_disk ...
Scan device usb
device usb 0:1
1 bytes read in 538 ms (0 Bytes/s)
Found bootable drive on usb 0
loading uImage ...
4963680 bytes read in 1137 ms (4.2 MiB/s)
loading uInitrd ...
9713936 bytes read in 1354 ms (6.8 MiB/s)
loading DTB /boot/dts/kirkwood-pogoplug_v4.dtb ...
9962 bytes read in 1630 ms (5.9 KiB/s)
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   Linux-5.2.9-kirkwood-tld-1
   Created:      2019-08-25   2:22:31 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    4963616 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
## Flattened Device Tree blob at 01c00000
   Booting using the fdt blob at 0x1c00000
   Loading Kernel Image ... OK
   Loading Ramdisk to 071c6000, end 07b098d0 ... OK
   Loading Device Tree to 071c0000, end 071c56e9 ... OK
Using machid 0xf78 from environment

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.001196][    T0] Console: colour dummy device 80x30
[    0.001274][    T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 333.33 BogoMIPS (lpj=1666666)
[    0.001313][    T0] pid_max: default: 32768 minimum: 301
[    0.001872][    T0] LSM: Security Framework initializing
[    0.002156][    T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.002199][    T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.003510][    T0] *** VALIDATE proc ***
[    0.003912][    T0] *** VALIDATE cgroup1 ***
[    0.003949][    T0] *** VALIDATE cgroup2 ***
[    0.004101][    T0] CPU: Testing write buffer coherency: ok
[    0.006746][    T1] Setting up static identity map for 0x100000 - 0x100058
[    0.007191][    T1] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x3
[    0.007628][    T1] rcu: Hierarchical SRCU implementation.
[    0.012684][    T1] devtmpfs: initialized
[    0.020227][    T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.020277][    T1] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.020655][    T1] xor: measuring software checksum speed
[    0.120174][    T1]    arm4regs  :   725.200 MB/sec
[    0.220116][    T1]    8regs     :   435.600 MB/sec
[    0.320109][    T1]    32regs    :   633.200 MB/sec
[    0.320138][    T1] xor: using function: arm4regs (725.200 MB/sec)
[    0.320170][    T1] prandom: seed boundary self test passed
[    0.326432][    T1] prandom: 100 self tests passed
[    0.326449][    T1] pinctrl core: initialized pinctrl subsystem
[    0.328628][    T1] NET: Registered protocol family 16
[    0.329507][    T1] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.330851][    T1] audit: initializing netlink subsys (disabled)
[    0.332807][   T14] audit: type=2000 audit(0.330:1): state=initialized audit_enabled=0 res=1
[    0.332996][    T1] cpuidle: using governor ladder
[    0.333116][    T1] cpuidle: using governor menu
[    0.333930][    T1] Feroceon L2: Enabling L2
[    0.334003][    T1] Feroceon L2: Cache support initialised.
[    0.342415][    T1] No ATAGs?
[    2.560083][    C0] random: fast init done
[    9.236182][   T71] alg: No test for lzo-rle (lzo-rle-generic)
[    9.236665][   T73] alg: No test for lzo-rle (lzo-rle-scomp)
[    9.420714][    T1] raid6: int32x8  gen()    86 MB/s
[    9.590690][    T1] raid6: int32x8  xor()    58 MB/s
[    9.760547][    T1] raid6: int32x4  gen()    88 MB/s
[    9.930178][    T1] raid6: int32x4  xor()    57 MB/s
[   10.100217][    T1] raid6: int32x2  gen()    93 MB/s
[   10.270321][    T1] raid6: int32x2  xor()    66 MB/s
[   10.440566][    T1] raid6: int32x1  gen()    75 MB/s
[   10.610519][    T1] raid6: int32x1  xor()    50 MB/s
[   10.610536][    T1] raid6: using algorithm int32x2 gen() 93 MB/s
[   10.610548][    T1] raid6: .... xor() 66 MB/s, rmw enabled
[   10.610561][    T1] raid6: using intx1 recovery algorithm
[   10.610929][    T1] vgaarb: loaded
[   10.611675][    T1] SCSI subsystem initialized
[   10.612389][    T1] usbcore: registered new interface driver usbfs
[   10.612479][    T1] usbcore: registered new interface driver hub
[   10.612616][    T1] usbcore: registered new device driver usb
[   10.612874][    T1] pps_core: LinuxPPS API ver. 1 registered
[   10.612890][    T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[   10.612929][    T1] PTP clock support registered
[   10.614814][    T1] clocksource: Switched to clocksource orion_clocksource
[   12.159994][    T1] VFS: Disk quotas dquot_6.6.0
[   12.160131][    T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   12.173783][    T1] NET: Registered protocol family 2
[   12.175068][    T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes)
[   12.175122][    T1] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[   12.175157][    T1] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[   12.175189][    T1] TCP: Hash tables configured (established 1024 bind 1024)
[   12.175336][    T1] UDP hash table entries: 256 (order: 0, 4096 bytes)
[   12.175375][    T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[   12.175705][    T1] NET: Registered protocol family 1
[   12.176656][    T1] RPC: Registered named UNIX socket transport module.
[   12.176676][    T1] RPC: Registered udp transport module.
[   12.176689][    T1] RPC: Registered tcp transport module.
[   12.176701][    T1] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   12.176723][    T1] PCI: CLS 0 bytes, default 32
[   12.177069][    T1] Trying to unpack rootfs image as initramfs...
[   13.421597][    T1] Freeing initrd memory: 9488K
[   13.421875][    T1] NetWinder Floating Point Emulator V0.97 (double precision)
[   13.423637][    T1] Initialise system trusted keyrings
[   13.423729][    T1] Key type blacklist registered
[   13.424064][    T1] workingset: timestamp_bits=30 max_order=15 bucket_order=0
[   13.424218][    T1] zbud: loaded
[   13.426004][    T1] NFS: Registering the id_resolver key type
[   13.426052][    T1] Key type id_resolver registered
[   13.426066][    T1] Key type id_legacy registered
[   13.426095][    T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[   13.426120][    T1] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   13.426538][    T1] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[   13.426885][    T1] fuse: init (API version 7.31)
[   13.427453][    T1] orangefs_debugfs_init: called with debug mask: :none: :0:
[   13.427726][    T1] orangefs_init: module version upstream loaded
[   13.427744][    T1] SGI XFS with ACLs, security attributes, realtime, scrub, no debug enabled
[   13.452684][    T1] async_tx: api initialized (async)
[   13.452720][    T1] Key type asymmetric registered
[   13.452734][    T1] Asymmetric key parser 'x509' registered
[   13.452841][    T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[   13.454282][    T1] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 47
[   13.454310][    T1] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 49
[   13.455017][    T1] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
[   13.457839][    T1] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 0000:00
[   13.457873][    T1] pci_bus 0000:00: root bus resource [bus 00-ff]
[   13.457897][    T1] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
[   13.457918][    T1] pci_bus 0000:00: root bus resource [io  0x1000-0xeffff]
[   13.458066][    T1] pci 0000:00:01.0: [11ab:6281] type 01 class 0x060400
[   13.458127][    T1] pci 0000:00:01.0: reg 0x38: [mem 0x00000000-0x000007ff pref]
[   13.459838][    T1] PCI: bus0: Fast back to back transfers disabled
[   13.459878][    T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[   13.460151][    T1] pci 0000:01:00.0: [1b73:1009] type 00 class 0x0c0330
[   13.460210][    T1] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x0000ffff 64bit]
[   13.460245][    T1] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
[   13.460278][    T1] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00000fff 64bit]
[   13.460398][    T1] pci 0000:01:00.0: supports D1
[   13.460420][    T1] pci 0000:01:00.0: PME# supported from D0 D1 D3hot
[   13.460514][    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.486240][    T1] PCI: bus1: Fast back to back transfers disabled
[   13.486282][    T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[   13.486586][    T1] pci 0000:00:01.0: BAR 14: assigned [mem 0xe0000000-0xe00fffff]
[   13.486614][    T1] pci 0000:00:01.0: BAR 6: assigned [mem 0xe0100000-0xe01007ff pref]
[   13.486644][    T1] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe000ffff 64bit]
[   13.486680][    T1] pci 0000:01:00.0: BAR 2: assigned [mem 0xe0010000-0xe0010fff 64bit]
[   13.486713][    T1] pci 0000:01:00.0: BAR 4: assigned [mem 0xe0011000-0xe0011fff 64bit]
[   13.486743][    T1] pci 0000:00:01.0: PCI bridge to [bus 01]
[   13.486771][    T1] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xe00fffff]
[   13.486936][    T1] pcieport 0000:00:01.0: enabling device (0140 -> 0142)
[   13.487054][    T1] pci 0000:01:00.0: enabling device (0140 -> 0142)
[   13.487864][    T1] mv_xor f1060800.xor: Marvell shared XOR driver
[   13.546009][    T1] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[   13.548974][    T1] mv_xor f1060900.xor: Marvell shared XOR driver
[   13.606047][    T1] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[   13.609414][    T1] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[   13.611307][    T1] printk: console [ttyS0] disabled
[   13.611415][    T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 25, base_baud = 10416666) is a 16550A
[   14.568002][    T1] printk: console [ttyS0] enabled
[   14.583944][    T1] loop: module loaded
[   14.588680][    T1] sata_mv f1080000.sata: slots 32 ports 2
[   14.598272][    T1] scsi host0: sata_mv
[   14.602960][    T1] scsi host1: sata_mv
[   14.607330][    T1] ata1: SATA max UDMA/133 irq 32
[   14.612107][    T1] ata2: SATA max UDMA/133 irq 32
[   14.618523][    T1] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1
[   14.625678][    T1] nand: Hynix H27U1G8F2BTR-BC
[   14.630201][    T1] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[   14.638485][    T1] Scanning device for bad blocks
[   14.648096][    T1] Bad eraseblock 58 at 0x000000740000
[   14.732761][    T1] 5 cmdlinepart partitions found on MTD device orion_nand
[   14.739728][    T1] Creating 5 MTD partitions on "orion_nand":
[   14.745582][    T1] 0x000000000000-0x000000200000 : "u-boot"
[   14.753154][    T1] 0x000000200000-0x000000500000 : "uImage"
[   14.760620][    T1] 0x000000500000-0x000000800000 : "uImage2"
[   14.768141][    T1] 0x000000800000-0x000001000000 : "failsafe"
[   14.775803][    T1] 0x000001000000-0x000008000000 : "root"
[   14.785378][    T1] libphy: Fixed MDIO Bus: probed
[   14.791314][    T1] libphy: orion_mdio_bus: probed
[   14.816779][    T1] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[   14.825093][    T1] mv643xx_eth_port mv643xx_eth_port.0: DMA mask not set
[   14.946574][  T112] ata1: SATA link down (SStatus 0 SControl F300)
[   15.286735][  T114] ata2: SATA link down (SStatus 0 SControl F300)
[   15.545763][    T1] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:25:31:05:f9:62
[   15.555366][    T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   15.562604][    T1] ehci-pci: EHCI PCI platform driver
[   15.567841][    T1] ehci-orion: EHCI orion driver
[   15.572822][    T1] orion-ehci f1050000.ehci: EHCI Host Controller
[   15.579058][    T1] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[   15.587658][    T1] orion-ehci f1050000.ehci: irq 29, io mem 0xf1050000
[   15.614868][    T1] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[   15.621956][    T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02
[   15.630927][    T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.638844][    T1] usb usb1: Product: EHCI Host Controller
[   15.644399][    T1] usb usb1: Manufacturer: Linux 5.2.9-kirkwood-tld-1 ehci_hcd
[   15.651709][    T1] usb usb1: SerialNumber: f1050000.ehci
[   15.657966][    T1] hub 1-0:1.0: USB hub found
[   15.662455][    T1] hub 1-0:1.0: 1 port detected
[   15.668288][    T1] xhci_hcd 0000:01:00.0: xHCI Host Controller
[   15.674216][    T1] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[   15.683806][    T1] xhci_hcd 0000:01:00.0: hcc params 0x200073a1 hci version 0x100 quirks 0x0000000000080010
[   15.694391][    T1] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02
[   15.703367][    T1] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.711283][    T1] usb usb2: Product: xHCI Host Controller
[   15.716863][    T1] usb usb2: Manufacturer: Linux 5.2.9-kirkwood-tld-1 xhci-hcd
[   15.724146][    T1] usb usb2: SerialNumber: 0000:01:00.0
[   15.730243][    T1] hub 2-0:1.0: USB hub found
[   15.734732][    T1] hub 2-0:1.0: 2 ports detected
[   15.740248][    T1] xhci_hcd 0000:01:00.0: xHCI Host Controller
[   15.746253][    T1] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 3
[   15.754334][    T1] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[   15.761459][    T1] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[   15.770458][    T1] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.02
[   15.779569][    T1] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.787492][    T1] usb usb3: Product: xHCI Host Controller
[   15.793050][    T1] usb usb3: Manufacturer: Linux 5.2.9-kirkwood-tld-1 xhci-hcd
[   15.800361][    T1] usb usb3: SerialNumber: 0000:01:00.0
[   15.806447][    T1] hub 3-0:1.0: USB hub found
[   15.810939][    T1] hub 3-0:1.0: 2 ports detected
[   15.816767][    T1] usbcore: registered new interface driver usb-storage
[   15.823940][    T1] mousedev: PS/2 mouse device common for all mice
[   16.034864][   T15] usb 1-1: new high-speed USB device number 2 using orion-ehci
[   16.346663][   T15] usb 1-1: New USB device found, idVendor=0bda, idProduct=0307, bcdDevice= 1.20
[   16.355562][   T15] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   16.363367][   T15] usb 1-1: Product: USB3.0 Card Reader
[   16.368694][   T15] usb 1-1: Manufacturer: Realtek
[   16.373490][   T15] usb 1-1: SerialNumber: 201006010301
[   16.384715][   T15] usb-storage 1-1:1.0: USB Mass Storage device detected
[   16.392131][   T15] scsi host2: usb-storage 1-1:1.0
[   16.884862][    T1] rtc-mv f1010300.rtc: internal RTC not ticking
[   16.891184][    T1] i2c /dev entries driver
[   16.896352][    T1] device-mapper: uevent: version 1.0.3
[   16.902040][    T1] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@redhat.com
[   16.911769][    T1] device-mapper: multipath round-robin: version 1.2.0 loaded
[   16.919066][    T1] device-mapper: multipath queue-length: version 0.2.0 loaded
[   16.926408][    T1] device-mapper: multipath service-time: version 0.3.0 loaded
[   16.933787][    T1] device-mapper: dm-log-userspace: version 1.3.0 loaded
[   16.940590][    T1] device-mapper: raid: Loading target version 1.14.0
[   16.948701][    T1] hidraw: raw HID events driver (C) Jiri Kosina
[   16.955300][    T1] drop_monitor: Initializing network drop monitor service
[   16.962693][    T1] NET: Registered protocol family 17
[   16.968216][    T1] Key type dns_resolver registered
[   16.974342][    T1] registered taskstats version 1
[   16.979175][    T1] Loading compiled-in X.509 certificates
[   16.984745][    T1] zswap: loaded using pool lzo/zbud
[   17.122900][    T1] Key type big_key registered
[   17.188473][    T1] Key type encrypted registered
[   17.196187][    T1] hctosys: unable to open rtc device (rtc0)
[   17.206985][    T1] Freeing unused kernel memory: 1024K
[   17.215947][    T1] Checked W+X mappings: passed, no W+X pages found
[   17.222285][    T1] Run /init as init process
Loading, please wait...
Starting version 241
[   17.463349][   T23] scsi 2:0:0:0: Direct-Access     Generic- USB3.0 CRW   -SD 1.00 PQ: 0 ANSI: 0 CCS
[   17.501473][   T23] scsi 2:0:0:1: Direct-Access     Generic- USB3.0 CRW   -MS 1.00 PQ: 0 ANSI: 0 CCS
[   18.178639][    T7] sd 2:0:0:0: [sda] 3970048 512-byte logical blocks: (2.03 GB/1.89 GiB)
[   18.192607][  T116] sd 2:0:0:1: [sdb] Attached SCSI removable disk
[   18.210377][    T7] sd 2:0:0:0: [sda] Write Protect is off
[   18.230371][    T7] sd 2:0:0:0: [sda] No Caching mode page found
[   18.246094][    T7] sd 2:0:0:0: [sda] Assuming drive cache: write through
[   18.279232][    T7]  sda: sda1
[   18.290616][    T7] sd 2:0:0:0: [sda] Attached SCSI removable disk
[   19.169850][  T174] usbcore: registered new interface driver uas
[   19.198464][  T173] 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: recovering journal
rootfs: clean, 15077/124160 files, 150191/496000 blocks
done.
[   30.168122][  T193] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem
[   30.280805][  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.
[ ok ] Synthesizing the initial hotplug events (devices)...done.
[....] Waiting for /dev to be fully populated...[   35.556482][  T392] systemd-udevd[392]: Using default interface naming scheme 'v240'.
[   35.662991][  T372] input: gpio_keys as /devices/platform/gpio_keys/input/input0
[   35.686170][    C0] random: crng init done
[   35.783290][  T392] systemd-udevd[392]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   36.360277][  T373] watchdog: f1020300.watchdog-timer: driver supplied timeout (4294967295) out of range
[   36.472170][  T395] sd 2:0:0:0: Attached scsi generic sg0 type 0
[   36.484966][  T373] watchdog: f1020300.watchdog-timer: falling back to default timeout (25)
[   36.535410][  T395] sd 2:0:0:1: Attached scsi generic sg1 type 0
[   36.585216][  T373] orion_wdt: Initial timeout 25 sec
[   36.686894][  T372] marvell-cesa f1030000.crypto: CESA device successfully registered
[   36.815060][  T376] systemd-udevd[376]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
done.
[ ok ] Setting hostname to 'debian'...done.
[ ok ] Activating swap:.
[   38.617886][  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/checkfs[ ok hat location is writable..
[ ok ] Cleaning up temporary files....
[ 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/00:25:31:05:f9:62
Sending on   LPF/eth0/00:25:31:05:f9:62
Sending on   Socket/fallback
DHCPREQUEST for 192.168.0.15 on eth0 to 255.255.255.255 port 67
[   47.646714][    C0] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
DHCPREQUEST for 192.168.0.15 on eth0 to 255.255.255.255 port 67
DHCPNAK from 192.168.1.1
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
DHCPOFFER of 192.168.1.3 from 192.168.1.1
DHCPREQUEST for 192.168.1.3 on eth0 to 255.255.255.255 port 67
DHCPACK of 192.168.1.3 from 192.168.1.1
bound to 192.168.1.3 -- renewal in 266474 seconds.
[   51.645434][ T1134] NET: Registered protocol family 10
[   51.656093][ T1134] Segment Routing with IPv6
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...
1329 (syslogd)
. ok 
[....] Starting busybox' klogd implementation : klogdStarting /sbin/klogd...
1356 (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: 
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:~#

It boots, now I need to make that boot process permanent without the need of kwboot from the serial console. I think I should use the procedure mentioned at 2017.07 U-Boot Kirkwood - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug, NSA325, NSA320, NSA310S, NSA320S, NSA310, HP T5325, Dreamplug Am I correct?

Thanks again.



Edited 1 time(s). Last edit at 10/01/2020 12:19AM by orbezo.
Re: Help with booting Pogo V4
October 01, 2020 02:16AM
Manuel,

> Great!, Debian just booted up!.

Cool!


> It boots, now I need to make that boot process
> permanent without the need of kwboot from the
> serial console. I think I should use the procedure
> mentioned at
> 2017.07
> U-Boot Kirkwood - GoFlexNet, GoFlexHome, PogoE02,
> Dockstar, iConnect, NetgearStora, PogoV4/Mobile,
> Sheevaplug, NSA325, NSA320, NSA310S, NSA320S,
> NSA310, HP T5325, Dreamplug
Am I correct?
>

Correct.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Help with booting Pogo V4
October 01, 2020 02:52AM
Seems to be working great, I just have one question left:

Is there a way to make it boot from an SD card instead of a USB thumb drive?

Thanks.

Here's my current bootlog:

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
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)

Use USB retry period from the environment: 15 second(s)
Device NOT ready
   Request Sense returned 02 3A 00
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      	3968000   	ccacfed9-01	83

## 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 538 ms (0 Bytes/s)
Found bootable drive on usb 0
loading uImage ...
4963680 bytes read in 1137 ms (4.2 MiB/s)
loading uInitrd ...
9713936 bytes read in 1354 ms (6.8 MiB/s)
loading DTB /boot/dts/kirkwood-pogoplug_v4.dtb ...
9962 bytes read in 1630 ms (5.9 KiB/s)
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   Linux-5.2.9-kirkwood-tld-1
   Created:      2019-08-25   2:22:31 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    4963616 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
## Flattened Device Tree blob at 01c00000
   Booting using the fdt blob at 0x1c00000
   Loading Kernel Image ... OK
   Loading Ramdisk to 071c6000, end 07b098d0 ... OK
   Loading Device Tree to 071c0000, end 071c56e9 ... OK
Using machid 0xf78 from environment

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 00253105F962
[    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.000012][    T0] sched_clock: 32 bits at 166MHz, resolution 6ns, wraps every 12884901885ns
[    0.000072][    T0] Switching to timer-based delay loop, resolution 6ns
[    0.001202][    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.001880][    T0] LSM: Security Framework initializing
[    0.002162][    T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.002203][    T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.003514][    T0] *** VALIDATE proc ***
[    0.003906][    T0] *** VALIDATE cgroup1 ***
[    0.003944][    T0] *** VALIDATE cgroup2 ***
[    0.004096][    T0] CPU: Testing write buffer coherency: ok
[    0.006745][    T1] Setting up static identity map for 0x100000 - 0x100058
[    0.007191][    T1] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x3
[    0.007631][    T1] rcu: Hierarchical SRCU implementation.
[    0.012691][    T1] devtmpfs: initialized
[    0.020248][    T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.020296][    T1] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.020679][    T1] xor: measuring software checksum speed
[    0.120175][    T1]    arm4regs  :   724.400 MB/sec
[    0.220113][    T1]    8regs     :   435.600 MB/sec
[    0.320109][    T1]    32regs    :   633.200 MB/sec
[    0.320137][    T1] xor: using function: arm4regs (724.400 MB/sec)
[    0.320169][    T1] prandom: seed boundary self test passed
[    0.326433][    T1] prandom: 100 self tests passed
[    0.326451][    T1] pinctrl core: initialized pinctrl subsystem
[    0.328633][    T1] NET: Registered protocol family 16
[    0.329516][    T1] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.330856][    T1] audit: initializing netlink subsys (disabled)
[    0.332819][   T14] audit: type=2000 audit(0.330:1): state=initialized audit_enabled=0 res=1
[    0.333006][    T1] cpuidle: using governor ladder
[    0.333126][    T1] cpuidle: using governor menu
[    0.333950][    T1] Feroceon L2: Enabling L2
[    0.334022][    T1] Feroceon L2: Cache support initialised.
[    0.342442][    T1] No ATAGs?
[    2.560081][    C0] random: fast init done
[    9.236264][   T71] alg: No test for lzo-rle (lzo-rle-generic)
[    9.236749][   T73] alg: No test for lzo-rle (lzo-rle-scomp)
[    9.420699][    T1] raid6: int32x8  gen()    86 MB/s
[    9.590694][    T1] raid6: int32x8  xor()    58 MB/s
[    9.760494][    T1] raid6: int32x4  gen()    88 MB/s
[    9.930183][    T1] raid6: int32x4  xor()    57 MB/s
[   10.100546][    T1] raid6: int32x2  gen()    93 MB/s
[   10.270320][    T1] raid6: int32x2  xor()    66 MB/s
[   10.440564][    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.610547][    T1] raid6: .... xor() 66 MB/s, rmw enabled
[   10.610559][    T1] raid6: using intx1 recovery algorithm
[   10.610927][    T1] vgaarb: loaded
[   10.611676][    T1] SCSI subsystem initialized
[   10.612395][    T1] usbcore: registered new interface driver usbfs
[   10.612484][    T1] usbcore: registered new interface driver hub
[   10.612621][    T1] usbcore: registered new device driver usb
[   10.612881][    T1] pps_core: LinuxPPS API ver. 1 registered
[   10.612897][    T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[   10.612936][    T1] PTP clock support registered
[   10.614841][    T1] clocksource: Switched to clocksource orion_clocksource
[   12.159936][    T1] VFS: Disk quotas dquot_6.6.0
[   12.160071][    T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   12.173703][    T1] NET: Registered protocol family 2
[   12.174986][    T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes)
[   12.175039][    T1] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[   12.175074][    T1] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[   12.175105][    T1] TCP: Hash tables configured (established 1024 bind 1024)
[   12.175253][    T1] UDP hash table entries: 256 (order: 0, 4096 bytes)
[   12.175293][    T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[   12.175620][    T1] NET: Registered protocol family 1
[   12.176563][    T1] RPC: Registered named UNIX socket transport module.
[   12.176582][    T1] RPC: Registered udp transport module.
[   12.176595][    T1] RPC: Registered tcp transport module.
[   12.176607][    T1] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   12.176629][    T1] PCI: CLS 0 bytes, default 32
[   12.176981][    T1] Trying to unpack rootfs image as initramfs...
[   13.421949][    T1] Freeing initrd memory: 9488K
[   13.422235][    T1] NetWinder Floating Point Emulator V0.97 (double precision)
[   13.423991][    T1] Initialise system trusted keyrings
[   13.424071][    T1] Key type blacklist registered
[   13.424404][    T1] workingset: timestamp_bits=30 max_order=15 bucket_order=0
[   13.424558][    T1] zbud: loaded
[   13.426340][    T1] NFS: Registering the id_resolver key type
[   13.426385][    T1] Key type id_resolver registered
[   13.426400][    T1] Key type id_legacy registered
[   13.426429][    T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[   13.426454][    T1] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   13.426872][    T1] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[   13.427223][    T1] fuse: init (API version 7.31)
[   13.427795][    T1] orangefs_debugfs_init: called with debug mask: :none: :0:
[   13.428068][    T1] orangefs_init: module version upstream loaded
[   13.428087][    T1] SGI XFS with ACLs, security attributes, realtime, scrub, no debug enabled
[   13.453073][    T1] async_tx: api initialized (async)
[   13.453109][    T1] Key type asymmetric registered
[   13.453124][    T1] Asymmetric key parser 'x509' registered
[   13.453231][    T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[   13.454670][    T1] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 47
[   13.454699][    T1] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 49
[   13.455404][    T1] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
[   13.458225][    T1] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 0000:00
[   13.458260][    T1] pci_bus 0000:00: root bus resource [bus 00-ff]
[   13.458283][    T1] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
[   13.458304][    T1] pci_bus 0000:00: root bus resource [io  0x1000-0xeffff]
[   13.458453][    T1] pci 0000:00:01.0: [11ab:6281] type 01 class 0x060400
[   13.458513][    T1] pci 0000:00:01.0: reg 0x38: [mem 0x00000000-0x000007ff pref]
[   13.460223][    T1] PCI: bus0: Fast back to back transfers disabled
[   13.460262][    T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[   13.460534][    T1] pci 0000:01:00.0: [1b73:1009] type 00 class 0x0c0330
[   13.460594][    T1] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x0000ffff 64bit]
[   13.460629][    T1] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
[   13.460662][    T1] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00000fff 64bit]
[   13.460782][    T1] pci 0000:01:00.0: supports D1
[   13.460804][    T1] pci 0000:01:00.0: PME# supported from D0 D1 D3hot
[   13.460899][    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.486271][    T1] PCI: bus1: Fast back to back transfers disabled
[   13.486312][    T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[   13.486615][    T1] pci 0000:00:01.0: BAR 14: assigned [mem 0xe0000000-0xe00fffff]
[   13.486643][    T1] pci 0000:00:01.0: BAR 6: assigned [mem 0xe0100000-0xe01007ff pref]
[   13.486674][    T1] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe000ffff 64bit]
[   13.486710][    T1] pci 0000:01:00.0: BAR 2: assigned [mem 0xe0010000-0xe0010fff 64bit]
[   13.486742][    T1] pci 0000:01:00.0: BAR 4: assigned [mem 0xe0011000-0xe0011fff 64bit]
[   13.486773][    T1] pci 0000:00:01.0: PCI bridge to [bus 01]
[   13.486801][    T1] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xe00fffff]
[   13.486966][    T1] pcieport 0000:00:01.0: enabling device (0140 -> 0142)
[   13.487083][    T1] pci 0000:01:00.0: enabling device (0140 -> 0142)
[   13.487891][    T1] mv_xor f1060800.xor: Marvell shared XOR driver
[   13.546047][    T1] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[   13.549008][    T1] mv_xor f1060900.xor: Marvell shared XOR driver
[   13.606056][    T1] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[   13.609424][    T1] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[   13.611319][    T1] printk: console [ttyS0] disabled
[   13.611428][    T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 25, base_baud = 10416666) is a 16550A
[   14.562454][    T1] printk: console [ttyS0] enabled
[   14.578460][    T1] loop: module loaded
[   14.583122][    T1] sata_mv f1080000.sata: slots 32 ports 2
[   14.592713][    T1] scsi host0: sata_mv
[   14.597471][    T1] scsi host1: sata_mv
[   14.601741][    T1] ata1: SATA max UDMA/133 irq 32
[   14.606597][    T1] ata2: SATA max UDMA/133 irq 32
[   14.612962][    T1] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1
[   14.620122][    T1] nand: Hynix H27U1G8F2BTR-BC
[   14.624646][    T1] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[   14.632929][    T1] Scanning device for bad blocks
[   14.642557][    T1] Bad eraseblock 58 at 0x000000740000
[   14.727276][    T1] 5 fixed-partitions partitions found on MTD device orion_nand
[   14.734648][    T1] Creating 5 MTD partitions on "orion_nand":
[   14.740500][    T1] 0x000000000000-0x000000200000 : "u-boot"
[   14.748120][    T1] 0x000000200000-0x000000500000 : "uImage"
[   14.755600][    T1] 0x000000500000-0x000000800000 : "uImage2"
[   14.763090][    T1] 0x000000800000-0x000001000000 : "failsafe"
[   14.770789][    T1] 0x000001000000-0x000008000000 : "root"
[   14.780358][    T1] libphy: Fixed MDIO Bus: probed
[   14.786351][    T1] libphy: orion_mdio_bus: probed
[   14.811721][    T1] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[   14.820043][    T1] mv643xx_eth_port mv643xx_eth_port.0: DMA mask not set
[   14.938572][  T112] ata1: SATA link down (SStatus 0 SControl F300)
[   15.286766][  T114] ata2: SATA link down (SStatus 0 SControl F300)
[   15.545798][    T1] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:25:31:05:f9:62
[   15.555410][    T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   15.562647][    T1] ehci-pci: EHCI PCI platform driver
[   15.567902][    T1] ehci-orion: EHCI orion driver
[   15.572872][    T1] orion-ehci f1050000.ehci: EHCI Host Controller
[   15.579112][    T1] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[   15.587707][    T1] orion-ehci f1050000.ehci: irq 29, io mem 0xf1050000
[   15.614897][    T1] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[   15.621990][    T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02
[   15.630961][    T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.638880][    T1] usb usb1: Product: EHCI Host Controller
[   15.644434][    T1] usb usb1: Manufacturer: Linux 5.2.9-kirkwood-tld-1 ehci_hcd
[   15.651743][    T1] usb usb1: SerialNumber: f1050000.ehci
[   15.658005][    T1] hub 1-0:1.0: USB hub found
[   15.662492][    T1] hub 1-0:1.0: 1 port detected
[   15.668330][    T1] xhci_hcd 0000:01:00.0: xHCI Host Controller
[   15.674260][    T1] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[   15.683848][    T1] xhci_hcd 0000:01:00.0: hcc params 0x200073a1 hci version 0x100 quirks 0x0000000000080010
[   15.694422][    T1] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02
[   15.703392][    T1] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.711309][    T1] usb usb2: Product: xHCI Host Controller
[   15.716889][    T1] usb usb2: Manufacturer: Linux 5.2.9-kirkwood-tld-1 xhci-hcd
[   15.724173][    T1] usb usb2: SerialNumber: 0000:01:00.0
[   15.730282][    T1] hub 2-0:1.0: USB hub found
[   15.734774][    T1] hub 2-0:1.0: 2 ports detected
[   15.740293][    T1] xhci_hcd 0000:01:00.0: xHCI Host Controller
[   15.746295][    T1] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 3
[   15.754377][    T1] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[   15.761500][    T1] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[   15.770498][    T1] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.02
[   15.779602][    T1] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.787527][    T1] usb usb3: Product: xHCI Host Controller
[   15.793085][    T1] usb usb3: Manufacturer: Linux 5.2.9-kirkwood-tld-1 xhci-hcd
[   15.800396][    T1] usb usb3: SerialNumber: 0000:01:00.0
[   15.806486][    T1] hub 3-0:1.0: USB hub found
[   15.810983][    T1] hub 3-0:1.0: 2 ports detected
[   15.816808][    T1] usbcore: registered new interface driver usb-storage
[   15.823975][    T1] mousedev: PS/2 mouse device common for all mice
[   16.034892][   T15] usb 1-1: new high-speed USB device number 2 using orion-ehci
[   16.346462][   T15] usb 1-1: New USB device found, idVendor=0bda, idProduct=0307, bcdDevice= 1.20
[   16.355362][   T15] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   16.363169][   T15] usb 1-1: Product: USB3.0 Card Reader
[   16.368496][   T15] usb 1-1: Manufacturer: Realtek
[   16.373292][   T15] usb 1-1: SerialNumber: 201006010301
[   16.384514][   T15] usb-storage 1-1:1.0: USB Mass Storage device detected
[   16.391927][   T15] scsi host2: usb-storage 1-1:1.0
[   16.884888][    T1] rtc-mv f1010300.rtc: internal RTC not ticking
[   16.891207][    T1] i2c /dev entries driver
[   16.896361][    T1] device-mapper: uevent: version 1.0.3
[   16.902051][    T1] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@redhat.com
[   16.911784][    T1] device-mapper: multipath round-robin: version 1.2.0 loaded
[   16.919086][    T1] device-mapper: multipath queue-length: version 0.2.0 loaded
[   16.926433][    T1] device-mapper: multipath service-time: version 0.3.0 loaded
[   16.933813][    T1] device-mapper: dm-log-userspace: version 1.3.0 loaded
[   16.940613][    T1] device-mapper: raid: Loading target version 1.14.0
[   16.948711][    T1] hidraw: raw HID events driver (C) Jiri Kosina
[   16.955307][    T1] drop_monitor: Initializing network drop monitor service
[   16.962700][    T1] NET: Registered protocol family 17
[   16.968224][    T1] Key type dns_resolver registered
[   16.974354][    T1] registered taskstats version 1
[   16.979180][    T1] Loading compiled-in X.509 certificates
[   16.984752][    T1] zswap: loaded using pool lzo/zbud
[   17.123082][    T1] Key type big_key registered
[   17.188510][    T1] Key type encrypted registered
[   17.196207][    T1] hctosys: unable to open rtc device (rtc0)
[   17.207010][    T1] Freeing unused kernel memory: 1024K
[   17.215969][    T1] Checked W+X mappings: passed, no W+X pages found
[   17.222303][    T1] Run /init as init process
Loading, please wait...
Starting version 241
[   17.463522][   T23] scsi 2:0:0:0: Direct-Access     Generic- USB3.0 CRW   -SD 1.00 PQ: 0 ANSI: 0 CCS
[   17.501649][   T23] scsi 2:0:0:1: Direct-Access     Generic- USB3.0 CRW   -MS 1.00 PQ: 0 ANSI: 0 CCS
[   18.178809][    T7] sd 2:0:0:0: [sda] 3970048 512-byte logical blocks: (2.03 GB/1.89 GiB)
[   18.192782][  T116] sd 2:0:0:1: [sdb] Attached SCSI removable disk
[   18.203665][    T7] sd 2:0:0:0: [sda] Write Protect is off
[   18.222167][    T7] sd 2:0:0:0: [sda] No Caching mode page found
[   18.241174][    T7] sd 2:0:0:0: [sda] Assuming drive cache: write through
[   18.272894][    T7]  sda: sda1
[   18.290787][    T7] sd 2:0:0:0: [sda] Attached SCSI removable disk
[   19.152698][  T170] usbcore: registered new interface driver uas
[   19.182795][  T173] 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: recovering journal
rootfs: clean, 15118/124160 files, 165469/496000 blocks
done.
[   30.489175][  T193] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem
[   30.602007][  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.
[   35.694998][    C0] random: crng init dones (devices)...
[ ok                                                       done.
[....] Waiting for /dev to be fully populated...[   35.858729][  T372] systemd-udevd[372]: Using default interface naming scheme 'v240'.
[   35.925439][  T394] input: gpio_keys as /devices/platform/gpio_keys/input/input0
[   36.050669][  T372] systemd-udevd[372]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   36.716674][  T412] watchdog: f1020300.watchdog-timer: driver supplied timeout (4294967295) out of range
[   36.799454][  T373] sd 2:0:0:0: Attached scsi generic sg0 type 0
[   36.826253][  T412] watchdog: f1020300.watchdog-timer: falling back to default timeout (25)
[   36.875402][  T373] sd 2:0:0:1: Attached scsi generic sg1 type 0
[   36.950333][  T412] orion_wdt: Initial timeout 25 sec
[   36.975858][  T376] marvell-cesa f1030000.crypto: CESA device successfully registered
[   37.105549][  T374] systemd-udevd[374]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
done.
[ ok ] Setting hostname to 'debian'...done.
[ ok ] Activating swap:.
[   38.890186][  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/checkfs[ ok hat location is writable..
[ ok ] Cleaning up temporary files....
[ 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/00:25:31:05:f9:62
Sending on   LPF/eth0/00:25:31:05:f9:62
Sending on   Socket/fallback
DHCPREQUEST for 192.168.1.3 on eth0 to 255.255.255.255 port 67
[   48.056887][    C0] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
DHCPREQUEST for 192.168.1.3 on eth0 to 255.255.255.255 port 67
DHCPACK of 192.168.1.3 from 192.168.1.1
bound to 192.168.1.3 -- renewal in 263502 seconds.
[   52.342346][ T1126] NET: Registered protocol family 10
[   52.350376][ T1126] Segment Routing with IPv6
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...
1338 (syslogd)
. ok 
[....] Starting busybox' klogd implementation : klogdStarting /sbin/klogd...
1365 (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:

Is there a way to make it boot from an SD card instead of a USB thumb drive?

I'm eternally grateful!

Manuel



Edited 1 time(s). Last edit at 10/01/2020 02:52AM by orbezo.
Re: Help with booting Pogo V4
October 01, 2020 03:56AM
Manuel,

Quite easy. Create the rootfs on you SD card like you did with USB. Or clone the USB rootfs to the SD card:.


Plug the SD card in. Remove the USB drive. And power up. That's it!


Remember, if mutilple drives of SD card, USB, and HDD are plugged in at boot, then only one of them can be the rootfs. The other drives must not contain the rootfs. This is so that u-boot will be able to figure out which drive is the rootfs to boot from.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Help with booting Pogo V4
October 01, 2020 04:05AM
In fact, my thumbdrive was an SDCard reader with the card I want to use inserted... I turned off the Pogoplug, inserted the card in the Pogoplug's reader and it didn't boot. :-(
Re: Help with booting Pogo V4
October 01, 2020 04:22AM
>. I turned off
> the Pogoplug, inserted the card in the Pogoplug's
> reader and it didn't boot. :-(

Then post the serial boot log for that here :)

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Help with booting Pogo V4
October 01, 2020 11:52AM
I'm sorry, should had thought about that.

My serial bootlog:

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
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... 1 USB Device(s) found
       scanning usb for storage devices... 0 Storage Device(s) found

Reset IDE: ide_preinit failed
** First descriptor is NOT a primary desc on 0:1 **

MMC rescan: current device # 0 initialized OK
## 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

## Unknown partition table type 0
loading envs from usb 0 ...
** Bad device usb 0 **

no IDE devices available
## Unknown partition table type 0
loading envs from mmc 0 ...
** No partition table - mmc 0 **
running scan_disk ...
Scan device usb
device usb 0:1
** Bad device usb 0 **
device usb 1:1
** Bad device usb 1 **
device usb 2:1
** Bad device usb 2 **
device usb 3:1
** Bad device usb 3 **
Scan device ide

Reset IDE: ide_preinit failed
device ide 0:1
** Bad device ide 0 **
device ide 1:1
** Bad device ide 1 **
device ide 2:1
** Bad device ide 2 **
device ide 3:1
** Bad device ide 3 **
Scan device mmc

MMC rescan: current device # 0 initialized OK
device mmc 0:1
 ** ext4fs_devread read error - block
Failed to mount ext2 filesystem...
** Unrecognized filesystem type **
device mmc 1:1
MMC Device 1 not found
MMC Device 1 not found
** Bad device mmc 1 **
device mmc 2:1
MMC Device 2 not found
MMC Device 2 not found
** Bad device mmc 2 **
device mmc 3:1
MMC Device 3 not found
MMC Device 3 not found
** Bad device mmc 3 **
loading uImage ...
** Bad device usb 0 **
loading uInitrd ...
** Bad device usb 0 **
loading DTB /boot/dts/kirkwood-pogoplug_v4.dtb ...
** Bad device usb 0 **
Wrong Image Format for bootm command
ERROR: can't get kernel image!
Pogov4>

And my environment variables:

Pogov4> printenv 
arcNumber=3960
bootargs=console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 00253105F962
bootcmd=run bootcmd_uenv; run scan_disk; run set_bootargs; run bootcmd_exec
bootcmd_exec=run load_uimage; if run load_initrd; then if run load_dtb; then bootm $load_uimage_addr $load_initrd_addr $load_dtb_addr; else bootm $load_uimage_addr $load_initrd_addr; fi; else if run load_dtb; then bootm $load_uimage_addr - $load_dtb_addr; else bootm $load_uimage_addr; fi; fi
bootcmd_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi
bootdelay=10
bootdev=usb
device=0:1
devices=usb ide mmc
disks=0 1 2 3
dtb_file=/boot/dts/kirkwood-pogoplug_v4.dtb
ethact=egiga0
ethaddr=00:25:31:05:F9:62
if_netconsole=ping $serverip
init_ide=ide reset
init_mmc=mmc rescan
init_usb=usb start
ipaddr=192.168.0.231
led_error=orange blinking
led_exit=green off
led_init=green blinking
load_dtb=echo loading DTB $dtb_file ...; load $bootdev $device $load_dtb_addr $dtb_file
load_dtb_addr=0x1c00000
load_initrd=echo loading uInitrd ...; load $bootdev $device $load_initrd_addr /boot/uInitrd
load_initrd_addr=0x1100000
load_uimage=echo loading uImage ...; load $bootdev $device $load_uimage_addr /boot/uImage
load_uimage_addr=0x800000
machid=f78
mainlineLinux=yes
mtdids=nand0=orion_nand
mtdparts=00253105F962
partition=nand0,2
preboot_nc=run if_netconsole start_netconsole
scan_disk=echo running scan_disk ...; scan_done=0; setenv scan_usb "usb start";  setenv scan_ide "ide reset";  setenv scan_mmc "mmc rescan"; for dev in $devices; do if test $scan_done -eq 0; then echo Scan device $dev; run scan_$dev; for disknum in $disks; do if test $scan_done -eq 0; then echo device $dev $disknum:1; if load $dev $disknum:1 $load_uimage_addr /boot/uImage 1; then scan_done=1; echo Found bootable drive on $dev $disknum; setenv device $disknum:1; setenv bootdev $dev; fi; fi; done; fi; done
scan_ide=ide reset
scan_mmc=mmc rescan
scan_usb=usb start
serverip=192.168.0.220
set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts $custom_params
start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version;
stderr=serial
stdin=serial
stdout=serial
uenv_addr=0x810000
uenv_import=echo importing envs ...; env import -t $uenv_addr $filesize
uenv_init_devices=setenv init_usb "usb start";  setenv init_ide "ide reset";  setenv init_mmc "mmc rescan"; for devtype in $devices; do run init_$devtype; done;
uenv_load=run uenv_init_devices; setenv uenv_loaded 0; for devtype in $devices;  do for disknum in 0; do run uenv_read_disk; done; done;
uenv_loaded=0
uenv_read=echo loading envs from $devtype $disknum ...; if load $devtype $disknum:1 $uenv_addr /boot/uEnv.txt; then setenv uenv_loaded 1; fi
uenv_read_disk=if test $devtype -eq mmc; then if $devtype part; then run uenv_read;  fi; else if $devtype part $disknum; then run uenv_read; fi;  fi
usb_ready_retry=15

Environment size: 3032/131068 bytes
Pogov4>

Manuel
Re: Help with booting Pogo V4
October 01, 2020 04:36PM
Manuel,

MMC rescan: current device # 0 initialized OK
device mmc 0:1
 ** ext4fs_devread read error - block
Failed to mount ext2 filesystem...
** Unrecognized filesystem type **

This is probably because the USB controller for this SD adapter is non-standard in some way (the SD card works inside the USB adapter).

The best thing to do is to create the rootfs on a real USB thumb drive. And then after USB rootfs is booting OK, mount the SD card on the Pogo, and create the rootfs on it (same as you did for the USB rootfs).

After that, shutdown, remove the USB drive and boot with SD card.

====

Note that if you have another LInux computer with SD card slot, you can also create the SD rootfs on that machine the same way you did with USB.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Help with booting Pogo V4
January 02, 2024 01:54PM
Hi bodhi,
Wishing you had a great 2023 and you have an even better 2024 I have to apologize for not thanking you enough more than 3 years ago when you helped me get my Pogo V4 up and running.

The device has been working great since then, and these last days (vacation time) I decided to start tweaking it once again.
I just managed to make it boot from its embedded SDcard slot just as you told me on the last message you answered me back in October 2020. I also changed a couple of environment variables on the U-boot so they now read:

bootdev=mmc
devices=mmc usb sata

Now I'm tryung to run an x11 server on it so I can manage it remotely using GUI, just for the fun of it, If I ever manage to do it I'll let you know.

Thanks a lot once again.
Re: Help with booting Pogo V4
January 02, 2024 09:12PM
Hi Manuel,

Cool! glad to hear how well the Pogo has been working. Please let us know about the x11 server, and perhaps you could post some info/installation notes here after you got it working.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Help with booting Pogo V4
January 03, 2024 11:10PM
Hi Bodhi

I'm tinkering with my device with the sole purpose of understanding a little more about it.

Now that I managed to make it boot from a 64GB MicroSD card inserted directly in the device's SD slot (through a microSD-SD adapter) I'm now trying to make it boot from an identical microSD card but now formatted with 2 primary ext4 partitions ("rootfs" is almost 18GB in size and "storage" is almost 44GB)

GNU Parted 3.5
Using /dev/mmcblk0
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print
Model: SD SD64G (sd/mmc)
Disk /dev/mmcblk0: 62.2GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:

Number  Start   End     Size    Type     File system  Flags
 1      1049kB  18.7GB  18.7GB  primary  ext4
 2      18.7GB  62.2GB  43.6GB  primary  ext4

I tried creating the partitions with parted (for GPT) as well as fdisk (for MBR)

I've tried with a GPT file system, modified the rootfs partition flags, and many other things and I can't make it to boot

Do you think having 2 partitions is the problem?

As I've flashed your newest u-boot successfully I'm skipping the following commands:

cd /media/sdb1/boot
cp -a zImage-6.5.7-kirkwood-tld-1  zImage.fdt
cat dts/kirkwood-goflexnet.dtb  >> zImage.fdt
mv uImage uImage.orig
mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-6.5.7-kirkwood-tld-1 -d zImage.fdt  uImage
sync

I've tried with your Debian-6.5.7-kirkwood-tld-1-rootfs-bodhi.tar.bz2 file as well as your linux-6.6.3-kirkwood-tld-1-bodhi.tar.bz2

It seems I'm skipping something or maybe it's because of having 2 partitions on the same card, nevertheless if I turn off the Pogo, insert the original 2GB SDcard from 2 years ago or even the 1-partition 64GB card from 2 days ago, the device boots flawlessly.

I'm posting here my bootlog with a recently formatted 2 partition card. If you're willing to help I'll be very grateful with you, as usual, if not, I'll understand and try to find the solution by myself and I'll post it here.

Bootlog from the 64GB SD card that doesn't boot:
U-Boot 2023.04-tld-1 (Jun 11 2023 - 16:24:44 -0700)
Pogoplug V4

SoC:   Kirkwood 88F6192_A1
Model: Cloud Engines PogoPlug Series 4
DRAM:  128 MiB
Core:  20 devices, 16 uclasses, devicetree: separate
NAND:  128 MiB
MMC:   mvsdio@90000: 0
Loading Environment from NAND... OK
Resetting console stdin/stdout/stderr to serial...
In:    serial
Out:   serial
Err:   serial
pcie0.0: Link up
Net:   eth0: ethernet-controller@72000
ethernet-controller@72000 Waiting for PHY auto negotiation to complete........ done
Using ethernet-controller@72000 device

ARP Retry count exceeded; starting again
ping failed; host 192.168.0.110 is not alive
ethernet-controller@72000 Waiting for PHY auto negotiation to complete........ done
Using ethernet-controller@72000 device

ARP Retry count exceeded; starting again
ping failed; host 192.168.0.110 is not alive
ethernet-controller@72000 Waiting for PHY auto negotiation to complete........ done
Using ethernet-controller@72000 device

ARP Retry count exceeded; starting again
ping failed; host 192.168.0.110 is not alive
Hit any key to stop autoboot:  0
Initializing devices...
resetting USB...
Bus ehci@50000: USB EHCI 1.00
Bus xhci_pci: Register 400081f NbrPorts 4
Starting the controller
USB XHCI 1.00
scanning bus ehci@50000 for devices... 1 USB Device(s) found
scanning bus xhci_pci for devices... 1 USB Device(s) found
       scanning usb for storage devices... 0 Storage Device(s) found
resetting USB...
Bus ehci@50000: USB EHCI 1.00
Bus xhci_pci: Register 400081f NbrPorts 4
Starting the controller
USB XHCI 1.00
scanning bus ehci@50000 for devices... 1 USB Device(s) found
scanning bus xhci_pci for devices... 1 USB Device(s) found
       scanning usb for storage devices... 0 Storage Device(s) found
Loading envs from mmc 0...
Failed to load '/boot/uEnv.txt'
Loading envs from mmc 1...
** Bad device specification mmc 1 **
Couldn't find partition mmc 1:1
Can't set block device
Loading envs from mmc 2...
** Bad device specification mmc 2 **
Couldn't find partition mmc 2:1
Can't set block device
Loading envs from mmc 3...
** Bad device specification mmc 3 **
Couldn't find partition mmc 3:1
Can't set block device
Loading envs from usb 0...
** Bad device specification usb 0 **
Couldn't find partition usb 0:1
Can't set block device
Loading envs from usb 1...
** Bad device specification usb 1 **
Couldn't find partition usb 1:1
Can't set block device
Loading envs from usb 2...
** Bad device specification usb 2 **
Couldn't find partition usb 2:1
Can't set block device
Loading envs from usb 3...
** Bad device specification usb 3 **
Couldn't find partition usb 3:1
Can't set block device
Loading envs from sata 0...
** Bad device specification sata 0 **
Couldn't find partition sata 0:1
Can't set block device
Loading envs from sata 1...
** Bad device specification sata 1 **
Couldn't find partition sata 1:1
Can't set block device
Loading envs from sata 2...
** Bad device specification sata 2 **
Couldn't find partition sata 2:1
Can't set block device
Loading envs from sata 3...
** Bad device specification sata 3 **
Couldn't find partition sata 3:1
Can't set block device
running scan_disk ...
Scan device mmc
device mmc 0:1
1 bytes read in 10 ms (0 Bytes/s)
Found bootable drive on mmc 0
loading uImage ...
6223944 bytes read in 148 ms (40.1 MiB/s)
loading uInitrd ...
5791271 bytes read in 138 ms (40 MiB/s)
loading DTB /boot/dts/kirkwood-pogoplug_v4.dtb ...
10178 bytes read in 17 ms (584 KiB/s)
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   Linux-6.5.7-kirkwood-tld-1
   Created:      2023-10-31  22:53:22 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    6223880 Bytes = 5.9 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 02100000 ...
   Image Name:   initramfs-6.5.7-kirkwood-tld-1
   Created:      2023-10-31  22:53:55 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    5791207 Bytes = 5.5 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 01c00000
   Booting using the fdt blob at 0x1c00000
Working FDT set to 1c00000


Starting kernel ...

   Loading Kernel Image
   Loading Ramdisk to 075c7000, end 07b4cde7 ... OK
   Loading Device Tree to 075c1000, end 075c67c1 ... OK
Working FDT set to 75c1000

Starting kernel ...

[    0.000000][    T0] Booting Linux on physical CPU 0x0
[    0.000000][    T0] Linux version 6.5.7-kirkwood-tld-1 (root@tldDebian) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #2 PREEMPT Wed Oct 18 21:14:11 PDT 2023
[    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] Zone ranges:
[    0.000000][    T0]   Normal   [mem 0x0000000000000000-0x0000000007ffffff]
[    0.000000][    T0] Movable zone start for each node
[    0.000000][    T0] Early memory node ranges
[    0.000000][    T0]   node   0: [mem 0x0000000000000000-0x0000000007ffffff]
[    0.000000][    T0] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff]
[    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, linear)
[    0.000000][    T0] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.000000][    T0] Built 1 zonelists, mobility grouping on.  Total pages: 32480
[    0.000000][    T0] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.000000][    T0] Memory: 102528K/131072K available (12288K kernel code, 1755K rwdata, 5416K rodata, 1024K init, 301K bss, 28544K reserved, 0K cma-reserved)
[    0.000000][    T0] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000][    T0] trace event string verifier disabled
[    0.000000][    T0] rcu: Preemptible hierarchical RCU implementation.
[    0.000000][    T0]  Trampoline variant of Tasks RCU enabled.
[    0.000000][    T0]  Tracing variant of 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] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000][    T0] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 11467562657 ns
[    0.000002][    T0] sched_clock: 32 bits at 167MHz, resolution 6ns, wraps every 12884901885ns
[    0.000075][    T0] Switching to timer-based delay loop, resolution 6ns
[    0.000980][    T0] Console: colour dummy device 80x30
[    0.001093][    T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 333.33 BogoMIPS (lpj=1666666)
[    0.001140][    T0] CPU: Testing write buffer coherency: ok
[    0.001344][    T0] pid_max: default: 32768 minimum: 301
[    0.014561][    T0] LSM: initializing lsm=capability,integrity
[    0.018157][    T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.018214][    T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.037294][    T1] RCU Tasks: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1.
[    0.037869][    T1] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1.
[    0.038612][    T1] Setting up static identity map for 0x100000 - 0x100058
[    0.039112][    T1] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x3
[    0.039771][    T1] rcu: Hierarchical SRCU implementation.
[    0.039797][    T1] rcu:     Max phase no-delay instances is 1000.
[    0.044461][    T1] devtmpfs: initialized
[    0.058229][    T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.058297][    T1] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
[    0.062889][    T1] prandom: seed boundary self test passed
[    0.069258][    T1] prandom: 100 self tests passed
[    0.069283][    T1] pinctrl core: initialized pinctrl subsystem
[    0.075245][    T1] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.076800][    T1] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.085797][    T1] audit: initializing netlink subsys (disabled)
[    0.089017][    T1] thermal_sys: Registered thermal governor 'step_wise'
[    0.089277][   T19] audit: type=2000 audit(0.080:1): state=initialized audit_enabled=0 res=1
[    0.089356][    T1] cpuidle: using governor ladder
[    0.089486][    T1] cpuidle: using governor menu
[    0.090517][    T1] Feroceon L2: Enabling L2
[    0.090570][    T1] Feroceon L2: Cache support initialised.
[    0.105048][    T1] No ATAGs?
[    0.460101][    T1] raid6: int32x8  gen()    74 MB/s
[    0.800092][    T1] raid6: int32x4  gen()    73 MB/s
[    1.150098][    T1] raid6: int32x2  gen()    99 MB/s
[    1.490096][    T1] raid6: int32x1  gen()    75 MB/s
[    1.490117][    T1] raid6: using algorithm int32x2 gen() 99 MB/s
[    1.830091][    T1] raid6: .... xor() 61 MB/s, rmw enabled
[    1.830110][    T1] raid6: using intx1 recovery algorithm
[    1.832586][    T1] SCSI subsystem initialized
[    1.833654][    T1] usbcore: registered new interface driver usbfs
[    1.833755][    T1] usbcore: registered new interface driver hub
[    1.833897][    T1] usbcore: registered new device driver usb
[    1.834478][    T1] pps_core: LinuxPPS API ver. 1 registered
[    1.834491][    T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.834540][    T1] PTP clock support registered
[    1.838706][    T1] vgaarb: loaded
[    1.839871][    T1] clocksource: Switched to clocksource orion_clocksource
[    1.864099][    T1] VFS: Disk quotas dquot_6.6.0
[    1.864743][    T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.910235][    T1] NET: Registered PF_INET protocol family
[    1.920039][    T1] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    1.922925][    T1] tcp_listen_portaddr_hash hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    1.923326][    T1] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    1.923367][    T1] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    1.923417][    T1] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear)
[    1.923467][    T1] TCP: Hash tables configured (established 1024 bind 1024)
[    1.924508][    T1] MPTCP token hash table entries: 512 (order: 0, 6144 bytes, linear)
[    1.924868][    T1] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
[    1.924922][    T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
[    1.926254][    T1] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.940843][    T1] RPC: Registered named UNIX socket transport module.
[    1.940863][    T1] RPC: Registered udp transport module.
[    1.940872][    T1] RPC: Registered tcp transport module.
[    1.940881][    T1] RPC: Registered tcp-with-tls transport module.
[    1.940890][    T1] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.940921][    T1] PCI: CLS 0 bytes, default 32
[    1.945142][   T32] Trying to unpack rootfs image as initramfs...
[    3.393379][   T32] Freeing initrd memory: 5656K
[    5.107593][    T1] Initialise system trusted keyrings
[    5.107773][    T1] Key type blacklist registered
[    5.109813][    T1] workingset: timestamp_bits=14 max_order=15 bucket_order=1
[    5.110185][    T1] zbud: loaded
[    5.138837][    T1] NFS: Registering the id_resolver key type
[    5.138953][    T1] Key type id_resolver registered
[    5.138968][    T1] Key type id_legacy registered
[    5.139253][    T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    5.139285][    T1] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    5.141764][    T1] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    5.143178][    T1] fuse: init (API version 7.38)
[    5.145314][    T1] orangefs_debugfs_init: called with debug mask: :none: :0:
[    5.145848][    T1] orangefs_init: module version upstream loaded
[    5.146436][    T1] SGI XFS with ACLs, security attributes, realtime, scrub, quota, no debug enabled
[    5.462818][    T1] xor: measuring software checksum speed
[    5.476085][    T1]    arm4regs        :   746 MB/sec
[    5.498120][    T1]    8regs           :   447 MB/sec
[    5.513669][    T1]    32regs          :   634 MB/sec
[    5.513684][    T1] xor: using function: arm4regs (746 MB/sec)
[    5.513706][    T1] async_tx: api initialized (async)
[    5.513731][    T1] Key type asymmetric registered
[    5.513742][    T1] Asymmetric key parser 'x509' registered
[    5.589044][    T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    5.589711][    T1] io scheduler bfq registered
[    5.872077][    T1] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 47
[    5.872111][    T1] kirkwood-pinctrl f1010000.pin-controller: unknown pinctrl group 49
[    5.872876][    T1] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
[    5.875303][    T1] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation.
[    5.877315][    T1] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation.
[    5.878922][    T1] mvebu-pcie mbus@f1000000:pcie@82000000: host bridge /mbus@f1000000/pcie@82000000 ranges:
[    5.879042][    T1] mvebu-pcie mbus@f1000000:pcie@82000000:      MEM 0x00f1040000..0x00f1041fff -> 0x0000040000
[    5.879109][    T1] mvebu-pcie mbus@f1000000:pcie@82000000:      MEM 0xffffffffffffffff..0x00fffffffe -> 0x0100000000
[    5.879152][    T1] mvebu-pcie mbus@f1000000:pcie@82000000:       IO 0xffffffffffffffff..0x00fffffffe -> 0x0100000000
[    5.880510][    T1] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 0000:00
[    5.880542][    T1] pci_bus 0000:00: root bus resource [bus 00-ff]
[    5.880571][    T1] pci_bus 0000:00: root bus resource [mem 0xf1040000-0xf1041fff] (bus address [0x00040000-0x00041fff])
[    5.880598][    T1] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
[    5.880622][    T1] pci_bus 0000:00: root bus resource [io  0x1000-0xeffff]
[    5.880862][    T1] pci 0000:00:01.0: [11ab:6281] type 01 class 0x060400
[    5.883198][    T1] PCI: bus0: Fast back to back transfers disabled
[    5.883239][    T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    5.883684][    T1] pci 0000:01:00.0: [1b73:1009] type 00 class 0x0c0330
[    5.883736][    T1] pci 0000:01:00.0: reg 0x10: [mem 0x90000000-0x9000ffff 64bit]
[    5.883777][    T1] pci 0000:01:00.0: reg 0x18: [mem 0x90010000-0x90010fff 64bit]
[    5.883815][    T1] pci 0000:01:00.0: reg 0x20: [mem 0x90011000-0x90011fff 64bit]
[    5.883958][    T1] pci 0000:01:00.0: supports D1
[    5.883976][    T1] pci 0000:01:00.0: PME# supported from D0 D1 D3hot
[    5.884067][    T1] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:01.0 (capable of 4.000 Gb/s with 5.0 GT/s PCIe x1 link)
[    5.910029][    T1] PCI: bus1: Fast back to back transfers disabled
[    5.910065][    T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    5.910146][    T1] pci 0000:00:01.0: BAR 14: assigned [mem 0xe0000000-0xe00fffff]
[    5.910182][    T1] pci 0000:01:00.0: BAR 0: assigned [mem 0xe0000000-0xe000ffff 64bit]
[    5.910219][    T1] pci 0000:01:00.0: BAR 2: assigned [mem 0xe0010000-0xe0010fff 64bit]
[    5.910255][    T1] pci 0000:01:00.0: BAR 4: assigned [mem 0xe0011000-0xe0011fff 64bit]
[    5.910291][    T1] pci 0000:00:01.0: PCI bridge to [bus 01]
[    5.910316][    T1] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xe00fffff]
[    5.910552][    T1] pcieport 0000:00:01.0: enabling device (0140 -> 0142)
[    5.912045][    T1] mv_xor f1060800.xor: Marvell shared XOR driver
[    5.993853][    T1] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    6.001164][    T1] mv_xor f1060900.xor: Marvell shared XOR driver
[    6.073846][    T1] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    6.081504][    T1] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    6.085421][    T1] printk: console [ttyS0] disabled
[    6.086391][    T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 28, base_baud = 10416666) is a 16550A
[    6.086490][    T1] printk: console [ttyS0] enabled
[    7.201041][    T1] loop: module loaded
[    7.206496][    T1] sata_mv f1080000.sata: slots 32 ports 2
[    7.219200][    T1] scsi host0: sata_mv
[    7.225563][    T1] scsi host1: sata_mv
[    7.230137][    T1] ata1: SATA max UDMA/133 irq 29
[    7.234934][    T1] ata2: SATA max UDMA/133 irq 29
[    7.241855][    T1] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1
[    7.248906][    T1] nand: Hynix H27U1G8F2BTR-BC
[    7.253479][    T1] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    7.261801][    T1] Scanning device for bad blocks
[    7.271485][    T1] Bad eraseblock 58 at 0x000000740000
[    7.356911][    T1] 5 cmdlinepart partitions found on MTD device orion_nand
[    7.363885][    T1] Creating 5 MTD partitions on "orion_nand":
[    7.369713][    T1] 0x000000000000-0x000000200000 : "u-boot"
[    7.376620][    T1] 0x000000200000-0x000000500000 : "uImage"
[    7.383430][    T1] 0x000000500000-0x000000800000 : "uImage2"
[    7.390325][    T1] 0x000000800000-0x000001000000 : "failsafe"
[    7.397259][    T1] 0x000001000000-0x000008000000 : "root"
[    7.405971][    T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[    7.414534][    T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[    7.464454][    T1] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[    7.573697][   T53] ata1: SATA link down (SStatus 0 SControl F300)
[    7.921691][   T55] ata2: SATA link down (SStatus 0 SControl F300)
[    8.211824][    T1] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:25:31:05:f9:62
[    8.222239][    T1] orion-ehci f1050000.ehci: EHCI Host Controller
[    8.228465][    T1] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[    8.237215][    T1] orion-ehci f1050000.ehci: irq 32, io mem 0xf1050000
[    8.269917][    T1] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[    8.277094][    T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[    8.286083][    T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.294010][    T1] usb usb1: Product: EHCI Host Controller
[    8.299573][    T1] usb usb1: Manufacturer: Linux 6.5.7-kirkwood-tld-1 ehci_hcd
[    8.306891][    T1] usb usb1: SerialNumber: f1050000.ehci
[    8.313895][    T1] hub 1-0:1.0: USB hub found
[    8.318412][    T1] hub 1-0:1.0: 1 port detected
[    8.324871][    T1] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    8.330947][    T1] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[    8.341067][    T1] xhci_hcd 0000:01:00.0: hcc params 0x200073a1 hci version 0x100 quirks 0x0000000000080010
[    8.352219][    T1] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    8.358158][    T1] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 3
[    8.366302][    T1] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[    8.373700][    T1] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[    8.382684][    T1] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.390613][    T1] usb usb2: Product: xHCI Host Controller
[    8.396177][    T1] usb usb2: Manufacturer: Linux 6.5.7-kirkwood-tld-1 xhci-hcd
[    8.403495][    T1] usb usb2: SerialNumber: 0000:01:00.0
[    8.410295][    T1] hub 2-0:1.0: USB hub found
[    8.414810][    T1] hub 2-0:1.0: 2 ports detected
[    8.420945][    T1] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    8.430056][    T1] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05
[    8.439006][    T1] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.446935][    T1] usb usb3: Product: xHCI Host Controller
[    8.452776][    T1] usb usb3: Manufacturer: Linux 6.5.7-kirkwood-tld-1 xhci-hcd
[    8.460113][    T1] usb usb3: SerialNumber: 0000:01:00.0
[    8.466777][    T1] hub 3-0:1.0: USB hub found
[    8.471376][    T1] hub 3-0:1.0: 2 ports detected
[    8.477734][    T1] usbcore: registered new interface driver usb-storage
[    8.485703][    T1] mousedev: PS/2 mouse device common for all mice
[    9.529921][    T1] rtc-mv f1010300.rtc: internal RTC not ticking
[    9.536385][    T1] i2c_dev: i2c /dev entries driver
[    9.543080][    T1] device-mapper: uevent: version 1.0.3
[    9.549343][    T1] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[    9.559591][    T1] device-mapper: multipath round-robin: version 1.2.0 loaded
[    9.566917][    T1] device-mapper: multipath queue-length: version 0.2.0 loaded
[    9.574262][    T1] device-mapper: multipath service-time: version 0.3.0 loaded
[    9.581697][    T1] device-mapper: dm-log-userspace: version 1.3.0 loaded
[    9.591225][    T1] ledtrig-cpu: registered to indicate activity on CPUs
[    9.598077][    T1] hid: raw HID events driver (C) Jiri Kosina
[    9.604634][    T1] drop_monitor: Initializing network drop monitor service
[    9.613962][    T1] NET: Registered PF_INET6 protocol family
[    9.622912][    T1] Segment Routing with IPv6
[    9.627281][    T1] RPL Segment Routing with IPv6
[    9.632235][    T1] In-situ OAM (IOAM) with IPv6
[    9.637027][    T1] NET: Registered PF_PACKET protocol family
[    9.643309][    T1] Key type dns_resolver registered
[    9.676776][    T1] registered taskstats version 1
[    9.682200][    T1] Loading compiled-in X.509 certificates
[    9.719993][    T1] Key type .fscrypt registered
[    9.724631][    T1] Key type fscrypt-provisioning registered
[    9.740796][    T1] Key type big_key registered
[    9.812968][    T1] Key type encrypted registered
[    9.977838][  T104] "cryptomgr_test" (104) uses obsolete ecb(arc4) skcipher
[   13.406337][    T1] clk: Disabling unused clocks
[   13.416057][    T1] Freeing unused kernel image (initmem) memory: 1024K
[   13.431248][    T1] Checked W+X mappings: passed, no W+X pages found
[   13.437621][    T1] Run /init as init process
Loading, please wait...
Starting systemd-udevd version 252.17-1~deb12u1
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: Waiting for root file system ... Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
Begin: Running /scripts/local-block ... done.
done.
Gave up waiting for root file system device.  Common problems:
 - Boot args (cat /proc/cmdline)
   - Check rootdelay= (did the system wait long enough?)
 - Missing modules (cat /proc/modules; ls /dev)
ALERT!  LABEL=rootfs does not exist.  Dropping to a shell!


BusyBox v1.35.0 (Debian 1:1.35.0-4+b3) built-in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs)

And my environment variables:
baudrate=115200
bootcmd=run bootcmd_uenv; run scan_disk; run set_bootargs; run bootcmd_exec; reset
bootcmd_exec=if run load_uimage; then; if run load_initrd; then if run load_dtb; then bootm $load_uimage_addr $load_initrd_addr $load_dtb_addr; else bootm $load_uimage_addr $load_initrd_addr; fi; else if run load_dtb; then bootm $load_uimage_addr - $load_dtb_addr; else bootm $load_uimage_addr; fi; fi; fi
bootcmd_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi
bootdelay=2
bootdev=mmc
console=ttyS0,115200
device=0:1
devices=mmc usb sata
disks=0 1 2 3
dtb_file=/boot/dts/kirkwood-pogoplug_v4.dtb
ethact=ethernet-controller@72000
ethaddr=00:25:31:05:f9:62
fdtcontroladdr=7b51650
if_netconsole=ping $serverip
ipaddr=192.168.0.111
load_dtb=echo loading DTB $dtb_file ...; load $bootdev $device $load_dtb_addr $dtb_file
load_dtb_addr=0x1c00000
load_initrd=echo loading uInitrd ...; load $bootdev $device $load_initrd_addr /boot/uInitrd
load_initrd_addr=0x2100000
load_uimage=echo loading uImage ...; load $bootdev $device $load_uimage_addr /boot/uImage
load_uimage_addr=0x800000
mtdparts=mtdparts=orion_nand:2M(u-boot),3M(uImage),3M(uImage2),8M(failsafe),112M(root)
nc_ready=0
preboot=run preboot_nc
preboot_nc=setenv nc_ready 0; for pingstat in 1 2 3; do; sleep 1; if run if_netconsole; then setenv nc_ready 1; fi; done; if test $nc_ready -eq 1; then run start_netconsole; fi
scan_disk=echo running scan_disk ...; scan_done=0; setenv scan_usb "usb reset; sleep 1; usb reset";  setenv scan_sata "sata init";  setenv scan_mmc "mmc rescan"; for dev in $devices; do if test $scan_done -eq 0; then echo Scan device $dev; run scan_$dev; for disknum in $disks; do if test $scan_done -eq 0; then echo device $dev $disknum:1; if load $dev $disknum:1 $load_uimage_addr /boot/uImage 1; then scan_done=1; echo Found bootable drive on $dev $disknum; setenv device $disknum:1; setenv bootdev $dev; fi; fi; done; fi; done
serverip=192.168.0.110
set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts $custom_params
start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin serial,nc; setenv stdout serial,nc; setenv stderr serial,nc; version;
stderr=serial
stdin=serial
stdout=serial
uenv_addr=0x810000
uenv_import=echo importing envs ...; env import -t $uenv_addr $filesize
uenv_init_devices=echo Initializing devices...; setenv init_usb "usb reset; sleep 1; usb reset"; setenv init_sata sata init;  setenv init_mmc mmc rescan; for devtype in $devices; do run init_$devtype; done;
uenv_load=run uenv_init_devices; setenv uenv_loaded 0; for devtype in $devices; do for disknum in $disks; do if test $uenv_loaded -eq 0; then setenv device_type $devtype; setenv disk_number $disknum; run uenv_read; fi; done; done;
uenv_read=echo Loading envs from $device_type $disk_number...; if load $device_type  $disk_number:1 $uenv_addr /boot/uEnv.txt; then setenv uenv_loaded 1; echo ... envs loaded; fi
ver=U-Boot 2023.04-tld-1 (Jun 11 2023 - 16:24:44 -0700)\
Pogoplug V4

Environment size: 3021/131068 bytes
Pogo_V4>
Re: Help with booting Pogo V4
January 04, 2024 12:35AM
Manuel,

This problem must be related to the MMC is not initialized early enough.

Quote

It seems I'm skipping something or maybe it's because of having 2 partitions on the same card, nevertheless if I turn off the Pogo, insert the original 2GB SDcard from 2 years ago or even the 1-partition 64GB card from 2 days ago, the device boots flawlessly.

Take the 6.6.3 kernel uImage from the 1-partition 64GB card from 2 days ago (I'm assuming that this rootfs kernel has been upgraded to 6.6.3-kirkwood-tld-1). Copy it to the new 2 partition rootfs and boot with it temporarily.

Here is how.

Mount boths 1-partition card and 2-partition card on another Linux box. Assuming the first is mounted at /media/sdb1, the second is mounted at /media/sdc1.

cd /media/sdc1/boot
mv uImage uImage.6.5.7-kirkwood-tld-1
cp -a /media/sdb1/uImage  .

And unmount the 2-partition card.
sync
umount /media/sdc1


Bring it to the Pogo and boot. So this boot is using kernel 6.6.3-kirkwood-tld-1, eventhough it has not been fully installed.

After you've booted into Debian, log in and do the full installation for kernel 6.6.3-kirkwood-tld-1.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Help with booting Pogo V4
January 04, 2024 02:45AM
I kept on tinkering while you answered my last message.

I finally managed to get it up and running as I wanted.

This is how I did it:

I booted up with the card that does boot, inserted in the integrated SDCard slot, once it booted up, I inserted the new card (the one I want with 2 partitions) in the USB SDCard reader and connected it to the upper back USB port

I used "parted" to partition and format it:
GNU Parted 3.5
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print
Model: Generic- USB3.0 CRW -SD (scsi)
Disk /dev/sda: 62.2GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:

Number  Start   End     Size    Type     File system  Flags
 1      1049kB  18.7GB  18.7GB  primary  ext4
 2      18.7GB  62.2GB  43.6GB  primary  ext4

(parted) mklabel gpt
Warning: The existing disk label on /dev/sda will be destroyed and all data on
this disk will be lost. Do you want to continue?
Yes/No? y
(parted) mkpart primary ext4 0% 30%
(parted) mkpart primary ext4 30% 100%
(parted) name 1 rootfs
(parted) name 2 storage
(parted) set 1 esp on
(parted) q
Information: You may need to update /etc/fstab.

root@debian:~# [  459.485645][  T236]  sda: sda1 sda2

root@debian:~# sync

I installed Debian 6.5.7 following your instructions of Nov 01, 2023 (skipping step 4 as suggested, given that I have flashed the latest version of u-boot)

Then I followed these steps:

sync
fsck -A -l -V /dev/sda1

Got some errors and told it to fix them

Shut it down
shutdown -h now

Ejected the first card from the slot, leaving the new one still in the USB SDCard reader inserted in the upper back USB port

Started it again

Followed note 3, and as I run
apt update
I got the following message:
14 packages can be upgraded. Run 'apt list --upgradable' to see them
So I run
apt dist-upgrade

sync

shutdown -r now

Then I followed your instructions to install linux-6.6.3-kirkwood-tld-1-bodhi.tar.bz2 of Dec 01, 2023 (using the 4a option)

After that, I shut it down again, inserted the SDCard into the integrated slot and it just booted up fine.

Everything seems to be working fine now...

I'm gonna make a full backup of that card before I mess something up again, as I'm having too much fun tinkering with it.

Thanks a lot once again!

Hope to be back soon.

Cheers.

Manuel
Re: Help with booting Pogo V4
January 05, 2024 02:14AM
Cool! That's the right way to do it (not a shortcut approach like I post above).

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: