Welcome! Log In Create A New Profile

Advanced

RN10400

Posted by AkkJaa 
Re: RN10400
March 24, 2021 10:24PM
AkkJaa,

> But there is a lot of files, moves, photos on the
> hard drives that I do not want to lose. Is it
> possible to get out and look at it again.?

Sure. The rootfs is on USB. The data on the HDDs are still there. After booted into Debian, you can mount the HDDs and see the content.

>
> Can this box be run as it was made before as
> original, now with this program on the USB
> Drive.?

No. The idea is we don't care about stock system. The new Debian Linux in USB is the whole system.

>
> So the box must always be boot'ed up with USB
> Drive each time it be turned off and on again.?

Yes. Debian rootfs can be on flash, HDD, or USB. Works the same way. But Debian is too big (comparing to stock OS), so we must run it from USB or HDD.

> So how can I put and store setenv permanently in
> the box without having to do this every time I
> have to start up the box.?

Yes. I'll show you how.

> So if I understand right then, then the box should
> be booted up with USB Drive.

Yes.

> and Setenv is stored
> permanently in the box or.?

In the flash storage where it always is.

> But after the box has started up with USB Drive
> and is up and running, I can then remove the USB
> Drive without it doing anything.?

No. The USB is your system so you cannot remove it. In the same way Windows is on your HDD in a PC.

Later, after you are familiar with this NAS running Debian on USB, you can plan to transfer the whole system from USB to HDD. Then after that, the box will boot with the rootfs on HDD, the USB is just data storage.


> Yes then I need to know how to store setenv
> permanently because setenv turns out to disappear
> when I turn the box off and on again together date
> & time.
>
> So that it can be easy to start the box every time
> box is switched off.

OK. I will write that in the next post.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: RN10400
March 24, 2021 11:42PM
AkkJaa,

To enable permanent boot into USB rootfs. Enter the envs in serial console like you did

Marvell>> setenv mtdparts 'mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs)' 
Marvell>> setenv usb_set_bootargs 'setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial' 
Marvell>> setenv load_uimage 'ext2load usb 0:1 0x2000000 /boot/uImage' 
Marvell>> setenv load_uinitrd 'ext2load usb 0:1 0x3000000 /boot/uInitrd' 
Marvell>> setenv usb_boot 'run load_uimage; if run load_uinitrd; then bootm 0x2000000 0x3000000; else bootm 0x2000000; fi' 
Marvell>> setenv usb_bootcmd 'run usb_set_bootargs; run usb_boot' 
Marvell>> setenv bootcmd 'usb start; run usb_bootcmd; usb stop; reset' 
Marvell>> setenv fdt_skip_update yes

And then before booting

saveenv
and then boot

boot

See that it will boot into Debian on USB.

And then in Debian, reboot
shutdown -r now
And let it boot automatically without interruption.

Does it boot into Debian on USB again?

Please post serial console log here.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: RN10400
March 25, 2021 12:04AM
Hi Bodhi,

I think i got it. So now i put in the HDD's and boot up from USB Drive. Then when everything is booted up and i login. to the debain with root/root,
After that i mount hdd's.? or do i mount the hdd's before i come so far that i login.? Do i do it in the terminal before i start booting.?

Yes, then i think i understand the most of it. Well a littlebit of it.

By the way. What program is best to use when i will run a video from the box on a win 10. or a linux system. ?

Ok Thanks Again.

AkkJaa...

I put everything up here after i try out this things. Yes i see how to setenv now so i will try later on and post it here.



Edited 1 time(s). Last edit at 03/25/2021 12:09AM by AkkJaa.
Re: RN10400
March 25, 2021 07:04PM
AkkJaa,

> I think i got it. So now i put in the HDD's and
> boot up from USB Drive. Then when everything is
> booted up and i login. to the debain with
> root/root,

Cool!

> After that i mount hdd's.? or do i mount the
> hdd's before i come so far that i login.? Do i do
> it in the terminal before i start booting.?

Mount it manually with the mount command.

I will write another tutorial post to upload my HDD automount script here for public consumption (today or tomorrow).


> By the way. What program is best to use when i
> will run a video from the box on a win 10. or a
> linux system. ?

You want to set up Samba shares so Window can access the video files

Again from the Wiki thread:

Quote

Samba

Samba smb.conf for a simple set up
HowTo setup Samba/CIFS shares

Later, when you have more experience you can set up NFS shares to get better performance when another Linux system access files.

Wiki thread:

Quote

NFS

NFS - HowTo set up NFS shares (and boot NFS rootfs)
Boot your Dockstar (and other plugs) using NFS rootfs
Increase NFSD max_block_size

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: RN10400
March 26, 2021 02:41AM
Hi Bodhi,

Now i have put the HDD's in the box. and all go totaly banana's. keyboard everything. Look at read out here.:-

Terminal ready
��
BootROM 1.08
Booting from NAND flash


General initialization - Version: 1.0.0

High speed PHY - Version: 2.1.4 (COM-PHY-V20) 
Update PEX Device ID 0x6710
High speed PHY - Ended Successfully
0001
DDR3 Training Sequence - Ver 5.7.1
DDR3 Training Sequence - Run without PBS.
DDR3 Training Sequence - Ended Successfully 
BootROM: Image checksum verification PASSED

 __   __                      _ _
|  \/  | __ _ _ ____   _____| | |
| |\/| |/ _` | '__\ \ / / _ \ | |
| |  | | (_| | |   \ V /  __/ | |
|_|  |_|\__,_|_|    \_/ \___|_|_|
         _   _     ____              _
        | | | |   | __ )  ___   ___ | |_ 
        | | | |___|  _ \ / _ \ / _ \| __| 
        | |_| |___| |_) | (_) | (_) | |_ 
         \___/    |____/ \___/ \___/ \__| 
 ** LOADER **


U-Boot 2011.12-gec25d27-dirty (Oct 26 2015 - 16:56:14) Marvell version: v2011.12 2014_T2.0p1 
06/23/2015 ReadyNAS-104 V2.0

Board: DB-88F6710-BP
SoC:   MV6710 A1
CPU:   Marvell PJ4B v7 UP (Rev 1) LE
       CPU    @ 1200 [MHz]
       L2     @ 600 [MHz]
       TClock @ 200 [MHz]
       DDR    @ 600 [MHz]
       DDR 16Bit Width, FastPath Memory Access
DRAM:  512 MiB

Map:   Code:		0x1feef000:0x1ff9f514
       BSS:		0x1ffef8a0
       Stack:		0x1f9eeef8
       Heap:		0x1f9ef000:0x1feef000

NAND:  (ID 0xf12c)	128 MiB
MMC:   MRVL_MMC: 0
Bad block table found at page 65472, version 0x01
Bad block table found at page 65408, version 0x01

Initialize and scan all PCI interfaces
PEX unit.port(active IF[-first bus]):
------------------------------------------
PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
PEX 1: Root Complex Interface, Detected Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       AUDIO
       TDM
Modules/Interfaces Detected:
       RGMII0 Phy
       RGMII1 Phy
       PEX0 (Lane 0)
       PEX1 (Lane 1)
       SATA0 (Lane 2)
       SATA1 (Lane 3)
Net:   egiga0, egiga1 [PRIME]
Power On!

FDT loaded successfully
�Delay 7s then power on another group of HDDs 1 
Hit any key to stop autoboot:  0 
B������������������������������k�����B��������BB-BBBB���Z�ZZZk�k�������B��BBBBBBBB�Zk�k�k�Bk���k�k�BB��BBBBB˭�����B�ZZZZk�k���k�k�Bk���BB����BBBZZZXZZk�k���������B����B������B����B����BBBBB��-BZXZZZk�Zk�k�Z����k�B����������BBBBBBB��BBZZk�k��������������ik�eBA              
                       ��	hB�j�M([�i����vdX��(��rr

And i can't write in the terminal. it come just all this sign over here.

Now i will try to take out the HDD's again and start up without HDD's.

Terminal ready
��BBBBBBBB�Zk�k�k�Bk���k�k�BB��BBBBB˭�����B�ZZZZk�k���k�k�Bk���BB����BBBZZZXZZk�k���������B����B������B����B����BBB��
BootROM 1.08
Booting from NAND flash


General initialization - Version: 1.0.0

High speed PHY - Version: 2.1.4 (COM-PHY-V20) 
Update PEX Device ID 0x6710
High speed PHY - Ended Successfully
0001
DDR3 Training Sequence - Ver 5.7.1
DDR3 Training Sequence - Run without PBS.
DDR3 Training Sequence - Ended Successfully 
BootROM: Image checksum verification PASSED

 __   __                      _ _
|  \/  | __ _ _ ____   _____| | |
| |\/| |/ _` | '__\ \ / / _ \ | |
| |  | | (_| | |   \ V /  __/ | |
|_|  |_|\__,_|_|    \_/ \___|_|_|
         _   _     ____              _
        | | | |   | __ )  ___   ___ | |_ 
        | | | |___|  _ \ / _ \ / _ \| __| 
        | |_| |___| |_) | (_) | (_) | |_ 
         \___/    |____/ \___/ \___/ \__| 
 ** LOADER **


U-Boot 2011.12-gec25d27-dirty (Oct 26 2015 - 16:56:14) Marvell version: v2011.12 2014_T2.0p1 
06/23/2015 ReadyNAS-104 V2.0

Board: DB-88F6710-BP
SoC:   MV6710 A1
CPU:   Marvell PJ4B v7 UP (Rev 1) LE
       CPU    @ 1200 [MHz]
       L2     @ 600 [MHz]
       TClock @ 200 [MHz]
       DDR    @ 600 [MHz]
       DDR 16Bit Width, FastPath Memory Access
DRAM:  512 MiB

Map:   Code:		0x1feef000:0x1ff9f514
       BSS:		0x1ffef8a0
       Stack:		0x1f9eeef8
       Heap:		0x1f9ef000:0x1feef000

NAND:  (ID 0xf12c)	128 MiB
MMC:   MRVL_MMC: 0
Bad block table found at page 65472, version 0x01
Bad block table found at page 65408, version 0x01

Initialize and scan all PCI interfaces
PEX unit.port(active IF[-first bus]):
------------------------------------------
PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
PEX 1: Root Complex Interface, Detected Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       AUDIO
       TDM
Modules/Interfaces Detected:
       RGMII0 Phy
       RGMII1 Phy
       PEX0 (Lane 0)
       PEX1 (Lane 1)
       SATA0 (Lane 2)
       SATA1 (Lane 3)
Net:   egiga0, egiga1 [PRIME]
Power On!

FDT loaded successfully
�Hit any key to stop autoboot:  0 
Marvell>> �~�B{ٿ�������B!
Yes and here is a new readout with only USB Drive and network connected.
Terminal ready
�
BootROM 1.08
Booting from NAND flash


General initialization - Version: 1.0.0

High speed PHY - Version: 2.1.4 (COM-PHY-V20) 
Update PEX Device ID 0x6710
High speed PHY - Ended Successfully
0001
DDR3 Training Sequence - Ver 5.7.1
DDR3 Training Sequence - Run without PBS.
DDR3 Training Sequence - Ended Successfully 
BootROM: Image checksum verification PASSED

 __   __                      _ _
|  \/  | __ _ _ ____   _____| | |
| |\/| |/ _` | '__\ \ / / _ \ | |
| |  | | (_| | |   \ V /  __/ | |
|_|  |_|\__,_|_|    \_/ \___|_|_|
         _   _     ____              _
        | | | |   | __ )  ___   ___ | |_ 
        | | | |___|  _ \ / _ \ / _ \| __| 
        | |_| |___| |_) | (_) | (_) | |_ 
         \___/    |____/ \___/ \___/ \__| 
 ** LOADER **


U-Boot 2011.12-gec25d27-dirty (Oct 26 2015 - 16:56:14) Marvell version: v2011.12 2014_T2.0p1 
06/23/2015 ReadyNAS-104 V2.0

Board: DB-88F6710-BP
SoC:   MV6710 A1
CPU:   Marvell PJ4B v7 UP (Rev 1) LE
       CPU    @ 1200 [MHz]
       L2     @ 600 [MHz]
       TClock @ 200 [MHz]
       DDR    @ 600 [MHz]
       DDR 16Bit Width, FastPath Memory Access
DRAM:  512 MiB

Map:   Code:		0x1feef000:0x1ff9f514
       BSS:		0x1ffef8a0
       Stack:		0x1f9eeef8
       Heap:		0x1f9ef000:0x1feef000

NAND:  (ID 0xf12c)	128 MiB
MMC:   MRVL_MMC: 0
Bad block table found at page 65472, version 0x01
Bad block table found at page 65408, version 0x01

Initialize and scan all PCI interfaces
PEX unit.port(active IF[-first bus]):
------------------------------------------
PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
PEX 1: Root Complex Interface, Detected Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       AUDIO
       TDM
Modules/Interfaces Detected:
       RGMII0 Phy
       RGMII1 Phy
       PEX0 (Lane 0)
       PEX1 (Lane 1)
       SATA0 (Lane 2)
       SATA1 (Lane 3)
Net:   egiga0, egiga1 [PRIME]
Power On!

FDT loaded successfully
Hit any key to stop autoboot:  0 
(Re)start USB...
USB:   Active port:	0
Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... �2 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
reading /uImage-recovery

** Unable to read "/uImage-recovery" from usb 0:1 **
reading /initrd-recovery.gz

** Unable to read "/initrd-recovery.gz" from usb 0:1 **

NAND read: device 0 offset 0xd4000, size 0x6000
 24576 bytes read: OK
Wrong Image Format for bootm command
ERROR: can't get kernel image!
-���������XXZZ   Be{���XB����������-�XZZZZ�ZXZZBZBZ�BBZB��BBB��B��BBBBBBBB������
Here is a startup without USB Drive, network and HDD's.

Terminal ready
�/�H$U�k����l����ת�ǟI���̒���^���b`�"I�fHB(��Q��������������������������������������������������������������������������������������o���FNn"���E������������������������������	�A?�ߠ����~?L� �?�$���������������WQ����������������������������������������R��Bp�
Yes and here come a startup with only USB Drive.
Terminal ready

BootROM 1.08
Booting from NAND flash
�������������������������������l

General i��W+���atIon ����ͥ��� 1.0.0

High speed PHY - Version: 2.1.4 (COM-PHY-V20) 
���������������������������������������������������������������������������������������������������������������������������������������Update PEX Device ID 0x6710
High speed PHY - Ended Successfully
0001
DDR3 Traini����Օ��� - Var ��r1
���DDR3 Training Sequence - Run without PBS.
�������������������������DDR3 Training Sequence - Ended Successfully 
�������������������������������������������������������������������������������������������������������������������BootROM: Image checksum verification������������� PASSED
l
 __   __                      _ _
|  \/  | __ _ _ ____   _____| | |
| |\/| |/ ��| '���/ ���\ | |
| |  | | (_| | |   \ V /  __/ | |
|_|  |_|\__,_|_|    \_/ \___|_|_|
         ���    ____        �5
                                      | |�|   | __ )  ___   ___ | |_ 
        | | | |___|  _ \ / _ \ / _ \| __| 
        | |_|�=}}�|_) | (_) | (_) | |_ 
         \___/    |____/ \___/ \___/ \__| 
 ** LOADER **


U-Boot 2011.12-gec25d27-dirty (Oct 26 2015 - 16:56:14) Marfell version: v2011.12 2014_T2.0p1 
06/23/2015 ReadyNAS-104 V2.0

Board: DB-88F6710-BPC�*5�   MV6710 A1
CPQ:   Marvell PJ4B v7 UP (Rev 1) LE
       CPU    @ 1200 [MHz]
       L2     @ 600 [�Ju5
�����@ 200 �SJu5              �
                       DDR    @ 600 [MHz]
       DDR 16Bit Width, FastPath Memory Access
DRAM:  512 MiB
�������������������l���������������������������������
Map:   Code:		0x1feef000:0x1ff9f514
       BSS:		0x1ffef8a0
       Stack:		0x1f9eeej
                                        Heap:		0x1f9ef000:0x1feef000

����������������������������NAND:  (ID 0xf12c)	128 MiB
MMC�jIY1}�MC: 0
Bad block table found at page 65472, version 0x01
Bad block table found at page 65408, ver���
                                           ���1
�����������������������������
Initia�ize a������all PCI interfaces
PEX unit.port(active IF[-first bus]):
----------------------KKKCKKKJKKKKJKKKKKKKC��PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
EX 1: Ro��������Interfac�	"�ѕ�ѕ��Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
����USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       AUDIO
       TDM
Modules)ʋ�ə���́Detected:
       RGMII0 Phy
       RGMII1 Phy
       PE0 (Lane 0)
       PEX1 (Lan��Jj
                           SATA0 (Lane 2)
       SATA1 (Lane 3)
Net:   �����������egIga0, egiga1 [PRIME]
������������������������������������������������������������������������������������������������������������������������������Power On!

FDT loaded successfully
��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������Hit any key to stop autoboot:  0 
Marvel,>> ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
And here with interrupt
 SAT�0 (La��2)
   
   Bad block table fotnd at page 65472, version 0x01
Bad blOck table found at page 65408, version 0x01
��������������������������
Initiali�Y
          ���scan all PCI interfaces
PEX unit.port(active IF[-first bus]):
---------------------------�KKK�����������H�PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
PEX 1: Root Coiplex INterface, Detected Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
�����USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       A�T��55
              Modules/Interfacds Detected:
       RGMII0 Phy
       RGMII1 Phy
       PEX0 (Lane 0)
       PEX1 (Lane 1)
       SAT�0 (La��2)
   
   Bad block table fotnd at page 65472, version 0x01
Bad blOck table found at page 65408, version 0x01
��������������������������
Initiali�Y
          ���scan all PCI interfaces
PEX unit.port(active IF[-first bus]):
---------------------------�KKK�����������H�PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
PEX 1: Root Coiplex INterface, Detected Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
�����USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       A�T��55
              Modules/Interfacds Detected:
       RGMII0 Phy
       RGMII1 Phy
       PEX0 (Lane 0)
       PEX1 (Lane 1)
       SAT�0 (La��2)
   
   Bad block table fotnd at page 65472, version 0x01
Bad blOck table found at page 65408, version 0x01
��������������������������
Initiali�Y
          ���scan all PCI interfaces
PEX unit.port(active IF[-first bus]):
---------------------------�KKK�����������H�PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
PEX 1: Root Coiplex INterface, Detected Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
�����USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       A�T��55
              Modules/Interfacds Detected:
       RGMII0 Phy
       RGMII1 Phy
       PEX0 (Lane 0)
       PEX1 (Lane 1)
       SAT�0 (La��2)
   
   Bad block table fotnd at page 65472, version 0x01
Bad blOck table found at page 65408, version 0x01
��������������������������
Initiali�Y
          ���scan all PCI interfaces
PEX unit.port(active IF[-first bus]):
---------------------------�KKK�����������H�PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
PEX 1: Root Coiplex INterface, Detected Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
�����USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       A�T��55
              Modules/Interfacds Detected:
       RGMII0 Phy
       RGMII1 Phy
       PEX0 (Lane 0)
       PEX1 (Lane 1)
       SAT�0 (La��2)
       Sblock table fotnd at page 65472, version 0x01
Bad blOck table found at page 65408, version 0x01
��������������������������
Initiali�Y
          ���scan all PCI interfaces
PEX unit.port(active IF[-first bus]):
---------------------------�KKK�����������H�PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
PEX 1: Root Coiplex INterface, Detected Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
�����USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       A�T��55
              Modules/Interfacds Detected:
       RGMII0 Phy
       RGMII1 Phy
       PEX0 (Lane 0)
       PEX1 (Lane 1)
       SAT�0 (La��2)
       Sblock table fotnd at page 65472, version 0x01
Bad blOck table found at page 65408, version 0x01
��������������������������
Initiali�Y
          ���scan all PCI interfaces
PEX unit.port(active IF[-first bus]):
---------------------------�KKK�����������H�PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
PEX 1: Root Coiplex INterface, Detected Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
�����USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       A�T��55
              Modules/Interfacds Detected:
       RGMII0 Phy
       RGMII1 Phy
       PEX0 (Lane 0)
       PEX1 (Lane 1)
       SAT�0 (La��2)
       Sblock table fotnd at page 65472, version 0x01
Bad blOck table found at page 65408, version 0x01
��������������������������
Initiali�Y
          ���scan all PCI interfaces
PEX unit.port(active IF[-first bus]):
---------------------------�KKK�����������H�PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
PEX 1: Root Coiplex INterface, Detected Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
�����USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       A�T��55
              Modules/Interfacds Detected:
       RGMII0 Phy
       RGMII1 Phy
       PEX0 (Lane 0)
       PEX1 (Lane 1)
       SAT�0 (La��2)
       Sblock table fotnd at page 65472, version 0x01
Bad blOck table found at page 65408, version 0x01
��������������������������
Initiali�Y
          ���scan all PCI interfaces
PEX unit.port(active IF[-first bus]):
---------------------------�KKK�����������H�PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
PEX 1: Root Coiplex INterface, Detected Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
�����USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       A�T��55
              Modules/Interfacds Detected:
       RGMII0 Phy
       RGMII1 Phy
       PEX0 (Lane 0)
       PEX1 (Lane 1)
       SAT�0 (La��2)
       SATA1k table fotnd at page 65472, version 0x01
Bad blOck table found at page 65408, version 0x01
��������������������������
Initiali�Y
          ���scan all PCI interfaces
PEX unit.port(active IF[-first bus]):
---------------------------�KKK�����������H�PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
PEX 1: Root Coiplex INterface, Detected Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
�����USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       A�T��55
              Modules/Interfacds Detected:
       RGMII0 Phy
       RGMII1 Phy
       PEX0 (Lane 0)
       PEX1 (Lane 1)
       SAT�0 (La��2)
       SATA1 (Lable fotnd at page 65472, version 0x01
Bad blOck table found at page 65408, version 0x01
��������������������������
Initiali�Y
          ���scan all PCI interfaces
PEX unit.port(active IF[-first bus]):
---------------------------�KKK�����������H�PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
PEX 1: Root Coiplex INterface, Detected Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
�����USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       A�T��55
              Modules/Interfacds Detected:
       RGMII0 Phy
       RGMII1 Phy
       PEX0 (Lane 0)
       PEX1 (Lane 1)
       SAT�0 (La��2)
       SATA1 (Lable fotnd at page 65472, version 0x01
Bad blOck table found at page 65408, version 0x01
��������������������������
Initiali�Y
          ���scan all PCI interfaces
PEX unit.port(active IF[-first bus]):
---------------------------�KKK�����������H�PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
PEX 1: Root Coiplex INterface, Detected Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
�����USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       A�T��55
              Modules/Interfacds Detected:
       RGMII0 Phy
       RGMII1 Phy
       PEX0 (Lane 0)
       PEX1 (Lane 1)
       SAT�0 (La��2)
       SATA1 (Lable fotnd at page 65472, version 0x01
Bad blOck table found at page 65408, version 0x01
��������������������������
Initiali�Y
          ���scan all PCI interfaces
PEX unit.port(active IF[-first bus]):
---------------------------�KKK�����������H�PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
PEX 1: Root Coiplex INterface, Detected Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
�����USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       A�T��55
              Modules/Interfacds Detected:
       RGMII0 Phy
       RGMII1 Phy
       PEX0 (Lane 0)
       PEX1 (Lane 1)
       SAT�0 (La��2)
       SATA1 (Lanee fotnd at page 65472, version 0x01
Bad blOck table found at page 65408, version 0x01
��������������������������
Initiali�Y
          ���scan all PCI interfaces
PEX unit.port(active IF[-first bus]):
---------------------------�KKK�����������H�PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
PEX 1: Root Coiplex INterface, Detected Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
�����USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       A�T��55
              Modules/Interfacds Detected:
       RGMII0 Phy
       RGMII1 Phy
       PEX0 (Lane 0)
       PEX1 (Lane 1)
       SAT�0 (La��2)
       SATA1 (Lane 3)otnd at page 65472, version 0x01
Bad blOck table found at page 65408, version 0x01
��������������������������
Initiali�Y
          ���scan all PCI interfaces
PEX unit.port(active IF[-first bus]):
---------------------------�KKK�����������H�PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
PEX 1: Root Coiplex INterface, Detected Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
�����USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       A�T��55
              Modules/Interfacds Detected:
       RGMII0 Phy
       RGMII1 Phy
       PEX0 (Lane 0)
       PEX1 (Lane 1)
       SAT�0 (La��2)
       SATA1 (Lane 3)otnd at page 65472, version 0x01
Bad blOck table found at page 65408, version 0x01
��������������������������
Initiali�Y
          ���scan all PCI interfaces
PEX unit.port(active IF[-first bus]):
---------------------------�KKK�����������H�PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
PEX 1: Root Coiplex INterface, Detected Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
�����USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       A�T��55
              Modules/Interfacds Detected:
       RGMII0 Phy
       RGMII1 Phy
       PEX0 (Lane 0)
       PEX1 (Lane 1)
       SAT�0 (La��2)
       SATA1 (Lane 3)otnd at page 65472, version 0x01
Bad blOck table found at page 65408, version 0x01
��������������������������
Initiali�Y
          ���scan all PCI interfaces
PEX unit.port(active IF[-first bus]):
---------------------------�KKK�����������H�PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
PEX 1: Root Coiplex INterface, Detected Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
�����USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       A�T��55
              Modules/Interfacds Detected:
       RGMII0 Phy
       RGMII1 Phy
       PEX0 (Lane 0)
       PEX1 (Lane 1)
       SAT�0 (La��2)
       SATA1 (Lane 3)
nd at page 65472, version 0x01
Bad blOck table found at page 65408, version 0x01
��������������������������
Initiali�Y
          ���scan all PCI interfaces
PEX unit.port(active IF[-first bus]):
---------------------------�KKK�����������H�PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
PEX 1: Root Coiplex INterface, Detected Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
�����USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       A�T��55
              Modules/Interfacds Detected:

This go on for many 100 pages.
Here i will try again.
Terminal ready
��
BootROM 1.08
Booting from NAND flash


General initialization - Version: 1.0.0

High speed PHY - Version: 2.1.4 (COM-PHY-V20) 
Update PEX Device ID 0x6710
High speed PHY - Ended Successfully
0001
DDR3 Training Sequence - Ver 5.7.1
DDR3 Training Sequence - Run without PBS.
DDR3 Training Sequence - Ended Successfully 
BootROM: Image checksum verification PASSED

 __   __                      _ _
|  \/  | __ _ _ ____   _____| | |
| |\/| |/ _` | '__\ \ / / _ \ | |
| |  | | (_| | |   \ V /  __/ | |
|_|  |_|\__,_|_|    \_/ \___|_|_|
         _   _     ____              _
        | | | |   | __ )  ___   ___ | |_ 
        | | | |___|  _ \ / _ \ / _ \| __| 
        | |_| |___| |_) | (_) | (_) | |_ 
         \___/    |____/ \___/ \___/ \__| 
 ** LOADER **


U-Boot 2011.12-gec25d27-dirty (Oct 26 2015 - 16:56:14) Marvell version: v2011.12 2014_T2.0p1 
06/23/2015 ReadyNAS-104 V2.0

Board: DB-88F6710-BP
SoC:   MV6710 A1
CPU:   Marvell PJ4B v7 UP (Rev 1) LE
       CPU    @ 1200 [MHz]
       L2     @ 600 [MHz]
       TClock @ 200 [MHz]
       DDR    @ 600 [MHz]
       DDR 16Bit Width, FastPath Memory Access
DRAM:  512 MiB

Map:   Code:		0x1feef000:0x1ff9f514
       BSS:		0x1ffef8a0
       Stack:		0x1f9eeef8
       Heap:		0x1f9ef000:0x1feef000

NAND:  (ID 0xf12c)	128 MiB
MMC:   MRVL_MMC: 0
Bad block table found at page 65472, version 0x01
Bad block table found at page 65408, version 0x01

Initialize and scan all PCI interfaces
PEX unit.port(active IF[-first bus]):
------------------------------------------
PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
PEX 1: Root Complex Interface, Detected Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       AUDIO
       TDM
Modules/Interfaces Detected:
       RGMII0 Phy
       RGMII1 Phy
       PEX0 (Lane 0)
       PEX1 (Lane 1)
       SATA0 (Lane 2)
       SATA1 (Lane 3)
Net:   egiga0, egiga1 [PRIME]
�Power On!

FDT loaded successfully
�Hit any key to stop autoboot:  0 
Marvell>> ��ڿ��{�-
Yes and the keyboard is totaly banana's in the terminal. and ok here. But this happend when i started up with the HDD's in the box, and shoud boot up from USB Drive and interupt.

Now it is impossible to boot from USB drive because the keyboard do not work in the terminal enymore. You see the sign over here.

And i have connect the USB drive to the computer and everything is ok there ithink. But somethink happend with RN10400 Motherboard now after the startup with the HDD's.

So what do you think.

Thanks again.

AkkJaa...
Re: RN10400
March 26, 2021 03:04AM
Bodhi,

I have a ICY BOX with place to 4 sata hdd's i regular use it for cloneing. in the ICY BOX is SOURCE sata. TARGET1 sata. TARGET2 sata, TARGET3 sata.
With that one i can look at 4 disk's in the win 10 explorer. But can i use that one for geting out movies and things i have on the 4 disks.
I try'ed before but at that time i did not see enything on the hdd's from the Netgear box. But i only look at 1 and 1 hdd from win 10 explorer. So mayby i can't see eny file system in the other system disk's.

But is it a program i can fix the disk's from win 10 or Debian with this ICY BOX. Because there must be something in the HardDrives who mess up the RN10400 motherboard. So i must then remove that from the HDD's before i try it again.

Or what do you think.

Thanks again.

Regards.

AkkJaa...
Re: RN10400
March 26, 2021 04:20PM
AkkJaa,


> But is it a program i can fix the disk's from win
> 10 or Debian with this ICY BOX. Because there must
> be something in the HardDrives who mess up the
> RN10400 motherboard. So i must then remove that
> from the HDD's before i try it again.

Yes. Remove the NAS HDDs. Use a USB to SATA (or your enclosure ICY BOX ). And connect the HDD to a Linux system (not Windows).

Mount it if it is not mounted automatically. And see if you can copy the files to wwhere you want to keep (let's call it target HDD).

In order for the target HDD to be used in both Linux and Windows easily later, the target HDD should be formatted as ExFat, or FAT32 (FAT32 is not good, use it only as last resort).

If the files are important to keep then you should do this first before continuing with the RN10400. Most likely, you are right that the HDD messed up the boot process.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: RN10400
March 26, 2021 04:44PM
Bodhi,

Yes... Yeah... well... I can clone the HDDs but then only this problem that lies and destroys on the original disks will move over to a new disk.
So there must be a way to get away from the original discs.
This happened as soon as the hard drives started working. Then I saw at the terminal that something was wrong, Could not interrupt or do anything at all.

Oki, tomorrow i will try to look at this.

Thanks,

Best Regards.

AkkJaa...
Re: RN10400
March 28, 2021 12:33AM
Bodhi,

Here is a file who are on this debian computer i see it now.

/root/�~�B{ٿ�������B!
it is under HOME and it is write on it (invalid encoding)

Yes but now i will look at the HDD's with icy box and see. Then i post it out here.

Regards.

AkkJaa...

By the way. There is a backup battery on the RN10400 motherboard on 3,0 Volt. I will remove the battery so it can't hold on eny memory on the motherboard.

Now i have done that with the battery. Then i connect the Icy Box and try to mount drive but i can't
root@debian:~# mount /dev/sdb1
mount: /dev/sdb1: can't find in /etc/fstab.
root@debian:~# mount /dev/sdb1
mount: /dev/sdb1: can't find in /etc/fstab.
root@debian:~# mount /dev/sdb3
mount: /dev/sdb3: can't find in /etc/fstab.
root@debian:~# mount /dev/sdc3
mount: /dev/sdc3: can't find in /etc/fstab.
root@debian:~#

Here is some photos. off it and next post is more photos from the screen from each HDD's. Because only 3 photos each post.

Regards

AkkJaa..



Edited 1 time(s). Last edit at 03/28/2021 01:43AM by AkkJaa.
Attachments:
open | download - Icy Box1.JPG (539.3 KB)
open | download - Icy Box2.JPG (558.3 KB)
open | download - Screen5.JPG (528.1 KB)
Re: RN10400
March 28, 2021 01:46AM
BodHi,

Here come the next photos of the Screen from each HDD's.

Regards

AkkJaa...

Now the last photo in next post.

Regards

AkkJaa...
Attachments:
open | download - Screen1.JPG (392.6 KB)
open | download - Screen2.JPG (436.6 KB)
open | download - Screen3.JPG (432.8 KB)
Re: RN10400
March 28, 2021 01:53AM
Bodhi,

Here is the last photo.
So you see there is a different name on each HDD's but can't mount it.

And now i remove the battery from RN10400 Motherboard. So then it maybe not keep the wrong data who come into the motherboard when i had the HDD's into the Netgear box.

But this system use a raid system. So is it possible to get out movie's, photos, data and so on. when all this is storage on 4 drives at the same time.?

Well, what do you think.

Thanks and Best Regards

AkkJaa...

Ps.: Is target hdd disk 1.?? in the netgear box.??



Edited 1 time(s). Last edit at 03/28/2021 02:00AM by AkkJaa.
Attachments:
open | download - Screen4.JPG (399.3 KB)
Re: RN10400
March 28, 2021 04:44PM
AkkJaa...


Your mount command is wrong. Look up the syntax again.

mount —help


mount command looks like this format:

mount /dev/sdb1 /media/sdb1

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: RN10400
March 28, 2021 04:55PM
Also,

If the HDDs in this box are RAID, then you might need to restore to stock to make sure they can be brought up and you can read them properly.

You might be able to read them, or might not, on the host Linux system on your laptop.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: RN10400
March 28, 2021 10:58PM
Bodhi,

Yes if you look at the photos from screen1 to screen4 you see that the disk's is.: Linux RAID Member. (version 1.2).
So now i try to mount right first and see.

AkkJaa...
Re: RN10400
March 30, 2021 01:59AM
Hi Bodhi,

Ok here i have try to mount and it look like that it go, but in the /media /sdb1 dir is no files. Here is the command i did.
This is from disk 1.
root@debian:~# mount /dev/sdb1 /media/sdb1
mount: /media/sdb1: unknown filesystem type 'linux_raid_member'.
root@debian:~# mount -a /dev/sdb1 /media/sdb1
root@debian:~#
Then remove disk 1 and set in disk 2
Here is disk 2
root@debian:~# mount /dev/sdb1 /media/sdb1
mount: /media/sdb1: unknown filesystem type 'linux_raid_member'.
root@debian:~# mount -a /dev/sdb1 /media/sdb1
root@debian:~#
Then remove disk 2 and set in disk 3
Here is disk 3.
root@debian:~# mount /dev/sdb1 /media/sdb1
mount: /media/sdb1: unknown filesystem type 'linux_raid_member'.
root@debian:~# mount -a /dev/sdb1 /media/sdb1
root@debian:~#
Then remove disk 3 and set in disk 4.
Here is disk 4.
root@debian:~# mount /dev/sdb1 /media/sdb1
mount: /media/sdb1: unknown filesystem type 'linux_raid_member'.
root@debian:~# mount -a /dev/sdb1 /media/sdb1
root@debian:~#
And every time i go into the dir /media /sdb1 and it is empty on all disk's.

So then i think i must restore the stock as you talk about. So how i do that.? The Netgear say this system is dead. No more support or nothing.
But i have manage to get downloaded some from Netgear before, and things regardig this box. But i don't know how to do or use it. But i can put up a list of what i have on this.

Here is the list but not much just 4 systems. But i think i have alot of doc's about this netgear i think.

ReadyNASOS-6.4.1-arm
ReadyNASOS-6.5.2-arm
ReadyNASOS-6.10.2-arm
ReadyNASOS-6.10.3-arm

But i remember that they say when you update this RN10400 Motherboard that you must not update it from from a very old ver. to the newest ver. Because that go really bad. they say.
So they say that you must update to the next ver. then the next ver after that on. And so on. or else it go to hell with this motherboards. The Netgear say. But they also say this box is Dead. No more support or nothing. So in my mind this is some garbage, i will never have Netgear again.

Well, but i want it up and going again with a other system when i get out what i have on it. So i don't loose all that i have storage on it.

Oki Thanks Again.

Best Regards.

AkkJaa...



Edited 1 time(s). Last edit at 03/30/2021 02:34AM by AkkJaa.
Re: RN10400
March 30, 2021 08:40PM
AkkJaa,

> So then i think i must restore the stock as you
> talk about. So how i do that.?

I'm not falimiliar with stock FW. So you will need to do research. Look at the RN102 thread:

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

And post in that thread so bring attention to tme and whitepawn. Perhaps they can help you.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: RN10400
March 31, 2021 02:42AM
Bodhi,

Yes, but is there another way to do it,? must we use stock FW ..? I'am not so happy with netgear for the moment. So if we can do it a other way i will do that.

Because it will do exactly the same thing when I insert all the HDDs,
Because then what ruined the system we made will destroy stock FW. also.

Then there is something we can do to remove the virus or crypto virus that resides on HDDs which destroys the system when we insert HDDs.

Because that's what it's all about.

I heard that and there were rumors that there was a crypto virus that Synology system had problems with for some years back.

But is it possible to stop it before it before it comes to the RN10400 motherboard.

Ie. Reboot the system we created and create a program that controls access to all HDD's.
Ie. A program that stops access HDD's have to the RN10400 Motherboard. but which makes it possible to edit the files located on the HDD's without anything from the HDD's being allowed to run anything on the RN10400 motherboard.

When I programmed in Dos, MSDos, Turbo Pacal, Visual Basic and Clipper for many many years ago.
And there is not much I remember from that time. And at that time i don't think Linux was made.

But then it was only the imagination that put a stop to what we could program.
But when it comes to Debian and Linux, I have no idea at all. I have not encountered Debian and Linux until now after I registered here on this forum.

But I'm not known for giving up. I never give up, So if it does not want to. then it must. That's the case. no mercy..

Oki Doky.

Or what do you think.? We only need to stop the HDD's access the RN10400 Motherboard but have access to the HDD's to edit the HDD's so we can delete the shitt who is in the HDD's who makeing this problem we have.

Many Thanks

Regards.

AkkJaa...
Re: RN10400
March 31, 2021 05:13AM
AkkJaa,

> But I'm not known for giving up. I never give up,
> So if it does not want to. then it must. That's
> the case. no mercy..

I don't think you should give up either :) just a matter of time you will find the solution searching for what others had done in this situation to copy the data out of this RAID HDDs. If you need to restore to stock to do that, then it is OK. It's only temporary. After you copy the data out, erase the HDDs and run Debian on USB like you have done, and attach again them to use as data HDDs.

This is one of the time it is good to remind people about RAID. RAID is not a backup. RAID is a business solution to keep the box data available when a hard disk fails. Business cannot afford to have down time, so if an HDD in the array fails, we can hot plug in another new HDD to replace it.

For home NAS, there is no need for RAID (RAID is actually counter productive). One just needs a backup solution, whether it is a plugged in USB HDD or a HDD on another computer in the network is what we should use. RAID costs more and that extra disk should be used for a real backup HDD.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: RN10400
March 31, 2021 05:43AM
Bodhi,

I'am completely agree.

Yeah... But if i restore it to stock FW. Then the same thing will happen again when I insert HDD's because then the new stock FW will be destroyed. Because that is what has ruined this before and also what we made.

What I was thinking about was making a program that could be on the USB drive that we have made. Which prevent HDD's from accessing the RN10400 motherboard and destroying it.

And when we then start up the program who is on the USB Drive so then we can access all HDD's and remove what destroys the software on the RN10400 motherboard.

Ie. HDDs do not get access to the RN10400 motherboard but we do get access to HDDs. That was my thinking.


Oki, i look and see what i find with the post you link'ed up here.

Best Regards.

AkkJaa...



Edited 2 time(s). Last edit at 03/31/2021 05:54AM by AkkJaa.
Re: RN10400
March 31, 2021 06:56PM
AkkJaa,

> Yeah... But if i restore it to stock FW. Then the
> same thing will happen again when I insert HDD's
> because then the new stock FW will be destroyed.
> Because that is what has ruined this before and
> also what we made.

With both HDDs in the slots, and USB rootfs attached. Power up, and interrupt serial console at countdown

U-Boot 2011.12-gec25d27-dirty (Oct 26 2015 - 16:56:14) Marvell version: v2011.12 2014_T2.0p1 
06/23/2015 ReadyNAS-104 V2.0

Board: DB-88F6710-BP
SoC:   MV6710 A1
CPU:   Marvell PJ4B v7 UP (Rev 1) LE
       CPU    @ 1200 [MHz]
       L2     @ 600 [MHz]
       TClock @ 200 [MHz]
       DDR    @ 600 [MHz]
       DDR 16Bit Width, FastPath Memory Access
DRAM:  512 MiB

Map:   Code:		0x1feef000:0x1ff9f514
       BSS:		0x1ffef8a0
       Stack:		0x1f9eeef8
       Heap:		0x1f9ef000:0x1feef000

NAND:  (ID 0xf12c)	128 MiB
MMC:   MRVL_MMC: 0
Bad block table found at page 65472, version 0x01
Bad block table found at page 65408, version 0x01

Initialize and scan all PCI interfaces
PEX unit.port(active IF[-first bus]):
------------------------------------------
PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
PEX 1: Root Complex Interface, Detected Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       AUDIO
       TDM
Modules/Interfaces Detected:
       RGMII0 Phy
       RGMII1 Phy
       PEX0 (Lane 0)
       PEX1 (Lane 1)
       SATA0 (Lane 2)
       SATA1 (Lane 3)
Net:   egiga0, egiga1 [PRIME]
Power On!

FDT loaded successfully
�Delay 7s then power on another group of HDDs 1 
Hit any key to stop autoboot:  0

Did the interruption prevent the HDD being scanned, did it not? If it did, list the envs

printenv

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: RN10400
April 04, 2021 04:50AM
Hi Bodhi,

Here is a new read out from the RN10400 Motherboard. And now i will put in 4 new 500 Gb. HDD's just to see if everything is ok.
But i see that it not save the env's on the motherboard. after reboot.


Terminal ready

BootROM 1.08
Booting from NAND flash


General initialization - Version: 1.0.0

High speed PHY - Version: 2.1.4 (COM-PHY-V20) 
Update PEX Device ID 0x6710
High speed PHY - Ended Successfully
0001
DDR3 Training Sequence - Ver 5.7.1
DDR3 Training Sequence - Run without PBS.
DDR3 Training Sequence - Ended Successfully 
BootROM: Image checksum verification PASSED

 __   __                      _ _
|  \/  | __ _ _ ____   _____| | |
| |\/| |/ _` | '__\ \ / / _ \ | |
| |  | | (_| | |   \ V /  __/ | |
|_|  |_|\__,_|_|    \_/ \___|_|_|
         _   _     ____              _
        | | | |   | __ )  ___   ___ | |_ 
        | | | |___|  _ \ / _ \ / _ \| __| 
        | |_| |___| |_) | (_) | (_) | |_ 
         \___/    |____/ \___/ \___/ \__| 
 ** LOADER **


U-Boot 2011.12-gec25d27-dirty (Oct 26 2015 - 16:56:14) Marvell version: v2011.12 2014_T2.0p1 
06/23/2015 ReadyNAS-104 V2.0

Board: DB-88F6710-BP
SoC:   MV6710 A1
CPU:   Marvell PJ4B v7 UP (Rev 1) LE
       CPU    @ 1200 [MHz]
       L2     @ 600 [MHz]
       TClock @ 200 [MHz]
       DDR    @ 600 [MHz]
       DDR 16Bit Width, FastPath Memory Access
DRAM:  512 MiB

Map:   Code:		0x1feef000:0x1ff9f514
       BSS:		0x1ffef8a0
       Stack:		0x1f9eeef8
       Heap:		0x1f9ef000:0x1feef000

NAND:  (ID 0xf12c)	128 MiB
MMC:   MRVL_MMC: 0
Bad block table found at page 65472, version 0x01
Bad block table found at page 65408, version 0x01

Initialize and scan all PCI interfaces
PEX unit.port(active IF[-first bus]):
------------------------------------------
PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
PEX 1: Root Complex Interface, Detected Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       AUDIO
       TDM
Modules/Interfaces Detected:
       RGMII0 Phy
       RGMII1 Phy
       PEX0 (Lane 0)
       PEX1 (Lane 1)
       SATA0 (Lane 2)
       SATA1 (Lane 3)
Net:   egiga0, egiga1 [PRIME]
Power On!

FDT loaded successfully
Hit any key to stop autoboot:  0 
Marvell>> printenv
AC_Power_fail_detect=open
CASset=min
HW_version=MVT
MALLOC_len=5
Manufacturer=NETGEAR
Product=ReadyNAS 104
SKUNum=RN104
SerialNum=3EPE51EM006E2
Startup=Normal
UUID=8ad06a7e-97fc-11e4-9cf7-e8fcafe534ca
Version=V1.0
autoload=no
bootargs=console=ttyS0,115200
bootargs_end=:10.4.50.254:255.255.255.0:KW40:eth0:none
bootargs_root=root=/dev/nfs rw
bootcmd=usb start;fatload usb 0:1 0x2000000 /uImage-recovery;fatload usb 0:1 0x3000000 /initrd-recovery.gz;nand read 0x1000000 0xD4000 0x6000; bootm 0x2000000 0x3000000 0x1000000
bootcmd_fdt=tftpboot 0x2000000 $image_name;tftpboot $fdtaddr $fdtfile;setenv bootargs $console $mtdparts $bootargs_root nfsroot=$serverip:$rootpath ip=$ipaddr:$serverip$bootargs_end $mvNetConfig video=dovefb:lcd0:$lcd0_params clcd.lcd0_enable=$lcd0_enable clcd.lcd_panel=$lcd_panel; bootz 0x2000000 - $fdtaddr;
bootcmd_ubi=ubi part ubifs; ubifsmount rootfs; ubifsload 0x2000000 kernel; ubifsload 0x3000000 initrd.gz; bootm 0x2000000 0x3000000 0x1000000
bootdelay=0
cacheShare=no
console=console=ttyS0,115200
disL2Cache=yes
disaMvPnp=no
eeeEnable=no
enaAutoRecovery=yes
enaClockGating=yes
enaExtDisk=no
enaFPU=no
enaMonExt=no
enaWrAllo=no
envver=3
eth1addr=E8:FC:AF:E5:34:CB
eth1mtu=1500
ethact=egiga1
ethaddr=E8:FC:AF:E5:34:CA
ethmtu=1500
ethprime=egiga1
fdt_skip_update=yes
fdtaddr=0x1000000
fdtfile=armada-370-db.dtb
image_name=uImage
initrd_name=uInitrd
load_addr=0x02000000
load_uimage=ext2load usb 0:1 0x2000000 /boot/uImage
load_uinitrd=ext2load usb 0:1 0x3000000 /boot/uInitrd
loadaddr=0x02000000
mtdids=nand0=armada-nand
mtdparts=mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs)
mvNetConfig=mv_net_config=1,(00:50:43:11:11:11,0:1:2:3:4),mtu=1500
mv_pon_addr=00:50:43:00:00:02
nandEcc=1bit
netbsd_en=no
netretry=no
pcieTune=no
pexMode=rc
pxe_files_load=:default.arm-armada370-db:default.arm-armadaxp:default.arm
pxefile_addr_r=3100000
rcvrip=169.254.100.100
sata_delay_reset=0
sata_dma_mode=yes
setL2CacheWT=no
standalone=fsload $load_addr $image_name;setenv bootargs $console $mtdparts root=/dev/mtdblock0 rw ip=$ipaddr:$serverip$bootargs_end; bootm $load_addr;
stderr=serial
stdin=serial
stdout=serial
test_xxxx=yes
usb0Mode=host
usb1Mode=host
usb2Mode=device
usbActive=0
usb_boot=run load_uimage; if run load_uinitrd; then bootm 0x2000000 0x3000000; else bootm 0x2000000; fi
usb_bootcmd=run usb_set_bootargs; run usb_boot
usb_set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial
vxworks_en=no
yuk_ethaddr=00:00:00:EE:51:81

Environment size: 2749/131068 bytes
Marvell>> setenv mtdparts 'mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs)' 
Marvell>> setenv usb_set_bootargs 'setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial' 
Marvell>> setenv load_uimage 'ext2load usb 0:1 0x2000000 /boot/uImage' 
Marvell>> setenv load_uinitrd 'ext2load usb 0:1 0x3000000 /boot/uInitrd' 
Marvell>> setenv usb_boot 'run load_uimage; if run load_uinitrd; then bootm 0x2000000 0x3000000; else bootm 0x2000000; fi' 
Marvell>> setenv usb_bootcmd 'run usb_set_bootargs; run usb_boot'
Marvell>> setenv bootcmd 'usb start; run usb_bootcmd; usb stop; reset' 
Marvell>> setenv fdt_skip_update yes
Marvell>> saveenv
Saving Environment to NAND...
Erasing Nand...
Writing to Nand... done
Marvell>> boot
(Re)start USB...
USB:   Active port:	0
Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 2 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
Loading file "/boot/uImage" from usb device 0:1 (usbda1)
5419270 bytes read
Loading file "/boot/uInitrd" from usb device 0:1 (usbda1)
9504816 bytes read
## Booting kernel from Legacy Image at 02000000 ...
   Image Name:   Linux-5.8.5-mvebu-370xp-tld-1
   Created:      2021-03-23  17:16:36 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    5419206 Bytes = 5.2 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 03000000 ...
   Image Name:   initramfs-5.8.5-mvebu-370xp-tld-
   Created:      2021-03-23  17:17:43 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    9504752 Bytes = 9.1 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000][    T0] Booting Linux on physical CPU 0x0
[    0.000000][    T0] Linux version 5.8.5-mvebu-370xp-tld-1 (root@tldDebianVM) (arm-linux-gnueabihf-gcc (Ubuntu/Linaro 7.5.0-3ubuntu1~18.04) 7.5.0, GNU ld (GNU Binutils for Ubuntu) 2.30) #1.0 SMP PREEMPT Mon Aug 31 00:00:32 PDT 2020
[    0.000000][    T0] CPU: ARMv7 Processor [561f5811] revision 1 (ARMv7), cr=10c5387d
[    0.000000][    T0] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[    0.000000][    T0] OF: fdt: Machine model: NETGEAR ReadyNAS 104
[    0.000000][    T0] printk: bootconsole [earlycon0] enabled
[    0.000000][    T0] Memory policy: Data cache writeback
[    0.000000][    T0] Zone ranges:
[    0.000000][    T0]   Normal   [mem 0x0000000000000000-0x000000001fffffff]
[    0.000000][    T0]   HighMem  empty
[    0.000000][    T0] Movable zone start for each node
[    0.000000][    T0] Early memory node ranges
[    0.000000][    T0]   node   0: [mem 0x0000000000000000-0x000000001fffffff]
[    0.000000][    T0] Initmem setup node 0 [mem 0x0000000000000000-0x000000001fffffff]
[    0.000000][    T0] CPU: All CPU(s) started in SVC mode.
[    0.000000][    T0] percpu: Embedded 20 pages/cpu s53068 r8192 d20660 u81920
[    0.000000][    T0] Built 1 zonelists, mobility grouping on.  Total pages: 130048
[    0.000000][    T0] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs) earlyprintk=serial mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs) reason=normal bdtype=rn104
[    0.000000][    T0] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000][    T0] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[    0.000000][    T0] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.000000][    T0] Memory: 493604K/524288K available (10240K kernel code, 1012K rwdata, 3072K rodata, 1024K init, 342K bss, 30684K reserved, 0K cma-reserved, 0K highmem)
[    0.000000][    T0] random: get_random_u32 called from ____cache_alloc+0x338/0x794 with crng_init=0
[    0.000000][    T0] rcu: Preemptible hierarchical RCU implementation.
[    0.000000][    T0] rcu: 	RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
[    0.000000][    T0] 	Trampoline variant of Tasks RCU enabled.
[    0.000000][    T0] 	Rude 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] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[    0.000000][    T0] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000][    T0] L2C: DT/platform modifies aux control register: 0x12086300 -> 0x1a086302
[    0.000000][    T0] Aurora cache controller enabled, 4 ways, 256 kB
[    0.000000][    T0] Aurora: CACHE_ID 0x00000100, AUX_CTRL 0x1a086302
[    0.000000][    T0] Switching to timer-based delay loop, resolution 53ns
[    0.000007][    T0] sched_clock: 32 bits at 18MHz, resolution 53ns, wraps every 114537122277ns
[    0.007874][    T0] clocksource: armada_370_xp_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 101938038664 ns
[    0.019305][    T0] Console: colour dummy device 80x30
[    0.024024][    T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 37.49 BogoMIPS (lpj=187492)
[    0.034155][    T0] pid_max: default: 32768 minimum: 301
[    0.039219][    T0] LSM: Security Framework initializing
[    0.044166][    T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.051494][    T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.060289][    T0] CPU: Testing write buffer coherency: ok
[    0.065730][    T1] CPU0: thread -1, cpu 0, socket -1, mpidr 0
[    0.072060][    T1] Setting up static identity map for 0x100000 - 0x100060
[    0.078754][    T1] mvebu-soc-id: MVEBU SoC ID=0x6710, Rev=0x1
[    0.084186][    T1] mvebu-pmsu: Initializing Power Management Service Unit
[    0.090708][    T1] rcu: Hierarchical SRCU implementation.
[    0.098531][    T1] smp: Bringing up secondary CPUs ...
[    0.103419][    T1] smp: Brought up 1 node, 1 CPU
[    0.107715][    T1] SMP: Total of 1 processors activated (37.49 BogoMIPS).
[    0.114034][    T1] CPU: All CPU(s) started in SVC mode.
[    0.119571][    T1] devtmpfs: initialized
[    0.128267][    T1] VFP support v0.3: implementor 56 architecture 2 part 20 variant 9 rev 6
[    0.137173][    T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.146944][    T1] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[    0.154150][    T1] xor: measuring software checksum speed
[    0.258575][    T1]    arm4regs  :  1103.200 MB/sec
[    0.358573][    T1]    8regs     :   671.200 MB/sec
[    0.458567][    T1]    32regs    :  1062.400 MB/sec
[    0.463020][    T1] xor: using function: arm4regs (1103.200 MB/sec)
[    0.468785][    T1] prandom: seed boundary self test passed
[    0.477387][    T1] prandom: 100 self tests passed
[    0.481800][    T1] pinctrl core: initialized pinctrl subsystem
[    0.488946][    T1] thermal_sys: Registered thermal governor 'step_wise'
[    0.489696][    T1] NET: Registered protocol family 16
[    0.502541][    T1] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.510425][    T1] audit: initializing netlink subsys (disabled)
[    0.516399][   T31] audit: type=2000 audit(0.490:1): state=initialized audit_enabled=0 res=1
[    0.526670][    T1] cpuidle: using governor ladder
[    0.532692][    T1] cpuidle: using governor menu
[    0.537182][    T1] hw-breakpoint: debug architecture 0x4 unsupported.
[    0.809002][    T1] raid6: int32x8  gen()   214 MB/s
[    0.979722][    T1] raid6: int32x8  xor()   136 MB/s
[    1.148806][    T1] raid6: int32x4  gen()   224 MB/s
[    1.318647][    T1] raid6: int32x4  xor()   151 MB/s
[    1.488580][    T1] raid6: int32x2  gen()   414 MB/s
[    1.658568][    T1] raid6: int32x2  xor()   217 MB/s
[    1.828600][    T1] raid6: int32x1  gen()   430 MB/s
[    1.998588][    T1] raid6: int32x1  xor()   201 MB/s
[    2.003119][    T1] raid6: using algorithm int32x1 gen() 430 MB/s
[    2.008693][    T1] raid6: .... xor() 201 MB/s, rmw enabled
[    2.013778][    T1] raid6: using intx1 recovery algorithm
[    2.020116][    T1] vgaarb: loaded
[    2.025073][    T1] SCSI subsystem initialized
[    2.030328][    T1] usbcore: registered new interface driver usbfs
[    2.036025][    T1] usbcore: registered new interface driver hub
[    2.043222][    T1] usbcore: registered new device driver usb
[    2.049927][    T1] mc: Linux media interface: v0.10
[    2.055351][    T1] videodev: Linux video capture interface: v2.00
[    2.061866][    T1] pps_core: LinuxPPS API ver. 1 registered
[    2.067036][    T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.076776][    T1] PTP clock support registered
[    2.084603][    T1] clocksource: Switched to clocksource armada_370_xp_clocksource
[    3.073697][    T1] VFS: Disk quotas dquot_6.6.0
[    3.078083][    T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    3.113336][    T1] NET: Registered protocol family 2
[    3.120889][    T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    3.129578][    T1] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
[    3.137621][    T1] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    3.144910][    T1] TCP: Hash tables configured (established 4096 bind 4096)
[    3.151915][    T1] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    3.158722][    T1] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    3.165949][    T1] NET: Registered protocol family 1
[    3.171330][    T1] RPC: Registered named UNIX socket transport module.
[    3.177471][    T1] RPC: Registered udp transport module.
[    3.182399][    T1] RPC: Registered tcp transport module.
[    3.187346][    T1] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    3.193864][    T1] PCI: CLS 0 bytes, default 64
[    3.198472][    T1] Trying to unpack rootfs image as initramfs...
[    3.815029][    T1] Freeing initrd memory: 9284K
[    3.819525][    T1] NetWinder Floating Point Emulator V0.97 (double precision)
[    3.826495][    T1] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
[    3.837495][    T1] Initialise system trusted keyrings
[    3.842234][    T1] Key type blacklist registered
[    3.848833][    T1] workingset: timestamp_bits=30 max_order=17 bucket_order=0
[    3.855664][    T1] zbud: loaded
[    3.860260][    T1] NFS: Registering the id_resolver key type
[    3.865994][    T1] Key type id_resolver registered
[    3.870450][    T1] Key type id_legacy registered
[    3.874883][    T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    3.881645][    T1] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    3.888524][    T1] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    3.896789][    T1] orangefs_debugfs_init: called with debug mask: :none: :0:
[    3.903525][    T1] orangefs_init: module version upstream loaded
[    3.983133][    T1] async_tx: api initialized (async)
[    3.987838][    T1] Key type asymmetric registered
[    3.992213][    T1] Asymmetric key parser 'x509' registered
[    3.997557][    T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    4.005268][    T1] io scheduler bfq registered
[    4.012318][    T1] armada-370-pinctrl d0018000.pin-ctrl: registered pinctrl driver
[    4.028474][    T1] mvebu-pcie soc:pcie@82000000: PCI host bridge to bus 0000:00
[    4.036356][    T1] pci_bus 0000:00: root bus resource [bus 00-ff]
[    4.042007][    T1] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xffdfffff]
[    4.049281][    T1] pci_bus 0000:00: root bus resource [io  0x1000-0xeffff]
[    4.055987][    T1] pci 0000:00:01.0: [11ab:6710] type 01 class 0x060400
[    4.062140][    T1] pci 0000:00:01.0: reg 0x38: [mem 0x00000000-0x000007ff pref]
[    4.069549][    T1] pci 0000:00:02.0: [11ab:6710] type 01 class 0x060400
[    4.075950][    T1] pci 0000:00:02.0: reg 0x38: [mem 0x00000000-0x000007ff pref]
[    4.084306][    T1] PCI: bus0: Fast back to back transfers disabled
[    4.090168][    T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    4.098212][    T1] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    4.106631][    T1] pci 0000:01:00.0: [1b73:1009] type 00 class 0x0c0330
[    4.112788][    T1] pci 0000:01:00.0: reg 0x10: [mem 0x40000000-0x4000ffff 64bit]
[    4.119852][    T1] pci 0000:01:00.0: reg 0x18: [mem 0x40010000-0x40010fff 64bit]
[    4.126801][    T1] pci 0000:01:00.0: reg 0x20: [mem 0x40011000-0x40011fff 64bit]
[    4.133724][    T1] pci 0000:01:00.0: supports D1
[    4.138109][    T1] pci 0000:01:00.0: PME# supported from D0 D1 D3hot D3cold
[    4.145054][    T1] pci 0000:00:01.0: ASPM: current common clock configuration is inconsistent, reconfiguring
[    4.175715][    T1] PCI: bus1: Fast back to back transfers disabled
[    4.181454][    T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    4.188563][    T1] pci 0000:02:00.0: [1b4b:9215] type 00 class 0x010601
[    4.194910][    T1] pci 0000:02:00.0: reg 0x10: [io  0xfffffff8-0xffffffff]
[    4.201276][    T1] pci 0000:02:00.0: reg 0x14: [io  0xfffffffc-0xffffffff]
[    4.207747][    T1] pci 0000:02:00.0: reg 0x18: [io  0xfffffff8-0xffffffff]
[    4.214112][    T1] pci 0000:02:00.0: reg 0x1c: [io  0xfffffffc-0xffffffff]
[    4.220558][    T1] pci 0000:02:00.0: reg 0x20: [io  0xffffffe0-0xffffffff]
[    4.226979][    T1] pci 0000:02:00.0: reg 0x24: [mem 0x42000000-0x420007ff]
[    4.233345][    T1] pci 0000:02:00.0: reg 0x30: [mem 0xd0000000-0xd000ffff pref]
[    4.240238][    T1] pci 0000:02:00.0: PME# supported from D3hot
[    4.246148][    T1] pci 0000:00:02.0: ASPM: current common clock configuration is inconsistent, reconfiguring
[    4.285713][    T1] PCI: bus2: Fast back to back transfers disabled
[    4.291451][    T1] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
[    4.298278][    T1] pci 0000:00:01.0: BAR 14: assigned [mem 0xf8000000-0xf80fffff]
[    4.305249][    T1] pci 0000:00:02.0: BAR 14: assigned [mem 0xf8100000-0xf81fffff]
[    4.312162][    T1] pci 0000:00:02.0: BAR 13: assigned [io  0x10000-0x10fff]
[    4.318649][    T1] pci 0000:00:01.0: BAR 6: assigned [mem 0xf8200000-0xf82007ff pref]
[    4.325901][    T1] pci 0000:00:02.0: BAR 6: assigned [mem 0xf8300000-0xf83007ff pref]
[    4.333137][    T1] pci 0000:01:00.0: BAR 0: assigned [mem 0xf8000000-0xf800ffff 64bit]
[    4.340473][    T1] pci 0000:01:00.0: BAR 2: assigned [mem 0xf8010000-0xf8010fff 64bit]
[    4.347807][    T1] pci 0000:01:00.0: BAR 4: assigned [mem 0xf8011000-0xf8011fff 64bit]
[    4.355139][    T1] pci 0000:00:01.0: PCI bridge to [bus 01]
[    4.360312][    T1] pci 0000:00:01.0:   bridge window [mem 0xf8000000-0xf80fffff]
[    4.367173][    T1] pci 0000:02:00.0: BAR 6: assigned [mem 0xf8100000-0xf810ffff pref]
[    4.374402][    T1] pci 0000:02:00.0: BAR 5: assigned [mem 0xf8110000-0xf81107ff]
[    4.381255][    T1] pci 0000:02:00.0: BAR 4: assigned [io  0x10000-0x1001f]
[    4.387633][    T1] pci 0000:02:00.0: BAR 0: assigned [io  0x10020-0x10027]
[    4.393993][    T1] pci 0000:02:00.0: BAR 2: assigned [io  0x10028-0x1002f]
[    4.400369][    T1] pci 0000:02:00.0: BAR 1: assigned [io  0x10030-0x10033]
[    4.406746][    T1] pci 0000:02:00.0: BAR 3: assigned [io  0x10034-0x10037]
[    4.413106][    T1] pci 0000:00:02.0: PCI bridge to [bus 02]
[    4.418290][    T1] pci 0000:00:02.0:   bridge window [io  0x10000-0x10fff]
[    4.424665][    T1] pci 0000:00:02.0:   bridge window [mem 0xf8100000-0xf81fffff]
[    4.431620][    T1] pcieport 0000:00:01.0: enabling device (0140 -> 0142)
[    4.437963][    T1] pcieport 0000:00:02.0: enabling device (0140 -> 0143)
[    4.445493][    T1] mv_xor d0060800.xor: Marvell shared XOR driver
[    4.515981][    T1] mv_xor d0060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    4.526953][    T1] mv_xor d0060900.xor: Marvell shared XOR driver
[    4.595975][    T1] mv_xor d0060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    4.797401][    T1] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    4.808555][    T1] printk: console [ttyS0] disabled
[    4.834529][    T1] d0012000.serial: ttyS0 at MMIO 0xd0012000 (irq = 19, base_baud = 12500000) is a 16550A
[    4.843535][    T1] printk: console [ttyS0] enabled
[    4.843535][    T1] printk: console [ttyS0] enabled
[    4.852741][    T1] printk: bootconsole [earlycon0] disabled
[    4.852741][    T1] printk: bootconsole [earlycon0] disabled
[    4.865592][    T1] ahci 0000:02:00.0: enabling device (0146 -> 0147)
[    4.882022][    T1] ahci 0000:02:00.0: AHCI 0001.0000 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[    4.890219][    T1] ahci 0000:02:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs 
[    4.904404][    T1] scsi host0: ahci
[    4.909037][    T1] scsi host1: ahci
[    4.913498][    T1] scsi host2: ahci
[    4.918117][    T1] scsi host3: ahci
[    4.922153][    T1] ata1: SATA max UDMA/133 abar m2048@0xf8110000 port 0xf8110100 irq 42
[    4.930032][    T1] ata2: SATA max UDMA/133 abar m2048@0xf8110000 port 0xf8110180 irq 42
[    4.937701][    T1] ata3: SATA max UDMA/133 abar m2048@0xf8110000 port 0xf8110200 irq 42
[    4.945233][    T1] ata4: SATA max UDMA/133 abar m2048@0xf8110000 port 0xf8110280 irq 42
[    4.954709][    T1] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xf1
[    4.961212][    T1] nand: Micron MT29F1G08ABADAWP
[    4.967250][    T1] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    4.975608][    T1] Bad block table found at page 65472, version 0x01
[    4.982071][    T1] Bad block table found at page 65408, version 0x01
[    4.988439][    T1] 5 cmdlinepart partitions found on MTD device pxa3xx_nand-0
[    4.995258][    T1] Creating 5 MTD partitions on "pxa3xx_nand-0":
[    5.000880][    T1] 0x000000000000-0x000000180000 : "u-boot"
[    5.008385][    T1] 0x000000180000-0x0000001a0000 : "u-boot-env"
[    5.016764][    T1] 0x000000200000-0x000000800000 : "uImage"
[    5.024848][    T1] 0x000000800000-0x000000c00000 : "minirootfs"
[    5.033111][    T1] 0x000000c00000-0x000008000000 : "ubifs"
[    5.042880][    T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[    5.052029][    T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[    5.065635][    T1] libphy: Fixed MDIO Bus: probed
[    5.075254][    T1] libphy: orion_mdio_bus: probed
[    5.110799][    T1] mvneta d0070000.ethernet eth0: Using random mac address 4e:37:b8:c8:41:c9
[    5.126564][    T1] mvneta d0074000.ethernet eth1: Using random mac address 4a:b5:dd:a9:2d:58
[    5.137257][    T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.143950][    T1] ehci-pci: EHCI PCI platform driver
[    5.149798][    T1] ehci-orion: EHCI orion driver
[    5.154369][    T1] orion-ehci d0050000.usb: EHCI Host Controller
[    5.160519][    T1] orion-ehci d0050000.usb: new USB bus registered, assigned bus number 1
[    5.168661][    T1] orion-ehci d0050000.usb: irq 25, io mem 0xd0050000
[    5.204630][    T1] orion-ehci d0050000.usb: USB 2.0 started, EHCI 1.00
[    5.211130][    T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[    5.219486][    T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.226865][    T1] usb usb1: Product: EHCI Host Controller
[    5.232065][    T1] usb usb1: Manufacturer: Linux 5.8.5-mvebu-370xp-tld-1 ehci_hcd
[    5.239115][    T1] usb usb1: SerialNumber: d0050000.usb
[    5.245173][    T1] hub 1-0:1.0: USB hub found
[    5.249704][    T1] hub 1-0:1.0: 1 port detected
[    5.255568][    T1] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    5.261610][    T1] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[    5.270056][    T1] xhci_hcd 0000:01:00.0: hcc params 0x200073a1 hci version 0x100 quirks 0x0000000000080010
[    5.279262][ T1209] ata3: SATA link down (SStatus 0 SControl 300)
[    5.285877][    T1] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[    5.294137][    T1] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.301574][ T1213] ata4: SATA link down (SStatus 0 SControl 300)
[    5.307330][ T1201] ata1: SATA link down (SStatus 0 SControl 300)
[    5.312991][ T1205] ata2: SATA link down (SStatus 0 SControl 300)
[    5.318768][    T1] usb usb2: Product: xHCI Host Controller
[    5.323906][    T1] usb usb2: Manufacturer: Linux 5.8.5-mvebu-370xp-tld-1 xhci-hcd
[    5.330983][    T1] usb usb2: SerialNumber: 0000:01:00.0
[    5.336884][    T1] hub 2-0:1.0: USB hub found
[    5.341303][    T1] hub 2-0:1.0: 2 ports detected
[    5.346805][    T1] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    5.352283][    T1] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 3
[    5.360285][    T1] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[    5.366973][    T1] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    5.375375][    T1] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08
[    5.383632][    T1] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.391001][    T1] usb usb3: Product: xHCI Host Controller
[    5.396186][    T1] usb usb3: Manufacturer: Linux 5.8.5-mvebu-370xp-tld-1 xhci-hcd
[    5.403161][    T1] usb usb3: SerialNumber: 0000:01:00.0
[    5.409022][    T1] hub 3-0:1.0: USB hub found
[    5.413419][    T1] hub 3-0:1.0: 2 ports detected
[    5.419603][    T1] usbcore: registered new interface driver usblp
[    5.426317][    T1] usbcore: registered new interface driver usb-storage
[    5.433494][    T1] mousedev: PS/2 mouse device common for all mice
[    5.441202][    T1] i2c /dev entries driver
[    5.449936][    T1] rtc-ds1307 0-0068: 'wakeup-source' is set, request for an IRQ is disabled!
[    5.463283][    T1] rtc-ds1307 0-0068: registered as rtc0
[    5.470135][    T1] rtc-ds1307 0-0068: setting system clock to 2000-01-01T01:11:50 UTC (946689110)
[    5.479453][    T1] pca953x 0-0023: supply vcc not found, using dummy regulator
[    5.487025][    T1] pca953x 0-0023: using no AI
[    5.526655][    T1] orion_wdt: Initial timeout 229 sec
[    5.533110][    T1] device-mapper: uevent: version 1.0.3
[    5.538865][    T1] device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com
[    5.548274][    T1] device-mapper: multipath round-robin: version 1.2.0 loaded
[    5.555095][    T1] device-mapper: multipath queue-length: version 0.2.0 loaded
[    5.561832][    T1] device-mapper: multipath service-time: version 0.3.0 loaded
[    5.568714][    T1] device-mapper: dm-log-userspace: version 1.3.0 loaded
[    5.575038][    T1] device-mapper: raid: Loading target version 1.15.1
[    5.590451][    T1] marvell-cesa d0090000.crypto: CESA device successfully registered
[    5.598525][    T1] hid: raw HID events driver (C) Jiri Kosina
[    5.605327][    T1] usbcore: registered new interface driver usbhid
[    5.611108][    T1] usbhid: USB HID core driver
[    5.615428][   T20] usb 1-1: new high-speed USB device number 2 using orion-ehci
[    5.623771][    T1] drop_monitor: Initializing network drop monitor service
[    5.631236][    T1] NET: Registered protocol family 10
[    5.637665][    T1] Segment Routing with IPv6
[    5.641712][    T1] RPL Segment Routing with IPv6
[    5.646346][    T1] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    5.654916][    T1] NET: Registered protocol family 17
[    5.660580][    T1] 8021q: 802.1Q VLAN Support v1.8
[    5.665269][    T1] Key type dns_resolver registered
[    5.670125][    T1] ThumbEE CPU extension supported.
[    5.674891][    T1] Registering SWP/SWPB emulation handler
[    5.680437][    T1] registered taskstats version 1
[    5.685176][    T1] Loading compiled-in X.509 certificates
[    5.690389][    T1] zswap: loaded using pool lzo/zbud
[    5.695731][    T1] Key type ._fscrypt registered
[    5.700072][    T1] Key type .fscrypt registered
[    5.704326][    T1] Key type fscrypt-provisioning registered
[    5.712695][    T1] Key type big_key registered
[    5.741690][    T1] Key type encrypted registered
[    5.750699][    T1] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[    5.761944][    T1] Freeing unused kernel memory: 1024K
[    5.796894][    T1] Checked W+X mappings: passed, no W+X pages found
[    5.802796][    T1] Run /init as init process
[    5.817221][   T20] usb 1-1: New USB device found, idVendor=13fe, idProduct=4300, bcdDevice= 1.00
[    5.834925][   T20] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.842155][   T20] usb 1-1: Product: USB DISK 2.0
[    5.847784][   T20] usb 1-1: Manufacturer:         
[    5.852335][   T20] usb 1-1: SerialNumber: 9000996E0B7F4964
[    5.870828][   T20] usb-storage 1-1:1.0: USB Mass Storage device detected
[    5.888751][   T20] scsi host4: usb-storage 1-1:1.0
Loading, please wait...
Starting version 241
[    6.996681][  T186] scsi 4:0:0:0: Direct-Access              USB DISK 2.0     PMAP PQ: 0 ANSI: 4
[    7.038243][   T15] sd 4:0:0:0: [sda] 30322688 512-byte logical blocks: (15.5 GB/14.5 GiB)
[    7.062282][   T15] sd 4:0:0:0: [sda] Write Protect is off
[    7.077748][   T15] sd 4:0:0:0: [sda] No Caching mode page found
[    7.083309][   T15] sd 4:0:0:0: [sda] Assuming drive cache: write through
[    7.127463][   T15]  sda: sda1
[    7.144328][   T15] sd 4:0:0:0: [sda] Attached SCSI removable disk
[    7.642873][    C0] random: fast init done
[    8.987949][ T1511] 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.
[   22.405934][ T1522] process '/usr/bin/fstype' started with executable stack
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, 26976/948416 files, 401919/3790323 blocks
done.
[   27.897014][ T1531] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem
[   27.938299][ T1531] 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...[   34.310424][ T1724] systemd-udevd[1724]: Using default interface naming scheme 'v240'.
[   34.353168][ T1738] systemd-udevd[1738]: Using default interface naming scheme 'v240'.
[   34.466318][ T1724] systemd-udevd[1724]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   34.482300][ T1738] systemd-udevd[1738]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   34.605468][ T1724] systemd-udevd[1724]: Could not generate persistent MAC address for eth1: No such file or directory
[   34.621547][ T1738] systemd-udevd[1738]: Could not generate persistent MAC address for eth0: No such file or directory
[   34.656953][    C0] random: crng init done
[   34.744770][ T1739] sd 4:0:0:0: Attached scsi generic sg0 type 0
[   35.287219][ T1731] systemd-udevd[1731]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   35.322306][ T1737] systemd-udevd[1737]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   35.341568][ T1723] systemd-udevd[1723]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   35.453809][ T1731] systemd-udevd[1731]: Could not generate persistent MAC address for ip6tnl0: No such file or directory
done.
[ ok ] Setting hostname to 'debian'...done.
[ ok ] Activating swap:.
[   41.080191][ T1938] 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
[ ok ] Done checking file systems. A log is being saved in /var/log/fsck/checkfs if that location is writable..
[ ok ] Cleaning up temporary files...[....] Cleaning /tmp...done.
[ ok .
[ ok ] Will now mount local filesystems:.
[ ok ] Will now activate swapfile swap:done.
[ ok ] Checking minimum space in /tmp...done.
[ ok ] Cleaning up temporary files....
[ ok ] Starting Setting kernel variables: sysctl.
[ ok ] Initializing random number generator...done.
[....] Configuring network interfaces...Internet Systems Consortium DHCP Client 4.4.1
Copyright 2004-2018 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

[   46.595602][ T2469] mvneta d0070000.ethernet eth0: PHY [d0072004.mdio-mii:00] driver [Marvell 88E1318S] (irq=POLL)
[   46.605655][ T2469] mvneta d0070000.ethernet eth0: configuring for phy/rgmii-id link mode
Listening on LPF/eth0/4e:37:b8:c8:41:c9
Sending on   LPF/eth0/4e:37:b8:c8:41:c9
Sending on   Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 12
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 12
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 10
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
done.
[ ok ] Starting RPC port mapper daemon: rpcbind.
[ ok ] Starting NFS common utilities: statd idmapd.
[ ok ] Cleaning up temporary files....
INIT: Entering runlevel: 2
[info] Using makefile-style concurrent boot in runlevel 2.
[....] Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd...
2688 (syslogd)
. ok 
[....] Starting busybox' klogd implementation : klogdStarting /sbin/klogd...
2715 (klogd)
. ok 
[warn] Not starting NFS kernel daemon: no exports. ... (warning).
[ ok ] Starting periodic command scheduler: cron.
[ ok ] Starting system message bus: dbus.
[ ok ] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
[ ok ] Starting NTP server: ntpd.
[ ok ] Starting OpenBSD Secure Shell server: sshd.
[....] Running local boot scripts (/etc/rc.local)[  115.315005][ T2922] Setting Persistent MAC address to E8:FC:AF:E5:34:CA
<13>Dec 31 17:13:42 root[2929]: Setting Persistent MAC address to E8:FC:AF:E5:34:CA
Killed old client process
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/4e:37:b8:c8:41:c9
Sending on   LPF/eth0/4e:37:b8:c8:41:c9
Sending on   Socket/fallback
DHCPRELEASE of 192.168.0.186 on eth0 to 192.168.0.1 port 67
send_packet: Network is unreachable
send_packet: please consult README file regarding broadcast address.
dhclient.c:2878: Failed to send 300 byte long packet over fallback interface.
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/

[  116.994607][ T2966] mvneta d0070000.ethernet eth0: PHY [d0072004.mdio-mii:00] driver [Marvell 88E1318S] (irq=POLL)
[  117.004668][ T2966] mvneta d0070000.ethernet eth0: configuring for phy/rgmii-id link mode
Listening on LPF/eth0/e8:fc:af:e5:34:ca
Sending on   LPF/eth0/e8:fc:af:e5:34:ca
Sending on   Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 15
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 19
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
. ok 

Debian GNU/Linux 10 debian ttyS0

debian login: root
Password: 
Last login: Fri Dec 31 16:54:26 PST 1999 on ttyS0
Linux debian 5.8.5-mvebu-370xp-tld-1 #1.0 SMP PREEMPT Mon Aug 31 00:00:32 PDT 2020 armv7l

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.
debian
NETGEAR ReadyNAS 104
Linux version 5.8.5-mvebu-370xp-tld-1 (root@tldDebianVM) (arm-linux-gnueabihf-gcc (Ubuntu/Linaro 7.5.0-3ubuntu1~18.04) 7.5.0, GNU ld (GNU Binutils for Ubuntu) 2.30) #1.0 SMP PREEMPT Mon Aug 31 00:00:32 PDT 2020
Debian 10.0
Fri Dec 31 17:14:54 PST 1999 up 3 minutes
root@debian:~# shutdown -r now

Broadcast message from root@debian (ttyS0) (Fri Dec 31 17:15:10 1999):

The system is going down for reboot NOW!
INIT: Sending processe[info] Using makefile-style concurrent boot in runlevel 6.
[ ok ] Stopping hotplug events dispatcher: systemd-udevd.
[ ok ] Stopping Avahi mDNS/DNS-SD Daemon: avahi-daemon.
[....] Stopping busybox' klogd implementation: klogd2715 (klogd)
Stopped klogd (pid 2715).
. ok 
[....] Stopping busybox' syslogd implementation: syslogd2688 (syslogd)
. ok 
[ ok ] Stopping NFS kernel daemon: mountd nfsd.
[ ok ] Unexporting directories for NFS kernel daemon....
[ ok ] Asking all remaining processes to terminate...done.
[ ok ] All processes ended within 1 seconds...done.
[ ok ] Stopping NFS common utilities: idmapd statd.
[info] Saving the system clock.
[info] Hardware Clock updated to Fri Dec 31 17:16:00 PST 1999.
[ ok ] Stopping RPC port mapper daemon: rpcbind.
[....] Deconfiguring network interfaces...Removed stale PID file
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/e8:fc:af:e5:34:ca
Sending on   LPF/eth0/e8:fc:af:e5:34:ca
Sending on   Socket/fallback
DHCPRELEASE of 192.168.0.186 on eth0 to 192.168.0.1 port 67
send_packet: Network is unreachable
send_packet: please consult README file regarding broadcast address.
dhclient.c:2878: Failed to send 300 byte long packet over fallback interface.
done.
[ ok ] Saving random seed...done.
[....] Will now unmount temporary filesystems:umount: /tmp unmounted
. ok 
[ ok ] Will now deactivate swap:.
[....] Mounting root filesystem read-only...[  271.025663][ T3433] EXT4-fs (sda1): re-mounted. Opts: (null)
done.
[info] Will now restart.
[  271.314224][ T3454] reboot: Restarting system

BootROM 1.08
Booting from NAND flash


General initialization - Version: 1.0.0

High speed PHY - Version: 2.1.4 (COM-PHY-V20) 
Update PEX Device ID 0x6710
High speed PHY - Ended Successfully
0000
DDR3 Training Sequence - Ver 5.7.1
DDR3 Training Sequence - Run without PBS.
DDR3 Training Sequence - Ended Successfully 
BootROM: Image checksum verification PASSED

 __   __                      _ _
|  \/  | __ _ _ ____   _____| | |
| |\/| |/ _` | '__\ \ / / _ \ | |
| |  | | (_| | |   \ V /  __/ | |
|_|  |_|\__,_|_|    \_/ \___|_|_|
         _   _     ____              _
        | | | |   | __ )  ___   ___ | |_ 
        | | | |___|  _ \ / _ \ / _ \| __| 
        | |_| |___| |_) | (_) | (_) | |_ 
         \___/    |____/ \___/ \___/ \__| 
 ** LOADER **


U-Boot 2011.12-gec25d27-dirty (Oct 26 2015 - 16:56:14) Marvell version: v2011.12 2014_T2.0p1 
06/23/2015 ReadyNAS-104 V2.0

Board: DB-88F6710-BP
SoC:   MV6710 A1
CPU:   Marvell PJ4B v7 UP (Rev 1) LE
       CPU    @ 1200 [MHz]
       L2     @ 600 [MHz]
       TClock @ 200 [MHz]
       DDR    @ 600 [MHz]
       DDR 16Bit Width, FastPath Memory Access
DRAM:  512 MiB

Map:   Code:		0x1feef000:0x1ff9f514
       BSS:		0x1ffef8a0
       Stack:		0x1f9eeef8
       Heap:		0x1f9ef000:0x1feef000

NAND:  (ID 0xf12c)	128 MiB
MMC:   MRVL_MMC: 0
Bad block table found at page 65472, version 0x01
Bad block table found at page 65408, version 0x01

Initialize and scan all PCI interfaces
PEX unit.port(active IF[-first bus]):
------------------------------------------
PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
PEX 1: Root Complex Interface, Detected Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       AUDIO
       TDM
Modules/Interfaces Detected:
       RGMII0 Phy
       RGMII1 Phy
       PEX0 (Lane 0)
       PEX1 (Lane 1)
       SATA0 (Lane 2)
       SATA1 (Lane 3)
Net:   egiga0, egiga1 [PRIME]
Power On!

FDT loaded successfully
Hit any key to stop autoboot:  0 
(Re)start USB...
USB:   Active port:	0
Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 2 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
reading /uImage-recovery

** Unable to read "/uImage-recovery" from usb 0:1 **
reading /initrd-recovery.gz

** Unable to read "/initrd-recovery.gz" from usb 0:1 **

NAND read: device 0 offset 0xd4000, size 0x6000
 24576 bytes read: OK
Wrong Image Format for bootm command
ERROR: can't get kernel image!
Marvell>>


Yes then you can see if something is wrong.

Thanks.

Regards

AkkJaa...



Edited 1 time(s). Last edit at 04/04/2021 05:02AM by AkkJaa.
Re: RN10400
April 04, 2021 03:44PM
AkkJaa,

> Yes then you can see if something is wrong.

True, but that is not significant. The good thing is on the first boot, it does boot all the way, and everything is OK. UPDATE: looks like we need to do somee more works to be able to use these 4 HDDs.

On the reboot, interrupt serial console at countdown

Hit any key to stop autoboot:  0

and

printenv

I want to see which env was reset by stock u-boot at this point, and we'll go from there.


======

On the topic of copying files from the old RAID HDDs, did you find any hint from Netgear forum how to do this?

It is possible to do it after you have booted with USB Debian rootfs , and plug in the HDDs. But the process has some small risk. Since the files are important to you, I'm careful not to mess it up. But if you decide that you are going to accept some small risk, I can show you how it is usually done (moving a RAID array to a different box,or in this case the same box but with a new Linux system).

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



Edited 3 time(s). Last edit at 04/04/2021 07:42PM by bodhi.
Re: RN10400
April 05, 2021 05:23AM
Bodhi,

On this read out over here in that you answer on, it was no HDD's in the box. Only the read out from the RN10400 motherboard with the USB Drive.

But i have now get ready 4 Toshiba 500Gb. HDD's i have remove the partition on, so i can put in the Box and see what happend.

But i have only still get the RN10400 motherboard up and going again. But later on i will set in the Toshiba HDD's and put out the read out here.

Thanks Again.

AkkJaa...

What risk... Small risk... Well small is small... But can we take away what makeing mess from the HDD's and still get out what is storage on the HDD's it's good.
Are there something we can scan the HDD's with who can remove the garbage who makeing all this mess to the system.??
Re: RN10400
April 05, 2021 07:14AM
Hi Bodhi,

Now i have start up this with 4 new 500Gb HDD's and here is the read out.

Terminal ready

BootROM 1.08
Booting from NAND flash


General initialization - Version: 1.0.0

High speed PHY - Version: 2.1.4 (COM-PHY-V20) 
Update PEX Device ID 0x6710
High speed PHY - Ended Successfully
0001
DDR3 Training Sequence - Ver 5.7.1
DDR3 Training Sequence - Run without PBS.
DDR3 Training Sequence - Ended Successfully 
BootROM: Image checksum verification PASSED

 __   __                      _ _
|  \/  | __ _ _ ____   _____| | |
| |\/| |/ _` | '__\ \ / / _ \ | |
| |  | | (_| | |   \ V /  __/ | |
|_|  |_|\__,_|_|    \_/ \___|_|_|
         _   _     ____              _
        | | | |   | __ )  ___   ___ | |_ 
        | | | |___|  _ \ / _ \ / _ \| __| 
        | |_| |___| |_) | (_) | (_) | |_ 
         \___/    |____/ \___/ \___/ \__| 
 ** LOADER **


U-Boot 2011.12-gec25d27-dirty (Oct 26 2015 - 16:56:14) Marvell version: v2011.12 2014_T2.0p1 
06/23/2015 ReadyNAS-104 V2.0

Board: DB-88F6710-BP
SoC:   MV6710 A1
CPU:   Marvell PJ4B v7 UP (Rev 1) LE
       CPU    @ 1200 [MHz]
       L2     @ 600 [MHz]
       TClock @ 200 [MHz]
       DDR    @ 600 [MHz]
       DDR 16Bit Width, FastPath Memory Access
DRAM:  512 MiB

Map:   Code:		0x1feef000:0x1ff9f514
       BSS:		0x1ffef8a0
       Stack:		0x1f9eeef8
       Heap:		0x1f9ef000:0x1feef000

NAND:  (ID 0xf12c)	128 MiB
MMC:   MRVL_MMC: 0
Bad block table found at page 65472, version 0x01
Bad block table found at page 65408, version 0x01

Initialize and scan all PCI interfaces
PEX unit.port(active IF[-first bus]):
------------------------------------------
PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
PEX 1: Root Complex Interface, Detected Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       AUDIO
       TDM
Modules/Interfaces Detected:
       RGMII0 Phy
       RGMII1 Phy
       PEX0 (Lane 0)
       PEX1 (Lane 1)
       SATA0 (Lane 2)
       SATA1 (Lane 3)
Net:   egiga0, egiga1 [PRIME]
Power On!

FDT loaded successfully
Hit any key to stop autoboot:  0 
(Re)start USB...
USB:   Active port:	0
Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 2 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
reading /uImage-recovery

** Unable to read "/uImage-recovery" from usb 0:1 **
reading /initrd-recovery.gz

** Unable to read "/initrd-recovery.gz" from usb 0:1 **

NAND read: device 0 offset 0xd4000, size 0x6000
 24576 bytes read: OK
Wrong Image Format for bootm command
ERROR: can't get kernel image!
Marvell>> printenv 
AC_Power_fail_detect=open
CASset=min
HW_version=MVT
MALLOC_len=5
Manufacturer=NETGEAR
Product=ReadyNAS 104
SKUNum=RN104
SerialNum=3EPE51EM006E2
Startup=Normal
UUID=8ad06a7e-97fc-11e4-9cf7-e8fcafe534ca
Version=V1.0
autoload=no
bootargs=console=ttyS0,115200
bootargs_end=:10.4.50.254:255.255.255.0:KW40:eth0:none
bootargs_root=root=/dev/nfs rw
bootcmd=usb start;fatload usb 0:1 0x2000000 /uImage-recovery;fatload usb 0:1 0x3000000 /initrd-recovery.gz;nand read 0x1000000 0xD4000 0x6000; bootm 0x2000000 0x3000000 0x1000000
bootcmd_fdt=tftpboot 0x2000000 $image_name;tftpboot $fdtaddr $fdtfile;setenv bootargs $console $mtdparts $bootargs_root nfsroot=$serverip:$rootpath ip=$ipaddr:$serverip$bootargs_end $mvNetConfig video=dovefb:lcd0:$lcd0_params clcd.lcd0_enable=$lcd0_enable clcd.lcd_panel=$lcd_panel; bootz 0x2000000 - $fdtaddr;
bootcmd_ubi=ubi part ubifs; ubifsmount rootfs; ubifsload 0x2000000 kernel; ubifsload 0x3000000 initrd.gz; bootm 0x2000000 0x3000000 0x1000000
bootdelay=0
cacheShare=no
console=console=ttyS0,115200
disL2Cache=yes
disaMvPnp=no
eeeEnable=no
enaAutoRecovery=yes
enaClockGating=yes
enaExtDisk=no
enaFPU=no
enaMonExt=no
enaWrAllo=no
envver=3
eth1addr=E8:FC:AF:E5:34:CB
eth1mtu=1500
ethact=egiga1
ethaddr=E8:FC:AF:E5:34:CA
ethmtu=1500
ethprime=egiga1
fdt_skip_update=yes
fdtaddr=0x1000000
fdtfile=armada-370-db.dtb
image_name=uImage
initrd_name=uInitrd
load_addr=0x02000000
load_uimage=ext2load usb 0:1 0x2000000 /boot/uImage
load_uinitrd=ext2load usb 0:1 0x3000000 /boot/uInitrd
loadaddr=0x02000000
mtdids=nand0=armada-nand
mtdparts=mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs)
mvNetConfig=mv_net_config=1,(00:50:43:11:11:11,0:1:2:3:4),mtu=1500
mv_pon_addr=00:50:43:00:00:02
nandEcc=1bit
netbsd_en=no
netretry=no
pcieTune=no
pexMode=rc
pxe_files_load=:default.arm-armada370-db:default.arm-armadaxp:default.arm
pxefile_addr_r=3100000
rcvrip=169.254.100.100
sata_delay_reset=0
sata_dma_mode=yes
setL2CacheWT=no
standalone=fsload $load_addr $image_name;setenv bootargs $console $mtdparts root=/dev/mtdblock0 rw ip=$ipaddr:$serverip$bootargs_end; bootm $load_addr;
stderr=serial
stdin=serial
stdout=serial
test_xxxx=yes
usb0Mode=host
usb1Mode=host
usb2Mode=device
usbActive=0
usb_boot=run load_uimage; if run load_uinitrd; then bootm 0x2000000 0x3000000; else bootm 0x2000000; fi
usb_bootcmd=run usb_set_bootargs; run usb_boot
usb_set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial
vxworks_en=no
yuk_ethaddr=00:00:00:EE:51:81

Environment size: 2749/131068 bytes
Marvell>> setenv mtdparts 'mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs)' 
Marvell>> setenv usb_set_bootargs 'setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial' 
Marvell>> setenv load_uimage 'ext2load usb 0:1 0x2000000 /boot/uImage'
Marvell>> setenv load_uinitrd 'ext2load usb 0:1 0x3000000 /boot/uInitrd' 
Marvell>> setenv usb_boot 'run load_uimage; if run load_uinitrd; then bootm 0x2000000 0x3000000; else bootm 0x2000000; fi' 
Marvell>> setenv usb_bootcmd 'run usb_set_bootargs; run usb_boot' 
Marvell>> setenv bootcmd 'usb start; run usb_bootcmd; usb stop; reset' 
Marvell>> setenv fdt_skip_update yes
Marvell>> saveenv
Saving Environment to NAND...
Erasing Nand...
Writing to Nand... done
Marvell>> boot
(Re)start USB...
USB:   Active port:	0
Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 2 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
Loading file "/boot/uImage" from usb device 0:1 (usbda1)
5419270 bytes read
Loading file "/boot/uInitrd" from usb device 0:1 (usbda1)
9504816 bytes read
## Booting kernel from Legacy Image at 02000000 ...
   Image Name:   Linux-5.8.5-mvebu-370xp-tld-1
   Created:      2021-03-23  17:16:36 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    5419206 Bytes = 5.2 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 03000000 ...
   Image Name:   initramfs-5.8.5-mvebu-370xp-tld-
   Created:      2021-03-23  17:17:43 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    9504752 Bytes = 9.1 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000][    T0] Booting Linux on physical CPU 0x0
[    0.000000][    T0] Linux version 5.8.5-mvebu-370xp-tld-1 (root@tldDebianVM) (arm-linux-gnueabihf-gcc (Ubuntu/Linaro 7.5.0-3ubuntu1~18.04) 7.5.0, GNU ld (GNU Binutils for Ubuntu) 2.30) #1.0 SMP PREEMPT Mon Aug 31 00:00:32 PDT 2020
[    0.000000][    T0] CPU: ARMv7 Processor [561f5811] revision 1 (ARMv7), cr=10c5387d
[    0.000000][    T0] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[    0.000000][    T0] OF: fdt: Machine model: NETGEAR ReadyNAS 104
[    0.000000][    T0] printk: bootconsole [earlycon0] enabled
[    0.000000][    T0] Memory policy: Data cache writeback
[    0.000000][    T0] Zone ranges:
[    0.000000][    T0]   Normal   [mem 0x0000000000000000-0x000000001fffffff]
[    0.000000][    T0]   HighMem  empty
[    0.000000][    T0] Movable zone start for each node
[    0.000000][    T0] Early memory node ranges
[    0.000000][    T0]   node   0: [mem 0x0000000000000000-0x000000001fffffff]
[    0.000000][    T0] Initmem setup node 0 [mem 0x0000000000000000-0x000000001fffffff]
[    0.000000][    T0] CPU: All CPU(s) started in SVC mode.
[    0.000000][    T0] percpu: Embedded 20 pages/cpu s53068 r8192 d20660 u81920
[    0.000000][    T0] Built 1 zonelists, mobility grouping on.  Total pages: 130048
[    0.000000][    T0] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs) earlyprintk=serial mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs) reason=normal bdtype=rn104
[    0.000000][    T0] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000][    T0] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[    0.000000][    T0] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.000000][    T0] Memory: 493604K/524288K available (10240K kernel code, 1012K rwdata, 3072K rodata, 1024K init, 342K bss, 30684K reserved, 0K cma-reserved, 0K highmem)
[    0.000000][    T0] random: get_random_u32 called from ____cache_alloc+0x338/0x794 with crng_init=0
[    0.000000][    T0] rcu: Preemptible hierarchical RCU implementation.
[    0.000000][    T0] rcu: 	RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
[    0.000000][    T0] 	Trampoline variant of Tasks RCU enabled.
[    0.000000][    T0] 	Rude 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] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[    0.000000][    T0] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000][    T0] L2C: DT/platform modifies aux control register: 0x12086300 -> 0x1a086302
[    0.000000][    T0] Aurora cache controller enabled, 4 ways, 256 kB
[    0.000000][    T0] Aurora: CACHE_ID 0x00000100, AUX_CTRL 0x1a086302
[    0.000000][    T0] Switching to timer-based delay loop, resolution 53ns
[    0.000006][    T0] sched_clock: 32 bits at 18MHz, resolution 53ns, wraps every 114537122277ns
[    0.007874][    T0] clocksource: armada_370_xp_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 101938038664 ns
[    0.019304][    T0] Console: colour dummy device 80x30
[    0.024022][    T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 37.49 BogoMIPS (lpj=187492)
[    0.034153][    T0] pid_max: default: 32768 minimum: 301
[    0.039216][    T0] LSM: Security Framework initializing
[    0.044162][    T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.051492][    T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.060286][    T0] CPU: Testing write buffer coherency: ok
[    0.065730][    T1] CPU0: thread -1, cpu 0, socket -1, mpidr 0
[    0.072060][    T1] Setting up static identity map for 0x100000 - 0x100060
[    0.078753][    T1] mvebu-soc-id: MVEBU SoC ID=0x6710, Rev=0x1
[    0.084186][    T1] mvebu-pmsu: Initializing Power Management Service Unit
[    0.090710][    T1] rcu: Hierarchical SRCU implementation.
[    0.098529][    T1] smp: Bringing up secondary CPUs ...
[    0.103418][    T1] smp: Brought up 1 node, 1 CPU
[    0.107714][    T1] SMP: Total of 1 processors activated (37.49 BogoMIPS).
[    0.114033][    T1] CPU: All CPU(s) started in SVC mode.
[    0.119572][    T1] devtmpfs: initialized
[    0.128270][    T1] VFP support v0.3: implementor 56 architecture 2 part 20 variant 9 rev 6
[    0.137183][    T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.146953][    T1] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[    0.154163][    T1] xor: measuring software checksum speed
[    0.258574][    T1]    arm4regs  :  1103.200 MB/sec
[    0.358572][    T1]    8regs     :   671.200 MB/sec
[    0.458567][    T1]    32regs    :  1062.400 MB/sec
[    0.463020][    T1] xor: using function: arm4regs (1103.200 MB/sec)
[    0.468784][    T1] prandom: seed boundary self test passed
[    0.477387][    T1] prandom: 100 self tests passed
[    0.481802][    T1] pinctrl core: initialized pinctrl subsystem
[    0.488937][    T1] thermal_sys: Registered thermal governor 'step_wise'
[    0.489691][    T1] NET: Registered protocol family 16
[    0.502529][    T1] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.510419][    T1] audit: initializing netlink subsys (disabled)
[    0.516391][   T31] audit: type=2000 audit(0.490:1): state=initialized audit_enabled=0 res=1
[    0.526655][    T1] cpuidle: using governor ladder
[    0.532672][    T1] cpuidle: using governor menu
[    0.537160][    T1] hw-breakpoint: debug architecture 0x4 unsupported.
[    0.809737][    T1] raid6: int32x8  gen()   214 MB/s
[    0.978958][    T1] raid6: int32x8  xor()   135 MB/s
[    1.148649][    T1] raid6: int32x4  gen()   224 MB/s
[    1.318743][    T1] raid6: int32x4  xor()   151 MB/s
[    1.488570][    T1] raid6: int32x2  gen()   414 MB/s
[    1.658576][    T1] raid6: int32x2  xor()   217 MB/s
[    1.828546][    T1] raid6: int32x1  gen()   430 MB/s
[    1.998587][    T1] raid6: int32x1  xor()   201 MB/s
[    2.003118][    T1] raid6: using algorithm int32x1 gen() 430 MB/s
[    2.008691][    T1] raid6: .... xor() 201 MB/s, rmw enabled
[    2.013775][    T1] raid6: using intx1 recovery algorithm
[    2.020111][    T1] vgaarb: loaded
[    2.025070][    T1] SCSI subsystem initialized
[    2.030336][    T1] usbcore: registered new interface driver usbfs
[    2.036035][    T1] usbcore: registered new interface driver hub
[    2.043233][    T1] usbcore: registered new device driver usb
[    2.049917][    T1] mc: Linux media interface: v0.10
[    2.055338][    T1] videodev: Linux video capture interface: v2.00
[    2.061842][    T1] pps_core: LinuxPPS API ver. 1 registered
[    2.067012][    T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.076747][    T1] PTP clock support registered
[    2.084559][    T1] clocksource: Switched to clocksource armada_370_xp_clocksource
[    3.073555][    T1] VFS: Disk quotas dquot_6.6.0
[    3.077942][    T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    3.114203][    T1] NET: Registered protocol family 2
[    3.120929][    T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    3.129717][    T1] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
[    3.137691][    T1] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    3.144973][    T1] TCP: Hash tables configured (established 4096 bind 4096)
[    3.151975][    T1] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    3.158788][    T1] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    3.166029][    T1] NET: Registered protocol family 1
[    3.171415][    T1] RPC: Registered named UNIX socket transport module.
[    3.177553][    T1] RPC: Registered udp transport module.
[    3.182481][    T1] RPC: Registered tcp transport module.
[    3.187429][    T1] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    3.193946][    T1] PCI: CLS 0 bytes, default 64
[    3.198560][    T1] Trying to unpack rootfs image as initramfs...
[    3.812875][    T1] Freeing initrd memory: 9284K
[    3.817480][    T1] NetWinder Floating Point Emulator V0.97 (double precision)
[    3.824379][    T1] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
[    3.835468][    T1] Initialise system trusted keyrings
[    3.840210][    T1] Key type blacklist registered
[    3.846756][    T1] workingset: timestamp_bits=30 max_order=17 bucket_order=0
[    3.853430][    T1] zbud: loaded
[    3.858145][    T1] NFS: Registering the id_resolver key type
[    3.863420][    T1] Key type id_resolver registered
[    3.868350][    T1] Key type id_legacy registered
[    3.872672][    T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    3.879597][    T1] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    3.886468][    T1] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    3.894779][    T1] orangefs_debugfs_init: called with debug mask: :none: :0:
[    3.901519][    T1] orangefs_init: module version upstream loaded
[    3.980612][    T1] async_tx: api initialized (async)
[    3.985317][    T1] Key type asymmetric registered
[    3.989692][    T1] Asymmetric key parser 'x509' registered
[    3.995039][    T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    4.002555][    T1] io scheduler bfq registered
[    4.009816][    T1] armada-370-pinctrl d0018000.pin-ctrl: registered pinctrl driver
[    4.026656][    T1] mvebu-pcie soc:pcie@82000000: PCI host bridge to bus 0000:00
[    4.033423][    T1] pci_bus 0000:00: root bus resource [bus 00-ff]
[    4.039698][    T1] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xffdfffff]
[    4.047036][    T1] pci_bus 0000:00: root bus resource [io  0x1000-0xeffff]
[    4.053551][    T1] pci 0000:00:01.0: [11ab:6710] type 01 class 0x060400
[    4.059890][    T1] pci 0000:00:01.0: reg 0x38: [mem 0x00000000-0x000007ff pref]
[    4.067294][    T1] pci 0000:00:02.0: [11ab:6710] type 01 class 0x060400
[    4.073444][    T1] pci 0000:00:02.0: reg 0x38: [mem 0x00000000-0x000007ff pref]
[    4.081923][    T1] PCI: bus0: Fast back to back transfers disabled
[    4.087874][    T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    4.095956][    T1] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    4.104274][    T1] pci 0000:01:00.0: [1b73:1009] type 00 class 0x0c0330
[    4.110683][    T1] pci 0000:01:00.0: reg 0x10: [mem 0x40000000-0x4000ffff 64bit]
[    4.117644][    T1] pci 0000:01:00.0: reg 0x18: [mem 0x40010000-0x40010fff 64bit]
[    4.124488][    T1] pci 0000:01:00.0: reg 0x20: [mem 0x40011000-0x40011fff 64bit]
[    4.131504][    T1] pci 0000:01:00.0: supports D1
[    4.135864][    T1] pci 0000:01:00.0: PME# supported from D0 D1 D3hot D3cold
[    4.142756][    T1] pci 0000:00:01.0: ASPM: current common clock configuration is inconsistent, reconfiguring
[    4.175676][    T1] PCI: bus1: Fast back to back transfers disabled
[    4.181415][    T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    4.188527][    T1] pci 0000:02:00.0: [1b4b:9215] type 00 class 0x010601
[    4.194872][    T1] pci 0000:02:00.0: reg 0x10: [io  0xfffffff8-0xffffffff]
[    4.201239][    T1] pci 0000:02:00.0: reg 0x14: [io  0xfffffffc-0xffffffff]
[    4.207708][    T1] pci 0000:02:00.0: reg 0x18: [io  0xfffffff8-0xffffffff]
[    4.214071][    T1] pci 0000:02:00.0: reg 0x1c: [io  0xfffffffc-0xffffffff]
[    4.220515][    T1] pci 0000:02:00.0: reg 0x20: [io  0xffffffe0-0xffffffff]
[    4.226936][    T1] pci 0000:02:00.0: reg 0x24: [mem 0x42000000-0x420007ff]
[    4.233301][    T1] pci 0000:02:00.0: reg 0x30: [mem 0xd0000000-0xd000ffff pref]
[    4.240195][    T1] pci 0000:02:00.0: PME# supported from D3hot
[    4.246106][    T1] pci 0000:00:02.0: ASPM: current common clock configuration is inconsistent, reconfiguring
[    4.285673][    T1] PCI: bus2: Fast back to back transfers disabled
[    4.291411][    T1] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
[    4.298236][    T1] pci 0000:00:01.0: BAR 14: assigned [mem 0xf8000000-0xf80fffff]
[    4.305207][    T1] pci 0000:00:02.0: BAR 14: assigned [mem 0xf8100000-0xf81fffff]
[    4.312120][    T1] pci 0000:00:02.0: BAR 13: assigned [io  0x10000-0x10fff]
[    4.318606][    T1] pci 0000:00:01.0: BAR 6: assigned [mem 0xf8200000-0xf82007ff pref]
[    4.325859][    T1] pci 0000:00:02.0: BAR 6: assigned [mem 0xf8300000-0xf83007ff pref]
[    4.333095][    T1] pci 0000:01:00.0: BAR 0: assigned [mem 0xf8000000-0xf800ffff 64bit]
[    4.340433][    T1] pci 0000:01:00.0: BAR 2: assigned [mem 0xf8010000-0xf8010fff 64bit]
[    4.347767][    T1] pci 0000:01:00.0: BAR 4: assigned [mem 0xf8011000-0xf8011fff 64bit]
[    4.355100][    T1] pci 0000:00:01.0: PCI bridge to [bus 01]
[    4.360273][    T1] pci 0000:00:01.0:   bridge window [mem 0xf8000000-0xf80fffff]
[    4.367134][    T1] pci 0000:02:00.0: BAR 6: assigned [mem 0xf8100000-0xf810ffff pref]
[    4.374363][    T1] pci 0000:02:00.0: BAR 5: assigned [mem 0xf8110000-0xf81107ff]
[    4.381216][    T1] pci 0000:02:00.0: BAR 4: assigned [io  0x10000-0x1001f]
[    4.387594][    T1] pci 0000:02:00.0: BAR 0: assigned [io  0x10020-0x10027]
[    4.393954][    T1] pci 0000:02:00.0: BAR 2: assigned [io  0x10028-0x1002f]
[    4.400330][    T1] pci 0000:02:00.0: BAR 1: assigned [io  0x10030-0x10033]
[    4.406706][    T1] pci 0000:02:00.0: BAR 3: assigned [io  0x10034-0x10037]
[    4.413066][    T1] pci 0000:00:02.0: PCI bridge to [bus 02]
[    4.418251][    T1] pci 0000:00:02.0:   bridge window [io  0x10000-0x10fff]
[    4.424625][    T1] pci 0000:00:02.0:   bridge window [mem 0xf8100000-0xf81fffff]
[    4.431580][    T1] pcieport 0000:00:01.0: enabling device (0140 -> 0142)
[    4.437926][    T1] pcieport 0000:00:02.0: enabling device (0140 -> 0143)
[    4.445466][    T1] mv_xor d0060800.xor: Marvell shared XOR driver
[    4.515935][    T1] mv_xor d0060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    4.526924][    T1] mv_xor d0060900.xor: Marvell shared XOR driver
[    4.595936][    T1] mv_xor d0060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    4.799794][    T1] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    4.811458][    T1] printk: console [ttyS0] disabled
[    4.837837][    T1] d0012000.serial: ttyS0 at MMIO 0xd0012000 (irq = 19, base_baud = 12500000) is a 16550A
[    4.846909][    T1] printk: console [ttyS0] enabled
[    4.846909][    T1] printk: console [ttyS0] enabled
[    4.855965][    T1] printk: bootconsole [earlycon0] disabled
[    4.855965][    T1] printk: bootconsole [earlycon0] disabled
[    4.868715][    T1] ahci 0000:02:00.0: enabling device (0146 -> 0147)
[    4.886040][    T1] ahci 0000:02:00.0: AHCI 0001.0000 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[    4.894147][    T1] ahci 0000:02:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs 
[    4.908478][    T1] scsi host0: ahci
[    4.913069][    T1] scsi host1: ahci
[    4.917645][    T1] scsi host2: ahci
[    4.922080][    T1] scsi host3: ahci
[    4.926181][    T1] ata1: SATA max UDMA/133 abar m2048@0xf8110000 port 0xf8110100 irq 42
[    4.933644][    T1] ata2: SATA max UDMA/133 abar m2048@0xf8110000 port 0xf8110180 irq 42
[    4.941626][    T1] ata3: SATA max UDMA/133 abar m2048@0xf8110000 port 0xf8110200 irq 42
[    4.949179][    T1] ata4: SATA max UDMA/133 abar m2048@0xf8110000 port 0xf8110280 irq 42
[    4.958566][    T1] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xf1
[    4.967022][    T1] nand: Micron MT29F1G08ABADAWP
[    4.971370][    T1] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    4.979720][    T1] Bad block table found at page 65472, version 0x01
[    4.986290][    T1] Bad block table found at page 65408, version 0x01
[    4.992554][    T1] 5 cmdlinepart partitions found on MTD device pxa3xx_nand-0
[    4.999372][    T1] Creating 5 MTD partitions on "pxa3xx_nand-0":
[    5.005049][    T1] 0x000000000000-0x000000180000 : "u-boot"
[    5.012504][    T1] 0x000000180000-0x0000001a0000 : "u-boot-env"
[    5.020857][    T1] 0x000000200000-0x000000800000 : "uImage"
[    5.028920][    T1] 0x000000800000-0x000000c00000 : "minirootfs"
[    5.037304][    T1] 0x000000c00000-0x000008000000 : "ubifs"
[    5.046967][    T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[    5.056169][    T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[    5.069394][    T1] libphy: Fixed MDIO Bus: probed
[    5.079040][    T1] libphy: orion_mdio_bus: probed
[    5.116312][    T1] mvneta d0070000.ethernet eth0: Using random mac address 26:1b:86:3f:bd:bb
[    5.130686][    T1] mvneta d0074000.ethernet eth1: Using random mac address 96:37:1d:57:5f:fb
[    5.141196][    T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.148556][    T1] ehci-pci: EHCI PCI platform driver
[    5.153547][    T1] ehci-orion: EHCI orion driver
[    5.158775][    T1] orion-ehci d0050000.usb: EHCI Host Controller
[    5.164424][    T1] orion-ehci d0050000.usb: new USB bus registered, assigned bus number 1
[    5.172491][    T1] orion-ehci d0050000.usb: irq 25, io mem 0xd0050000
[    5.204589][    T1] orion-ehci d0050000.usb: USB 2.0 started, EHCI 1.00
[    5.211088][    T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[    5.219442][    T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.226817][    T1] usb usb1: Product: EHCI Host Controller
[    5.232018][    T1] usb usb1: Manufacturer: Linux 5.8.5-mvebu-370xp-tld-1 ehci_hcd
[    5.239070][    T1] usb usb1: SerialNumber: d0050000.usb
[    5.245132][    T1] hub 1-0:1.0: USB hub found
[    5.249661][    T1] hub 1-0:1.0: 1 port detected
[    5.255517][    T1] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    5.261552][    T1] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[    5.269992][    T1] xhci_hcd 0000:01:00.0: hcc params 0x200073a1 hci version 0x100 quirks 0x0000000000080010
[    5.280129][    T1] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[    5.288572][    T1] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.296003][    T1] usb usb2: Product: xHCI Host Controller
[    5.301207][    T1] usb usb2: Manufacturer: Linux 5.8.5-mvebu-370xp-tld-1 xhci-hcd
[    5.308238][    T1] usb usb2: SerialNumber: 0000:01:00.0
[    5.314098][    T1] hub 2-0:1.0: USB hub found
[    5.318599][    T1] hub 2-0:1.0: 2 ports detected
[    5.323997][    T1] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    5.329875][    T1] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 3
[    5.337484][    T1] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[    5.344006][    T1] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    5.352417][    T1] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08
[    5.360857][    T1] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.368213][    T1] usb usb3: Product: xHCI Host Controller
[    5.373351][    T1] usb usb3: Manufacturer: Linux 5.8.5-mvebu-370xp-tld-1 xhci-hcd
[    5.380371][    T1] usb usb3: SerialNumber: 0000:01:00.0
[    5.386205][    T1] hub 3-0:1.0: USB hub found
[    5.390622][    T1] hub 3-0:1.0: 2 ports detected
[    5.396787][    T1] usbcore: registered new interface driver usblp
[    5.403401][    T1] usbcore: registered new interface driver usb-storage
[    5.410557][    T1] mousedev: PS/2 mouse device common for all mice
[    5.418395][    T1] i2c /dev entries driver
[    5.427292][    T1] rtc-ds1307 0-0068: 'wakeup-source' is set, request for an IRQ is disabled!
[    5.440385][    T1] rtc-ds1307 0-0068: registered as rtc0
[    5.447104][    T1] rtc-ds1307 0-0068: setting system clock to 2000-01-02T03:20:59 UTC (946783259)
[    5.456353][    T1] pca953x 0-0023: supply vcc not found, using dummy regulator
[    5.463183][    T1] pca953x 0-0023: using no AI
[    5.467578][ T1200] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    5.473973][ T1204] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    5.480971][ T1212] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    5.487545][ T1208] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    5.494305][ T1200] ata1.00: ATA-8: TOSHIBA DT01ACA050, MS1OA7S0, max UDMA/133
[    5.501443][ T1200] ata1.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 32), AA
[    5.511124][ T1204] ata2.00: ATA-8: TOSHIBA DT01ACA050, MS1OA750, max UDMA/133
[    5.518972][ T1204] ata2.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 32), AA
[    5.526010][ T1212] ata4.00: ATA-8: TOSHIBA DT01ACA050, MS1OA810, max UDMA/133
[    5.532755][ T1212] ata4.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 32), AA
[    5.541268][    T1] orion_wdt: Initial timeout 229 sec
[    5.546665][ T1208] ata3.00: ATA-8: TOSHIBA DT01ACA050, MS1OA7S0, max UDMA/133
[    5.554526][ T1208] ata3.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 32), AA
[    5.562050][    T1] device-mapper: uevent: version 1.0.3
[    5.568014][    T1] device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com
[    5.577020][ T1200] ata1.00: configured for UDMA/133
[    5.581698][ T1212] ata4.00: configured for UDMA/133
[    5.586454][ T1204] ata2.00: configured for UDMA/133
[    5.591770][    T1] device-mapper: multipath round-robin: version 1.2.0 loaded
[    5.598904][ T1208] ata3.00: configured for UDMA/133
[    5.603841][  T185] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA DT01ACA0 A7S0 PQ: 0 ANSI: 5
[    5.612092][    T1] device-mapper: multipath queue-length: version 0.2.0 loaded
[    5.620628][ T1217] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    5.628266][   T20] usb 1-1: new high-speed USB device number 2 using orion-ehci
[    5.636032][   T15] scsi 1:0:0:0: Direct-Access     ATA      TOSHIBA DT01ACA0 A750 PQ: 0 ANSI: 5
[    5.645202][    T1] device-mapper: multipath service-time: version 0.3.0 loaded
[    5.652068][ T1217] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    5.659292][ T1418] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    5.668000][    T7] scsi 2:0:0:0: Direct-Access     ATA      TOSHIBA DT01ACA0 A7S0 PQ: 0 ANSI: 5
[    5.676954][ T1217] sd 0:0:0:0: [sda] Write Protect is off
[    5.682162][    T1] device-mapper: dm-log-userspace: version 1.3.0 loaded
[    5.688517][ T1418] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    5.695792][   T15] sd 2:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    5.703376][   T15] sd 2:0:0:0: [sdc] 4096-byte physical blocks
[    5.710054][ T1216] scsi 3:0:0:0: Direct-Access     ATA      TOSHIBA DT01ACA0 A810 PQ: 0 ANSI: 5
[    5.718914][ T1217] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.728118][ T1418] sd 1:0:0:0: [sdb] Write Protect is off
[    5.733277][    T1] device-mapper: raid: Loading target version 1.15.1
[    5.741054][    T7] sd 3:0:0:0: [sdd] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    5.749981][ T1418] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.759144][   T15] sd 2:0:0:0: [sdc] Write Protect is off
[    5.765997][    T7] sd 3:0:0:0: [sdd] 4096-byte physical blocks
[    5.775601][   T15] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.785194][    T7] sd 3:0:0:0: [sdd] Write Protect is off
[    5.795216][    T7] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.806788][ T1217] sd 0:0:0:0: [sda] Attached SCSI removable disk
[    5.817772][ T1418]  sdb:
[    5.822946][ T1418] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[    5.829129][    T1] marvell-cesa d0090000.crypto: CESA device successfully registered
[    5.838971][   T15] sd 2:0:0:0: [sdc] Attached SCSI removable disk
[    5.846006][    T7]  sdd:
[    5.849847][   T20] usb 1-1: New USB device found, idVendor=13fe, idProduct=4300, bcdDevice= 1.00
[    5.858826][    T7] sd 3:0:0:0: [sdd] Attached SCSI removable disk
[    5.865024][    T1] hid: raw HID events driver (C) Jiri Kosina
[    5.871647][   T20] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.879630][    T1] usbcore: registered new interface driver usbhid
[    5.886122][    T1] usbhid: USB HID core driver
[    5.890477][   T20] usb 1-1: Product: USB DISK 2.0
[    5.895844][    T1] drop_monitor: Initializing network drop monitor service
[    5.902741][    T1] NET: Registered protocol family 10
[    5.907682][   T20] usb 1-1: Manufacturer:         
[    5.912181][   T20] usb 1-1: SerialNumber: 9000996E0B7F4964
[    5.919415][   T20] usb-storage 1-1:1.0: USB Mass Storage device detected
[    5.926883][    T1] Segment Routing with IPv6
[    5.930910][    T1] RPL Segment Routing with IPv6
[    5.936072][    T1] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    5.942750][   T20] scsi host4: usb-storage 1-1:1.0
[    5.951065][    T1] NET: Registered protocol family 17
[    5.956753][    T1] 8021q: 802.1Q VLAN Support v1.8
[    5.961327][    T1] Key type dns_resolver registered
[    5.966430][    T1] ThumbEE CPU extension supported.
[    5.971018][    T1] Registering SWP/SWPB emulation handler
[    5.976700][    T1] registered taskstats version 1
[    5.981125][    T1] Loading compiled-in X.509 certificates
[    5.986554][    T1] zswap: loaded using pool lzo/zbud
[    5.991676][    T1] Key type ._fscrypt registered
[    5.996133][    T1] Key type .fscrypt registered
[    6.000389][    T1] Key type fscrypt-provisioning registered
[    6.008644][    T1] Key type big_key registered
[    6.037834][    T1] Key type encrypted registered
[    6.046925][    T1] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[    6.058116][    T1] Freeing unused kernel memory: 1024K
[    6.076550][    T1] Checked W+X mappings: passed, no W+X pages found
[    6.082435][    T1] Run /init as init process
Loading, please wait...
Starting version 241
[    6.986676][    T7] scsi 4:0:0:0: Direct-Access              USB DISK 2.0     PMAP PQ: 0 ANSI: 4
[    7.003672][   T15] sd 4:0:0:0: [sde] 30322688 512-byte logical blocks: (15.5 GB/14.5 GiB)
[    7.025331][   T15] sd 4:0:0:0: [sde] Write Protect is off
[    7.036079][   T15] sd 4:0:0:0: [sde] No Caching mode page found
[    7.041680][   T15] sd 4:0:0:0: [sde] Assuming drive cache: write through
[    7.079652][    C0] random: fast init done
[    7.085222][   T15]  sde: sde1
[    7.097737][   T15] sd 4:0:0:0: [sde] Attached SCSI removable disk
[    7.799147][ T1536] 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.
[   20.537346][ T1559] process '/usr/bin/fstype' started with executable stack
Begin: Will now check root file system ... fsck from util-linux 2.33.1
[/sbin/fsck.ext3 (1) -- /dev/sde1] fsck.ext3 -a -C0 /dev/sde1 
rootfs: clean, 26976/948416 files, 401922/3790323 blocks
done.
[   26.057223][ T1568] EXT4-fs (sde1): mounting ext3 file system using the ext4 subsystem
[   26.098419][ T1568] EXT4-fs (sde1): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[   26.443726][    C0] random: crng init 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...[   32.431719][ T1782] systemd-udevd[1782]: Using default interface naming scheme 'v240'.
[   32.513479][ T1763] systemd-udevd[1763]: Using default interface naming scheme 'v240'.
[   32.559470][ T1782] systemd-udevd[1782]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   32.586573][ T1763] systemd-udevd[1763]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   32.653783][ T1782] systemd-udevd[1782]: Could not generate persistent MAC address for eth0: No such file or directory
[   32.699413][ T1763] systemd-udevd[1763]: Could not generate persistent MAC address for eth1: No such file or directory
[   32.914912][ T1759] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   32.988642][ T1759] sd 1:0:0:0: Attached scsi generic sg1 type 0
[   33.075400][ T1759] sd 2:0:0:0: Attached scsi generic sg2 type 0
[   33.164981][ T1759] sd 3:0:0:0: Attached scsi generic sg3 type 0
[   33.254440][ T1759] sd 4:0:0:0: Attached scsi generic sg4 type 0
[   34.239123][ T1780] systemd-udevd[1780]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   34.250856][ T1783] systemd-udevd[1783]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   34.266276][ T1762] systemd-udevd[1762]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   34.374980][ T1783] systemd-udevd[1783]: Could not generate persistent MAC address for ip6tnl0: No such file or directory
done.
[ ok ] Setting hostname to 'debian'...done.
[ ok ] Activating swap:.
[   39.889001][ T1980] EXT4-fs (sde1): 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
[ ok ] Done checking file systems. A log is being saved in /var/log/fsck/checkfs if that location is writable..
[ ok ] Cleaning up temporary files...[....] Cleaning /tmp...done.
[ ok .
[ ok ] Will now mount local filesystems:.
[ ok ] Will now activate swapfile swap:done.
[ ok ] Checking minimum space in /tmp...done.
[ ok ] Cleaning up temporary files....
[ ok ] Starting Setting kernel variables: sysctl.
[ ok ] Initializing random number generator...done.
[....] Configuring network interfaces...Internet Systems Consortium DHCP Client 4.4.1
Copyright 2004-2018 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

[   45.429406][ T2511] mvneta d0070000.ethernet eth0: PHY [d0072004.mdio-mii:00] driver [Marvell 88E1318S] (irq=POLL)
[   45.439473][ T2511] mvneta d0070000.ethernet eth0: configuring for phy/rgmii-id link mode
Listening on LPF/eth0/26:1b:86:3f:bd:bb
Sending on   LPF/eth0/26:1b:86:3f:bd:bb
Sending on   Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 20
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 21
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
done.
[ ok ] Starting RPC port mapper daemon: rpcbind.
[ ok ] Starting NFS common utilities: statd idmapd.
[ ok ] Cleaning up temporary files....
INIT: Entering runlevel: 2
[info] Using makefile-style concurrent boot in runlevel 2.
[....] Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd...
2729 (syslogd)
. ok 
[....] Starting busybox' klogd implementation : klogdStarting /sbin/klogd...
2756 (klogd)
. ok 
[warn] Not starting NFS kernel daemon: no exports. ... (warning).
[ ok ] Starting periodic command scheduler: cron.
[ ok ] Starting system message bus: dbus.
[ ok ] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
[ ok ] Starting NTP server: ntpd.
[ ok ] Starting OpenBSD Secure Shell server: sshd.
[....] Running local boot scripts (/etc/rc.local)[  115.694338][ T2963] Setting Persistent MAC address to E8:FC:AF:E5:34:CA
<13>Jan  1 19:22:52 root[2970]: Setting Persistent MAC address to E8:FC:AF:E5:34:CA
Killed old client process
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/26:1b:86:3f:bd:bb
Sending on   LPF/eth0/26:1b:86:3f:bd:bb
Sending on   Socket/fallback
DHCPRELEASE of 192.168.0.186 on eth0 to 192.168.0.1 port 67
send_packet: Network is unreachable
send_packet: please consult README file regarding broadcast address.
dhclient.c:2878: Failed to send 300 byte long packet over fallback interface.
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/

[  117.401024][ T3007] mvneta d0070000.ethernet eth0: PHY [d0072004.mdio-mii:00] driver [Marvell 88E1318S] (irq=POLL)
[  117.411082][ T3007] mvneta d0070000.ethernet eth0: configuring for phy/rgmii-id link mode
Listening on LPF/eth0/e8:fc:af:e5:34:ca
Sending on   LPF/eth0/e8:fc:af:e5:34:ca
Sending on   Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 18
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 2
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
. ok 

Debian GNU/Linux 10 debian ttyS0

debian login: root
Password: 
Last login: Sat Jan  1 18:52:49 PST 2000 on ttyS0
Linux debian 5.8.5-mvebu-370xp-tld-1 #1.0 SMP PREEMPT Mon Aug 31 00:00:32 PDT 2020 armv7l

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.
debian
NETGEAR ReadyNAS 104
Linux version 5.8.5-mvebu-370xp-tld-1 (root@tldDebianVM) (arm-linux-gnueabihf-gcc (Ubuntu/Linaro 7.5.0-3ubuntu1~18.04) 7.5.0, GNU ld (GNU Binutils for Ubuntu) 2.30) #1.0 SMP PREEMPT Mon Aug 31 00:00:32 PDT 2020
Debian 10.0
Sat Jan 1 19:24:09 PST 2000 up 3 minutes
root@debian:~#

Then i take the next on after the shutdown -r now command on the next post.

Thanks again.

AkkJaa...
Re: RN10400
April 05, 2021 07:36AM
Bodhi,

Here come the rest of the read out,


root@debian:~# shutdown -r now

Broadcast message from root@debian (ttyS0) (Sat Jan  1 19:30:05 2000):

INIT: Sending process[info] Using makefile-style concurrent boot in runlevel 6.
[ ok ] Stopping hotplug events dispatcher: systemd-udevd.
[ ok ] Stopping Avahi mDNS/DNS-SD Daemon: avahi-daemon.
[....] Stopping busybox' klogd implementation: klogd2756 (klogd)
Stopped klogd (pid 2756).
. ok 
[....] Stopping busybox' syslogd implementation: syslogd2729 (syslogd)
. ok 
[ ok ] Stopping NFS kernel daemon: mountd nfsd.
[ ok ] Unexporting directories for NFS kernel daemon....
[ ok ] Asking all remaining processes to terminate...done.
[ ok ] All processes ended within 1 seconds...done.
[ ok ] Stopping NFS common utilities: idmapd statd.
[info] Saving the system clock.
[info] Hardware Clock updated to Sat Jan  1 19:30:43 PST 2000.
[ ok ] Stopping RPC port mapper daemon: rpcbind.
[....] Deconfiguring network interfaces...Removed stale PID file
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/e8:fc:af:e5:34:ca
Sending on   LPF/eth0/e8:fc:af:e5:34:ca
Sending on   Socket/fallback
DHCPRELEASE of 192.168.0.186 on eth0 to 192.168.0.1 port 67
send_packet: Network is unreachable
send_packet: please consult README file regarding broadcast address.
dhclient.c:2878: Failed to send 300 byte long packet over fallback interface.
done.
[ ok ] Saving random seed...done.
[....] Will now unmount temporary filesystems:umount: /tmp unmounted
. ok 
[ ok ] Will now deactivate swap:.
[....] Mounting root filesystem read-only...[  604.447345][ T3480] EXT4-fs (sde1): re-mounted. Opts: (null)
done.
[info] Will now restart.
[  604.736794][ T3501] sd 3:0:0:0: [sdd] Synchronizing SCSI cache
[  604.742633][ T3501] sd 2:0:0:0: [sdc] Synchronizing SCSI cache
[  604.748341][ T3501] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[  604.754159][ T3501] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[  604.763838][ T3501] reboot: Restarting system

BootROM 1.08
Booting from NAND flash


General initialization - Version: 1.0.0

High speed PHY - Version: 2.1.4 (COM-PHY-V20) 
Update PEX Device ID 0x6710
High speed PHY - Ended Successfully
0000
DDR3 Training Sequence - Ver 5.7.1
DDR3 Training Sequence - Run without PBS.
DDR3 Training Sequence - Ended Successfully 
BootROM: Image checksum verification PASSED

 __   __                      _ _
|  \/  | __ _ _ ____   _____| | |
| |\/| |/ _` | '__\ \ / / _ \ | |
| |  | | (_| | |   \ V /  __/ | |
|_|  |_|\__,_|_|    \_/ \___|_|_|
         _   _     ____              _
        | | | |   | __ )  ___   ___ | |_ 
        | | | |___|  _ \ / _ \ / _ \| __| 
        | |_| |___| |_) | (_) | (_) | |_ 
         \___/    |____/ \___/ \___/ \__| 
 ** LOADER **


U-Boot 2011.12-gec25d27-dirty (Oct 26 2015 - 16:56:14) Marvell version: v2011.12 2014_T2.0p1 
06/23/2015 ReadyNAS-104 V2.0

Board: DB-88F6710-BP
SoC:   MV6710 A1
CPU:   Marvell PJ4B v7 UP (Rev 1) LE
       CPU    @ 1200 [MHz]
       L2     @ 600 [MHz]
       TClock @ 200 [MHz]
       DDR    @ 600 [MHz]
       DDR 16Bit Width, FastPath Memory Access
DRAM:  512 MiB

Map:   Code:		0x1feef000:0x1ff9f514
       BSS:		0x1ffef8a0
       Stack:		0x1f9eeef8
       Heap:		0x1f9ef000:0x1feef000

NAND:  (ID 0xf12c)	128 MiB
MMC:   MRVL_MMC: 0
Bad block table found at page 65472, version 0x01
Bad block table found at page 65408, version 0x01

Initialize and scan all PCI interfaces
PEX unit.port(active IF[-first bus]):
------------------------------------------
PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
PEX 1: Root Complex Interface, Detected Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       AUDIO
       TDM
Modules/Interfaces Detected:
       RGMII0 Phy
       RGMII1 Phy
       PEX0 (Lane 0)
       PEX1 (Lane 1)
       SATA0 (Lane 2)
       SATA1 (Lane 3)
Net:   egiga0, egiga1 [PRIME]
Power On!

FDT loaded successfully
Delay 7s then power on another group of HDDs 1 
Hit any key to stop autoboot:  0 
(Re)start USB...
USB:   Active port:	0
Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 2 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
reading /uImage-recovery

** Unable to read "/uImage-recovery" from usb 0:1 **
reading /initrd-recovery.gz

** Unable to read "/initrd-recovery.gz" from usb 0:1 **

NAND read: device 0 offset 0xd4000, size 0x6000
 24576 bytes read: OK
Wrong Image Format for bootm command
ERROR: can't get kernel image!
Marvell>> printenv
AC_Power_fail_detect=open
CASset=min
HW_version=MVT
MALLOC_len=5
Manufacturer=NETGEAR
Product=ReadyNAS 104
SKUNum=RN104
SerialNum=3EPE51EM006E2
Startup=Normal
UUID=8ad06a7e-97fc-11e4-9cf7-e8fcafe534ca
Version=V1.0
autoload=no
bootargs=console=ttyS0,115200
bootargs_end=:10.4.50.254:255.255.255.0:KW40:eth0:none
bootargs_root=root=/dev/nfs rw
bootcmd=usb start;fatload usb 0:1 0x2000000 /uImage-recovery;fatload usb 0:1 0x3000000 /initrd-recovery.gz;nand read 0x1000000 0xD4000 0x6000; bootm 0x2000000 0x3000000 0x1000000
bootcmd_fdt=tftpboot 0x2000000 $image_name;tftpboot $fdtaddr $fdtfile;setenv bootargs $console $mtdparts $bootargs_root nfsroot=$serverip:$rootpath ip=$ipaddr:$serverip$bootargs_end $mvNetConfig video=dovefb:lcd0:$lcd0_params clcd.lcd0_enable=$lcd0_enable clcd.lcd_panel=$lcd_panel; bootz 0x2000000 - $fdtaddr;
bootcmd_ubi=ubi part ubifs; ubifsmount rootfs; ubifsload 0x2000000 kernel; ubifsload 0x3000000 initrd.gz; bootm 0x2000000 0x3000000 0x1000000
bootdelay=0
cacheShare=no
console=console=ttyS0,115200
disL2Cache=yes
disaMvPnp=no
eeeEnable=no
enaAutoRecovery=yes
enaClockGating=yes
enaExtDisk=no
enaFPU=no
enaMonExt=no
enaWrAllo=no
envver=3
eth1addr=E8:FC:AF:E5:34:CB
eth1mtu=1500
ethact=egiga1
ethaddr=E8:FC:AF:E5:34:CA
ethmtu=1500
ethprime=egiga1
fdt_skip_update=yes
fdtaddr=0x1000000
fdtfile=armada-370-db.dtb
image_name=uImage
initrd_name=uInitrd
load_addr=0x02000000
load_uimage=ext2load usb 0:1 0x2000000 /boot/uImage
load_uinitrd=ext2load usb 0:1 0x3000000 /boot/uInitrd
loadaddr=0x02000000
mtdids=nand0=armada-nand
mtdparts=mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs)
mvNetConfig=mv_net_config=1,(00:50:43:11:11:11,0:1:2:3:4),mtu=1500
mv_pon_addr=00:50:43:00:00:02
nandEcc=1bit
netbsd_en=no
netretry=no
pcieTune=no
pexMode=rc
pxe_files_load=:default.arm-armada370-db:default.arm-armadaxp:default.arm
pxefile_addr_r=3100000
rcvrip=169.254.100.100
sata_delay_reset=0
sata_dma_mode=yes
setL2CacheWT=no
standalone=fsload $load_addr $image_name;setenv bootargs $console $mtdparts root=/dev/mtdblock0 rw ip=$ipaddr:$serverip$bootargs_end; bootm $load_addr;
stderr=serial
stdin=serial
stdout=serial
test_xxxx=yes
usb0Mode=host
usb1Mode=host
usb2Mode=device
usbActive=0
usb_boot=run load_uimage; if run load_uinitrd; then bootm 0x2000000 0x3000000; else bootm 0x2000000; fi
usb_bootcmd=run usb_set_bootargs; run usb_boot
usb_set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial
vxworks_en=no
yuk_ethaddr=00:00:00:EE:51:81

Environment size: 2749/131068 bytes
Marvell>> printenv
AC_Power_fail_detect=open
CASset=min
HW_version=MVT
MALLOC_len=5
Manufacturer=NETGEAR
Product=ReadyNAS 104
SKUNum=RN104
SerialNum=3EPE51EM006E2
Startup=Normal
UUID=8ad06a7e-97fc-11e4-9cf7-e8fcafe534ca
Version=V1.0
autoload=no
bootargs=console=ttyS0,115200
bootargs_end=:10.4.50.254:255.255.255.0:KW40:eth0:none
bootargs_root=root=/dev/nfs rw
bootcmd=usb start;fatload usb 0:1 0x2000000 /uImage-recovery;fatload usb 0:1 0x3000000 /initrd-recovery.gz;nand read 0x1000000 0xD4000 0x6000; bootm 0x2000000 0x3000000 0x1000000
bootcmd_fdt=tftpboot 0x2000000 $image_name;tftpboot $fdtaddr $fdtfile;setenv bootargs $console $mtdparts $bootargs_root nfsroot=$serverip:$rootpath ip=$ipaddr:$serverip$bootargs_end $mvNetConfig video=dovefb:lcd0:$lcd0_params clcd.lcd0_enable=$lcd0_enable clcd.lcd_panel=$lcd_panel; bootz 0x2000000 - $fdtaddr;
bootcmd_ubi=ubi part ubifs; ubifsmount rootfs; ubifsload 0x2000000 kernel; ubifsload 0x3000000 initrd.gz; bootm 0x2000000 0x3000000 0x1000000
bootdelay=0
cacheShare=no
console=console=ttyS0,115200
disL2Cache=yes
disaMvPnp=no
eeeEnable=no
enaAutoRecovery=yes
enaClockGating=yes
enaExtDisk=no
enaFPU=no
enaMonExt=no
enaWrAllo=no
envver=3
eth1addr=E8:FC:AF:E5:34:CB
eth1mtu=1500
ethact=egiga1
ethaddr=E8:FC:AF:E5:34:CA
ethmtu=1500
ethprime=egiga1
fdt_skip_update=yes
fdtaddr=0x1000000
fdtfile=armada-370-db.dtb
image_name=uImage
initrd_name=uInitrd
load_addr=0x02000000
load_uimage=ext2load usb 0:1 0x2000000 /boot/uImage
load_uinitrd=ext2load usb 0:1 0x3000000 /boot/uInitrd
loadaddr=0x02000000
mtdids=nand0=armada-nand
mtdparts=mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs)
mvNetConfig=mv_net_config=1,(00:50:43:11:11:11,0:1:2:3:4),mtu=1500
mv_pon_addr=00:50:43:00:00:02
nandEcc=1bit
netbsd_en=no
netretry=no
pcieTune=no
pexMode=rc
pxe_files_load=:default.arm-armada370-db:default.arm-armadaxp:default.arm
pxefile_addr_r=3100000
rcvrip=169.254.100.100
sata_delay_reset=0
sata_dma_mode=yes
setL2CacheWT=no
standalone=fsload $load_addr $image_name;setenv bootargs $console $mtdparts root=/dev/mtdblock0 rw ip=$ipaddr:$serverip$bootargs_end; bootm $load_addr;
stderr=serial
stdin=serial
stdout=serial
test_xxxx=yes
usb0Mode=host
usb1Mode=host
usb2Mode=device
usbActive=0
usb_boot=run load_uimage; if run load_uinitrd; then bootm 0x2000000 0x3000000; else bootm 0x2000000; fi
usb_bootcmd=run usb_set_bootargs; run usb_boot
usb_set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial
vxworks_en=no
yuk_ethaddr=00:00:00:EE:51:81

Environment size: 2749/131068 bytes
Marvell>>

Yes then i think have got it all. but i don't think it storage the setenv's. because then it shoud delay on the next bootup and that is not happend.

Thanks Again.

AkkJaa...
Re: RN10400
April 05, 2021 05:33PM
AkkJaa,

I would like you to always interrupt u-boot at count down and

printenv


So repeat the boot with USB, and HDDS attached, set envs to boot into Debian, saveenv, and boot.

Once in Debian, reboot, interrupt u-boot at countdown and

printenv

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: RN10400
April 09, 2021 12:44AM
Bodhi,

Yes here is the first read out.


Terminal ready

BootROM 1.08
Booting from NAND flash


General initialization - Version: 1.0.0

High speed PHY - Version: 2.1.4 (COM-PHY-V20) 
Update PEX Device ID 0x6710
High speed PHY - Ended Successfully
0001
DDR3 Training Sequence - Ver 5.7.1
DDR3 Training Sequence - Run without PBS.
DDR3 Training Sequence - Ended Successfully 
BootROM: Image checksum verification PASSED

 __   __                      _ _
|  \/  | __ _ _ ____   _____| | |
| |\/| |/ _` | '__\ \ / / _ \ | |
| |  | | (_| | |   \ V /  __/ | |
|_|  |_|\__,_|_|    \_/ \___|_|_|
         _   _     ____              _
        | | | |   | __ )  ___   ___ | |_ 
        | | | |___|  _ \ / _ \ / _ \| __| 
        | |_| |___| |_) | (_) | (_) | |_ 
         \___/    |____/ \___/ \___/ \__| 
 ** LOADER **


U-Boot 2011.12-gec25d27-dirty (Oct 26 2015 - 16:56:14) Marvell version: v2011.12 2014_T2.0p1 
06/23/2015 ReadyNAS-104 V2.0

Board: DB-88F6710-BP
SoC:   MV6710 A1
CPU:   Marvell PJ4B v7 UP (Rev 1) LE
       CPU    @ 1200 [MHz]
       L2     @ 600 [MHz]
       TClock @ 200 [MHz]
       DDR    @ 600 [MHz]
       DDR 16Bit Width, FastPath Memory Access
DRAM:  512 MiB

Map:   Code:		0x1feef000:0x1ff9f514
       BSS:		0x1ffef8a0
       Stack:		0x1f9eeef8
       Heap:		0x1f9ef000:0x1feef000

NAND:  (ID 0xf12c)	128 MiB
MMC:   MRVL_MMC: 0
Bad block table found at page 65472, version 0x01
Bad block table found at page 65408, version 0x01

Initialize and scan all PCI interfaces
PEX unit.port(active IF[-first bus]):
------------------------------------------
PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
PEX 1: Root Complex Interface, Detected Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       AUDIO
       TDM
Modules/Interfaces Detected:
       RGMII0 Phy
       RGMII1 Phy
       PEX0 (Lane 0)
       PEX1 (Lane 1)
       SATA0 (Lane 2)
       SATA1 (Lane 3)
Net:   egiga0, egiga1 [PRIME]
Power On!

FDT loaded successfully
Hit any key to stop autoboot:  0 
Marvell>> printenv
AC_Power_fail_detect=open
CASset=min
HW_version=MVT
MALLOC_len=5
Manufacturer=NETGEAR
Product=ReadyNAS 104
SKUNum=RN104
SerialNum=3EPE51EM006E2
Startup=Normal
UUID=8ad06a7e-97fc-11e4-9cf7-e8fcafe534ca
Version=V1.0
autoload=no
bootargs=console=ttyS0,115200
bootargs_end=:10.4.50.254:255.255.255.0:KW40:eth0:none
bootargs_root=root=/dev/nfs rw
bootcmd=usb start;fatload usb 0:1 0x2000000 /uImage-recovery;fatload usb 0:1 0x3000000 /initrd-recovery.gz;nand read 0x1000000 0xD4000 0x6000; bootm 0x2000000 0x3000000 0x1000000
bootcmd_fdt=tftpboot 0x2000000 $image_name;tftpboot $fdtaddr $fdtfile;setenv bootargs $console $mtdparts $bootargs_root nfsroot=$serverip:$rootpath ip=$ipaddr:$serverip$bootargs_end $mvNetConfig video=dovefb:lcd0:$lcd0_params clcd.lcd0_enable=$lcd0_enable clcd.lcd_panel=$lcd_panel; bootz 0x2000000 - $fdtaddr;
bootcmd_ubi=ubi part ubifs; ubifsmount rootfs; ubifsload 0x2000000 kernel; ubifsload 0x3000000 initrd.gz; bootm 0x2000000 0x3000000 0x1000000
bootdelay=0
cacheShare=no
console=console=ttyS0,115200
disL2Cache=yes
disaMvPnp=no
eeeEnable=no
enaAutoRecovery=yes
enaClockGating=yes
enaExtDisk=no
enaFPU=no
enaMonExt=no
enaWrAllo=no
envver=3
eth1addr=E8:FC:AF:E5:34:CB
eth1mtu=1500
ethact=egiga1
ethaddr=E8:FC:AF:E5:34:CA
ethmtu=1500
ethprime=egiga1
fdt_skip_update=yes
fdtaddr=0x1000000
fdtfile=armada-370-db.dtb
image_name=uImage
initrd_name=uInitrd
load_addr=0x02000000
load_uimage=ext2load usb 0:1 0x2000000 /boot/uImage
load_uinitrd=ext2load usb 0:1 0x3000000 /boot/uInitrd
loadaddr=0x02000000
mtdids=nand0=armada-nand
mtdparts=mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs)
mvNetConfig=mv_net_config=1,(00:50:43:11:11:11,0:1:2:3:4),mtu=1500
mv_pon_addr=00:50:43:00:00:02
nandEcc=1bit
netbsd_en=no
netretry=no
pcieTune=no
pexMode=rc
pxe_files_load=:default.arm-armada370-db:default.arm-armadaxp:default.arm
pxefile_addr_r=3100000
rcvrip=169.254.100.100
sata_delay_reset=0
sata_dma_mode=yes
setL2CacheWT=no
standalone=fsload $load_addr $image_name;setenv bootargs $console $mtdparts root=/dev/mtdblock0 rw ip=$ipaddr:$serverip$bootargs_end; bootm $load_addr;
stderr=serial
stdin=serial
stdout=serial
test_xxxx=yes
usb0Mode=host
usb1Mode=host
usb2Mode=device
usbActive=0
usb_boot=run load_uimage; if run load_uinitrd; then bootm 0x2000000 0x3000000; else bootm 0x2000000; fi
usb_bootcmd=run usb_set_bootargs; run usb_boot
usb_set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial
vxworks_en=no
yuk_ethaddr=00:00:00:EE:51:81

Environment size: 2749/131068 bytes
Marvell>>

This was the first like you say without USB Drive and HDD's interrupt and printenv

Then here come the new one with USB Drive and HDD's in the box.


Terminal ready

BootROM 1.08
Booting from NAND flash


General initialization - Version: 1.0.0

High speed PHY - Version: 2.1.4 (COM-PHY-V20) 
Update PEX Device ID 0x6710
High speed PHY - Ended Successfully
0001
DDR3 Training Sequence - Ver 5.7.1
DDR3 Training Sequence - Run without PBS.
DDR3 Training Sequence - Ended Successfully 
BootROM: Image checksum verification PASSED

 __   __                      _ _
|  \/  | __ _ _ ____   _____| | |
| |\/| |/ _` | '__\ \ / / _ \ | |
| |  | | (_| | |   \ V /  __/ | |
|_|  |_|\__,_|_|    \_/ \___|_|_|
         _   _     ____              _
        | | | |   | __ )  ___   ___ | |_ 
        | | | |___|  _ \ / _ \ / _ \| __| 
        | |_| |___| |_) | (_) | (_) | |_ 
         \___/    |____/ \___/ \___/ \__| 
 ** LOADER **


U-Boot 2011.12-gec25d27-dirty (Oct 26 2015 - 16:56:14) Marvell version: v2011.12 2014_T2.0p1 
06/23/2015 ReadyNAS-104 V2.0

Board: DB-88F6710-BP
SoC:   MV6710 A1
CPU:   Marvell PJ4B v7 UP (Rev 1) LE
       CPU    @ 1200 [MHz]
       L2     @ 600 [MHz]
       TClock @ 200 [MHz]
       DDR    @ 600 [MHz]
       DDR 16Bit Width, FastPath Memory Access
DRAM:  512 MiB

Map:   Code:		0x1feef000:0x1ff9f514
       BSS:		0x1ffef8a0
       Stack:		0x1f9eeef8
       Heap:		0x1f9ef000:0x1feef000

NAND:  (ID 0xf12c)	128 MiB
MMC:   MRVL_MMC: 0
Bad block table found at page 65472, version 0x01
Bad block table found at page 65408, version 0x01

Initialize and scan all PCI interfaces
PEX unit.port(active IF[-first bus]):
------------------------------------------
PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
PEX 1: Root Complex Interface, Detected Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       AUDIO
       TDM
Modules/Interfaces Detected:
       RGMII0 Phy
       RGMII1 Phy
       PEX0 (Lane 0)
       PEX1 (Lane 1)
       SATA0 (Lane 2)
       SATA1 (Lane 3)
Net:   egiga0, egiga1 [PRIME]
Power On!

FDT loaded successfully
Delay 7s then power on another group of HDDs 1 
Hit any key to stop autoboot:  0 
Marvell>> <INTERRUPT>
Marvell>> printenv
AC_Power_fail_detect=open
CASset=min
HW_version=MVT
MALLOC_len=5
Manufacturer=NETGEAR
Product=ReadyNAS 104
SKUNum=RN104
SerialNum=3EPE51EM006E2
Startup=Normal
UUID=8ad06a7e-97fc-11e4-9cf7-e8fcafe534ca
Version=V1.0
autoload=no
bootargs=console=ttyS0,115200
bootargs_end=:10.4.50.254:255.255.255.0:KW40:eth0:none
bootargs_root=root=/dev/nfs rw
bootcmd=usb start;fatload usb 0:1 0x2000000 /uImage-recovery;fatload usb 0:1 0x3000000 /initrd-recovery.gz;nand read 0x1000000 0xD4000 0x6000; bootm 0x2000000 0x3000000 0x1000000
bootcmd_fdt=tftpboot 0x2000000 $image_name;tftpboot $fdtaddr $fdtfile;setenv bootargs $console $mtdparts $bootargs_root nfsroot=$serverip:$rootpath ip=$ipaddr:$serverip$bootargs_end $mvNetConfig video=dovefb:lcd0:$lcd0_params clcd.lcd0_enable=$lcd0_enable clcd.lcd_panel=$lcd_panel; bootz 0x2000000 - $fdtaddr;
bootcmd_ubi=ubi part ubifs; ubifsmount rootfs; ubifsload 0x2000000 kernel; ubifsload 0x3000000 initrd.gz; bootm 0x2000000 0x3000000 0x1000000
bootdelay=0
cacheShare=no
console=console=ttyS0,115200
disL2Cache=yes
disaMvPnp=no
eeeEnable=no
enaAutoRecovery=yes
enaClockGating=yes
enaExtDisk=no
enaFPU=no
enaMonExt=no
enaWrAllo=no
envver=3
eth1addr=E8:FC:AF:E5:34:CB
eth1mtu=1500
ethact=egiga1
ethaddr=E8:FC:AF:E5:34:CA
ethmtu=1500
ethprime=egiga1
fdt_skip_update=yes
fdtaddr=0x1000000
fdtfile=armada-370-db.dtb
image_name=uImage
initrd_name=uInitrd
load_addr=0x02000000
load_uimage=ext2load usb 0:1 0x2000000 /boot/uImage
load_uinitrd=ext2load usb 0:1 0x3000000 /boot/uInitrd
loadaddr=0x02000000
mtdids=nand0=armada-nand
mtdparts=mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs)
mvNetConfig=mv_net_config=1,(00:50:43:11:11:11,0:1:2:3:4),mtu=1500
mv_pon_addr=00:50:43:00:00:02
nandEcc=1bit
netbsd_en=no
netretry=no
pcieTune=no
pexMode=rc
pxe_files_load=:default.arm-armada370-db:default.arm-armadaxp:default.arm
pxefile_addr_r=3100000
rcvrip=169.254.100.100
sata_delay_reset=0
sata_dma_mode=yes
setL2CacheWT=no
standalone=fsload $load_addr $image_name;setenv bootargs $console $mtdparts root=/dev/mtdblock0 rw ip=$ipaddr:$serverip$bootargs_end; bootm $load_addr;
stderr=serial
stdin=serial
stdout=serial
test_xxxx=yes
usb0Mode=host
usb1Mode=host
usb2Mode=device
usbActive=0
usb_boot=run load_uimage; if run load_uinitrd; then bootm 0x2000000 0x3000000; else bootm 0x2000000; fi
usb_bootcmd=run usb_set_bootargs; run usb_boot
usb_set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial
vxworks_en=no
yuk_ethaddr=00:00:00:EE:51:81

Environment size: 2749/131068 bytes
Marvell>> setenv mtdparts 'mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs)'
Marvell>> setenv usb_set_bootargs 'setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial' 
Marvell>> setenv load_uimage 'ext2load usb 0:1 0x2000000 /boot/uImage'
Marvell>> setenv load_uinitrd 'ext2load usb 0:1 0x3000000 /boot/uInitrd' 
Marvell>> setenv usb_boot 'run load_uimage; if run load_uinitrd; then bootm 0x2000000 0x3000000; else bootm 0x2000000; fi' 
Marvell>> setenv usb_bootcmd 'run usb_set_bootargs; run usb_boot'
Marvell>> setenv bootcmd 'usb start; run usb_bootcmd; usb stop; reset' 
Marvell>> setenv fdt_skip_update yes
Marvell>> saveenv
Saving Environment to NAND...
Erasing Nand...
Writing to Nand... done
Marvell>> boot
(Re)start USB...
USB:   Active port:	0
Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 2 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
Loading file "/boot/uImage" from usb device 0:1 (usbda1)
5419270 bytes read
Loading file "/boot/uInitrd" from usb device 0:1 (usbda1)
9504816 bytes read
## Booting kernel from Legacy Image at 02000000 ...
   Image Name:   Linux-5.8.5-mvebu-370xp-tld-1
   Created:      2021-03-23  17:16:36 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    5419206 Bytes = 5.2 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 03000000 ...
   Image Name:   initramfs-5.8.5-mvebu-370xp-tld-
   Created:      2021-03-23  17:17:43 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    9504752 Bytes = 9.1 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000][    T0] Booting Linux on physical CPU 0x0
[    0.000000][    T0] Linux version 5.8.5-mvebu-370xp-tld-1 (root@tldDebianVM) (arm-linux-gnueabihf-gcc (Ubuntu/Linaro 7.5.0-3ubuntu1~18.04) 7.5.0, GNU ld (GNU Binutils for Ubuntu) 2.30) #1.0 SMP PREEMPT Mon Aug 31 00:00:32 PDT 2020
[    0.000000][    T0] CPU: ARMv7 Processor [561f5811] revision 1 (ARMv7), cr=10c5387d
[    0.000000][    T0] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[    0.000000][    T0] OF: fdt: Machine model: NETGEAR ReadyNAS 104
[    0.000000][    T0] printk: bootconsole [earlycon0] enabled
[    0.000000][    T0] Memory policy: Data cache writeback
[    0.000000][    T0] Zone ranges:
[    0.000000][    T0]   Normal   [mem 0x0000000000000000-0x000000001fffffff]
[    0.000000][    T0]   HighMem  empty
[    0.000000][    T0] Movable zone start for each node
[    0.000000][    T0] Early memory node ranges
[    0.000000][    T0]   node   0: [mem 0x0000000000000000-0x000000001fffffff]
[    0.000000][    T0] Initmem setup node 0 [mem 0x0000000000000000-0x000000001fffffff]
[    0.000000][    T0] CPU: All CPU(s) started in SVC mode.
[    0.000000][    T0] percpu: Embedded 20 pages/cpu s53068 r8192 d20660 u81920
[    0.000000][    T0] Built 1 zonelists, mobility grouping on.  Total pages: 130048
[    0.000000][    T0] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs) earlyprintk=serial mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs) reason=normal bdtype=rn104
[    0.000000][    T0] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000][    T0] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[    0.000000][    T0] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.000000][    T0] Memory: 493604K/524288K available (10240K kernel code, 1012K rwdata, 3072K rodata, 1024K init, 342K bss, 30684K reserved, 0K cma-reserved, 0K highmem)
[    0.000000][    T0] random: get_random_u32 called from ____cache_alloc+0x338/0x794 with crng_init=0
[    0.000000][    T0] rcu: Preemptible hierarchical RCU implementation.
[    0.000000][    T0] rcu: 	RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
[    0.000000][    T0] 	Trampoline variant of Tasks RCU enabled.
[    0.000000][    T0] 	Rude 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] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[    0.000000][    T0] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000][    T0] L2C: DT/platform modifies aux control register: 0x12086300 -> 0x1a086302
[    0.000000][    T0] Aurora cache controller enabled, 4 ways, 256 kB
[    0.000000][    T0] Aurora: CACHE_ID 0x00000100, AUX_CTRL 0x1a086302
[    0.000000][    T0] Switching to timer-based delay loop, resolution 53ns
[    0.000007][    T0] sched_clock: 32 bits at 18MHz, resolution 53ns, wraps every 114537122277ns
[    0.007874][    T0] clocksource: armada_370_xp_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 101938038664 ns
[    0.019303][    T0] Console: colour dummy device 80x30
[    0.024021][    T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 37.49 BogoMIPS (lpj=187492)
[    0.034151][    T0] pid_max: default: 32768 minimum: 301
[    0.039213][    T0] LSM: Security Framework initializing
[    0.044159][    T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.051486][    T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.060283][    T0] CPU: Testing write buffer coherency: ok
[    0.065724][    T1] CPU0: thread -1, cpu 0, socket -1, mpidr 0
[    0.072061][    T1] Setting up static identity map for 0x100000 - 0x100060
[    0.078752][    T1] mvebu-soc-id: MVEBU SoC ID=0x6710, Rev=0x1
[    0.084185][    T1] mvebu-pmsu: Initializing Power Management Service Unit
[    0.090710][    T1] rcu: Hierarchical SRCU implementation.
[    0.098532][    T1] smp: Bringing up secondary CPUs ...
[    0.103417][    T1] smp: Brought up 1 node, 1 CPU
[    0.107713][    T1] SMP: Total of 1 processors activated (37.49 BogoMIPS).
[    0.114040][    T1] CPU: All CPU(s) started in SVC mode.
[    0.119582][    T1] devtmpfs: initialized
[    0.128275][    T1] VFP support v0.3: implementor 56 architecture 2 part 20 variant 9 rev 6
[    0.137188][    T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.146957][    T1] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[    0.154166][    T1] xor: measuring software checksum speed
[    0.258574][    T1]    arm4regs  :  1103.200 MB/sec
[    0.358571][    T1]    8regs     :   671.200 MB/sec
[    0.458567][    T1]    32regs    :  1062.400 MB/sec
[    0.463020][    T1] xor: using function: arm4regs (1103.200 MB/sec)
[    0.468784][    T1] prandom: seed boundary self test passed
[    0.477387][    T1] prandom: 100 self tests passed
[    0.481800][    T1] pinctrl core: initialized pinctrl subsystem
[    0.488952][    T1] thermal_sys: Registered thermal governor 'step_wise'
[    0.489701][    T1] NET: Registered protocol family 16
[    0.502543][    T1] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.510428][    T1] audit: initializing netlink subsys (disabled)
[    0.516401][   T31] audit: type=2000 audit(0.490:1): state=initialized audit_enabled=0 res=1
[    0.526659][    T1] cpuidle: using governor ladder
[    0.532681][    T1] cpuidle: using governor menu
[    0.537171][    T1] hw-breakpoint: debug architecture 0x4 unsupported.
[    0.809719][    T1] raid6: int32x8  gen()   214 MB/s
[    0.978966][    T1] raid6: int32x8  xor()   135 MB/s
[    1.148656][    T1] raid6: int32x4  gen()   224 MB/s
[    1.318723][    T1] raid6: int32x4  xor()   151 MB/s
[    1.488573][    T1] raid6: int32x2  gen()   414 MB/s
[    1.658569][    T1] raid6: int32x2  xor()   217 MB/s
[    1.828603][    T1] raid6: int32x1  gen()   430 MB/s
[    1.998587][    T1] raid6: int32x1  xor()   201 MB/s
[    2.003118][    T1] raid6: using algorithm int32x1 gen() 430 MB/s
[    2.008690][    T1] raid6: .... xor() 201 MB/s, rmw enabled
[    2.013775][    T1] raid6: using intx1 recovery algorithm
[    2.020105][    T1] vgaarb: loaded
[    2.025061][    T1] SCSI subsystem initialized
[    2.030320][    T1] usbcore: registered new interface driver usbfs
[    2.036021][    T1] usbcore: registered new interface driver hub
[    2.043204][    T1] usbcore: registered new device driver usb
[    2.049897][    T1] mc: Linux media interface: v0.10
[    2.055318][    T1] videodev: Linux video capture interface: v2.00
[    2.061823][    T1] pps_core: LinuxPPS API ver. 1 registered
[    2.066991][    T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.076736][    T1] PTP clock support registered
[    2.084558][    T1] clocksource: Switched to clocksource armada_370_xp_clocksource
[    3.073795][    T1] VFS: Disk quotas dquot_6.6.0
[    3.078180][    T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    3.112814][    T1] NET: Registered protocol family 2
[    3.120387][    T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    3.129097][    T1] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
[    3.137150][    T1] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    3.144340][    T1] TCP: Hash tables configured (established 4096 bind 4096)
[    3.151438][    T1] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    3.158251][    T1] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    3.165488][    T1] NET: Registered protocol family 1
[    3.170881][    T1] RPC: Registered named UNIX socket transport module.
[    3.177021][    T1] RPC: Registered udp transport module.
[    3.181949][    T1] RPC: Registered tcp transport module.
[    3.186896][    T1] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    3.193413][    T1] PCI: CLS 0 bytes, default 64
[    3.198029][    T1] Trying to unpack rootfs image as initramfs...
[    3.812118][    T1] Freeing initrd memory: 9284K
[    3.816722][    T1] NetWinder Floating Point Emulator V0.97 (double precision)
[    3.823622][    T1] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
[    3.835603][    T1] Initialise system trusted keyrings
[    3.840345][    T1] Key type blacklist registered
[    3.846150][    T1] workingset: timestamp_bits=30 max_order=17 bucket_order=0
[    3.852849][    T1] zbud: loaded
[    3.857628][    T1] NFS: Registering the id_resolver key type
[    3.862900][    T1] Key type id_resolver registered
[    3.867781][    T1] Key type id_legacy registered
[    3.872101][    T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    3.879024][    T1] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    3.885891][    T1] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    3.894081][    T1] orangefs_debugfs_init: called with debug mask: :none: :0:
[    3.901059][    T1] orangefs_init: module version upstream loaded
[    3.980848][    T1] async_tx: api initialized (async)
[    3.985553][    T1] Key type asymmetric registered
[    3.989928][    T1] Asymmetric key parser 'x509' registered
[    3.995278][    T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    4.002792][    T1] io scheduler bfq registered
[    4.010030][    T1] armada-370-pinctrl d0018000.pin-ctrl: registered pinctrl driver
[    4.027005][    T1] mvebu-pcie soc:pcie@82000000: PCI host bridge to bus 0000:00
[    4.033771][    T1] pci_bus 0000:00: root bus resource [bus 00-ff]
[    4.039972][    T1] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xffdfffff]
[    4.047276][    T1] pci_bus 0000:00: root bus resource [io  0x1000-0xeffff]
[    4.053788][    T1] pci 0000:00:01.0: [11ab:6710] type 01 class 0x060400
[    4.060121][    T1] pci 0000:00:01.0: reg 0x38: [mem 0x00000000-0x000007ff pref]
[    4.067514][    T1] pci 0000:00:02.0: [11ab:6710] type 01 class 0x060400
[    4.073664][    T1] pci 0000:00:02.0: reg 0x38: [mem 0x00000000-0x000007ff pref]
[    4.082151][    T1] PCI: bus0: Fast back to back transfers disabled
[    4.088094][    T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    4.096182][    T1] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    4.104496][    T1] pci 0000:01:00.0: [1b73:1009] type 00 class 0x0c0330
[    4.110903][    T1] pci 0000:01:00.0: reg 0x10: [mem 0x40000000-0x4000ffff 64bit]
[    4.117864][    T1] pci 0000:01:00.0: reg 0x18: [mem 0x40010000-0x40010fff 64bit]
[    4.124802][    T1] pci 0000:01:00.0: reg 0x20: [mem 0x40011000-0x40011fff 64bit]
[    4.131725][    T1] pci 0000:01:00.0: supports D1
[    4.136086][    T1] pci 0000:01:00.0: PME# supported from D0 D1 D3hot D3cold
[    4.142978][    T1] pci 0000:00:01.0: ASPM: current common clock configuration is inconsistent, reconfiguring
[    4.175678][    T1] PCI: bus1: Fast back to back transfers disabled
[    4.181417][    T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    4.188527][    T1] pci 0000:02:00.0: [1b4b:9215] type 00 class 0x010601
[    4.194876][    T1] pci 0000:02:00.0: reg 0x10: [io  0xfffffff8-0xffffffff]
[    4.201243][    T1] pci 0000:02:00.0: reg 0x14: [io  0xfffffffc-0xffffffff]
[    4.207711][    T1] pci 0000:02:00.0: reg 0x18: [io  0xfffffff8-0xffffffff]
[    4.214075][    T1] pci 0000:02:00.0: reg 0x1c: [io  0xfffffffc-0xffffffff]
[    4.220521][    T1] pci 0000:02:00.0: reg 0x20: [io  0xffffffe0-0xffffffff]
[    4.226941][    T1] pci 0000:02:00.0: reg 0x24: [mem 0x42000000-0x420007ff]
[    4.233306][    T1] pci 0000:02:00.0: reg 0x30: [mem 0xd0000000-0xd000ffff pref]
[    4.240198][    T1] pci 0000:02:00.0: PME# supported from D3hot
[    4.246112][    T1] pci 0000:00:02.0: ASPM: current common clock configuration is inconsistent, reconfiguring
[    4.285668][    T1] PCI: bus2: Fast back to back transfers disabled
[    4.291405][    T1] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
[    4.298230][    T1] pci 0000:00:01.0: BAR 14: assigned [mem 0xf8000000-0xf80fffff]
[    4.305203][    T1] pci 0000:00:02.0: BAR 14: assigned [mem 0xf8100000-0xf81fffff]
[    4.312116][    T1] pci 0000:00:02.0: BAR 13: assigned [io  0x10000-0x10fff]
[    4.318603][    T1] pci 0000:00:01.0: BAR 6: assigned [mem 0xf8200000-0xf82007ff pref]
[    4.325854][    T1] pci 0000:00:02.0: BAR 6: assigned [mem 0xf8300000-0xf83007ff pref]
[    4.333089][    T1] pci 0000:01:00.0: BAR 0: assigned [mem 0xf8000000-0xf800ffff 64bit]
[    4.340426][    T1] pci 0000:01:00.0: BAR 2: assigned [mem 0xf8010000-0xf8010fff 64bit]
[    4.347761][    T1] pci 0000:01:00.0: BAR 4: assigned [mem 0xf8011000-0xf8011fff 64bit]
[    4.355093][    T1] pci 0000:00:01.0: PCI bridge to [bus 01]
[    4.360266][    T1] pci 0000:00:01.0:   bridge window [mem 0xf8000000-0xf80fffff]
[    4.367128][    T1] pci 0000:02:00.0: BAR 6: assigned [mem 0xf8100000-0xf810ffff pref]
[    4.374357][    T1] pci 0000:02:00.0: BAR 5: assigned [mem 0xf8110000-0xf81107ff]
[    4.381210][    T1] pci 0000:02:00.0: BAR 4: assigned [io  0x10000-0x1001f]
[    4.387587][    T1] pci 0000:02:00.0: BAR 0: assigned [io  0x10020-0x10027]
[    4.393947][    T1] pci 0000:02:00.0: BAR 2: assigned [io  0x10028-0x1002f]
[    4.400324][    T1] pci 0000:02:00.0: BAR 1: assigned [io  0x10030-0x10033]
[    4.406701][    T1] pci 0000:02:00.0: BAR 3: assigned [io  0x10034-0x10037]
[    4.413061][    T1] pci 0000:00:02.0: PCI bridge to [bus 02]
[    4.418246][    T1] pci 0000:00:02.0:   bridge window [io  0x10000-0x10fff]
[    4.424621][    T1] pci 0000:00:02.0:   bridge window [mem 0xf8100000-0xf81fffff]
[    4.431574][    T1] pcieport 0000:00:01.0: enabling device (0140 -> 0142)
[    4.437919][    T1] pcieport 0000:00:02.0: enabling device (0140 -> 0143)
[    4.445436][    T1] mv_xor d0060800.xor: Marvell shared XOR driver
[    4.515948][    T1] mv_xor d0060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    4.526930][    T1] mv_xor d0060900.xor: Marvell shared XOR driver
[    4.595918][    T1] mv_xor d0060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    4.799053][    T1] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    4.810503][    T1] printk: console [ttyS0] disabled
[    4.836831][    T1] d0012000.serial: ttyS0 at MMIO 0xd0012000 (irq = 19, base_baud = 12500000) is a 16550A
[    4.845898][    T1] printk: console [ttyS0] enabled
[    4.845898][    T1] printk: console [ttyS0] enabled
[    4.854955][    T1] printk: bootconsole [earlycon0] disabled
[    4.854955][    T1] printk: bootconsole [earlycon0] disabled
[    4.867690][    T1] ahci 0000:02:00.0: enabling device (0146 -> 0147)
[    4.884137][    T1] ahci 0000:02:00.0: AHCI 0001.0000 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[    4.892350][    T1] ahci 0000:02:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs 
[    4.906660][    T1] scsi host0: ahci
[    4.911212][    T1] scsi host1: ahci
[    4.915787][    T1] scsi host2: ahci
[    4.920226][    T1] scsi host3: ahci
[    4.924291][    T1] ata1: SATA max UDMA/133 abar m2048@0xf8110000 port 0xf8110100 irq 42
[    4.932034][    T1] ata2: SATA max UDMA/133 abar m2048@0xf8110000 port 0xf8110180 irq 42
[    4.939786][    T1] ata3: SATA max UDMA/133 abar m2048@0xf8110000 port 0xf8110200 irq 42
[    4.947352][    T1] ata4: SATA max UDMA/133 abar m2048@0xf8110000 port 0xf8110280 irq 42
[    4.956717][    T1] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xf1
[    4.963219][    T1] nand: Micron MT29F1G08ABADAWP
[    4.969521][    T1] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    4.977887][    T1] Bad block table found at page 65472, version 0x01
[    4.984350][    T1] Bad block table found at page 65408, version 0x01
[    4.990714][    T1] 5 cmdlinepart partitions found on MTD device pxa3xx_nand-0
[    4.997535][    T1] Creating 5 MTD partitions on "pxa3xx_nand-0":
[    5.003157][    T1] 0x000000000000-0x000000180000 : "u-boot"
[    5.010672][    T1] 0x000000180000-0x0000001a0000 : "u-boot-env"
[    5.018995][    T1] 0x000000200000-0x000000800000 : "uImage"
[    5.027055][    T1] 0x000000800000-0x000000c00000 : "minirootfs"
[    5.035407][    T1] 0x000000c00000-0x000008000000 : "ubifs"
[    5.045120][    T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[    5.052984][    T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[    5.067510][    T1] libphy: Fixed MDIO Bus: probed
[    5.077305][    T1] libphy: orion_mdio_bus: probed
[    5.113142][    T1] mvneta d0070000.ethernet eth0: Using random mac address 9e:8b:07:69:08:f8
[    5.129028][    T1] mvneta d0074000.ethernet eth1: Using random mac address 72:05:12:5f:9e:ed
[    5.139785][    T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.147286][    T1] ehci-pci: EHCI PCI platform driver
[    5.152288][    T1] ehci-orion: EHCI orion driver
[    5.157307][    T1] orion-ehci d0050000.usb: EHCI Host Controller
[    5.162954][    T1] orion-ehci d0050000.usb: new USB bus registered, assigned bus number 1
[    5.171064][    T1] orion-ehci d0050000.usb: irq 25, io mem 0xd0050000
[    5.204591][    T1] orion-ehci d0050000.usb: USB 2.0 started, EHCI 1.00
[    5.211092][    T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[    5.219450][    T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.226828][    T1] usb usb1: Product: EHCI Host Controller
[    5.232027][    T1] usb usb1: Manufacturer: Linux 5.8.5-mvebu-370xp-tld-1 ehci_hcd
[    5.239082][    T1] usb usb1: SerialNumber: d0050000.usb
[    5.245147][    T1] hub 1-0:1.0: USB hub found
[    5.249672][    T1] hub 1-0:1.0: 1 port detected
[    5.255556][    T1] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    5.261600][    T1] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[    5.270035][    T1] xhci_hcd 0000:01:00.0: hcc params 0x200073a1 hci version 0x100 quirks 0x0000000000080010
[    5.280176][    T1] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[    5.288625][    T1] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.296059][    T1] usb usb2: Product: xHCI Host Controller
[    5.301266][    T1] usb usb2: Manufacturer: Linux 5.8.5-mvebu-370xp-tld-1 xhci-hcd
[    5.308298][    T1] usb usb2: SerialNumber: 0000:01:00.0
[    5.314166][    T1] hub 2-0:1.0: USB hub found
[    5.318672][    T1] hub 2-0:1.0: 2 ports detected
[    5.324069][    T1] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    5.329953][    T1] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 3
[    5.337559][    T1] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[    5.344084][    T1] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    5.352490][    T1] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08
[    5.360933][    T1] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.368290][    T1] usb usb3: Product: xHCI Host Controller
[    5.373427][    T1] usb usb3: Manufacturer: Linux 5.8.5-mvebu-370xp-tld-1 xhci-hcd
[    5.380448][    T1] usb usb3: SerialNumber: 0000:01:00.0
[    5.386297][    T1] hub 3-0:1.0: USB hub found
[    5.390709][    T1] hub 3-0:1.0: 2 ports detected
[    5.396887][    T1] usbcore: registered new interface driver usblp
[    5.403509][    T1] usbcore: registered new interface driver usb-storage
[    5.410679][    T1] mousedev: PS/2 mouse device common for all mice
[    5.418537][    T1] i2c /dev entries driver
[    5.427452][    T1] rtc-ds1307 0-0068: 'wakeup-source' is set, request for an IRQ is disabled!
[    5.440545][    T1] rtc-ds1307 0-0068: registered as rtc0
[    5.447262][    T1] rtc-ds1307 0-0068: setting system clock to 2000-01-05T21:09:56 UTC (947106596)
[    5.456529][    T1] pca953x 0-0023: supply vcc not found, using dummy regulator
[    5.463361][    T1] pca953x 0-0023: using no AI
[    5.467757][ T1204] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    5.474152][ T1200] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    5.481149][ T1212] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    5.487726][ T1208] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    5.494381][ T1204] ata2.00: ATA-8: TOSHIBA DT01ACA050, MS1OA750, max UDMA/133
[    5.501480][ T1204] ata2.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 32), AA
[    5.508859][ T1212] ata4.00: ATA-8: TOSHIBA DT01ACA050, MS1OA810, max UDMA/133
[    5.515610][ T1212] ata4.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 32), AA
[    5.525074][ T1200] ata1.00: ATA-8: TOSHIBA DT01ACA050, MS1OA7S0, max UDMA/133
[    5.532873][ T1200] ata1.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 32), AA
[    5.540236][ T1208] ata3.00: ATA-8: TOSHIBA DT01ACA050, MS1OA7S0, max UDMA/133
[    5.548578][    T1] orion_wdt: Initial timeout 229 sec
[    5.553884][ T1208] ata3.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 32), AA
[    5.562334][    T1] device-mapper: uevent: version 1.0.3
[    5.567856][ T1200] ata1.00: configured for UDMA/133
[    5.572981][    T1] device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com
[    5.581698][ T1212] ata4.00: configured for UDMA/133
[    5.586603][ T1204] ata2.00: configured for UDMA/133
[    5.591976][    T1] device-mapper: multipath round-robin: version 1.2.0 loaded
[    5.598749][ T1208] ata3.00: configured for UDMA/133
[    5.603937][  T186] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA DT01ACA0 A7S0 PQ: 0 ANSI: 5
[    5.612227][    T1] device-mapper: multipath queue-length: version 0.2.0 loaded
[    5.620788][ T1218] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    5.628446][   T20] usb 1-1: new high-speed USB device number 2 using orion-ehci
[    5.636222][   T15] scsi 1:0:0:0: Direct-Access     ATA      TOSHIBA DT01ACA0 A750 PQ: 0 ANSI: 5
[    5.645405][    T1] device-mapper: multipath service-time: version 0.3.0 loaded
[    5.652271][ T1218] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    5.659515][ T1418] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    5.668203][    T7] scsi 2:0:0:0: Direct-Access     ATA      TOSHIBA DT01ACA0 A7S0 PQ: 0 ANSI: 5
[    5.677159][ T1218] sd 0:0:0:0: [sda] Write Protect is off
[    5.682368][    T1] device-mapper: dm-log-userspace: version 1.3.0 loaded
[    5.688724][ T1418] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    5.696002][   T15] sd 2:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    5.703585][   T15] sd 2:0:0:0: [sdc] 4096-byte physical blocks
[    5.710267][ T1216] scsi 3:0:0:0: Direct-Access     ATA      TOSHIBA DT01ACA0 A810 PQ: 0 ANSI: 5
[    5.719130][ T1218] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.728333][ T1418] sd 1:0:0:0: [sdb] Write Protect is off
[    5.733493][    T1] device-mapper: raid: Loading target version 1.15.1
[    5.741265][    T7] sd 3:0:0:0: [sdd] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    5.750194][ T1418] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.759639][   T15] sd 2:0:0:0: [sdc] Write Protect is off
[    5.766317][    T7] sd 3:0:0:0: [sdd] 4096-byte physical blocks
[    5.776242][   T15] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.786888][    T7] sd 3:0:0:0: [sdd] Write Protect is off
[    5.796042][    T7] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.807666][ T1218] sd 0:0:0:0: [sda] Attached SCSI removable disk
[    5.815434][ T1418]  sdb:
[    5.819402][ T1418] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[    5.827826][    T1] marvell-cesa d0090000.crypto: CESA device successfully registered
[    5.837959][    T1] hid: raw HID events driver (C) Jiri Kosina
[    5.844839][    T1] usbcore: registered new interface driver usbhid
[    5.853476][   T15] sd 2:0:0:0: [sdc] Attached SCSI removable disk
[    5.859647][    T7]  sdd:
[    5.862129][   T20] usb 1-1: New USB device found, idVendor=13fe, idProduct=4300, bcdDevice= 1.00
[    5.871850][    T7] sd 3:0:0:0: [sdd] Attached SCSI removable disk
[    5.878643][    T1] usbhid: USB HID core driver
[    5.882989][   T20] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.891423][    T1] drop_monitor: Initializing network drop monitor service
[    5.898195][   T20] usb 1-1: Product: USB DISK 2.0
[    5.902617][   T20] usb 1-1: Manufacturer:         
[    5.907792][    T1] NET: Registered protocol family 10
[    5.913160][   T20] usb 1-1: SerialNumber: 9000996E0B7F4964
[    5.919237][    T1] Segment Routing with IPv6
[    5.923262][    T1] RPL Segment Routing with IPv6
[    5.929053][   T20] usb-storage 1-1:1.0: USB Mass Storage device detected
[    5.935869][    T1] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    5.944407][   T20] scsi host4: usb-storage 1-1:1.0
[    5.949765][    T1] NET: Registered protocol family 17
[    5.957128][    T1] 8021q: 802.1Q VLAN Support v1.8
[    5.961712][    T1] Key type dns_resolver registered
[    5.966731][    T1] ThumbEE CPU extension supported.
[    5.971319][    T1] Registering SWP/SWPB emulation handler
[    5.976915][    T1] registered taskstats version 1
[    5.981340][    T1] Loading compiled-in X.509 certificates
[    5.986918][    T1] zswap: loaded using pool lzo/zbud
[    5.992035][    T1] Key type ._fscrypt registered
[    5.996485][    T1] Key type .fscrypt registered
[    6.000741][    T1] Key type fscrypt-provisioning registered
[    6.009024][    T1] Key type big_key registered
[    6.037900][    T1] Key type encrypted registered
[    6.047013][    T1] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[    6.058229][    T1] Freeing unused kernel memory: 1024K
[    6.066662][    T1] Checked W+X mappings: passed, no W+X pages found
[    6.072547][    T1] Run /init as init process
Loading, please wait...
Starting version 241
[    6.986610][    T7] scsi 4:0:0:0: Direct-Access              USB DISK 2.0     PMAP PQ: 0 ANSI: 4
[    7.013246][   T15] sd 4:0:0:0: [sde] 30322688 512-byte logical blocks: (15.5 GB/14.5 GiB)
[    7.037658][   T15] sd 4:0:0:0: [sde] Write Protect is off
[    7.048657][   T15] sd 4:0:0:0: [sde] No Caching mode page found
[    7.054262][   T15] sd 4:0:0:0: [sde] Assuming drive cache: write through
[    7.081546][    C0] random: fast init done
[    7.086758][   T15]  sde: sde1
[    7.097920][   T15] sd 4:0:0:0: [sde] Attached SCSI removable disk
[    7.780262][ T1536] 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.
[   19.500110][ T1560] process '/usr/bin/fstype' started with executable stack
Begin: Will now check root file system ... fsck from util-linux 2.33.1
[/sbin/fsck.ext3 (1) -- /dev/sde1] fsck.ext3 -a -C0 /dev/sde1 
rootfs: clean, 26976/948416 files, 401924/3790323 blocks
done.
[   25.001698][ T1569] EXT4-fs (sde1): mounting ext3 file system using the ext4 subsystem
[   25.042915][ T1569] EXT4-fs (sde1): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[   25.388891][    C0] random: crng init 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...[   31.264209][ T1760] systemd-udevd[1760]: Using default interface naming scheme 'v240'.
[   31.291264][ T1764] systemd-udevd[1764]: Using default interface naming scheme 'v240'.
[   31.378267][ T1760] systemd-udevd[1760]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   31.409919][ T1764] systemd-udevd[1764]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   31.515508][ T1760] systemd-udevd[1760]: Could not generate persistent MAC address for eth1: No such file or directory
[   31.553149][ T1764] systemd-udevd[1764]: Could not generate persistent MAC address for eth0: No such file or directory
[   31.951938][ T1772] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   31.985750][ T1772] sd 1:0:0:0: Attached scsi generic sg1 type 0
[   32.056608][ T1772] sd 2:0:0:0: Attached scsi generic sg2 type 0
[   32.102532][ T1772] sd 3:0:0:0: Attached scsi generic sg3 type 0
[   32.183039][ T1772] sd 4:0:0:0: Attached scsi generic sg4 type 0
[   32.958369][ T1762] systemd-udevd[1762]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   33.021818][ T1773] systemd-udevd[1773]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   33.054115][ T1774] systemd-udevd[1774]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   33.140359][ T1762] systemd-udevd[1762]: Could not generate persistent MAC address for ip6tnl0: No such file or directory
done.
[ ok ] Setting hostname to 'debian'...done.
[ ok ] Activating swap:.
[   38.657037][ T1981] EXT4-fs (sde1): 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
[ ok ] Done checking file systems. A log is being saved in /var/log/fsck/checkfs if that location is writable..
[ ok ] Cleaning up temporary files...[....] Cleaning /tmp...done.
[ ok .
[ ok ] Will now mount local filesystems:.
[ ok ] Will now activate swapfile swap:done.
[ ok ] Checking minimum space in /tmp...done.
[ ok ] Cleaning up temporary files....
[ ok ] Starting Setting kernel variables: sysctl.
[ ok ] Initializing random number generator...done.
[....] Configuring network interfaces...Internet Systems Consortium DHCP Client 4.4.1
Copyright 2004-2018 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

[   44.132442][ T2512] mvneta d0070000.ethernet eth0: PHY [d0072004.mdio-mii:00] driver [Marvell 88E1318S] (irq=POLL)
[   44.142506][ T2512] mvneta d0070000.ethernet eth0: configuring for phy/rgmii-id link mode
Listening on LPF/eth0/9e:8b:07:69:08:f8
Sending on   LPF/eth0/9e:8b:07:69:08:f8
Sending on   Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 19
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 18
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 16
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
done.
[ ok ] Starting RPC port mapper daemon: rpcbind.
[ ok ] Starting NFS common utilities: statd idmapd.
[ ok ] Cleaning up temporary files....
INIT: Entering runlevel: 2
[info] Using makefile-style concurrent boot in runlevel 2.
[....] Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd...
2730 (syslogd)
. ok 
[....] Starting busybox' klogd implementation : klogdStarting /sbin/klogd...
2757 (klogd)
. ok 
[warn] Not starting NFS kernel daemon: no exports. ... (warning).
[ ok ] Starting periodic command scheduler: cron.
[ ok ] Starting system message bus: dbus.
[ ok ] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
[ ok ] Starting NTP server: ntpd.
[ ok ] Starting OpenBSD Secure Shell server: sshd.
[....] Running local boot scripts (/etc/rc.local)[  113.158423][ T2964] Setting Persistent MAC address to E8:FC:AF:E5:34:CA
<13>Jan  5 13:11:46 root[2971]: Setting Persistent MAC address to E8:FC:AF:E5:34:CA
Killed old client process
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/9e:8b:07:69:08:f8
Sending on   LPF/eth0/9e:8b:07:69:08:f8
Sending on   Socket/fallback
DHCPRELEASE of 192.168.0.186 on eth0 to 192.168.0.1 port 67
send_packet: Network is unreachable
send_packet: please consult README file regarding broadcast address.
dhclient.c:2878: Failed to send 300 byte long packet over fallback interface.
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/

[  114.851279][ T3008] mvneta d0070000.ethernet eth0: PHY [d0072004.mdio-mii:00] driver [Marvell 88E1318S] (irq=POLL)
[  114.861340][ T3008] mvneta d0070000.ethernet eth0: configuring for phy/rgmii-id link mode
Listening on LPF/eth0/e8:fc:af:e5:34:ca
Sending on   LPF/eth0/e8:fc:af:e5:34:ca
Sending on   Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 13
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 21
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
. ok 

Debian GNU/Linux 10 debian ttyS0

debian login: root
Password: 
Last login: Sat Jan  1 19:24:08 PST 2000 on ttyS0
Linux debian 5.8.5-mvebu-370xp-tld-1 #1.0 SMP PREEMPT Mon Aug 31 00:00:32 PDT 2020 armv7l

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.
debian
NETGEAR ReadyNAS 104
Linux version 5.8.5-mvebu-370xp-tld-1 (root@tldDebianVM) (arm-linux-gnueabihf-gcc (Ubuntu/Linaro 7.5.0-3ubuntu1~18.04) 7.5.0, GNU ld (GNU Binutils for Ubuntu) 2.30) #1.0 SMP PREEMPT Mon Aug 31 00:00:32 PDT 2020
Debian 10.0
Wed Jan 5 13:13:01 PST 2000 up 3 minutes
root@debian:~#

Then the last one here.


shutdown -r now

Broadcast message from root@debian (ttyS0) (Wed Jan  5 13:16:21 2000):

INIT: Sending proces[info] Using makefile-style concurrent boot in runlevel 6.
[ ok ] Stopping hotplug events dispatcher: systemd-udevd.
[ ok ] Stopping Avahi mDNS/DNS-SD Daemon: avahi-daemon.
[....] Stopping busybox' klogd implementation: klogd2757 (klogd)
Stopped klogd (pid 2757).
. ok 
[....] Stopping busybox' syslogd implementation: syslogd2730 (syslogd)
. ok 
[ ok ] Stopping NFS kernel daemon: mountd nfsd.
[ ok ] Unexporting directories for NFS kernel daemon....
[ ok ] Asking all remaining processes to terminate...done.
[ ok ] All processes ended within 1 seconds...done.
[ ok ] Stopping NFS common utilities: idmapd statd.
[info] Saving the system clock.
[info] Hardware Clock updated to Wed Jan  5 13:17:00 PST 2000.
[ ok ] Stopping RPC port mapper daemon: rpcbind.
[....] Deconfiguring network interfaces...Removed stale PID file
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/e8:fc:af:e5:34:ca
Sending on   LPF/eth0/e8:fc:af:e5:34:ca
Sending on   Socket/fallback
DHCPRELEASE of 192.168.0.186 on eth0 to 192.168.0.1 port 67
send_packet: Network is unreachable
send_packet: please consult README file regarding broadcast address.
dhclient.c:2878: Failed to send 300 byte long packet over fallback interface.
done.
[ ok ] Saving random seed...done.
[....] Will now unmount temporary filesystems:umount: /tmp unmounted
. ok 
[ ok ] Will now deactivate swap:.
[....] Mounting root filesystem read-only...[  445.249647][ T3477] EXT4-fs (sde1): re-mounted. Opts: (null)
done.
[info] Will now restart.
[  445.538862][ T3498] sd 3:0:0:0: [sdd] Synchronizing SCSI cache
[  445.544711][ T3498] sd 2:0:0:0: [sdc] Synchronizing SCSI cache
[  445.550403][ T3498] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[  445.556246][ T3498] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[  445.565790][ T3498] reboot: Restarting system

BootROM 1.08
Booting from NAND flash


General initialization - Version: 1.0.0

High speed PHY - Version: 2.1.4 (COM-PHY-V20) 
Update PEX Device ID 0x6710
High speed PHY - Ended Successfully
0000
DDR3 Training Sequence - Ver 5.7.1
DDR3 Training Sequence - Run without PBS.
DDR3 Training Sequence - Ended Successfully 
BootROM: Image checksum verification PASSED

 __   __                      _ _
|  \/  | __ _ _ ____   _____| | |
| |\/| |/ _` | '__\ \ / / _ \ | |
| |  | | (_| | |   \ V /  __/ | |
|_|  |_|\__,_|_|    \_/ \___|_|_|
         _   _     ____              _
        | | | |   | __ )  ___   ___ | |_ 
        | | | |___|  _ \ / _ \ / _ \| __| 
        | |_| |___| |_) | (_) | (_) | |_ 
         \___/    |____/ \___/ \___/ \__| 
 ** LOADER **


U-Boot 2011.12-gec25d27-dirty (Oct 26 2015 - 16:56:14) Marvell version: v2011.12 2014_T2.0p1 
06/23/2015 ReadyNAS-104 V2.0

Board: DB-88F6710-BP
SoC:   MV6710 A1
CPU:   Marvell PJ4B v7 UP (Rev 1) LE
       CPU    @ 1200 [MHz]
       L2     @ 600 [MHz]
       TClock @ 200 [MHz]
       DDR    @ 600 [MHz]
       DDR 16Bit Width, FastPath Memory Access
DRAM:  512 MiB

Map:   Code:		0x1feef000:0x1ff9f514
       BSS:		0x1ffef8a0
       Stack:		0x1f9eeef8
       Heap:		0x1f9ef000:0x1feef000

NAND:  (ID 0xf12c)	128 MiB
MMC:   MRVL_MMC: 0
Bad block table found at page 65472, version 0x01
Bad block table found at page 65408, version 0x01

Initialize and scan all PCI interfaces
PEX unit.port(active IF[-first bus]):
------------------------------------------
PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
PEX 1: Root Complex Interface, Detected Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       AUDIO
       TDM
Modules/Interfaces Detected:
       RGMII0 Phy
       RGMII1 Phy
       PEX0 (Lane 0)
       PEX1 (Lane 1)
       SATA0 (Lane 2)
       SATA1 (Lane 3)
Net:   egiga0, egiga1 [PRIME]
Power On!

FDT loaded successfully
Delay 7s then power on another group of HDDs 1 
Hit any key to stop autoboot:  0 
Marvell>> <INTERRUPT>
Marvell>> printenv
AC_Power_fail_detect=open
CASset=min
HW_version=MVT
MALLOC_len=5
Manufacturer=NETGEAR
Product=ReadyNAS 104
SKUNum=RN104
SerialNum=3EPE51EM006E2
Startup=Normal
UUID=8ad06a7e-97fc-11e4-9cf7-e8fcafe534ca
Version=V1.0
autoload=no
bootargs=console=ttyS0,115200
bootargs_end=:10.4.50.254:255.255.255.0:KW40:eth0:none
bootargs_root=root=/dev/nfs rw
bootcmd=usb start;fatload usb 0:1 0x2000000 /uImage-recovery;fatload usb 0:1 0x3000000 /initrd-recovery.gz;nand read 0x1000000 0xD4000 0x6000; bootm 0x2000000 0x3000000 0x1000000
bootcmd_fdt=tftpboot 0x2000000 $image_name;tftpboot $fdtaddr $fdtfile;setenv bootargs $console $mtdparts $bootargs_root nfsroot=$serverip:$rootpath ip=$ipaddr:$serverip$bootargs_end $mvNetConfig video=dovefb:lcd0:$lcd0_params clcd.lcd0_enable=$lcd0_enable clcd.lcd_panel=$lcd_panel; bootz 0x2000000 - $fdtaddr;
bootcmd_ubi=ubi part ubifs; ubifsmount rootfs; ubifsload 0x2000000 kernel; ubifsload 0x3000000 initrd.gz; bootm 0x2000000 0x3000000 0x1000000
bootdelay=0
cacheShare=no
console=console=ttyS0,115200
disL2Cache=yes
disaMvPnp=no
eeeEnable=no
enaAutoRecovery=yes
enaClockGating=yes
enaExtDisk=no
enaFPU=no
enaMonExt=no
enaWrAllo=no
envver=3
eth1addr=E8:FC:AF:E5:34:CB
eth1mtu=1500
ethact=egiga1
ethaddr=E8:FC:AF:E5:34:CA
ethmtu=1500
ethprime=egiga1
fdt_skip_update=yes
fdtaddr=0x1000000
fdtfile=armada-370-db.dtb
image_name=uImage
initrd_name=uInitrd
load_addr=0x02000000
load_uimage=ext2load usb 0:1 0x2000000 /boot/uImage
load_uinitrd=ext2load usb 0:1 0x3000000 /boot/uInitrd
loadaddr=0x02000000
mtdids=nand0=armada-nand
mtdparts=mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs)
mvNetConfig=mv_net_config=1,(00:50:43:11:11:11,0:1:2:3:4),mtu=1500
mv_pon_addr=00:50:43:00:00:02
nandEcc=1bit
netbsd_en=no
netretry=no
pcieTune=no
pexMode=rc
pxe_files_load=:default.arm-armada370-db:default.arm-armadaxp:default.arm
pxefile_addr_r=3100000
rcvrip=169.254.100.100
sata_delay_reset=0
sata_dma_mode=yes
setL2CacheWT=no
standalone=fsload $load_addr $image_name;setenv bootargs $console $mtdparts root=/dev/mtdblock0 rw ip=$ipaddr:$serverip$bootargs_end; bootm $load_addr;
stderr=serial
stdin=serial
stdout=serial
test_xxxx=yes
usb0Mode=host
usb1Mode=host
usb2Mode=device
usbActive=0
usb_boot=run load_uimage; if run load_uinitrd; then bootm 0x2000000 0x3000000; else bootm 0x2000000; fi
usb_bootcmd=run usb_set_bootargs; run usb_boot
usb_set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial
vxworks_en=no
yuk_ethaddr=00:00:00:EE:51:81

Environment size: 2749/131068 bytes
Marvell>>

Yes then i think i have it. Take one post with only boot with interupt and printenv.

Thanks again

Regards

AkkJaa...



Edited 2 time(s). Last edit at 04/09/2021 01:07AM by AkkJaa.
Re: RN10400
April 09, 2021 01:13AM
Bodhi,

Here you have bootup with interupt and printenv after done all this in the last post.


Terminal ready

BootROM 1.08
Booting from NAND flash


General initialization - Version: 1.0.0

High speed PHY - Version: 2.1.4 (COM-PHY-V20) 
Update PEX Device ID 0x6710
High speed PHY - Ended Successfully
0001
DDR3 Training Sequence - Ver 5.7.1
DDR3 Training Sequence - Run without PBS.
DDR3 Training Sequence - Ended Successfully 
BootROM: Image checksum verification PASSED

 __   __                      _ _
|  \/  | __ _ _ ____   _____| | |
| |\/| |/ _` | '__\ \ / / _ \ | |
| |  | | (_| | |   \ V /  __/ | |
|_|  |_|\__,_|_|    \_/ \___|_|_|
         _   _     ____              _
        | | | |   | __ )  ___   ___ | |_ 
        | | | |___|  _ \ / _ \ / _ \| __| 
        | |_| |___| |_) | (_) | (_) | |_ 
         \___/    |____/ \___/ \___/ \__| 
 ** LOADER **


U-Boot 2011.12-gec25d27-dirty (Oct 26 2015 - 16:56:14) Marvell version: v2011.12 2014_T2.0p1 
06/23/2015 ReadyNAS-104 V2.0

Board: DB-88F6710-BP
SoC:   MV6710 A1
CPU:   Marvell PJ4B v7 UP (Rev 1) LE
       CPU    @ 1200 [MHz]
       L2     @ 600 [MHz]
       TClock @ 200 [MHz]
       DDR    @ 600 [MHz]
       DDR 16Bit Width, FastPath Memory Access
DRAM:  512 MiB

Map:   Code:		0x1feef000:0x1ff9f514
       BSS:		0x1ffef8a0
       Stack:		0x1f9eeef8
       Heap:		0x1f9ef000:0x1feef000

NAND:  (ID 0xf12c)	128 MiB
MMC:   MRVL_MMC: 0
Bad block table found at page 65472, version 0x01
Bad block table found at page 65408, version 0x01

Initialize and scan all PCI interfaces
PEX unit.port(active IF[-first bus]):
------------------------------------------
PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
PEX 1: Root Complex Interface, Detected Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       AUDIO
       TDM
Modules/Interfaces Detected:
       RGMII0 Phy
       RGMII1 Phy
       PEX0 (Lane 0)
       PEX1 (Lane 1)
       SATA0 (Lane 2)
       SATA1 (Lane 3)
Net:   egiga0, egiga1 [PRIME]
Power On!

FDT loaded successfully
Hit any key to stop autoboot:  0 
(Re)start USB...
USB:   Active port:	0
Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 2 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
reading /uImage-recovery

** Unable to read "/uImage-recovery" from usb 0:1 **
reading /initrd-recovery.gz

** Unable to read "/initrd-recovery.gz" from usb 0:1 **

NAND read: device 0 offset 0xd4000, size 0x6000
 24576 bytes read: OK
Wrong Image Format for bootm command
ERROR: can't get kernel image!
Marvell>> <INTERRUPT>
Marvell>> <INTERRUPT>
Marvell>> printenv
AC_Power_fail_detect=open
CASset=min
HW_version=MVT
MALLOC_len=5
Manufacturer=NETGEAR
Product=ReadyNAS 104
SKUNum=RN104
SerialNum=3EPE51EM006E2
Startup=Normal
UUID=8ad06a7e-97fc-11e4-9cf7-e8fcafe534ca
Version=V1.0
autoload=no
bootargs=console=ttyS0,115200
bootargs_end=:10.4.50.254:255.255.255.0:KW40:eth0:none
bootargs_root=root=/dev/nfs rw
bootcmd=usb start;fatload usb 0:1 0x2000000 /uImage-recovery;fatload usb 0:1 0x3000000 /initrd-recovery.gz;nand read 0x1000000 0xD4000 0x6000; bootm 0x2000000 0x3000000 0x1000000
bootcmd_fdt=tftpboot 0x2000000 $image_name;tftpboot $fdtaddr $fdtfile;setenv bootargs $console $mtdparts $bootargs_root nfsroot=$serverip:$rootpath ip=$ipaddr:$serverip$bootargs_end $mvNetConfig video=dovefb:lcd0:$lcd0_params clcd.lcd0_enable=$lcd0_enable clcd.lcd_panel=$lcd_panel; bootz 0x2000000 - $fdtaddr;
bootcmd_ubi=ubi part ubifs; ubifsmount rootfs; ubifsload 0x2000000 kernel; ubifsload 0x3000000 initrd.gz; bootm 0x2000000 0x3000000 0x1000000
bootdelay=0
cacheShare=no
console=console=ttyS0,115200
disL2Cache=yes
disaMvPnp=no
eeeEnable=no
enaAutoRecovery=yes
enaClockGating=yes
enaExtDisk=no
enaFPU=no
enaMonExt=no
enaWrAllo=no
envver=3
eth1addr=E8:FC:AF:E5:34:CB
eth1mtu=1500
ethact=egiga1
ethaddr=E8:FC:AF:E5:34:CA
ethmtu=1500
ethprime=egiga1
fdt_skip_update=yes
fdtaddr=0x1000000
fdtfile=armada-370-db.dtb
image_name=uImage
initrd_name=uInitrd
load_addr=0x02000000
load_uimage=ext2load usb 0:1 0x2000000 /boot/uImage
load_uinitrd=ext2load usb 0:1 0x3000000 /boot/uInitrd
loadaddr=0x02000000
mtdids=nand0=armada-nand
mtdparts=mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs)
mvNetConfig=mv_net_config=1,(00:50:43:11:11:11,0:1:2:3:4),mtu=1500
mv_pon_addr=00:50:43:00:00:02
nandEcc=1bit
netbsd_en=no
netretry=no
pcieTune=no
pexMode=rc
pxe_files_load=:default.arm-armada370-db:default.arm-armadaxp:default.arm
pxefile_addr_r=3100000
rcvrip=169.254.100.100
sata_delay_reset=0
sata_dma_mode=yes
setL2CacheWT=no
standalone=fsload $load_addr $image_name;setenv bootargs $console $mtdparts root=/dev/mtdblock0 rw ip=$ipaddr:$serverip$bootargs_end; bootm $load_addr;
stderr=serial
stdin=serial
stdout=serial
test_xxxx=yes
usb0Mode=host
usb1Mode=host
usb2Mode=device
usbActive=0
usb_boot=run load_uimage; if run load_uinitrd; then bootm 0x2000000 0x3000000; else bootm 0x2000000; fi
usb_bootcmd=run usb_set_bootargs; run usb_boot
usb_set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial
vxworks_en=no
yuk_ethaddr=00:00:00:EE:51:81

Environment size: 2749/131068 bytes

Oki, Then you have it i think.

Thanks again.

Best Regards.

AkkJaa...
Re: RN10400
April 09, 2021 04:22PM
AkkJaa,

So this u-boot version is similar to a few others we have seen, that the bootcmd is always reset to
bootcmd=usb start;fatload usb 0:1 0x2000000 /uImage-recovery;fatload usb 0:1 0x3000000 /initrd-recovery.gz;nand read 0x1000000 0xD4000 0x6000; bootm 0x2000000 0x3000000 0x1000000

To verify that was because of the HDDs are in the slot, repeat this sequence:

1. With only USB rootfs in the box, power up, interrupt serial console and

printenv
and then enter the envs to boot like you did

Marvell>> setenv mtdparts 'mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs)'
Marvell>> setenv usb_set_bootargs 'setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial' 
Marvell>> setenv load_uimage 'ext2load usb 0:1 0x2000000 /boot/uImage'
Marvell>> setenv load_uinitrd 'ext2load usb 0:1 0x3000000 /boot/uInitrd' 
Marvell>> setenv usb_boot 'run load_uimage; if run load_uinitrd; then bootm 0x2000000 0x3000000; else bootm 0x2000000; fi' 
Marvell>> setenv usb_bootcmd 'run usb_set_bootargs; run usb_boot'
Marvell>> setenv bootcmd 'usb start; run usb_bootcmd; usb stop; reset' 
Marvell>> setenv fdt_skip_update yes
Marvell>> saveenv
and then boot all the way to Debian
boot

2. Log in, and in Debian, reboot the box

shutdown -r now

3. Interrupt serial console and

printenv

- So if the last printenv show the bootcmd is
Marvell>> setenv bootcmd 'usb start; run usb_bootcmd; usb stop; reset'
then this u-boot tried to detect whether the HDDs are the slots. Without the HDDs, it would keep the bootcmd that you have saved.

- If the last printenv show the bootcmd is
bootcmd=usb start;fatload usb 0:1 0x2000000 /uImage-recovery;fatload usb 0:1 0x3000000 /initrd-recovery.gz;nand read 0x1000000 0xD4000 0x6000; bootm 0x2000000 0x3000000 0x1000000
then the u-boot bootcmd env is alway reset to boot the USB recovery just simply because it could not find the HDDs (not because of the content of the HDDs).


In either cases, it would be good to see and confirm this. Please post the log here.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: RN10400
April 10, 2021 12:15AM
Hi Bodhi,

Here it come's. The first read out without the HDD's. only with USB Drive.


Terminal ready

BootROM 1.08
Booting from NAND flash


General initialization - Version: 1.0.0

High speed PHY - Version: 2.1.4 (COM-PHY-V20) 
Update PEX Device ID 0x6710
High speed PHY - Ended Successfully
0001
DDR3 Training Sequence - Ver 5.7.1
DDR3 Training Sequence - Run without PBS.
DDR3 Training Sequence - Ended Successfully 
BootROM: Image checksum verification PASSED

 __   __                      _ _
|  \/  | __ _ _ ____   _____| | |
| |\/| |/ _` | '__\ \ / / _ \ | |
| |  | | (_| | |   \ V /  __/ | |
|_|  |_|\__,_|_|    \_/ \___|_|_|
         _   _     ____              _
        | | | |   | __ )  ___   ___ | |_ 
        | | | |___|  _ \ / _ \ / _ \| __| 
        | |_| |___| |_) | (_) | (_) | |_ 
         \___/    |____/ \___/ \___/ \__| 
 ** LOADER **


U-Boot 2011.12-gec25d27-dirty (Oct 26 2015 - 16:56:14) Marvell version: v2011.12 2014_T2.0p1 
06/23/2015 ReadyNAS-104 V2.0

Board: DB-88F6710-BP
SoC:   MV6710 A1
CPU:   Marvell PJ4B v7 UP (Rev 1) LE
       CPU    @ 1200 [MHz]
       L2     @ 600 [MHz]
       TClock @ 200 [MHz]
       DDR    @ 600 [MHz]
       DDR 16Bit Width, FastPath Memory Access
DRAM:  512 MiB

Map:   Code:		0x1feef000:0x1ff9f514
       BSS:		0x1ffef8a0
       Stack:		0x1f9eeef8
       Heap:		0x1f9ef000:0x1feef000

NAND:  (ID 0xf12c)	128 MiB
MMC:   MRVL_MMC: 0
Bad block table found at page 65472, version 0x01
Bad block table found at page 65408, version 0x01

Initialize and scan all PCI interfaces
PEX unit.port(active IF[-first bus]):
------------------------------------------
PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
PEX 1: Root Complex Interface, Detected Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       AUDIO
       TDM
Modules/Interfaces Detected:
       RGMII0 Phy
       RGMII1 Phy
       PEX0 (Lane 0)
       PEX1 (Lane 1)
       SATA0 (Lane 2)
       SATA1 (Lane 3)
Net:   egiga0, egiga1 [PRIME]
Power On!

FDT loaded successfully
Hit any key to stop autoboot:  0 
(Re)start USB...
USB:   Active port:	0
Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 2 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
reading /uImage-recovery

** Unable to read "/uImage-recovery" from usb 0:1 **
reading /initrd-recovery.gz

** Unable to read "/initrd-recovery.gz" from usb 0:1 **

NAND read: device 0 offset 0xd4000, size 0x6000
 24576 bytes read: OK
Wrong Image Format for bootm command
ERROR: can't get kernel image!
Marvell>> <INTERRUPT>
Marvell>> printenv
AC_Power_fail_detect=open
CASset=min
HW_version=MVT
MALLOC_len=5
Manufacturer=NETGEAR
Product=ReadyNAS 104
SKUNum=RN104
SerialNum=3EPE51EM006E2
Startup=Normal
UUID=8ad06a7e-97fc-11e4-9cf7-e8fcafe534ca
Version=V1.0
autoload=no
bootargs=console=ttyS0,115200
bootargs_end=:10.4.50.254:255.255.255.0:KW40:eth0:none
bootargs_root=root=/dev/nfs rw
bootcmd=usb start;fatload usb 0:1 0x2000000 /uImage-recovery;fatload usb 0:1 0x3000000 /initrd-recovery.gz;nand read 0x1000000 0xD4000 0x6000; bootm 0x2000000 0x3000000 0x1000000
bootcmd_fdt=tftpboot 0x2000000 $image_name;tftpboot $fdtaddr $fdtfile;setenv bootargs $console $mtdparts $bootargs_root nfsroot=$serverip:$rootpath ip=$ipaddr:$serverip$bootargs_end $mvNetConfig video=dovefb:lcd0:$lcd0_params clcd.lcd0_enable=$lcd0_enable clcd.lcd_panel=$lcd_panel; bootz 0x2000000 - $fdtaddr;
bootcmd_ubi=ubi part ubifs; ubifsmount rootfs; ubifsload 0x2000000 kernel; ubifsload 0x3000000 initrd.gz; bootm 0x2000000 0x3000000 0x1000000
bootdelay=0
cacheShare=no
console=console=ttyS0,115200
disL2Cache=yes
disaMvPnp=no
eeeEnable=no
enaAutoRecovery=yes
enaClockGating=yes
enaExtDisk=no
enaFPU=no
enaMonExt=no
enaWrAllo=no
envver=3
eth1addr=E8:FC:AF:E5:34:CB
eth1mtu=1500
ethact=egiga1
ethaddr=E8:FC:AF:E5:34:CA
ethmtu=1500
ethprime=egiga1
fdt_skip_update=yes
fdtaddr=0x1000000
fdtfile=armada-370-db.dtb
image_name=uImage
initrd_name=uInitrd
load_addr=0x02000000
load_uimage=ext2load usb 0:1 0x2000000 /boot/uImage
load_uinitrd=ext2load usb 0:1 0x3000000 /boot/uInitrd
loadaddr=0x02000000
mtdids=nand0=armada-nand
mtdparts=mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs)
mvNetConfig=mv_net_config=1,(00:50:43:11:11:11,0:1:2:3:4),mtu=1500
mv_pon_addr=00:50:43:00:00:02
nandEcc=1bit
netbsd_en=no
netretry=no
pcieTune=no
pexMode=rc
pxe_files_load=:default.arm-armada370-db:default.arm-armadaxp:default.arm
pxefile_addr_r=3100000
rcvrip=169.254.100.100
sata_delay_reset=0
sata_dma_mode=yes
setL2CacheWT=no
standalone=fsload $load_addr $image_name;setenv bootargs $console $mtdparts root=/dev/mtdblock0 rw ip=$ipaddr:$serverip$bootargs_end; bootm $load_addr;
stderr=serial
stdin=serial
stdout=serial
test_xxxx=yes
usb0Mode=host
usb1Mode=host
usb2Mode=device
usbActive=0
usb_boot=run load_uimage; if run load_uinitrd; then bootm 0x2000000 0x3000000; else bootm 0x2000000; fi
usb_bootcmd=run usb_set_bootargs; run usb_boot
usb_set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial
vxworks_en=no
yuk_ethaddr=00:00:00:EE:51:81

Environment size: 2749/131068 bytes
Marvell>> setenv mtdparts 'mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs)'
Marvell>> setenv usb_set_bootargs 'setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial' 
Marvell>> setenv load_uimage 'ext2load usb 0:1 0x2000000 /boot/uImage'
Marvell>> setenv load_uinitrd 'ext2load usb 0:1 0x3000000 /boot/uInitrd' 
Marvell>> setenv usb_boot 'run load_uimage; if run load_uinitrd; then bootm 0x2000000 0x3000000; else bootm 0x2000000; fi' 
Marvell>> setenv usb_bootcmd 'run usb_set_bootargs; run usb_boot'
Marvell>> setenv bootcmd 'usb start; run usb_bootcmd; usb stop; reset' 
Marvell>> setenv fdt_skip_update yes
Marvell>> saveenv
Saving Environment to NAND...
Erasing Nand...
Writing to Nand... done
Marvell>> boot
(Re)start USB...
USB:   Active port:	0
Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 2 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
Loading file "/boot/uImage" from usb device 0:1 (usbda1)
5419270 bytes read
Loading file "/boot/uInitrd" from usb device 0:1 (usbda1)
9504816 bytes read
## Booting kernel from Legacy Image at 02000000 ...
   Image Name:   Linux-5.8.5-mvebu-370xp-tld-1
   Created:      2021-03-23  17:16:36 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    5419206 Bytes = 5.2 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 03000000 ...
   Image Name:   initramfs-5.8.5-mvebu-370xp-tld-
   Created:      2021-03-23  17:17:43 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    9504752 Bytes = 9.1 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000][    T0] Booting Linux on physical CPU 0x0
[    0.000000][    T0] Linux version 5.8.5-mvebu-370xp-tld-1 (root@tldDebianVM) (arm-linux-gnueabihf-gcc (Ubuntu/Linaro 7.5.0-3ubuntu1~18.04) 7.5.0, GNU ld (GNU Binutils for Ubuntu) 2.30) #1.0 SMP PREEMPT Mon Aug 31 00:00:32 PDT 2020
[    0.000000][    T0] CPU: ARMv7 Processor [561f5811] revision 1 (ARMv7), cr=10c5387d
[    0.000000][    T0] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[    0.000000][    T0] OF: fdt: Machine model: NETGEAR ReadyNAS 104
[    0.000000][    T0] printk: bootconsole [earlycon0] enabled
[    0.000000][    T0] Memory policy: Data cache writeback
[    0.000000][    T0] Zone ranges:
[    0.000000][    T0]   Normal   [mem 0x0000000000000000-0x000000001fffffff]
[    0.000000][    T0]   HighMem  empty
[    0.000000][    T0] Movable zone start for each node
[    0.000000][    T0] Early memory node ranges
[    0.000000][    T0]   node   0: [mem 0x0000000000000000-0x000000001fffffff]
[    0.000000][    T0] Initmem setup node 0 [mem 0x0000000000000000-0x000000001fffffff]
[    0.000000][    T0] CPU: All CPU(s) started in SVC mode.
[    0.000000][    T0] percpu: Embedded 20 pages/cpu s53068 r8192 d20660 u81920
[    0.000000][    T0] Built 1 zonelists, mobility grouping on.  Total pages: 130048
[    0.000000][    T0] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs) earlyprintk=serial mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs) reason=normal bdtype=rn104
[    0.000000][    T0] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000][    T0] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[    0.000000][    T0] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.000000][    T0] Memory: 493604K/524288K available (10240K kernel code, 1012K rwdata, 3072K rodata, 1024K init, 342K bss, 30684K reserved, 0K cma-reserved, 0K highmem)
[    0.000000][    T0] random: get_random_u32 called from ____cache_alloc+0x338/0x794 with crng_init=0
[    0.000000][    T0] rcu: Preemptible hierarchical RCU implementation.
[    0.000000][    T0] rcu: 	RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
[    0.000000][    T0] 	Trampoline variant of Tasks RCU enabled.
[    0.000000][    T0] 	Rude 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] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[    0.000000][    T0] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000][    T0] L2C: DT/platform modifies aux control register: 0x12086300 -> 0x1a086302
[    0.000000][    T0] Aurora cache controller enabled, 4 ways, 256 kB
[    0.000000][    T0] Aurora: CACHE_ID 0x00000100, AUX_CTRL 0x1a086302
[    0.000000][    T0] Switching to timer-based delay loop, resolution 53ns
[    0.000007][    T0] sched_clock: 32 bits at 18MHz, resolution 53ns, wraps every 114537122277ns
[    0.007874][    T0] clocksource: armada_370_xp_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 101938038664 ns
[    0.019302][    T0] Console: colour dummy device 80x30
[    0.024020][    T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 37.49 BogoMIPS (lpj=187492)
[    0.034150][    T0] pid_max: default: 32768 minimum: 301
[    0.039212][    T0] LSM: Security Framework initializing
[    0.044158][    T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.051485][    T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.060281][    T0] CPU: Testing write buffer coherency: ok
[    0.065719][    T1] CPU0: thread -1, cpu 0, socket -1, mpidr 0
[    0.072054][    T1] Setting up static identity map for 0x100000 - 0x100060
[    0.078746][    T1] mvebu-soc-id: MVEBU SoC ID=0x6710, Rev=0x1
[    0.084179][    T1] mvebu-pmsu: Initializing Power Management Service Unit
[    0.090706][    T1] rcu: Hierarchical SRCU implementation.
[    0.098526][    T1] smp: Bringing up secondary CPUs ...
[    0.103415][    T1] smp: Brought up 1 node, 1 CPU
[    0.107712][    T1] SMP: Total of 1 processors activated (37.49 BogoMIPS).
[    0.114029][    T1] CPU: All CPU(s) started in SVC mode.
[    0.119571][    T1] devtmpfs: initialized
[    0.128267][    T1] VFP support v0.3: implementor 56 architecture 2 part 20 variant 9 rev 6
[    0.137181][    T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.146950][    T1] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[    0.154158][    T1] xor: measuring software checksum speed
[    0.258573][    T1]    arm4regs  :  1103.200 MB/sec
[    0.358571][    T1]    8regs     :   671.200 MB/sec
[    0.458566][    T1]    32regs    :  1062.400 MB/sec
[    0.463019][    T1] xor: using function: arm4regs (1103.200 MB/sec)
[    0.468783][    T1] prandom: seed boundary self test passed
[    0.477386][    T1] prandom: 100 self tests passed
[    0.481799][    T1] pinctrl core: initialized pinctrl subsystem
[    0.488947][    T1] thermal_sys: Registered thermal governor 'step_wise'
[    0.489702][    T1] NET: Registered protocol family 16
[    0.502542][    T1] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.510430][    T1] audit: initializing netlink subsys (disabled)
[    0.516407][   T31] audit: type=2000 audit(0.490:1): state=initialized audit_enabled=0 res=1
[    0.526671][    T1] cpuidle: using governor ladder
[    0.532685][    T1] cpuidle: using governor menu
[    0.537174][    T1] hw-breakpoint: debug architecture 0x4 unsupported.
[    0.809744][    T1] raid6: int32x8  gen()   214 MB/s
[    0.978964][    T1] raid6: int32x8  xor()   135 MB/s
[    1.148650][    T1] raid6: int32x4  gen()   224 MB/s
[    1.318719][    T1] raid6: int32x4  xor()   151 MB/s
[    1.488576][    T1] raid6: int32x2  gen()   414 MB/s
[    1.658573][    T1] raid6: int32x2  xor()   217 MB/s
[    1.828604][    T1] raid6: int32x1  gen()   430 MB/s
[    1.998586][    T1] raid6: int32x1  xor()   201 MB/s
[    2.003117][    T1] raid6: using algorithm int32x1 gen() 430 MB/s
[    2.008690][    T1] raid6: .... xor() 201 MB/s, rmw enabled
[    2.013774][    T1] raid6: using intx1 recovery algorithm
[    2.020105][    T1] vgaarb: loaded
[    2.025050][    T1] SCSI subsystem initialized
[    2.030320][    T1] usbcore: registered new interface driver usbfs
[    2.036018][    T1] usbcore: registered new interface driver hub
[    2.043200][    T1] usbcore: registered new device driver usb
[    2.049890][    T1] mc: Linux media interface: v0.10
[    2.055305][    T1] videodev: Linux video capture interface: v2.00
[    2.061818][    T1] pps_core: LinuxPPS API ver. 1 registered
[    2.066988][    T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.076726][    T1] PTP clock support registered
[    2.084546][    T1] clocksource: Switched to clocksource armada_370_xp_clocksource
[    3.073559][    T1] VFS: Disk quotas dquot_6.6.0
[    3.077947][    T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    3.114167][    T1] NET: Registered protocol family 2
[    3.120892][    T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    3.129677][    T1] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
[    3.137665][    T1] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    3.144952][    T1] TCP: Hash tables configured (established 4096 bind 4096)
[    3.151951][    T1] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    3.158756][    T1] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    3.165995][    T1] NET: Registered protocol family 1
[    3.171376][    T1] RPC: Registered named UNIX socket transport module.
[    3.177517][    T1] RPC: Registered udp transport module.
[    3.182445][    T1] RPC: Registered tcp transport module.
[    3.187393][    T1] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    3.193910][    T1] PCI: CLS 0 bytes, default 64
[    3.198530][    T1] Trying to unpack rootfs image as initramfs...
[    3.812709][    T1] Freeing initrd memory: 9284K
[    3.817316][    T1] NetWinder Floating Point Emulator V0.97 (double precision)
[    3.824221][    T1] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
[    3.835274][    T1] Initialise system trusted keyrings
[    3.840017][    T1] Key type blacklist registered
[    3.846577][    T1] workingset: timestamp_bits=30 max_order=17 bucket_order=0
[    3.853255][    T1] zbud: loaded
[    3.857961][    T1] NFS: Registering the id_resolver key type
[    3.863233][    T1] Key type id_resolver registered
[    3.868165][    T1] Key type id_legacy registered
[    3.872486][    T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    3.879413][    T1] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    3.886285][    T1] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    3.894483][    T1] orangefs_debugfs_init: called with debug mask: :none: :0:
[    3.901463][    T1] orangefs_init: module version upstream loaded
[    3.982389][    T1] async_tx: api initialized (async)
[    3.987096][    T1] Key type asymmetric registered
[    3.991471][    T1] Asymmetric key parser 'x509' registered
[    3.996815][    T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    4.004327][    T1] io scheduler bfq registered
[    4.011580][    T1] armada-370-pinctrl d0018000.pin-ctrl: registered pinctrl driver
[    4.028496][    T1] mvebu-pcie soc:pcie@82000000: PCI host bridge to bus 0000:00
[    4.035895][    T1] pci_bus 0000:00: root bus resource [bus 00-ff]
[    4.041545][    T1] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xffdfffff]
[    4.048884][    T1] pci_bus 0000:00: root bus resource [io  0x1000-0xeffff]
[    4.055560][    T1] pci 0000:00:01.0: [11ab:6710] type 01 class 0x060400
[    4.061712][    T1] pci 0000:00:01.0: reg 0x38: [mem 0x00000000-0x000007ff pref]
[    4.069134][    T1] pci 0000:00:02.0: [11ab:6710] type 01 class 0x060400
[    4.075551][    T1] pci 0000:00:02.0: reg 0x38: [mem 0x00000000-0x000007ff pref]
[    4.083905][    T1] PCI: bus0: Fast back to back transfers disabled
[    4.089768][    T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    4.097813][    T1] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    4.106233][    T1] pci 0000:01:00.0: [1b73:1009] type 00 class 0x0c0330
[    4.112390][    T1] pci 0000:01:00.0: reg 0x10: [mem 0x40000000-0x4000ffff 64bit]
[    4.119457][    T1] pci 0000:01:00.0: reg 0x18: [mem 0x40010000-0x40010fff 64bit]
[    4.126404][    T1] pci 0000:01:00.0: reg 0x20: [mem 0x40011000-0x40011fff 64bit]
[    4.133325][    T1] pci 0000:01:00.0: supports D1
[    4.137713][    T1] pci 0000:01:00.0: PME# supported from D0 D1 D3hot D3cold
[    4.144677][    T1] pci 0000:00:01.0: ASPM: current common clock configuration is inconsistent, reconfiguring
[    4.175658][    T1] PCI: bus1: Fast back to back transfers disabled
[    4.181396][    T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    4.188509][    T1] pci 0000:02:00.0: [1b4b:9215] type 00 class 0x010601
[    4.194858][    T1] pci 0000:02:00.0: reg 0x10: [io  0xfffffff8-0xffffffff]
[    4.201224][    T1] pci 0000:02:00.0: reg 0x14: [io  0xfffffffc-0xffffffff]
[    4.207694][    T1] pci 0000:02:00.0: reg 0x18: [io  0xfffffff8-0xffffffff]
[    4.214059][    T1] pci 0000:02:00.0: reg 0x1c: [io  0xfffffffc-0xffffffff]
[    4.220504][    T1] pci 0000:02:00.0: reg 0x20: [io  0xffffffe0-0xffffffff]
[    4.226926][    T1] pci 0000:02:00.0: reg 0x24: [mem 0x42000000-0x420007ff]
[    4.233290][    T1] pci 0000:02:00.0: reg 0x30: [mem 0xd0000000-0xd000ffff pref]
[    4.240184][    T1] pci 0000:02:00.0: PME# supported from D3hot
[    4.246093][    T1] pci 0000:00:02.0: ASPM: current common clock configuration is inconsistent, reconfiguring
[    4.285656][    T1] PCI: bus2: Fast back to back transfers disabled
[    4.291394][    T1] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
[    4.298221][    T1] pci 0000:00:01.0: BAR 14: assigned [mem 0xf8000000-0xf80fffff]
[    4.305192][    T1] pci 0000:00:02.0: BAR 14: assigned [mem 0xf8100000-0xf81fffff]
[    4.312105][    T1] pci 0000:00:02.0: BAR 13: assigned [io  0x10000-0x10fff]
[    4.318591][    T1] pci 0000:00:01.0: BAR 6: assigned [mem 0xf8200000-0xf82007ff pref]
[    4.325843][    T1] pci 0000:00:02.0: BAR 6: assigned [mem 0xf8300000-0xf83007ff pref]
[    4.333079][    T1] pci 0000:01:00.0: BAR 0: assigned [mem 0xf8000000-0xf800ffff 64bit]
[    4.340417][    T1] pci 0000:01:00.0: BAR 2: assigned [mem 0xf8010000-0xf8010fff 64bit]
[    4.347750][    T1] pci 0000:01:00.0: BAR 4: assigned [mem 0xf8011000-0xf8011fff 64bit]
[    4.355083][    T1] pci 0000:00:01.0: PCI bridge to [bus 01]
[    4.360256][    T1] pci 0000:00:01.0:   bridge window [mem 0xf8000000-0xf80fffff]
[    4.367117][    T1] pci 0000:02:00.0: BAR 6: assigned [mem 0xf8100000-0xf810ffff pref]
[    4.374346][    T1] pci 0000:02:00.0: BAR 5: assigned [mem 0xf8110000-0xf81107ff]
[    4.381199][    T1] pci 0000:02:00.0: BAR 4: assigned [io  0x10000-0x1001f]
[    4.387577][    T1] pci 0000:02:00.0: BAR 0: assigned [io  0x10020-0x10027]
[    4.393936][    T1] pci 0000:02:00.0: BAR 2: assigned [io  0x10028-0x1002f]
[    4.400313][    T1] pci 0000:02:00.0: BAR 1: assigned [io  0x10030-0x10033]
[    4.406689][    T1] pci 0000:02:00.0: BAR 3: assigned [io  0x10034-0x10037]
[    4.413049][    T1] pci 0000:00:02.0: PCI bridge to [bus 02]
[    4.418234][    T1] pci 0000:00:02.0:   bridge window [io  0x10000-0x10fff]
[    4.424609][    T1] pci 0000:00:02.0:   bridge window [mem 0xf8100000-0xf81fffff]
[    4.431561][    T1] pcieport 0000:00:01.0: enabling device (0140 -> 0142)
[    4.437908][    T1] pcieport 0000:00:02.0: enabling device (0140 -> 0143)
[    4.445430][    T1] mv_xor d0060800.xor: Marvell shared XOR driver
[    4.515928][    T1] mv_xor d0060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    4.526979][    T1] mv_xor d0060900.xor: Marvell shared XOR driver
[    4.595917][    T1] mv_xor d0060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    4.797344][    T1] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    4.808217][    T1] printk: console [ttyS0] disabled
[    4.834099][    T1] d0012000.serial: ttyS0 at MMIO 0xd0012000 (irq = 19, base_baud = 12500000) is a 16550A
[    4.843098][    T1] printk: console [ttyS0] enabled
[    4.843098][    T1] printk: console [ttyS0] enabled
[    4.852310][    T1] printk: bootconsole [earlycon0] disabled
[    4.852310][    T1] printk: bootconsole [earlycon0] disabled
[    4.865125][    T1] ahci 0000:02:00.0: enabling device (0146 -> 0147)
[    4.881560][    T1] ahci 0000:02:00.0: AHCI 0001.0000 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[    4.889757][    T1] ahci 0000:02:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs 
[    4.903922][    T1] scsi host0: ahci
[    4.908556][    T1] scsi host1: ahci
[    4.913001][    T1] scsi host2: ahci
[    4.917616][    T1] scsi host3: ahci
[    4.921635][    T1] ata1: SATA max UDMA/133 abar m2048@0xf8110000 port 0xf8110100 irq 42
[    4.929523][    T1] ata2: SATA max UDMA/133 abar m2048@0xf8110000 port 0xf8110180 irq 42
[    4.937190][    T1] ata3: SATA max UDMA/133 abar m2048@0xf8110000 port 0xf8110200 irq 42
[    4.944722][    T1] ata4: SATA max UDMA/133 abar m2048@0xf8110000 port 0xf8110280 irq 42
[    4.953988][    T1] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xf1
[    4.962441][    T1] nand: Micron MT29F1G08ABADAWP
[    4.966931][    T1] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    4.975251][    T1] Bad block table found at page 65472, version 0x01
[    4.981715][    T1] Bad block table found at page 65408, version 0x01
[    4.988145][    T1] 5 cmdlinepart partitions found on MTD device pxa3xx_nand-0
[    4.994860][    T1] Creating 5 MTD partitions on "pxa3xx_nand-0":
[    5.000480][    T1] 0x000000000000-0x000000180000 : "u-boot"
[    5.007986][    T1] 0x000000180000-0x0000001a0000 : "u-boot-env"
[    5.016327][    T1] 0x000000200000-0x000000800000 : "uImage"
[    5.024259][    T1] 0x000000800000-0x000000c00000 : "minirootfs"
[    5.032656][    T1] 0x000000c00000-0x000008000000 : "ubifs"
[    5.042449][    T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[    5.051593][    T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[    5.065165][    T1] libphy: Fixed MDIO Bus: probed
[    5.074706][    T1] libphy: orion_mdio_bus: probed
[    5.110162][    T1] mvneta d0070000.ethernet eth0: Using random mac address 4a:74:70:e0:61:6c
[    5.125900][    T1] mvneta d0074000.ethernet eth1: Using random mac address d6:e8:e4:4b:c7:48
[    5.136909][    T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.143602][    T1] ehci-pci: EHCI PCI platform driver
[    5.149290][    T1] ehci-orion: EHCI orion driver
[    5.153865][    T1] orion-ehci d0050000.usb: EHCI Host Controller
[    5.159965][    T1] orion-ehci d0050000.usb: new USB bus registered, assigned bus number 1
[    5.168117][    T1] orion-ehci d0050000.usb: irq 25, io mem 0xd0050000
[    5.194597][    T1] orion-ehci d0050000.usb: USB 2.0 started, EHCI 1.00
[    5.201101][    T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[    5.209481][    T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.216882][    T1] usb usb1: Product: EHCI Host Controller
[    5.222084][    T1] usb usb1: Manufacturer: Linux 5.8.5-mvebu-370xp-tld-1 ehci_hcd
[    5.229136][    T1] usb usb1: SerialNumber: d0050000.usb
[    5.235194][    T1] hub 1-0:1.0: USB hub found
[    5.239722][    T1] hub 1-0:1.0: 1 port detected
[    5.245581][    T1] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    5.251621][    T1] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[    5.260061][    T1] xhci_hcd 0000:01:00.0: hcc params 0x200073a1 hci version 0x100 quirks 0x0000000000080010
[    5.270195][    T1] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[    5.278585][ T1204] ata2: SATA link down (SStatus 0 SControl 300)
[    5.284277][    T1] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.291680][ T1208] ata3: SATA link down (SStatus 0 SControl 300)
[    5.297408][ T1200] ata1: SATA link down (SStatus 0 SControl 300)
[    5.303066][ T1212] ata4: SATA link down (SStatus 0 SControl 300)
[    5.308768][    T1] usb usb2: Product: xHCI Host Controller
[    5.313905][    T1] usb usb2: Manufacturer: Linux 5.8.5-mvebu-370xp-tld-1 xhci-hcd
[    5.321000][    T1] usb usb2: SerialNumber: 0000:01:00.0
[    5.326909][    T1] hub 2-0:1.0: USB hub found
[    5.331443][    T1] hub 2-0:1.0: 2 ports detected
[    5.336933][    T1] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    5.342411][    T1] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 3
[    5.350418][    T1] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[    5.357108][    T1] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    5.365511][    T1] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08
[    5.373769][    T1] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.381134][    T1] usb usb3: Product: xHCI Host Controller
[    5.386320][    T1] usb usb3: Manufacturer: Linux 5.8.5-mvebu-370xp-tld-1 xhci-hcd
[    5.393296][    T1] usb usb3: SerialNumber: 0000:01:00.0
[    5.399154][    T1] hub 3-0:1.0: USB hub found
[    5.403554][    T1] hub 3-0:1.0: 2 ports detected
[    5.409731][    T1] usbcore: registered new interface driver usblp
[    5.416442][    T1] usbcore: registered new interface driver usb-storage
[    5.423617][    T1] mousedev: PS/2 mouse device common for all mice
[    5.431309][    T1] i2c /dev entries driver
[    5.440025][    T1] rtc-ds1307 0-0068: 'wakeup-source' is set, request for an IRQ is disabled!
[    5.453372][    T1] rtc-ds1307 0-0068: registered as rtc0
[    5.460217][    T1] rtc-ds1307 0-0068: setting system clock to 2000-01-06T20:23:23 UTC (947190203)
[    5.469536][    T1] pca953x 0-0023: supply vcc not found, using dummy regulator
[    5.477115][    T1] pca953x 0-0023: using no AI
[    5.516590][    T1] orion_wdt: Initial timeout 229 sec
[    5.523042][    T1] device-mapper: uevent: version 1.0.3
[    5.528786][    T1] device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com
[    5.538191][    T1] device-mapper: multipath round-robin: version 1.2.0 loaded
[    5.545014][    T1] device-mapper: multipath queue-length: version 0.2.0 loaded
[    5.551750][    T1] device-mapper: multipath service-time: version 0.3.0 loaded
[    5.558636][    T1] device-mapper: dm-log-userspace: version 1.3.0 loaded
[    5.564958][    T1] device-mapper: raid: Loading target version 1.15.1
[    5.580341][    T1] marvell-cesa d0090000.crypto: CESA device successfully registered
[    5.588410][    T1] hid: raw HID events driver (C) Jiri Kosina
[    5.595209][    T1] usbcore: registered new interface driver usbhid
[    5.600990][    T1] usbhid: USB HID core driver
[    5.605311][   T20] usb 1-1: new high-speed USB device number 2 using orion-ehci
[    5.613635][    T1] drop_monitor: Initializing network drop monitor service
[    5.621103][    T1] NET: Registered protocol family 10
[    5.627543][    T1] Segment Routing with IPv6
[    5.631591][    T1] RPL Segment Routing with IPv6
[    5.636225][    T1] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    5.644780][    T1] NET: Registered protocol family 17
[    5.650457][    T1] 8021q: 802.1Q VLAN Support v1.8
[    5.655146][    T1] Key type dns_resolver registered
[    5.660002][    T1] ThumbEE CPU extension supported.
[    5.664771][    T1] Registering SWP/SWPB emulation handler
[    5.670312][    T1] registered taskstats version 1
[    5.675051][    T1] Loading compiled-in X.509 certificates
[    5.680270][    T1] zswap: loaded using pool lzo/zbud
[    5.685614][    T1] Key type ._fscrypt registered
[    5.689956][    T1] Key type .fscrypt registered
[    5.694210][    T1] Key type fscrypt-provisioning registered
[    5.702568][    T1] Key type big_key registered
[    5.731468][    T1] Key type encrypted registered
[    5.740483][    T1] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[    5.751762][    T1] Freeing unused kernel memory: 1024K
[    5.786845][    T1] Checked W+X mappings: passed, no W+X pages found
[    5.792750][    T1] Run /init as init process
[    5.807172][   T20] usb 1-1: New USB device found, idVendor=13fe, idProduct=4300, bcdDevice= 1.00
[    5.824795][   T20] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.832025][   T20] usb 1-1: Product: USB DISK 2.0
[    5.837640][   T20] usb 1-1: Manufacturer:         
[    5.842191][   T20] usb 1-1: SerialNumber: 9000996E0B7F4964
[    5.860521][   T20] usb-storage 1-1:1.0: USB Mass Storage device detected
[    5.878226][   T20] scsi host4: usb-storage 1-1:1.0
Loading, please wait...
Starting version 241
[    6.907123][    T7] scsi 4:0:0:0: Direct-Access              USB DISK 2.0     PMAP PQ: 0 ANSI: 4
[    6.933042][ T1216] sd 4:0:0:0: [sda] 30322688 512-byte logical blocks: (15.5 GB/14.5 GiB)
[    6.957019][ T1216] sd 4:0:0:0: [sda] Write Protect is off
[    6.974818][ T1216] sd 4:0:0:0: [sda] No Caching mode page found
[    6.980446][ T1216] sd 4:0:0:0: [sda] Assuming drive cache: write through
[    7.018184][ T1216]  sda: sda1
[    7.038152][ T1216] sd 4:0:0:0: [sda] Attached SCSI removable disk
[    7.647380][    C0] random: fast init done
[    8.925001][ T1504] 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.
[   21.356544][ T1522] process '/usr/bin/fstype' started with executable stack
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, 26976/948416 files, 401925/3790323 blocks
done.
[   26.881914][ T1531] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem
[   26.922861][ T1531] 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...[   33.081300][ T1725] systemd-udevd[1725]: Using default interface naming scheme 'v240'.
[   33.211626][ T1725] systemd-udevd[1725]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   33.260281][ T1735] systemd-udevd[1735]: Using default interface naming scheme 'v240'.
[   33.330962][ T1725] systemd-udevd[1725]: Could not generate persistent MAC address for eth0: No such file or directory
[   33.374036][ T1735] systemd-udevd[1735]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   33.525670][ T1735] systemd-udevd[1735]: Could not generate persistent MAC address for eth1: No such file or directory
[   33.566056][    C0] random: crng init done
[   33.733430][ T1726] sd 4:0:0:0: Attached scsi generic sg0 type 0
[   34.305729][ T1724] systemd-udevd[1724]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   34.335957][ T1722] systemd-udevd[1722]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   34.386186][ T1731] systemd-udevd[1731]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   34.458916][ T1724] systemd-udevd[1724]: Could not generate persistent MAC address for ip6tnl0: No such file or directory
done.
[ ok ] Setting hostname to 'debian'...done.
[ ok ] Activating swap:.
[   40.077341][ T1938] 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
[ ok ] Done checking file systems. A log is being saved in /var/log/fsck/checkfs if that location is writable..
[ ok ] Cleaning up temporary files...[....] Cleaning /tmp...done.
[ ok .
[ ok ] Will now mount local filesystems:.
[ ok ] Will now activate swapfile swap:done.
[ ok ] Checking minimum space in /tmp...done.
[ ok ] Cleaning up temporary files....
[ ok ] Starting Setting kernel variables: sysctl.
[ ok ] Initializing random number generator...done.
[....] Configuring network interfaces...Internet Systems Consortium DHCP Client 4.4.1
Copyright 2004-2018 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

[   45.577158][ T2469] mvneta d0070000.ethernet eth0: PHY [d0072004.mdio-mii:00] driver [Marvell 88E1318S] (irq=POLL)
[   45.587216][ T2469] mvneta d0070000.ethernet eth0: configuring for phy/rgmii-id link mode
Listening on LPF/eth0/4a:74:70:e0:61:6c
Sending on   LPF/eth0/4a:74:70:e0:61:6c
Sending on   Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 17
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 19
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 2
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
done.
[ ok ] Starting RPC port mapper daemon: rpcbind.
[ ok ] Starting NFS common utilities: statd idmapd.
[ ok ] Cleaning up temporary files....
INIT: Entering runlevel: 2
[info] Using makefile-style concurrent boot in runlevel 2.
[....] Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd...
2688 (syslogd)
. ok 
[....] Starting busybox' klogd implementation : klogdStarting /sbin/klogd...
2715 (klogd)
. ok 
[warn] Not starting NFS kernel daemon: no exports. ... (warning).
[ ok ] Starting periodic command scheduler: cron.
[ ok ] Starting system message bus: dbus.
[ ok ] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
[ ok ] Starting NTP server: ntpd.
[ ok ] Starting OpenBSD Secure Shell server: sshd.
[....] Running local boot scripts (/etc/rc.local)[  114.610671][ T2922] Setting Persistent MAC address to E8:FC:AF:E5:34:CA
<13>Jan  6 12:25:14 root[2929]: Setting Persistent MAC address to E8:FC:AF:E5:34:CA
Killed old client process
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/4a:74:70:e0:61:6c
Sending on   LPF/eth0/4a:74:70:e0:61:6c
Sending on   Socket/fallback
DHCPRELEASE of 192.168.0.186 on eth0 to 192.168.0.1 port 67
send_packet: Network is unreachable
send_packet: please consult README file regarding broadcast address.
dhclient.c:2878: Failed to send 300 byte long packet over fallback interface.
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/

[  116.291154][ T2966] mvneta d0070000.ethernet eth0: PHY [d0072004.mdio-mii:00] driver [Marvell 88E1318S] (irq=POLL)
[  116.301212][ T2966] mvneta d0070000.ethernet eth0: configuring for phy/rgmii-id link mode
Listening on LPF/eth0/e8:fc:af:e5:34:ca
Sending on   LPF/eth0/e8:fc:af:e5:34:ca
Sending on   Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 13
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 19
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 14
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
. ok 

Debian GNU/Linux 10 debian ttyS0

debian login: root
Password: 
Last login: Wed Jan  5 13:13:01 PST 2000 on ttyS0
Linux debian 5.8.5-mvebu-370xp-tld-1 #1.0 SMP PREEMPT Mon Aug 31 00:00:32 PDT 2020 armv7l

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.
debian
NETGEAR ReadyNAS 104
Linux version 5.8.5-mvebu-370xp-tld-1 (root@tldDebianVM) (arm-linux-gnueabihf-gcc (Ubuntu/Linaro 7.5.0-3ubuntu1~18.04) 7.5.0, GNU ld (GNU Binutils for Ubuntu) 2.30) #1.0 SMP PREEMPT Mon Aug 31 00:00:32 PDT 2020
Debian 10.0
Thu Jan 6 12:26:33 PST 2000 up 3 minutes
root@debian:~#

Yes then here come the rest

root@debian:~# shutdown -r now

Broadcast message from root@debian (ttyS0) (Thu Jan  6 12:30:22 2000):
INIT: Sending proce[info] Using makefile-style concurrent boot in runlevel 6.
[ ok ] Stopping hotplug events dispatcher: systemd-udevd.
[ ok ] Stopping Avahi mDNS/DNS-SD Daemon: avahi-daemon.
[....] Stopping busybox' klogd implementation: klogd2715 (klogd)
Stopped klogd (pid 2715).
. ok 
[....] Stopping busybox' syslogd implementation: syslogd2688 (syslogd)
. ok 
[ ok ] Stopping NFS kernel daemon: mountd nfsd.
[ ok ] Unexporting directories for NFS kernel daemon....
[ ok ] Asking all remaining processes to terminate...done.
[ ok ] All processes ended within 1 seconds...done.
[ ok ] Stopping NFS common utilities: idmapd statd.
[info] Saving the system clock.
[info] Hardware Clock updated to Thu Jan  6 12:31:06 PST 2000.
[ ok ] Stopping RPC port mapper daemon: rpcbind.
[....] Deconfiguring network interfaces...Removed stale PID file
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/e8:fc:af:e5:34:ca
Sending on   LPF/eth0/e8:fc:af:e5:34:ca
Sending on   Socket/fallback
DHCPRELEASE of 192.168.0.186 on eth0 to 192.168.0.1 port 67
send_packet: Network is unreachable
send_packet: please consult README file regarding broadcast address.
dhclient.c:2878: Failed to send 300 byte long packet over fallback interface.
done.
[ ok ] Saving random seed...done.
[....] Will now unmount temporary filesystems:umount: /tmp unmounted
. ok 
[ ok ] Will now deactivate swap:.
[....] Mounting root filesystem read-only...[  483.210803][ T3439] EXT4-fs (sda1): re-mounted. Opts: (null)
done.
[info] Will now restart.
[  483.500693][ T3460] reboot: Restarting system

BootROM 1.08
Booting from NAND flash


General initialization - Version: 1.0.0

High speed PHY - Version: 2.1.4 (COM-PHY-V20) 
Update PEX Device ID 0x6710
High speed PHY - Ended Successfully
0000
DDR3 Training Sequence - Ver 5.7.1
DDR3 Training Sequence - Run without PBS.
DDR3 Training Sequence - Ended Successfully 
BootROM: Image checksum verification PASSED

 __   __                      _ _
|  \/  | __ _ _ ____   _____| | |
| |\/| |/ _` | '__\ \ / / _ \ | |
| |  | | (_| | |   \ V /  __/ | |
|_|  |_|\__,_|_|    \_/ \___|_|_|
         _   _     ____              _
        | | | |   | __ )  ___   ___ | |_ 
        | | | |___|  _ \ / _ \ / _ \| __| 
        | |_| |___| |_) | (_) | (_) | |_ 
         \___/    |____/ \___/ \___/ \__| 
 ** LOADER **


U-Boot 2011.12-gec25d27-dirty (Oct 26 2015 - 16:56:14) Marvell version: v2011.12 2014_T2.0p1 
06/23/2015 ReadyNAS-104 V2.0

Board: DB-88F6710-BP
SoC:   MV6710 A1
CPU:   Marvell PJ4B v7 UP (Rev 1) LE
       CPU    @ 1200 [MHz]
       L2     @ 600 [MHz]
       TClock @ 200 [MHz]
       DDR    @ 600 [MHz]
       DDR 16Bit Width, FastPath Memory Access
DRAM:  512 MiB

Map:   Code:		0x1feef000:0x1ff9f514
       BSS:		0x1ffef8a0
       Stack:		0x1f9eeef8
       Heap:		0x1f9ef000:0x1feef000

NAND:  (ID 0xf12c)	128 MiB
MMC:   MRVL_MMC: 0
Bad block table found at page 65472, version 0x01
Bad block table found at page 65408, version 0x01

Initialize and scan all PCI interfaces
PEX unit.port(active IF[-first bus]):
------------------------------------------
PEX 0: Root Complex Interface, Detected Link X1, GEN 2.0
PEX 1: Root Complex Interface, Detected Link X1, GEN 2.0
FPU not initialized
USB 0: Host Mode
USB 1: Host Mode
Shutting down unused interfaces:
       SDIO
       AUDIO
       TDM
Modules/Interfaces Detected:
       RGMII0 Phy
       RGMII1 Phy
       PEX0 (Lane 0)
       PEX1 (Lane 1)
       SATA0 (Lane 2)
       SATA1 (Lane 3)
Net:   egiga0, egiga1 [PRIME]
Power On!

FDT loaded successfully
Hit any key to stop autoboot:  0 
(Re)start USB...
USB:   Active port:	0
Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 2 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
reading /uImage-recovery

** Unable to read "/uImage-recovery" from usb 0:1 **
reading /initrd-recovery.gz

** Unable to read "/initrd-recovery.gz" from usb 0:1 **

NAND read: device 0 offset 0xd4000, size 0x6000
 24576 bytes read: OK
Wrong Image Format for bootm command
ERROR: can't get kernel image!
Marvell>> <INTERRUPT>
Marvell>> printenv
AC_Power_fail_detect=open
CASset=min
HW_version=MVT
MALLOC_len=5
Manufacturer=NETGEAR
Product=ReadyNAS 104
SKUNum=RN104
SerialNum=3EPE51EM006E2
Startup=Normal
UUID=8ad06a7e-97fc-11e4-9cf7-e8fcafe534ca
Version=V1.0
autoload=no
bootargs=console=ttyS0,115200
bootargs_end=:10.4.50.254:255.255.255.0:KW40:eth0:none
bootargs_root=root=/dev/nfs rw
bootcmd=usb start;fatload usb 0:1 0x2000000 /uImage-recovery;fatload usb 0:1 0x3000000 /initrd-recovery.gz;nand read 0x1000000 0xD4000 0x6000; bootm 0x2000000 0x3000000 0x1000000
bootcmd_fdt=tftpboot 0x2000000 $image_name;tftpboot $fdtaddr $fdtfile;setenv bootargs $console $mtdparts $bootargs_root nfsroot=$serverip:$rootpath ip=$ipaddr:$serverip$bootargs_end $mvNetConfig video=dovefb:lcd0:$lcd0_params clcd.lcd0_enable=$lcd0_enable clcd.lcd_panel=$lcd_panel; bootz 0x2000000 - $fdtaddr;
bootcmd_ubi=ubi part ubifs; ubifsmount rootfs; ubifsload 0x2000000 kernel; ubifsload 0x3000000 initrd.gz; bootm 0x2000000 0x3000000 0x1000000
bootdelay=0
cacheShare=no
console=console=ttyS0,115200
disL2Cache=yes
disaMvPnp=no
eeeEnable=no
enaAutoRecovery=yes
enaClockGating=yes
enaExtDisk=no
enaFPU=no
enaMonExt=no
enaWrAllo=no
envver=3
eth1addr=E8:FC:AF:E5:34:CB
eth1mtu=1500
ethact=egiga1
ethaddr=E8:FC:AF:E5:34:CA
ethmtu=1500
ethprime=egiga1
fdt_skip_update=yes
fdtaddr=0x1000000
fdtfile=armada-370-db.dtb
image_name=uImage
initrd_name=uInitrd
load_addr=0x02000000
load_uimage=ext2load usb 0:1 0x2000000 /boot/uImage
load_uinitrd=ext2load usb 0:1 0x3000000 /boot/uInitrd
loadaddr=0x02000000
mtdids=nand0=armada-nand
mtdparts=mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs)
mvNetConfig=mv_net_config=1,(00:50:43:11:11:11,0:1:2:3:4),mtu=1500
mv_pon_addr=00:50:43:00:00:02
nandEcc=1bit
netbsd_en=no
netretry=no
pcieTune=no
pexMode=rc
pxe_files_load=:default.arm-armada370-db:default.arm-armadaxp:default.arm
pxefile_addr_r=3100000
rcvrip=169.254.100.100
sata_delay_reset=0
sata_dma_mode=yes
setL2CacheWT=no
standalone=fsload $load_addr $image_name;setenv bootargs $console $mtdparts root=/dev/mtdblock0 rw ip=$ipaddr:$serverip$bootargs_end; bootm $load_addr;
stderr=serial
stdin=serial
stdout=serial
test_xxxx=yes
usb0Mode=host
usb1Mode=host
usb2Mode=device
usbActive=0
usb_boot=run load_uimage; if run load_uinitrd; then bootm 0x2000000 0x3000000; else bootm 0x2000000; fi
usb_bootcmd=run usb_set_bootargs; run usb_boot
usb_set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial
vxworks_en=no
yuk_ethaddr=00:00:00:EE:51:81

Environment size: 2749/131068 bytes
Marvell>>

Yes then i think i got it right.

Thanks again

Regards

AkkJaa...



Edited 1 time(s). Last edit at 04/10/2021 12:21AM by AkkJaa.
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: