Welcome! Log In Create A New Profile

Advanced

SOLVED - Debian on LaCie 2Big v2

Posted by wdq 
wdq
SOLVED - Debian on LaCie 2Big v2
April 28, 2024 02:25AM
Hello there we meet again after playing with 2 Netgear Stora one My cloud Home now I`ve got my hands on this LaCie 2Big

Steps i`ve done so far.

Got a USB and created the rootfs

sudo parted -s /dev/sdX mklabel msdos
sudo parted -s /dev/sdX mkpart primary 1 100%
sudo mkfs.ext3 -L rootfs /dev/sdX1

Now that the partition is ready and the Debian-6.5.7-kirkwood-tld-1-rootfs-bodhi.tar.bz2 is Downloaded let`s write it on the new created partition
We Follow the Guide from just under the Downloaded rootfs ,so we Don`t get in trouble :))
# uncompressing file
# i`ll run " sudo su "  or " su - " so i don`t have to run sudo command and just copy, paste, enter

mount /dev/sdX1 /mnt

tar -xjf /home/USERNAME/Downloads/Debian-6.5.7-kirkwood-tld-1-rootfs-bodhi.tar.bz2 -C /mnt/

# cd into boot folder so we may follow the instructions

cd /mnt/boot

cp -a zImage-6.5.7-kirkwood-tld-1  zImage.fdt

#Here i used the dtb file for GoFlexHome because nas2big / net2big / net5big - eth0 will not be available

cat dts/kirkwood-goflexhome.dtb >> zImage.fdt
  
mv uImage uImage.orig

mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-6.5.7-kirkwood-tld-1 -d zImage.fdt  uImage

# Run sync so we make sure that everything finished

sync

# now let`s unmount and remove created USB

umount /mnt

Because i am a little crazy i will not use CLUNC or tftp but serial connection so i have opened the box and attached a serial cable got from amazon
You can see in the Attached image RX-GREEN / TX-WHITE / GND-BLACK location

VIEW IMAGE!

let`s connect to the serial / plugged in usb serial cable opened terminal and :

sudo apt update
sudo apt install picocom -y
sudo picocom -b 115200 /dev/ttyUSB0

Usb inserted in the back of LaCie / network cable and power cord ON / so let`s press the black power button

PS: Because LaCie has no drives will probably get me to a sort of rescue that has no point so i stopped at U-Boot by pressing CTRL + C when i saw LACIE LOGO

          _            ____ _                                                                                     
         | |     __ _ / ___(_) ___                                                                                
         | |    / _V | |   | |/ _ \                                                                               
         | |__ | (_| | |___| |  __/                                                                               
         |____| \__,_|\____|_|\___|                                                                               
 _   _     ____              _                                                                                    
| | | |   | __ )  ___   ___ | |_                                                                                  
| | | |___|  _ \ / _ \ / _ \| __|                                                                                 
| |_| |___| |_) | (_) | (_) | |_                                                                                  
 \___/    |____/ \___/ \___/ \__|                                                                                 
 ** MARVELL BOARD: L2BIG_DDR3 REV: 1 LE                                                                           
Hold front button - long :  FAIL                                                                                  


U-Boot 1.1.4 (Mar 21 2012 - 11:02:55) Marvell version: 3.5.9 LaCie 2.0.6                                          

U-Boot code: 06000000 -> 0607FFF0  BSS: -> 060D14C0

Soc: 88F6282 A1CPU running @ 2000Mhz L2 running @ 500Mhz
SysClock = 500Mhz , TClock = 200Mhz 

DRAM (DDR3) CAS Latency = 7 tRP = 8 tRAS = 20 tRCD=8
DRAM CS[0] base 0x00000000   size 256MB 
DRAM Total size 256MB  16bit width
Addresses 98M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (98M - 97M): Done
NAND:256 MB
Flash:  0 kB

CPU : Marvell Feroceon (Rev 1)

Streaming disabled 
Write allocate disabled


USB 0: host mode
PEX 0: PCI Express Root Complex Interface
PEX interface detected Link X1
PEX 1: interface detected no Link.
SCSI:  AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
flags: 64bit ncq pm led clo pmp pio slum part 
scanning bus for devices...
Invaild port number 2
Invaild port number 3
Net:   egiga0 [PRIME]
Waiting for LUMP (3)

Abort
no lump receive; continuing
Waiting for LUMP (0)
no lump receive; continuing
Marvell>>

Now i can see that is a stock Uboot runnig help command will show you that " boot " or " bootcmd "command is not available , so is a custom uboot
Due to no " boot / bootcmd " command available i cannot test if the setenv will work !


set boot_sata1 "mw 0x800000 0 1; setenv bootargs console=ttyS0,115200 root=/dev/sda1 rootdelay=10 $mtdparts earlyprintk=serial; ide reset; ext2load ide 0:1 0x800000 /boot/uImage; ext2load ide 0:1 0x1200000 /boot/uInitrd; bootm 0x800000 0x1200000"

set boot_sata2 "mw 0x800000 0 1; setenv bootargs console=ttyS0,115200 root=/dev/sdb1 rootdelay=10 $mtdparts earlyprintk=serial; ide reset; ext2load ide 1:1 0x800000 /boot/uImage; ext2load ide 1:1 0x1200000 /boot/uInitrd; bootm 0x800000 0x1200000"

set boot_usb "mw 0x800000 0 1; setenv bootargs console=ttyS0,115200 root=/dev/sda1 rootdelay=10 $mtdparts earlyprintk=serial; usb reset; ext2load usb 0:1 0x800000 /boot/uImage; ext2load usb 0:1 0x1200000 /boot/uInitrd; bootm 0x800000 0x1200000"

set bootcmd "run boot_sata1; run boot_sata2; run boot_usb; usb stop; reset"

saveenv

reset

Now everything Boots perfectly

ssh into your BOX Lacie 2Big NAS / NETWORK v2

ssh root@IP

password " root "

So you can stop eth0 for throwing some errors yoiu need to edit /etc/network/interfaces

nano /etc/network/interfaces

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp
        pre-up ifconfig $IFACE up
        pre-up ethtool -s $IFACE speed 100 duplex full autoneg off

save with ctrl+o close with ctrl+x

Reboot

everything should work Perfectly !

THANK YOU Bodhi for all your HARD WORK !!!!!



Edited 5 time(s). Last edit at 05/04/2024 10:25AM by wdq.
Attachments:
open | download - two.png (92.7 KB)
Re: Debian on LaCie 2Big v2
April 28, 2024 01:50PM
@wdq,

You should be root at this point before creating the rootfs.
su -

> sudo tar -xjf
> ~/Downloads/Debian-6.5.7-kirkwood-tld-1-rootfs-bodhi.tar.bz2
> -C /media/USERNAME/rootfs/

At u-boot prompt, ping the router to see if network will be up

> Marvell>>

ping <router IP address>

> Due to no " boot " command available i cannot
> test if the setenv will work !

> Not scared of Bricking the box so i run
>
> setenv usb_set_bootargs 'setenv bootargs
> console=ttyS0,115200 root=LABEL=rootfs
> rootdelay=10 earlyprintk=serial'
> setenv load_uimage 'ext2load usb 0:1 0x800000
> /boot/uImage'
> setenv load_uinitrd 'ext2load usb 0:1 0x2100000
> /boot/uInitrd'
> setenv usb_boot 'mw 0x800000 0 1; run load_uimage;
> run load_uinitrd; bootm 0x800000 0x2100000'
> setenv usb_bootcmd 'run usb_set_bootargs; run
> usb_boot'
> setenv bootcmd 'usb start; run usb_bootcmd; usb
> stop; reset'
>
> # i will save the envs
> saveenv

No need to save the envs (actually you should not save envs while testing), just run bootcmd to test
run bootcmd

> PS: why is there wireguard ?

It's in the kernel should you want to use it. It's doing nothing now.

> Anyways , my issue is probably related to uboot so
> give me some ideas to go on from this point .

Please post the entire serial boot log (don't post excerpts). I need to see the bootlog from u-boot banner until after you've logged into Debian. Looks like the issue is with the kernel.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
wdq
Re: Debian on LaCie 2Big v2
May 02, 2024 11:59AM
Sorry for the late reply, had to work away so not close to device!

U-Boot available commands

Marvell>> help
?       - alias for 'help'
base    - print or set address offset
bootext2    dev:boot_part1,boot_part2 addr boot_image linux_dev_name 
bootm   - boot application image from memory
bootp	- boot image via network using BootP/TFTP protocol
bubt	- Burn an image on the Boot Nand Flash.
chpart	- change active partition
cmp     - memory compare
cmpm	- Compare Memory
coninfo - print console devices and information
cp      - memory copy
cpumap - Display CPU memory mapping settings.
crc32   - checksum calculation
date    - get/set/reset date & time
dclk	- Display the MV device CLKs.
dhcp	- invoke DHCP client to obtain IP/boot params
diskboot- boot from IDE device
echo    - echo args to console
eeprom  - EEPROM sub-system
erase   - erase FLASH memory
esphytest  - eSATA PHY test patterns
exit    - exit script
ext2get - get variable(s) from an environment file
ext2load- load binary file from a Ext2 filesystem
ext2ls  - list files in a directory (default /)
ext2modify- modify binary file from a Ext2 filesystem
ext2set - set variable in an environment file
ext2uuid- extract UUID from a Ext2 filesystem
factory    - reset to factory command
fatinfo - print information about filesystem
fatload - load binary file from a dos filesystem
fatls   - list files in a directory (default /)
fi	- Find value in the memory.
flinfo  - print FLASH memory information
fsinfo	- print information about filesystems
fsload	- load binary file from a filesystem image
g	- start application at cached address 'addr'(default addr 0x40000)
go      - start application at address 'addr'
help    - print online help
icrc32  - checksum calculation
ide     - IDE sub-system
iloop   - infinite loop on address range
imd     - i2c memory display
iminfo  - print header information for application image
imm[.b, .s, .w, .l]     - i2c memory modify (auto-incrementing)
imw     - memory write (fill)
inm     - memory modify (constant address)
iprobe  - probe to discover valid I2C chip addresses
ir	- reading and changing MV internal register values.
loop    - infinite loop on address range
ls	- list files in a directory (default /)
lump    - Wait for a LUMP
map	- Diasplay address decode windows
md      - memory display
me	- PCI master enable
mm      - memory modify (auto-incrementing)
mp	- map PCI BAR
mtdparts- define flash/nand partitions
mtest   - simple RAM test
print machine type
mw      - memory write (fill)
nand                   - NAND sub-system
nboot   - boot from NAND device
nbubt	- Burn a boot loader image on the Boot Nand Flash.
nm      - memory modify (constant address)
pci     - list and access PCI Configuration Space
pciephyRead    - Read PCI-E Phy register
pciePhyWrite	- Write PCI-E Phy register
phyRead        - Read Phy register
phyWrite       - Write Phy register
ping	- send ICMP ECHO_REQUEST to network host
printenv- print environment variables
protect - enable or disable FLASH write protection
rarpboot- boot image via network using RARP/TFTP protocol
reset   - Perform RESET of the CPU
resetenv	- Return all environment variable to default.
run     - run commands in an environment variable
saveenv - save environment variables to persistent storage
scsi    - SCSI sub-system
scsiboot- boot from SCSI device
se	- PCI Slave enable
setenv  - set environment variables
sflash	- read, write or erase the external SPI Flash.
sg	- scanning the PHYs status
sp	- Scan PCI bus.
sphytest  - SATA PHY test patterns
switchRegRead	- Read switch register
switchRegWrite	- Write switch register
Temp	- read chip Tj temp
test    - minimal test like /bin/sh
tftpboot- boot image via network using TFTP protocol
usb     - USB sub-system
usbboot - boot from USB device
version - print monitor version



Original Lacie printenv

Marvell>> printenv
bootargs=console=ttyS0,115200
bootcmd=run nexus_boot; run legacy_boot
baudrate=115200
loads_echo=0
ipaddr=10.4.52.165
serverip=10.4.52.7
rootpath=/srv/ubuntu
netmask=255.255.255.0
uboot_capabilities=gpt,lba64
start_lump=lump 3
pre_lump=lump 1
resetdisk=ide reset
boot_fail=lump
loadaddr=0x800000
console=console=ttyS0,115200
kernel_addr=${loadaddr}
mtdids=nand0=nand_mtd
mtdparts=mtdparts=nand_mtd:1m(u-boot),16m(uImage),-(root)
disk_list=0 1
legacy_set_rootfs=if test $boot_disk -eq 0; then rootfs=/dev/sda7; elif test $boot_disk -eq 1; then rootfs=/dev/sdb7; fi
legacy_nand_bootargs=setenv bootargs ${console} reset=${resetFlag_env} root=/dev/mtdblock2;
legacy_nand_boot=echo Booting legacy NAND installer...; if nboot ${loadaddr} uImage; then run legacy_nand_bootargs; bootm; fi
legacy_disk_bootargs=setenv bootargs ${console} reset=${resetFlag_env} root=${rootfs};
legacy_disk_boot=echo Booting legacy layout...; if test ${resetFlag_env} -ne 0; then part_list=6; else part_list="A 6"; fi;for p in ${part_list}; do for boot_disk in ${disk_list}; do if disk ${loadaddr} ${boot_disk}:$p; then run legacy_set_rootfs; run legacy_disk_bootargs; bootm; fi; done; done
legacy_boot=run legacy_disk_boot || run legacy_nand_boot
nexus_max_count=3
nexus_nv_part=3
nexus_inc_count=if test ${boot_count} -eq 0; then setenv boot_count 1; elif test ${boot_count} -eq 1; then setenv boot_count 2; else setenv boot_count ${nexus_max_count}; fi
nexus_set_root=if test $saved_entry -eq 1; then root_part=5; else root_part=4; fi
nexus_load_flags=ext2get ide ${boot_disk}:${nexus_nv_part} /ubootenv boot_count saved_entry
nexus_save_flags=ext2set ide ${boot_disk}:${nexus_nv_part} /ubootenv boot_count ${boot_count}
nexus_load_image=ext2load ide ${boot_disk}:${root_part} ${loadaddr} ${image} && iminfo ${loadaddr}
nexus_uuid=ext2uuid ide ${boot_disk}:${nexus_nv_part}; boot_uuid=${uuid}; ext2uuid ide ${boot_disk}:${root_part}; root_uuid=${uuid}
nexus_bootargs=run nexus_uuid; setenv bootargs ${console} boot=UUID=${boot_uuid} root=UUID=${root_uuid}
nexus_can_boot=test ${bootfail} -eq 0 -a ${countfail} -eq 0 -a ${button} -eq 0 -a ${user} -eq 0
nexus_rescue_countfail=test ${boot_count} -ge ${nexus_max_count}
nexus_rescue_user=ext2get ide ${boot_disk}:3 /ubootenv rescue && test ${rescue} -eq 1
nexus_rescue_bootargs=test -n ${bootfail} && setenv bootargs bootfail=${bootfail} ${bootargs}; test -n ${countfail} && setenv bootargs countfail=${countfail} ${bootargs}; test -n ${user} && setenv bootargs user=${user} ${bootargs}; test -n ${button} && setenv bootargs button=${button} ${bootargs}
nexus_nand_bootargs=setenv bootargs ${console} root=/dev/mtdblock2; if test -n ${boot_disk}; then run nexus_uuid; setenv bootargs ${bootargs} boot=UUID=${boot_uuid}; fi
nexus_boot_rescue=echo Booting Nexus rescue from NAND...; if nboot ${loadaddr} uImage; then run nexus_nand_bootargs; run nexus_rescue_bootargs; bootm; fi
nexus_panic=boot_disk=; run nexus_boot_rescue
nexus_boot=test -n ${resetFlag_env} && button=${resetFlag_env}; for boot_disk in ${disk_list}; do echo Booting Nexus layout from disk ${boot_disk}...; countfail=0; bootfail=0; user=0; if run nexus_load_flags; then run nexus_rescue_countfail && countfail=1; run nexus_set_root; image=/boot/uImage; run nexus_load_image || bootfail=1; run nexus_rescue_user && user=1; if run nexus_can_boot; then run nexus_inc_count; run nexus_save_flags; run nexus_bootargs; bootm; bootfail=1; fi; run nexus_boot_rescue; fi; done; bootfail=1; countfail=; user=;run nexus_panic
run_diag=yes
stdin=serial
stdout=serial
stderr=serial
mainlineLinux=no
enaMonExt=no
enaCpuStream=no
enaWrAllo=no
pexMode=RC
disL2Cache=no
setL2CacheWT=yes
disL2Prefetch=yes
enaICPref=yes
enaDCPref=yes
sata_dma_mode=yes
MALLOC_len=1
ethprime=egiga0
netbsd_en=no
vxworks_en=no
bootargs_root=root=/dev/nfs rw
bootargs_end=:::DB88FXX81:eth0:none
image_name=uImage
standalone=fsload 0x2000000 $(image_name);setenv bootargs $(console) root=/dev/mtdblock0 rw ip=$(ipaddr):$(serverip)$(bootargs_end); bootm 0x2000000;
lcd0_enable=0
lcd0_params=640x480-16@60
disaMvPnp=no
ethaddr=00:D0:4B:96:1D:F0
ethmtu=1500
mvNetConfig=mv_net_config=(00:11:88:0f:62:81,0:1:2:3),mtu=1500
usb0Mode=host
yuk_ethaddr=00:00:00:EE:51:81
nandEcc=1bit
resetFlag_env=0
bootdelay=0
pcieTune=no
ethact=egiga0

Environment size: 4281/131068 bytes

Pinging Router !

Marvell>> ping 192.168.1.254
Using egiga0 device
## Warning: gatewayip needed but not set
## Warning: gatewayip needed but not set
ping failed; host 192.168.1.254 is not alive
Marvell>>

No Boot Cmd.

Marvell>> bootcmd
Unknown command 'bootcmd' - try 'help'



Whole boot ....


Marvell>> �
          _            ____ _ 
         | |     __ _ / ___(_) ___
         | |    / _V | |   | |/ _ \
         | |__ | (_| | |___| |  __/
         |____| \__,_|\____|_|\___|
 _   _     ____              _
| | | |   | __ )  ___   ___ | |_ 
| | | |___|  _ \ / _ \ / _ \| __| 
| |_| |___| |_) | (_) | (_) | |_ 
 \___/    |____/ \___/ \___/ \__| 
 ** MARVELL BOARD: L2BIG_DDR3 REV: 1 LE
Hold front button - long :  FAIL


U-Boot 1.1.4 (Mar 21 2012 - 11:02:55) Marvell version: 3.5.9 LaCie 2.0.6

U-Boot code: 06000000 -> 0607FFF0  BSS: -> 060D14C0

Soc: 88F6282 A1CPU running @ 2000Mhz L2 running @ 500Mhz
SysClock = 500Mhz , TClock = 200Mhz 

DRAM (DDR3) CAS Latency = 7 tRP = 8 tRAS = 20 tRCD=8
DRAM CS[0] base 0x00000000   size 256MB 
DRAM Total size 256MB  16bit width
Addresses 98M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (98M - 97M): Done
NAND:256 MB
Flash:  0 kB

CPU : Marvell Feroceon (Rev 1)

Streaming disabled 
Write allocate disabled


USB 0: host mode
PEX 0: PCI Express Root Complex Interface
PEX interface detected Link X1
PEX 1: interface detected no Link.
SCSI:  AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
flags: 64bit ncq pm led clo pmp pio slum part 
scanning bus for devices...
Invaild port number 2
Invaild port number 3
Net:   egiga0 [PRIME]
Waiting for LUMP (3)
no lump receive; continuing
Hit any key to stop autoboot:  0 

Reset IDE: 
Marvell Serial ATA Adapter

Marvell Serial ATA Adapter
Integrated Sata device found
PCIe SATA:ffffffff

(Re)start USB...
USB:   scanning bus for devices... 2 USB Device(s) found
Waiting for storage device(s) to settle before scanning...
1 Storage Device(s) found
Loading file "/boot/uImage" from usb device 0:1 (usbda1
)
....
.
......
............
.........................
...................................................
......................................................................................................
............................................................................................................................................................................................................
....
..................................................................................................................................................................................................
6236009 bytes read
Loading file "/boot/uInitrd" from usb device 0:1 (usbda1
)
....
.
......
............
.........................
...................................................
......................................................................................................
............................................................................................................................................................................................................
....
.......................................................................................................................................................
5791271 bytes read
## Booting image at 00800000 ...
   Image Name:   Linux-6.5.7-kirkwood-tld-1
   Created:      2024-04-28  15:15:55 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    6235945 Bytes =  5.9 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
OK
bootargs from environment variables : console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 earlyprintk=serial cap=gpt,lba64
## Loading Ramdisk Image at 02100000 ...
   Image Name:   initramfs-6.5.7-kirkwood-tld-1
   Created:      2023-10-31  22:53:55 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    5791207 Bytes =  5.5 MB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK

Starting kernel ...

[    0.000000][    T0] Booting Linux on physical CPU 0x0
[    0.000000][    T0] Linux version 6.5.7-kirkwood-tld-1 (root@tldDebian) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #2 PREEMPT Wed Oct 18 21:14:11 PDT 2023
[    0.000000][    T0] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
[    0.000000][    T0] CPU: VIVT data cache, VIVT instruction cache
[    0.000000][    T0] OF: fdt: Machine model: LaCie 2Big Network v2
[    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-0x000000000fffffff]
[    0.000000][    T0] Movable zone start for each node
[    0.000000][    T0] Early memory node ranges
[    0.000000][    T0]   node   0: [mem 0x0000000000000000-0x000000000fffffff]
[    0.000000][    T0] Initmem setup node 0 [mem 0x0000000000000000-0x000000000fffffff]
[    0.000000][    T0] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 earlyprintk=serial cap=gpt,lba64
[    0.000000][    T0] Unknown kernel command line parameters "cap=gpt,lba64", will be passed to user space.
[    0.000000][    T0] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[    0.000000][    T0] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
[    0.000000][    T0] Built 1 zonelists, mobility grouping on.  Total pages: 64960
[    0.000000][    T0] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.000000][    T0] Memory: 232344K/262144K available (12288K kernel code, 1755K rwdata, 5416K rodata, 1024K init, 301K bss, 29800K reserved, 0K cma-reserved)
[    0.000000][    T0] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000][    T0] trace event string verifier disabled
[    0.000000][    T0] rcu: Preemptible hierarchical RCU implementation.
[    0.000000][    T0] 	Trampoline variant of Tasks RCU enabled.
[    0.000000][    T0] 	Tracing variant of Tasks RCU enabled.
[    0.000000][    T0] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000][    T0] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000][    T0] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000][    T0] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
[    0.000001][    T0] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns
[    0.008518][    T0] Switching to timer-based delay loop, resolution 5ns
[    0.015536][    T0] Console: colour dummy device 80x30
[    0.020747][    T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000)
[    0.031970][    T0] CPU: Testing write buffer coherency: ok
[    0.037622][    T0] pid_max: default: 32768 minimum: 301
[    0.048332][    T0] LSM: initializing lsm=capability,integrity
[    0.055715][    T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.063743][    T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.080719][    T1] RCU Tasks: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1.
[    0.088772][    T1] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1.
[    0.097370][    T1] Setting up static identity map for 0x100000 - 0x100058
[    0.104512][    T1] mvebu-soc-id: MVEBU SoC ID=0x6282, Rev=0x1
[    0.110733][    T1] rcu: Hierarchical SRCU implementation.
[    0.116212][    T1] rcu: 	Max phase no-delay instances is 1000.
[    0.124159][    T1] devtmpfs: initialized
[    0.135632][    T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.146259][    T1] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
[    0.155568][    T1] prandom: seed boundary self test passed
[    0.163708][    T1] prandom: 100 self tests passed
[    0.168494][    T1] pinctrl core: initialized pinctrl subsystem
[    0.177132][    T1] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.184894][    T1] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.195978][    T1] audit: initializing netlink subsys (disabled)
[    0.203720][    T1] thermal_sys: Registered thermal governor 'step_wise'
[    0.203851][    T1] cpuidle: using governor ladder
[    0.215372][   T19] audit: type=2000 audit(0.190:1): state=initialized audit_enabled=0 res=1
[    0.223906][    T1] cpuidle: using governor menu
[    0.228987][    T1] Feroceon L2: Enabling L2
[    0.233273][    T1] Feroceon L2: Cache support initialised.
[    0.246401][    T1] No ATAGs?
[    0.608533][    T1] raid6: int32x8  gen()   186 MB/s
[    0.948531][    T1] raid6: int32x4  gen()   170 MB/s
[    1.288556][    T1] raid6: int32x2  gen()   217 MB/s
[    1.628531][    T1] raid6: int32x1  gen()   150 MB/s
[    1.633480][    T1] raid6: using algorithm int32x2 gen() 217 MB/s
[    1.988531][    T1] raid6: .... xor() 137 MB/s, rmw enabled
[    1.994080][    T1] raid6: using intx1 recovery algorithm
[    2.009773][    T1] SCSI subsystem initialized
[    2.018928][    T1] usbcore: registered new interface driver usbfs
[    2.025121][    T1] usbcore: registered new interface driver hub
[    2.048604][    T1] usbcore: registered new device driver usb
[    2.054619][    T1] pps_core: LinuxPPS API ver. 1 registered
[    2.068531][    T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.078332][    T1] PTP clock support registered
[    2.100461][    T1] vgaarb: loaded
[    2.109017][    T1] clocksource: Switched to clocksource orion_clocksource
[    2.134493][    T1] VFS: Disk quotas dquot_6.6.0
[    2.149302][    T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    2.180487][    T1] NET: Registered PF_INET protocol family
[    2.199116][    T1] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    2.208552][    T1] tcp_listen_portaddr_hash hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    2.229202][    T1] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    2.237624][    T1] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    2.269067][    T1] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    2.276913][    T1] TCP: Hash tables configured (established 2048 bind 2048)
[    2.299510][    T1] MPTCP token hash table entries: 512 (order: 0, 6144 bytes, linear)
[    2.307561][    T1] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
[    2.329072][    T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
[    2.337287][    T1] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    2.359830][    T1] RPC: Registered named UNIX socket transport module.
[    2.366420][    T1] RPC: Registered udp transport module.
[    2.379037][    T1] RPC: Registered tcp transport module.
[    2.384417][    T1] RPC: Registered tcp-with-tls transport module.
[    2.399031][    T1] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    2.406151][    T1] PCI: CLS 0 bytes, default 32
[    2.431078][   T10] Trying to unpack rootfs image as initramfs...
[    2.947189][    T1] Initialise system trusted keyrings
[    2.959222][    T1] Key type blacklist registered
[    2.969297][    T1] workingset: timestamp_bits=14 max_order=16 bucket_order=2
[    2.976541][    T1] zbud: loaded
[    3.011420][    T1] NFS: Registering the id_resolver key type
[    3.017217][    T1] Key type id_resolver registered
[    3.039151][    T1] Key type id_legacy registered
[    3.044021][    T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    3.059069][    T1] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    3.068176][    T1] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    3.084629][   T10] Freeing initrd memory: 5656K
[    3.089916][    T1] fuse: init (API version 7.38)
[    3.095610][    T1] orangefs_debugfs_init: called with debug mask: :none: :0:
[    3.102989][    T1] orangefs_init: module version upstream loaded
[    3.109315][    T1] SGI XFS with ACLs, security attributes, realtime, scrub, quota, no debug enabled
[    3.245409][    T1] xor: measuring software checksum speed
[    3.256261][    T1]    arm4regs        :  1841 MB/sec
[    3.270104][    T1]    8regs           :  1119 MB/sec
[    3.281338][    T1]    32regs          :  1587 MB/sec
[    3.286363][    T1] xor: using function: arm4regs (1841 MB/sec)
[    3.292275][    T1] async_tx: api initialized (async)
[    3.297310][    T1] Key type asymmetric registered
[    3.302100][    T1] Asymmetric key parser 'x509' registered
[    3.343828][    T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    3.352362][    T1] io scheduler bfq registered
[    3.470845][    T1] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
[    3.480009][    T1] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation.
[    3.490545][    T1] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation.
[    3.501246][    T1] mv_xor f1060800.xor: Marvell shared XOR driver
[    3.570665][    T1] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    3.581850][    T1] mv_xor f1060900.xor: Marvell shared XOR driver
[    3.650669][    T1] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    3.662058][    T1] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    3.670982][    T1] printk: console [ttyS0] disabled
[    3.676388][    T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 27, base_baud = 12500000) is a 16550A
[    3.686117][    T1] printk: console [ttyS0] enabled
[    3.686117][    T1] printk: console [ttyS0] enabled
[    3.695954][    T1] printk: bootconsole [earlycon0] disabled
[    3.695954][    T1] printk: bootconsole [earlycon0] disabled
[    3.738176][    T1] loop: module loaded
[    3.742938][    T1] sata_mv f1080000.sata: slots 32 ports 2
[    3.752191][    T1] scsi host0: sata_mv
[    3.757105][    T1] scsi host1: sata_mv
[    3.761347][    T1] ata1: SATA max UDMA/133 irq 28
[    3.766171][    T1] ata2: SATA max UDMA/133 irq 28
[    3.772897][    T1] spi-nor spi0.0: unrecognized JEDEC id bytes: ff ff ff ff ff ff
[    3.781012][    T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[    3.789611][    T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[    3.803196][    T1] mdio_bus f1072004.mdio-bus-mii: MDIO device at address 8 is missing.
[    3.827085][    T1] hwmon hwmon0: temp1_input not attached to any thermal zone
[    3.835617][    T1] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[    3.844483][    T1] orion-ehci f1050000.ehci: EHCI Host Controller
[    3.850811][    T1] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[    3.859428][    T1] orion-ehci f1050000.ehci: irq 31, io mem 0xf1050000
[    3.889044][    T1] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[    3.896072][    T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[    3.905105][    T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.913074][    T1] usb usb1: Product: EHCI Host Controller
[    3.918675][    T1] usb usb1: Manufacturer: Linux 6.5.7-kirkwood-tld-1 ehci_hcd
[    3.926031][    T1] usb usb1: SerialNumber: f1050000.ehci
[    3.932219][    T1] hub 1-0:1.0: USB hub found
[    3.936723][    T1] hub 1-0:1.0: 1 port detected
[    3.942108][    T1] usbcore: registered new interface driver usb-storage
[    3.949349][    T1] mousedev: PS/2 mouse device common for all mice
[    3.956761][    T1] rtc-mv f1010300.rtc: registered as rtc0
[    3.962459][    T1] rtc-mv f1010300.rtc: setting system clock to 2037-08-08T15:21:18 UTC (2133357678)
[    3.972028][    T1] i2c_dev: i2c /dev entries driver
[    3.979268][    T1] device-mapper: uevent: version 1.0.3
[    3.985014][    T1] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[    3.994790][    T1] device-mapper: multipath round-robin: version 1.2.0 loaded
[    4.002130][    T1] device-mapper: multipath queue-length: version 0.2.0 loaded
[    4.009517][    T1] device-mapper: multipath service-time: version 0.3.0 loaded
[    4.016978][    T1] device-mapper: dm-log-userspace: version 1.3.0 loaded
[    4.024584][    T1] ledtrig-cpu: registered to indicate activity on CPUs
[    4.031473][    T1] hid: raw HID events driver (C) Jiri Kosina
[    4.037676][    T1] drop_monitor: Initializing network drop monitor service
[    4.045710][    T1] NET: Registered PF_INET6 protocol family
[    4.052840][    T1] Segment Routing with IPv6
[    4.057402][    T1] RPL Segment Routing with IPv6
[    4.062228][    T1] In-situ OAM (IOAM) with IPv6
[    4.066982][    T1] NET: Registered PF_PACKET protocol family
[    4.073108][    T1] Key type dns_resolver registered
[    4.090724][    T1] registered taskstats version 1
[    4.095697][    T1] Loading compiled-in X.509 certificates
[    4.101265][   T52] ata1: SATA link down (SStatus 0 SControl F300)
[    4.121835][    T1] Key type .fscrypt registered
[    4.126501][    T1] Key type fscrypt-provisioning registered
[    4.137242][    T1] Key type big_key registered
[    4.174570][    T1] Key type encrypted registered
[    4.229110][   T49] usb 1-1: new high-speed USB device number 2 using orion-ehci
[    4.259803][  T104] "cryptomgr_test" (104) uses obsolete ecb(arc4) skcipher
[    4.440055][   T49] usb 1-1: New USB device found, idVendor=1e3d, idProduct=2093, bcdDevice= 1.00
[    4.459033][   T49] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.466928][   T54] ata2: SATA link down (SStatus 0 SControl F300)
[    4.479075][   T49] usb 1-1: Product: Flash Disk      
[    4.484246][   T49] usb 1-1: Manufacturer: CBM     
[    4.499034][   T49] usb 1-1: SerialNumber: 1209080A8B8D2404
[    4.519236][   T49] usb-storage 1-1:1.0: USB Mass Storage device detected
[    4.539334][   T49] scsi host2: usb-storage 1-1:1.0
[    5.609998][   T29] scsi 2:0:0:0: Direct-Access     CBM      Flash Disk       5.00 PQ: 0 ANSI: 2
[    5.630463][   T10] sd 2:0:0:0: [sda] 8137728 512-byte logical blocks: (4.17 GB/3.88 GiB)
[    5.649064][   T10] sd 2:0:0:0: [sda] Write Protect is off
[    5.659058][   T10] sd 2:0:0:0: [sda] No Caching mode page found
[    5.665115][   T10] sd 2:0:0:0: [sda] Assuming drive cache: write through
[    5.692916][   T10]  sda: sda1
[    5.709504][   T10] sd 2:0:0:0: [sda] Attached SCSI removable disk
[    5.731674][    T1] clk: Disabling unused clocks
[    5.739891][    T1] Freeing unused kernel image (initmem) memory: 1024K
[    5.759482][    T1] Checked W+X mappings: passed, no W+X pages found
[    5.765878][    T1] Run /init as init process
Loading, please wait...
Starting systemd-udevd version 252.17-1~deb12u1
[    6.739366][  T150] usbcore: registered new interface driver uas
Begin: Loading essential drivers ... done.
[   17.129328][   T49] platform mv643xx_eth_port.0: deferred probe pending
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Will now check root file system ... fsck from util-linux 2.38.1
[/sbin/fsck.ext3 (1) -- /dev/sda1] fsck.ext3 -a -C0 /dev/sda1 
rootfs: recovering journal
rootfs: clean, 20054/254464 files, 238796/1016832 blocks
done.
[   18.729193][  T178] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem
[   18.795569][  T178] EXT4-fs (sda1): mounted filesystem 294678ab-4a64-47be-ac90-0c3f03c7e746 ro with ordered data mode. Quota mode: none.
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
INIT: version 3.06 booting
INIT: No inittab.d directory found
Using makefile-style concurrent boot in runlevel S.
Setting hostname to 'debian'...done.
Starting hotplug events dispatcher: systemd-udevd.
Synthesizing the initial hotplug events (subsystems)...done.
Synthesizing the initial hotplug events (devices)...done.
Waiting for /dev to be fully populated...[   21.327257][  T356] gpio-fan fan: GPIO fan initialized
[   21.341601][  T355] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[   21.535956][  T354] orion_wdt: Initial timeout 21 sec
[   21.571817][  T369] at24 0-0050: supply vcc not found, using dummy regulator
[   21.648213][  T369] at24 0-0050: 512 byte 24c04 EEPROM, writable, 16 bytes/write
[   22.088393][  T371] marvell-cesa f1030000.crypto: CESA device successfully registered
[   22.234215][  T360] sd 2:0:0:0: Attached scsi generic sg0 type 0
done.
Activating swap:.
[   23.501473][  T504] EXT4-fs (sda1): re-mounted 294678ab-4a64-47be-ac90-0c3f03c7e746 r/w. Quota mode: none.
Will now check all file systems.
Checking all file systems.
LABEL=rootfs is mounted
Done checking file systems.
Log is being saved in /var/log/fsck/checkfs if that location is writable.
Cleaning up temporary files...Cleaning /tmp...done.
 /tmp.
[   24.939110][    C0] random: crng init done
Will now mount local filesystems:.
Will now activate swapfile swap, if any:done.
Checking minimum space in /tmp...done.
Cleaning up temporary files....
Starting Setting kernel variables: sysctl.
Initializing random number generator...done.
Configuring network interfaces...Internet Systems Consortium DHCP Client 4.4.3-P1
Copyright 2004-2022 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Cannot find device "eth0"
Failed to get interface index: No such device

If you think you have received this message due to a bug rather
than a configuration issue please read the section on submitting
bugs on either our web page at www.isc.org or in the README file
before submitting a bug.  These pages explain the proper
process and the information we find helpful for debugging.

exiting.
ifup: failed to bring up eth0
failed.
Starting RPC port mapper daemon: rpcbind.
Starting NFS common utilities: statd idmapd.
Cleaning up temporary files....
INIT: Entering runlevel: 2
Using makefile-style concurrent boot in runlevel 2.
Not starting NFS kernel daemon: no exports ... (warning).
Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd...
985 (syslogd)
.
Starting system message bus: dbus.
Starting NTP server: ntpd2037-08-08T08:21:42 ntpd[1028]: INIT: ntpd ntpsec-1.2.2: Starting
2037-08-08T08:21:42 ntpd[1028]: INIT: Command line: /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 104:106
.
Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
Starting NTP server: ntpd.
Starting OpenBSD Secure Shell server: sshd.
Starting busybox' klogd implementation : klogdStarting /sbin/klogd...
1005 (klogd)
.
Running local boot scripts (/etc/rc.local)
.

Debian GNU/Linux 12 debian ttyS0

debian login:


Thank you very much for your patience !
Re: Debian on LaCie 2Big v2
May 02, 2024 01:49PM
If the router IP is 192.168.1.254

Power up, interrupt u-boot countdown and, set these IP addresses (192.168.1.100 is this box, use any other valid IP in subnet 192.168.1.x if you'd like).

setenv gatewayip 192.168.1.254
setenv ipaddr 192.168.1.100
ping 192.168.1.254

=========

The error seems as though either:

- Your NIC is broken. And did you check the cable?
- Your box is not LaCie 2Big v2.

If it has 1 Ethernet port then it is LaCie 2Big v2. The LaCie 5Big v2 has 2 Ethernet ports.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on LaCie 2Big v2
May 02, 2024 01:57PM
Ah, your box is LaCie 2Big NAS box, not LaCie 2Big v2

So use the kirkwood-nas2big.dtb.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
wdq
Re: Debian on LaCie 2Big v2
May 02, 2024 01:58PM
1 ethernet port and it is written on the mainboard 2Big-Nas-V2R

and got alive

Marvell>> ping 192.168.1.254
Using egiga0 device
host 192.168.1.254 is alive
Marvell>> 

Re: Debian on LaCie 2Big v2
May 02, 2024 01:59PM
See my post above just now.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
wdq
Re: Debian on LaCie 2Big v2
May 02, 2024 02:22PM
> So use the kirkwood-nas2big.dtb.
used it , same result no eth0 , but the problem is eth0 works if i would try to transfer with tftp , i think is something related with the nand rescue and u-boot ,

will try and put a Hdd on with the OS and use a wifi usb to see if i get a result
Re: Debian on LaCie 2Big v2
May 02, 2024 02:56PM
> i think is something related with the nand rescue
> and u-boot ,

Not with u-boot or NAND. The error is in kernel during previous boot
[    3.803203] mdio_bus f1072004.mdio-bus-mii: MDIO device at address 8 is missing.
indicated that the PHY address is wrong. So if you use the correct DTB, then it should be OK.

Please post the boot log, or dmesg.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
wdq
Re: Debian on LaCie 2Big v2
May 02, 2024 03:08PM
Boot log

�
          _            ____ _ 
         | |     __ _ / ___(_) ___
         | |    / _V | |   | |/ _ \
         | |__ | (_| | |___| |  __/
         |____| \__,_|\____|_|\___|
 _   _     ____              _
| | | |   | __ )  ___   ___ | |_ 
| | | |___|  _ \ / _ \ / _ \| __| 
| |_| |___| |_) | (_) | (_) | |_ 
 \___/    |____/ \___/ \___/ \__| 
 ** MARVELL BOARD: L2BIG_DDR3 REV: 1 LE
Hold front button - long :  FAIL


U-Boot 1.1.4 (Mar 21 2012 - 11:02:55) Marvell version: 3.5.9 LaCie 2.0.6

U-Boot code: 06000000 -> 0607FFF0  BSS: -> 060D14C0

Soc: 88F6282 A1CPU running @ 2000Mhz L2 running @ 500Mhz
SysClock = 500Mhz , TClock = 200Mhz 

DRAM (DDR3) CAS Latency = 7 tRP = 8 tRAS = 20 tRCD=8
DRAM CS[0] base 0x00000000   size 256MB 
DRAM Total size 256MB  16bit width
Addresses 98M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (98M - 97M): Done
NAND:256 MB
Flash:  0 kB

CPU : Marvell Feroceon (Rev 1)

Streaming disabled 
Write allocate disabled


USB 0: host mode
PEX 0: PCI Express Root Complex Interface
PEX interface detected Link X1
PEX 1: interface detected no Link.
SCSI:  AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
flags: 64bit ncq pm led clo pmp pio slum part 
scanning bus for devices...
Invaild port number 2
Invaild port number 3
Net:   egiga0 [PRIME]
egiga0 no link
Waiting for LUMP (3)
no lump receive; continuing
Hit any key to stop autoboot:  0 

Reset IDE: 
Marvell Serial ATA Adapter

Marvell Serial ATA Adapter
Integrated Sata device found
PCIe SATA:ffffffff

(Re)start USB...
USB:   scanning bus for devices... 2 USB Device(s) found
Waiting for storage device(s) to settle before scanning...
1 Storage Device(s) found
Loading file "/boot/uImage" from usb device 0:1 (usbda1
)
....
.
......
............
.........................
...................................................
......................................................................................................
............................................................................................................................................................................................................
....
..................................................................................................................................................................................................
6236569 bytes read
Loading file "/boot/uInitrd" from usb device 0:1 (usbda1
)
....
.
......
............
.........................
...................................................
......................................................................................................
............................................................................................................................................................................................................
....
.......................................................................................................................................................
5791271 bytes read
## Booting image at 00800000 ...
   Image Name:   Linux-6.5.7-kirkwood-tld-1
   Created:      2024-05-02  19:17:13 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    6236505 Bytes =  5.9 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
OK
bootargs from environment variables : console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 earlyprintk=serial cap=gpt,lba64
## Loading Ramdisk Image at 02100000 ...
   Image Name:   initramfs-6.5.7-kirkwood-tld-1
   Created:      2023-10-31  22:53:55 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    5791207 Bytes =  5.5 MB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK

Starting kernel ...

[    0.000000][    T0] Booting Linux on physical CPU 0x0
[    0.000000][    T0] Linux version 6.5.7-kirkwood-tld-1 (root@tldDebian) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #2 PREEMPT Wed Oct 18 21:14:11 PDT 2023
[    0.000000][    T0] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
[    0.000000][    T0] CPU: VIVT data cache, VIVT instruction cache
[    0.000000][    T0] OF: fdt: Machine model: LaCie 2Big NAS
[    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-0x000000000fffffff]
[    0.000000][    T0] Movable zone start for each node
[    0.000000][    T0] Early memory node ranges
[    0.000000][    T0]   node   0: [mem 0x0000000000000000-0x000000000fffffff]
[    0.000000][    T0] Initmem setup node 0 [mem 0x0000000000000000-0x000000000fffffff]
[    0.000000][    T0] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 earlyprintk=serial cap=gpt,lba64
[    0.000000][    T0] Unknown kernel command line parameters "cap=gpt,lba64", will be passed to user space.
[    0.000000][    T0] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[    0.000000][    T0] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
[    0.000000][    T0] Built 1 zonelists, mobility grouping on.  Total pages: 64960
[    0.000000][    T0] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.000000][    T0] Memory: 232340K/262144K available (12288K kernel code, 1755K rwdata, 5416K rodata, 1024K init, 301K bss, 29804K reserved, 0K cma-reserved)
[    0.000000][    T0] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000][    T0] trace event string verifier disabled
[    0.000000][    T0] rcu: Preemptible hierarchical RCU implementation.
[    0.000000][    T0] 	Trampoline variant of Tasks RCU enabled.
[    0.000000][    T0] 	Tracing variant of Tasks RCU enabled.
[    0.000000][    T0] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000][    T0] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000][    T0] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000][    T0] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
[    0.000001][    T0] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns
[    0.008519][    T0] Switching to timer-based delay loop, resolution 5ns
[    0.015526][    T0] Console: colour dummy device 80x30
[    0.020739][    T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000)
[    0.031961][    T0] CPU: Testing write buffer coherency: ok
[    0.037614][    T0] pid_max: default: 32768 minimum: 301
[    0.048316][    T0] LSM: initializing lsm=capability,integrity
[    0.055688][    T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.063717][    T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.080694][    T1] RCU Tasks: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1.
[    0.088747][    T1] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1.
[    0.097343][    T1] Setting up static identity map for 0x100000 - 0x100058
[    0.104487][    T1] mvebu-soc-id: MVEBU SoC ID=0x6282, Rev=0x1
[    0.110695][    T1] rcu: Hierarchical SRCU implementation.
[    0.116169][    T1] rcu: 	Max phase no-delay instances is 1000.
[    0.124138][    T1] devtmpfs: initialized
[    0.135807][    T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.146440][    T1] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
[    0.155722][    T1] prandom: seed boundary self test passed
[    0.163864][    T1] prandom: 100 self tests passed
[    0.168679][    T1] pinctrl core: initialized pinctrl subsystem
[    0.177298][    T1] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.185140][    T1] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.196188][    T1] audit: initializing netlink subsys (disabled)
[    0.203869][    T1] thermal_sys: Registered thermal governor 'step_wise'
[    0.203999][    T1] cpuidle: using governor ladder
[    0.215511][   T19] audit: type=2000 audit(0.190:1): state=initialized audit_enabled=0 res=1
[    0.224040][    T1] cpuidle: using governor menu
[    0.229131][    T1] Feroceon L2: Enabling L2
[    0.233411][    T1] Feroceon L2: Cache support initialised.
[    0.246682][    T1] No ATAGs?
[    0.608533][    T1] raid6: int32x8  gen()   186 MB/s
[    0.948531][    T1] raid6: int32x4  gen()   170 MB/s
[    1.288557][    T1] raid6: int32x2  gen()   217 MB/s
[    1.628532][    T1] raid6: int32x1  gen()   151 MB/s
[    1.633480][    T1] raid6: using algorithm int32x2 gen() 217 MB/s
[    1.988530][    T1] raid6: .... xor() 138 MB/s, rmw enabled
[    1.994080][    T1] raid6: using intx1 recovery algorithm
[    2.009716][    T1] SCSI subsystem initialized
[    2.018963][    T1] usbcore: registered new interface driver usbfs
[    2.025164][    T1] usbcore: registered new interface driver hub
[    2.048606][    T1] usbcore: registered new device driver usb
[    2.054592][    T1] pps_core: LinuxPPS API ver. 1 registered
[    2.068532][    T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.078356][    T1] PTP clock support registered
[    2.100484][    T1] vgaarb: loaded
[    2.109003][    T1] clocksource: Switched to clocksource orion_clocksource
[    2.134469][    T1] VFS: Disk quotas dquot_6.6.0
[    2.149293][    T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    2.180349][    T1] NET: Registered PF_INET protocol family
[    2.199101][    T1] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    2.208537][    T1] tcp_listen_portaddr_hash hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    2.229186][    T1] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    2.237609][    T1] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    2.269054][    T1] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    2.276896][    T1] TCP: Hash tables configured (established 2048 bind 2048)
[    2.289492][    T1] MPTCP token hash table entries: 512 (order: 0, 6144 bytes, linear)
[    2.297534][    T1] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
[    2.329061][    T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
[    2.337277][    T1] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    2.359791][    T1] RPC: Registered named UNIX socket transport module.
[    2.366386][    T1] RPC: Registered udp transport module.
[    2.379023][    T1] RPC: Registered tcp transport module.
[    2.384400][    T1] RPC: Registered tcp-with-tls transport module.
[    2.399018][    T1] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    2.406134][    T1] PCI: CLS 0 bytes, default 32
[    2.431094][   T10] Trying to unpack rootfs image as initramfs...
[    2.937165][    T1] Initialise system trusted keyrings
[    2.949240][    T1] Key type blacklist registered
[    2.959975][    T1] workingset: timestamp_bits=14 max_order=16 bucket_order=2
[    2.967214][    T1] zbud: loaded
[    3.001171][    T1] NFS: Registering the id_resolver key type
[    3.006935][    T1] Key type id_resolver registered
[    3.029438][    T1] Key type id_legacy registered
[    3.034303][    T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    3.049077][    T1] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    3.058219][    T1] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    3.084974][   T10] Freeing initrd memory: 5656K
[    3.090310][    T1] fuse: init (API version 7.38)
[    3.096026][    T1] orangefs_debugfs_init: called with debug mask: :none: :0:
[    3.103446][    T1] orangefs_init: module version upstream loaded
[    3.109776][    T1] SGI XFS with ACLs, security attributes, realtime, scrub, quota, no debug enabled
[    3.245922][    T1] xor: measuring software checksum speed
[    3.256700][    T1]    arm4regs        :  1865 MB/sec
[    3.270545][    T1]    8regs           :  1119 MB/sec
[    3.281778][    T1]    32regs          :  1587 MB/sec
[    3.286804][    T1] xor: using function: arm4regs (1865 MB/sec)
[    3.292716][    T1] async_tx: api initialized (async)
[    3.297751][    T1] Key type asymmetric registered
[    3.302540][    T1] Asymmetric key parser 'x509' registered
[    3.344917][    T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    3.353447][    T1] io scheduler bfq registered
[    3.472228][    T1] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
[    3.481362][    T1] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation.
[    3.491966][    T1] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation.
[    3.502340][    T1] mvebu-pcie mbus@f1000000:pcie@82000000: host bridge /mbus@f1000000/pcie@82000000 ranges:
[    3.512258][    T1] mvebu-pcie mbus@f1000000:pcie@82000000:      MEM 0x00f1040000..0x00f1041fff -> 0x0000040000
[    3.522376][    T1] mvebu-pcie mbus@f1000000:pcie@82000000:      MEM 0xffffffffffffffff..0x00fffffffe -> 0x0100000000
[    3.532973][    T1] mvebu-pcie mbus@f1000000:pcie@82000000:       IO 0xffffffffffffffff..0x00fffffffe -> 0x0100000000
[    3.544071][    T1] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 0000:00
[    3.552398][    T1] pci_bus 0000:00: root bus resource [bus 00-ff]
[    3.558562][    T1] pci_bus 0000:00: root bus resource [mem 0xf1040000-0xf1041fff] (bus address [0x00040000-0x00041fff])
[    3.569430][    T1] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
[    3.576972][    T1] pci_bus 0000:00: root bus resource [io  0x1000-0xeffff]
[    3.584000][    T1] pci 0000:00:01.0: [11ab:6282] type 01 class 0x060400
[    3.591878][    T1] PCI: bus0: Fast back to back transfers disabled
[    3.598136][    T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    3.607031][    T1] pci 0000:01:00.0: [197b:2360] type 00 class 0x010601
[    3.613747][    T1] pci 0000:01:00.0: [Firmware Bug]: reg 0x10: invalid BAR (can't size)
[    3.621827][    T1] pci 0000:01:00.0: [Firmware Bug]: reg 0x14: invalid BAR (can't size)
[    3.629910][    T1] pci 0000:01:00.0: [Firmware Bug]: reg 0x18: invalid BAR (can't size)
[    3.637969][    T1] pci 0000:01:00.0: [Firmware Bug]: reg 0x1c: invalid BAR (can't size)
[    3.646044][    T1] pci 0000:01:00.0: [Firmware Bug]: reg 0x20: invalid BAR (can't size)
[    3.654123][    T1] pci 0000:01:00.0: reg 0x24: [mem 0x90000000-0x900001ff]
[    3.661078][    T1] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[    3.668519][    T1] pci 0000:01:00.0: PME# supported from D3hot
[    3.699076][    T1] PCI: bus1: Fast back to back transfers disabled
[    3.705330][    T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    3.712661][    T1] pci 0000:00:01.0: BAR 14: assigned [mem 0xe0000000-0xe00fffff]
[    3.720219][    T1] pci 0000:01:00.0: BAR 6: assigned [mem 0xe0000000-0xe000ffff pref]
[    3.728104][    T1] pci 0000:01:00.0: BAR 5: assigned [mem 0xe0010000-0xe00101ff]
[    3.735580][    T1] pci 0000:00:01.0: PCI bridge to [bus 01]
[    3.741238][    T1] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xe00fffff]
[    3.748806][    T1] pcieport 0000:00:01.0: enabling device (0140 -> 0142)
[    3.756243][    T1] mv_xor f1060800.xor: Marvell shared XOR driver
[    3.820637][    T1] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    3.831752][    T1] mv_xor f1060900.xor: Marvell shared XOR driver
[    3.900640][    T1] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    3.912030][    T1] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    3.921033][    T1] printk: console [ttyS0] disabled
[    3.926439][    T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 28, base_baud = 12500000) is a 16550A
[    3.936172][    T1] printk: console [ttyS0] enabled
[    3.936172][    T1] printk: console [ttyS0] enabled
[    3.946012][    T1] printk: bootconsole [earlycon0] disabled
[    3.946012][    T1] printk: bootconsole [earlycon0] disabled
[    3.988161][    T1] loop: module loaded
[    3.992894][    T1] sata_mv f1080000.sata: slots 32 ports 2
[    4.002118][    T1] scsi host0: sata_mv
[    4.007080][    T1] scsi host1: sata_mv
[    4.011348][    T1] ata1: SATA max UDMA/133 irq 29
[    4.016169][    T1] ata2: SATA max UDMA/133 irq 29
[    4.022136][    T1] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xda
[    4.029288][    T1] nand: Micron MT29F2G08ABAEAWP
[    4.034018][    T1] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    4.042366][    T1] nand: WARNING: f4000000.nand: the ECC used on your system (1b/256B) is too weak compared to the one required by the NAND chip (4b/512B)
[    4.056364][    T1] Scanning device for bad blocks
[    4.319133][    T1] 4 fixed-partitions partitions found on MTD device orion_nand
[    4.326589][    T1] Creating 4 MTD partitions on "orion_nand":
[    4.332485][    T1] 0x000000000000-0x000000100000 : "U-Boot"
[    4.338786][    T1] 0x000000100000-0x000001100000 : "uImage"
[    4.345102][    T1] 0x000001100000-0x000009100000 : "root"
[    4.351586][    T1] 0x000009100000-0x000010000000 : "unused"
[    4.358675][    T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[    4.367299][   T52] ata1: SATA link down (SStatus 0 SControl F300)
[    4.373559][    T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[    4.402673][    T1] hwmon hwmon0: temp1_input not attached to any thermal zone
[    4.426845][    T1] orion-mdio f1072004.mdio-bus: Cannot register MDIO bus (-16)
[    4.434465][    T1] orion-mdio: probe of f1072004.mdio-bus failed with error -16
[    4.442231][    T1] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[    4.450985][    T1] orion-ehci f1050000.ehci: EHCI Host Controller
[    4.457233][    T1] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[    4.465857][    T1] orion-ehci f1050000.ehci: irq 32, io mem 0xf1050000
[    4.499029][    T1] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[    4.506020][    T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[    4.515051][    T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.523025][    T1] usb usb1: Product: EHCI Host Controller
[    4.528626][    T1] usb usb1: Manufacturer: Linux 6.5.7-kirkwood-tld-1 ehci_hcd
[    4.535982][    T1] usb usb1: SerialNumber: f1050000.ehci
[    4.542126][    T1] hub 1-0:1.0: USB hub found
[    4.546629][    T1] hub 1-0:1.0: 1 port detected
[    4.551977][    T1] usbcore: registered new interface driver usb-storage
[    4.559220][    T1] mousedev: PS/2 mouse device common for all mice
[    4.565807][    T1] i2c_dev: i2c /dev entries driver
[    4.573387][    T1] device-mapper: uevent: version 1.0.3
[    4.579340][    T1] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[    4.589090][    T1] device-mapper: multipath round-robin: version 1.2.0 loaded
[    4.596356][    T1] device-mapper: multipath queue-length: version 0.2.0 loaded
[    4.603747][    T1] device-mapper: multipath service-time: version 0.3.0 loaded
[    4.611196][    T1] device-mapper: dm-log-userspace: version 1.3.0 loaded
[    4.618763][    T1] ledtrig-cpu: registered to indicate activity on CPUs
[    4.625668][    T1] hid: raw HID events driver (C) Jiri Kosina
[    4.631880][    T1] drop_monitor: Initializing network drop monitor service
[    4.639944][    T1] NET: Registered PF_INET6 protocol family
[    4.647023][    T1] Segment Routing with IPv6
[    4.651495][    T1] RPL Segment Routing with IPv6
[    4.656289][    T1] In-situ OAM (IOAM) with IPv6
[    4.661075][    T1] NET: Registered PF_PACKET protocol family
[    4.667178][    T1] Key type dns_resolver registered
[    4.684624][    T1] registered taskstats version 1
[    4.689901][    T1] Loading compiled-in X.509 certificates
[    4.709822][    T1] Key type .fscrypt registered
[    4.714532][    T1] Key type fscrypt-provisioning registered
[    4.720266][   T54] ata2: SATA link down (SStatus 0 SControl F300)
[    4.731369][    T1] Key type big_key registered
[    4.769568][    T1] Key type encrypted registered
[    4.839206][   T49] usb 1-1: new high-speed USB device number 2 using orion-ehci
[    4.854914][  T104] "cryptomgr_test" (104) uses obsolete ecb(arc4) skcipher
[    5.049984][   T49] usb 1-1: New USB device found, idVendor=1e3d, idProduct=2093, bcdDevice= 1.00
[    5.058930][   T49] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.089017][   T49] usb 1-1: Product: Flash Disk      
[    5.094180][   T49] usb 1-1: Manufacturer: CBM     
[    5.109018][   T49] usb 1-1: SerialNumber: 1209080A8B8D2404
[    5.115528][   T49] usb-storage 1-1:1.0: USB Mass Storage device detected
[    5.139354][   T49] scsi host2: usb-storage 1-1:1.0
[    6.169928][   T18] scsi 2:0:0:0: Direct-Access     CBM      Flash Disk       5.00 PQ: 0 ANSI: 2
[    6.190396][   T29] sd 2:0:0:0: [sda] 8137728 512-byte logical blocks: (4.17 GB/3.88 GiB)
[    6.209048][   T29] sd 2:0:0:0: [sda] Write Protect is off
[    6.219047][   T29] sd 2:0:0:0: [sda] No Caching mode page found
[    6.225100][   T29] sd 2:0:0:0: [sda] Assuming drive cache: write through
[    6.252846][   T29]  sda: sda1
[    6.269435][   T29] sd 2:0:0:0: [sda] Attached SCSI removable disk
[    6.320312][    T1] clk: Disabling unused clocks
[    6.328375][    T1] Freeing unused kernel image (initmem) memory: 1024K
[    6.349494][    T1] Checked W+X mappings: passed, no W+X pages found
[    6.355896][    T1] Run /init as init process
Loading, please wait...
Starting systemd-udevd version 252.17-1~deb12u1
[    7.372953][  T154] usbcore: registered new interface driver uas
Begin: Loading essential drivers ... done.
[   17.769310][   T49] platform mv643xx_eth_port.0: deferred probe pending
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Will now check root file system ... fsck from util-linux 2.38.1
[/sbin/fsck.ext3 (1) -- /dev/sda1] fsck.ext3 -a -C0 /dev/sda1 
rootfs: recovering journal
rootfs: clean, 20047/254464 files, 220244/1016832 blocks
done.
[   19.139723][  T178] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem
[   19.210615][  T178] EXT4-fs (sda1): mounted filesystem 294678ab-4a64-47be-ac90-0c3f03c7e746 ro with ordered data mode. Quota mode: none.
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
INIT: version 3.06 booting
INIT: No inittab.d directory found
Using makefile-style concurrent boot in runlevel S.
Setting hostname to 'debian'...done.
Starting hotplug events dispatcher: systemd-udevd.
Synthesizing the initial hotplug events (subsystems)...done.
Synthesizing the initial hotplug events (devices)...done.
Waiting for /dev to be fully populated...[   21.765662][  T360] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[   21.774416][  T357] gpio-fan fan: GPIO fan initialized
[   21.981531][  T355] ahci 0000:01:00.0: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
[   22.067254][  T355] ahci 0000:01:00.0: flags: 64bit ncq pm led clo pmp pio slum part 
[   22.078182][  T357] orion_wdt: Initial timeout 21 sec
[   22.095455][  T375] at24 0-0050: supply vcc not found, using dummy regulator
[   22.122058][  T360] rtc-ds1307 0-0068: registered as rtc0
[   22.187700][  T360] rtc-ds1307 0-0068: setting system clock to 2000-01-06T07:21:17 UTC (947143277)
[   22.201929][  T375] at24 0-0050: 512 byte 24c04 EEPROM, writable, 16 bytes/write
[   22.209852][  T355] scsi host3: ahci
[   22.213798][  T355] ata3: SATA max UDMA/133 abar m512@0xe0010000 port 0xe0010100 irq 38
[   22.439316][  T368] sd 2:0:0:0: Attached scsi generic sg0 type 0
[   22.625232][  T374] marvell-cesa f1030000.crypto: CESA device successfully registered
[   22.740031][  T383] ata3: SATA link down (SStatus 0 SControl 300)
[   23.599055][    C0] random: crng init done
done.
Activating swap:.
[   24.117663][  T512] EXT4-fs (sda1): re-mounted 294678ab-4a64-47be-ac90-0c3f03c7e746 r/w. Quota mode: none.
Will now check all file systems.
Checking all file systems.
LABEL=rootfs is mounted
Done checking file systems.
Log is being saved in /var/log/fsck/checkfs if that location is writable.
Cleaning up temporary files...Cleaning /tmp...done.
 /tmp.
Will now mount local filesystems:.
Will now activate swapfile swap, if any:done.
Checking minimum space in /tmp...done.
Cleaning up temporary files....
Starting Setting kernel variables: sysctl.
Initializing random number generator...done.
Configuring network interfaces...Internet Systems Consortium DHCP Client 4.4.3-P1
Copyright 2004-2022 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Cannot find device "eth0"
Failed to get interface index: No such device

If you think you have received this message due to a bug rather
than a configuration issue please read the section on submitting
bugs on either our web page at www.isc.org or in the README file
before submitting a bug.  These pages explain the proper
process and the information we find helpful for debugging.

exiting.
ifup: failed to bring up eth0
failed.
Starting RPC port mapper daemon: rpcbind.
Starting NFS common utilities: statd idmapd.
Cleaning up temporary files....
INIT: Entering runlevel: 2
Using makefile-style concurrent boot in runlevel 2.
Not starting NFS kernel daemon: no exports ... (warning).
Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd...
993 (syslogd)
.
Starting system message bus: dbus.
Starting NTP server: ntpd2000-01-05T23:21:23 ntpd[1033]: INIT: ntpd ntpsec-1.2.2: Starting
2000-01-05T23:21:23 ntpd[1033]: INIT: Command line: /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 104:106
.
Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
Starting NTP server: ntpd.
Starting OpenBSD Secure Shell server: sshd.
Starting busybox' klogd implementation : klogdStarting /sbin/klogd...
1017 (klogd)
.
Running local boot scripts (/etc/rc.local)
.

Debian GNU/Linux 12 debian ttyS0

debian login:

dmesg log

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 6.5.7-kirkwood-tld-1 (root@tldDebian) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #2 PREEMPT Wed Oct 18 21:14:11 PDT 2023
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] OF: fdt: Machine model: LaCie 2Big NAS
[    0.000000] printk: bootconsole [earlycon0] enabled
[    0.000000] Memory policy: Data cache writeback
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x000000000fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x000000000fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000000fffffff]
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 earlyprintk=serial cap=gpt,lba64
[    0.000000] Unknown kernel command line parameters "cap=gpt,lba64", will be passed to user space.
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 64960
[    0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.000000] Memory: 232340K/262144K available (12288K kernel code, 1755K rwdata, 5416K rodata, 1024K init, 301K bss, 29804K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] trace event string verifier disabled
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] 	Trampoline variant of Tasks RCU enabled.
[    0.000000] 	Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
[    0.000001] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns
[    0.008519] Switching to timer-based delay loop, resolution 5ns
[    0.015526] Console: colour dummy device 80x30
[    0.020739] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000)
[    0.031961] CPU: Testing write buffer coherency: ok
[    0.037614] pid_max: default: 32768 minimum: 301
[    0.048316] LSM: initializing lsm=capability,integrity
[    0.055688] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.063717] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.080694] RCU Tasks: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1.
[    0.088747] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1.
[    0.097343] Setting up static identity map for 0x100000 - 0x100058
[    0.104487] mvebu-soc-id: MVEBU SoC ID=0x6282, Rev=0x1
[    0.110695] rcu: Hierarchical SRCU implementation.
[    0.116169] rcu: 	Max phase no-delay instances is 1000.
[    0.124138] devtmpfs: initialized
[    0.135807] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.146440] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
[    0.155722] prandom: seed boundary self test passed
[    0.163864] prandom: 100 self tests passed
[    0.168679] pinctrl core: initialized pinctrl subsystem
[    0.177298] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.185140] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.196188] audit: initializing netlink subsys (disabled)
[    0.203869] thermal_sys: Registered thermal governor 'step_wise'
[    0.203999] cpuidle: using governor ladder
[    0.215511] audit: type=2000 audit(0.190:1): state=initialized audit_enabled=0 res=1
[    0.224040] cpuidle: using governor menu
[    0.229131] Feroceon L2: Enabling L2
[    0.233411] Feroceon L2: Cache support initialised.
[    0.246682] No ATAGs?
[    0.608533] raid6: int32x8  gen()   186 MB/s
[    0.948531] raid6: int32x4  gen()   170 MB/s
[    1.288557] raid6: int32x2  gen()   217 MB/s
[    1.628532] raid6: int32x1  gen()   151 MB/s
[    1.633480] raid6: using algorithm int32x2 gen() 217 MB/s
[    1.988530] raid6: .... xor() 138 MB/s, rmw enabled
[    1.994080] raid6: using intx1 recovery algorithm
[    2.009716] SCSI subsystem initialized
[    2.018646] libata version 3.00 loaded.
[    2.018963] usbcore: registered new interface driver usbfs
[    2.025164] usbcore: registered new interface driver hub
[    2.048606] usbcore: registered new device driver usb
[    2.054592] pps_core: LinuxPPS API ver. 1 registered
[    2.068532] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.078356] PTP clock support registered
[    2.100484] vgaarb: loaded
[    2.109003] clocksource: Switched to clocksource orion_clocksource
[    2.134469] VFS: Disk quotas dquot_6.6.0
[    2.149293] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    2.180349] NET: Registered PF_INET protocol family
[    2.199101] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    2.208537] tcp_listen_portaddr_hash hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    2.229186] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    2.237609] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    2.269054] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    2.276896] TCP: Hash tables configured (established 2048 bind 2048)
[    2.289492] MPTCP token hash table entries: 512 (order: 0, 6144 bytes, linear)
[    2.297534] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
[    2.329061] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
[    2.337277] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    2.359791] RPC: Registered named UNIX socket transport module.
[    2.366386] RPC: Registered udp transport module.
[    2.379023] RPC: Registered tcp transport module.
[    2.384400] RPC: Registered tcp-with-tls transport module.
[    2.399018] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    2.406134] PCI: CLS 0 bytes, default 32
[    2.431094] Trying to unpack rootfs image as initramfs...
[    2.937165] Initialise system trusted keyrings
[    2.949240] Key type blacklist registered
[    2.959975] workingset: timestamp_bits=14 max_order=16 bucket_order=2
[    2.967214] zbud: loaded
[    3.001171] NFS: Registering the id_resolver key type
[    3.006935] Key type id_resolver registered
[    3.029438] Key type id_legacy registered
[    3.034303] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    3.049077] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    3.058219] jffs2: version 2.2. (NAND) (SUMMARY)  \xc2\xa9 2001-2006 Red Hat, Inc.
[    3.084974] Freeing initrd memory: 5656K
[    3.090310] fuse: init (API version 7.38)
[    3.096026] orangefs_debugfs_init: called with debug mask: :none: :0:
[    3.103446] orangefs_init: module version upstream loaded
[    3.109776] SGI XFS with ACLs, security attributes, realtime, scrub, quota, no debug enabled
[    3.245922] xor: measuring software checksum speed
[    3.256700]    arm4regs        :  1865 MB/sec
[    3.270545]    8regs           :  1119 MB/sec
[    3.281778]    32regs          :  1587 MB/sec
[    3.286804] xor: using function: arm4regs (1865 MB/sec)
[    3.292716] async_tx: api initialized (async)
[    3.297751] Key type asymmetric registered
[    3.302540] Asymmetric key parser 'x509' registered
[    3.344917] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    3.353447] io scheduler bfq registered
[    3.472228] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
[    3.481362] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation.
[    3.491966] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation.
[    3.502340] mvebu-pcie mbus@f1000000:pcie@82000000: host bridge /mbus@f1000000/pcie@82000000 ranges:
[    3.512226] mvebu-pcie mbus@f1000000:pcie@82000000: Parsing ranges property...
[    3.512258] mvebu-pcie mbus@f1000000:pcie@82000000:      MEM 0x00f1040000..0x00f1041fff -> 0x0000040000
[    3.522376] mvebu-pcie mbus@f1000000:pcie@82000000:      MEM 0xffffffffffffffff..0x00fffffffe -> 0x0100000000
[    3.532973] mvebu-pcie mbus@f1000000:pcie@82000000:       IO 0xffffffffffffffff..0x00fffffffe -> 0x0100000000
[    3.544071] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 0000:00
[    3.552398] pci_bus 0000:00: root bus resource [bus 00-ff]
[    3.558562] pci_bus 0000:00: root bus resource [mem 0xf1040000-0xf1041fff] (bus address [0x00040000-0x00041fff])
[    3.569430] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
[    3.576972] pci_bus 0000:00: root bus resource [io  0x1000-0xeffff]
[    3.583922] pci_bus 0000:00: scanning bus
[    3.584000] pci 0000:00:01.0: [11ab:6282] type 01 class 0x060400
[    3.590987] pci 0000:00:01.0: vgaarb: pci_notify
[    3.591861] pci_bus 0000:00: fixups for bus
[    3.591878] PCI: bus0: Fast back to back transfers disabled
[    3.598124] pci 0000:00:01.0: scanning [bus 00-00] behind bridge, pass 0
[    3.598136] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    3.606830] pci 0000:00:01.0: scanning [bus 00-00] behind bridge, pass 1
[    3.606974] pci_bus 0000:01: scanning bus
[    3.607031] pci 0000:01:00.0: [197b:2360] type 00 class 0x010601
[    3.613747] pci 0000:01:00.0: [Firmware Bug]: reg 0x10: invalid BAR (can't size)
[    3.621827] pci 0000:01:00.0: [Firmware Bug]: reg 0x14: invalid BAR (can't size)
[    3.629910] pci 0000:01:00.0: [Firmware Bug]: reg 0x18: invalid BAR (can't size)
[    3.637969] pci 0000:01:00.0: [Firmware Bug]: reg 0x1c: invalid BAR (can't size)
[    3.646044] pci 0000:01:00.0: [Firmware Bug]: reg 0x20: invalid BAR (can't size)
[    3.654123] pci 0000:01:00.0: reg 0x24: [mem 0x90000000-0x900001ff]
[    3.661078] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[    3.668519] pci 0000:01:00.0: PME# supported from D3hot
[    3.674433] pci 0000:01:00.0: PME# disabled
[    3.674728] pci 0000:01:00.0: vgaarb: pci_notify
[    3.699060] pci_bus 0000:01: fixups for bus
[    3.699076] PCI: bus1: Fast back to back transfers disabled
[    3.705319] pci_bus 0000:01: bus scan returning with max=01
[    3.705330] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    3.712635] pci_bus 0000:00: bus scan returning with max=01
[    3.712661] pci 0000:00:01.0: BAR 14: assigned [mem 0xe0000000-0xe00fffff]
[    3.720219] pci 0000:01:00.0: BAR 6: assigned [mem 0xe0000000-0xe000ffff pref]
[    3.728104] pci 0000:01:00.0: BAR 5: assigned [mem 0xe0010000-0xe00101ff]
[    3.735580] pci 0000:00:01.0: PCI bridge to [bus 01]
[    3.741238] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xe00fffff]
[    3.748757] pcieport 0000:00:01.0: vgaarb: pci_notify
[    3.748788] pcieport 0000:00:01.0: assign IRQ: got 0
[    3.748806] pcieport 0000:00:01.0: enabling device (0140 -> 0142)
[    3.755597] pcieport 0000:00:01.0: enabling bus mastering
[    3.755625] pcieport 0000:00:01.0: vgaarb: pci_notify
[    3.756243] mv_xor f1060800.xor: Marvell shared XOR driver
[    3.820637] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    3.831752] mv_xor f1060900.xor: Marvell shared XOR driver
[    3.900640] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    3.912030] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    3.921033] printk: console [ttyS0] disabled
[    3.926439] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 28, base_baud = 12500000) is a 16550A
[    3.936172] printk: console [ttyS0] enabled
[    3.946012] printk: bootconsole [earlycon0] disabled
[    3.988161] loop: module loaded
[    3.992382] sata_mv f1080000.sata: version 1.28
[    3.992894] sata_mv f1080000.sata: slots 32 ports 2
[    4.002118] scsi host0: sata_mv
[    4.007080] scsi host1: sata_mv
[    4.011348] ata1: SATA max UDMA/133 irq 29
[    4.016169] ata2: SATA max UDMA/133 irq 29
[    4.022136] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xda
[    4.029288] nand: Micron MT29F2G08ABAEAWP
[    4.034018] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    4.042366] nand: WARNING: f4000000.nand: the ECC used on your system (1b/256B) is too weak compared to the one required by the NAND chip (4b/512B)
[    4.056364] Scanning device for bad blocks
[    4.319133] 4 fixed-partitions partitions found on MTD device orion_nand
[    4.326589] Creating 4 MTD partitions on "orion_nand":
[    4.332485] 0x000000000000-0x000000100000 : "U-Boot"
[    4.338786] 0x000000100000-0x000001100000 : "uImage"
[    4.345102] 0x000001100000-0x000009100000 : "root"
[    4.351586] 0x000009100000-0x000010000000 : "unused"
[    4.358675] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[    4.367299] ata1: SATA link down (SStatus 0 SControl F300)
[    4.373559] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[    4.402673] hwmon hwmon0: temp1_input not attached to any thermal zone
[    4.426845] orion-mdio f1072004.mdio-bus: Cannot register MDIO bus (-16)
[    4.434465] orion-mdio: probe of f1072004.mdio-bus failed with error -16
[    4.442231] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[    4.450985] orion-ehci f1050000.ehci: EHCI Host Controller
[    4.457233] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[    4.465857] orion-ehci f1050000.ehci: irq 32, io mem 0xf1050000
[    4.499029] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[    4.506020] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[    4.515051] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.523025] usb usb1: Product: EHCI Host Controller
[    4.528626] usb usb1: Manufacturer: Linux 6.5.7-kirkwood-tld-1 ehci_hcd
[    4.535982] usb usb1: SerialNumber: f1050000.ehci
[    4.542126] hub 1-0:1.0: USB hub found
[    4.546629] hub 1-0:1.0: 1 port detected
[    4.551977] usbcore: registered new interface driver usb-storage
[    4.559220] mousedev: PS/2 mouse device common for all mice
[    4.565807] i2c_dev: i2c /dev entries driver
[    4.573387] device-mapper: uevent: version 1.0.3
[    4.579340] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[    4.589090] device-mapper: multipath round-robin: version 1.2.0 loaded
[    4.596356] device-mapper: multipath queue-length: version 0.2.0 loaded
[    4.603747] device-mapper: multipath service-time: version 0.3.0 loaded
[    4.611196] device-mapper: dm-log-userspace: version 1.3.0 loaded
[    4.618763] ledtrig-cpu: registered to indicate activity on CPUs
[    4.625668] hid: raw HID events driver (C) Jiri Kosina
[    4.631880] drop_monitor: Initializing network drop monitor service
[    4.639944] NET: Registered PF_INET6 protocol family
[    4.647023] Segment Routing with IPv6
[    4.651495] RPL Segment Routing with IPv6
[    4.656289] In-situ OAM (IOAM) with IPv6
[    4.661075] NET: Registered PF_PACKET protocol family
[    4.667178] Key type dns_resolver registered
[    4.684624] registered taskstats version 1
[    4.689901] Loading compiled-in X.509 certificates
[    4.709822] Key type .fscrypt registered
[    4.714532] Key type fscrypt-provisioning registered
[    4.720266] ata2: SATA link down (SStatus 0 SControl F300)
[    4.731369] Key type big_key registered
[    4.769568] Key type encrypted registered
[    4.839206] usb 1-1: new high-speed USB device number 2 using orion-ehci
[    4.854914] "cryptomgr_test" (104) uses obsolete ecb(arc4) skcipher
[    5.049984] usb 1-1: New USB device found, idVendor=1e3d, idProduct=2093, bcdDevice= 1.00
[    5.058930] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.089017] usb 1-1: Product: Flash Disk      
[    5.094180] usb 1-1: Manufacturer: CBM     
[    5.109018] usb 1-1: SerialNumber: 1209080A8B8D2404
[    5.115528] usb-storage 1-1:1.0: USB Mass Storage device detected
[    5.139354] scsi host2: usb-storage 1-1:1.0
[    6.169928] scsi 2:0:0:0: Direct-Access     CBM      Flash Disk       5.00 PQ: 0 ANSI: 2
[    6.190396] sd 2:0:0:0: [sda] 8137728 512-byte logical blocks: (4.17 GB/3.88 GiB)
[    6.209048] sd 2:0:0:0: [sda] Write Protect is off
[    6.214595] sd 2:0:0:0: [sda] Mode Sense: 0b 00 00 08
[    6.219047] sd 2:0:0:0: [sda] No Caching mode page found
[    6.225100] sd 2:0:0:0: [sda] Assuming drive cache: write through
[    6.252846]  sda: sda1
[    6.269435] sd 2:0:0:0: [sda] Attached SCSI removable disk
[    6.320312] clk: Disabling unused clocks
[    6.328375] Freeing unused kernel image (initmem) memory: 1024K
[    6.349494] Checked W+X mappings: passed, no W+X pages found
[    6.355896] Run /init as init process
[    6.360320]   with arguments:
[    6.360330]     /init
[    6.360336]   with environment:
[    6.360342]     HOME=/
[    6.360348]     TERM=linux
[    6.360353]     cap=gpt,lba64
[    7.372953] usbcore: registered new interface driver uas
[   17.769310] platform mv643xx_eth_port.0: deferred probe pending
[   19.139723] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem
[   19.210615] EXT4-fs (sda1): mounted filesystem 294678ab-4a64-47be-ac90-0c3f03c7e746 ro with ordered data mode. Quota mode: none.
[   21.765662] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[   21.774416] gpio-fan fan: GPIO fan initialized
[   21.981183] ahci 0000:01:00.0: vgaarb: pci_notify
[   21.981324] ahci 0000:01:00.0: assign IRQ: got 38
[   21.981347] ahci 0000:01:00.0: version 3.0
[   21.981370] pci 0000:00:01.0: enabling bus mastering
[   21.981531] ahci 0000:01:00.0: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
[   22.067254] ahci 0000:01:00.0: flags: 64bit ncq pm led clo pmp pio slum part 
[   22.078182] orion_wdt: Initial timeout 21 sec
[   22.095455] at24 0-0050: supply vcc not found, using dummy regulator
[   22.122058] rtc-ds1307 0-0068: registered as rtc0
[   22.187700] rtc-ds1307 0-0068: setting system clock to 2000-01-06T07:21:17 UTC (947143277)
[   22.201929] at24 0-0050: 512 byte 24c04 EEPROM, writable, 16 bytes/write
[   22.209852] scsi host3: ahci
[   22.213798] ata3: SATA max UDMA/133 abar m512@0xe0010000 port 0xe0010100 irq 38
[   22.411163] ahci 0000:01:00.0: vgaarb: pci_notify
[   22.439316] sd 2:0:0:0: Attached scsi generic sg0 type 0
[   22.625232] marvell-cesa f1030000.crypto: CESA device successfully registered
[   22.740031] ata3: SATA link down (SStatus 0 SControl 300)
[   23.599055] random: crng init done
[   24.117663] EXT4-fs (sda1): re-mounted 294678ab-4a64-47be-ac90-0c3f03c7e746 r/w. Quota mode: none.

Sorry that i keep bothering
Re: Debian on LaCie 2Big v2
May 02, 2024 03:27PM
@wdq,

> Sorry that i keep bothering

Dont worry about it! it's a mystery I'd like to see resolved, too.

Now Ethernet has a different error (the PHY address error has been corrected)
[    4.426845] orion-mdio f1072004.mdio-bus: Cannot register MDIO bus (-16)
[    4.434465] orion-mdio: probe of f1072004.mdio-bus failed with error -16

I'll look up what -16 is in the code.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on LaCie 2Big v2
May 02, 2024 04:50PM
bodhi Wrote:
-------------------------------------------------------
> @wdq,
>
> > Sorry that i keep bothering
>
> Dont worry about it! it's a mystery I'd like to
> see resolved, too.
>
> Now Ethernet has a different error (the PHY
> address error has been corrected)
>
> [    4.426845] orion-mdio f1072004.mdio-bus:
> Cannot register MDIO bus (-16)
> [    4.434465] orion-mdio: probe of
> f1072004.mdio-bus failed with error -16
>
>
> I'll look up what -16 is in the code.

I could not tell why the MDIO failed to register with that error. So try what you mentioned:

Quote

will try and put a Hdd on with the OS and use a wifi usb to see if i get a result

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
wdq
Re: Debian on LaCie 2Big v2
May 03, 2024 02:09PM
UPDATE !

Using the kirkwood-dockstar.dtb i`ve got eth0 and internet obviously some things are wonky..

my dmesg is full of

 154.489264] mv643xx_eth_port mv643xx_eth_port.0 eth0: link down
[  154.495953] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled

but internet works, dhcp , ssh
Re: Debian on LaCie 2Big v2
May 03, 2024 03:12PM
> Using the kirkwood-dockstar.dtb i`ve got eth0 and
> internet obviously some things are wonky..
>
> my dmesg is full of
>
> 154.489264] mv643xx_eth_port mv643xx_eth_port.0
> eth0: link down
> [ 154.495953] mv643xx_eth_port mv643xx_eth_port.0
> eth0: link up, 1000 Mb/s, full duplex, flow
> control disabled

Ah. That's a very good test. I might need to update the DTS for this box. Please look at the LAN chip on the motherboard and see which chip is being used, is it 88E1518?

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
wdq
Re: Debian on LaCie 2Big v2
May 03, 2024 03:21PM
>Ah. That's a very good test. I might need to update the DTS for this box. Please look at the LAN chip on the motherboard and see which chip is >being used, is it 88E1518?

in the meantime tested a bit more

goflexnet and goflexhome works the same

CHIP it is indeed a 88E1518

If you need any more detailes from the mainboard let me know .... apparently in my research discovered that 5big is the same so they will be compatible

Now i will bang my head onto that flow control , maybe i can sort something out :)
Re: Debian on LaCie 2Big v2
May 03, 2024 04:31PM
> goflexnet and goflexhome works the same
>
> CHIP it is indeed a 88E1518

Cool!

Attached in this post is the updated kirkwood-nas2big.dtb. Please try.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Attachments:
open | download - kirkwood-nas2big.dtb (12.3 KB)
wdq
Re: Debian on LaCie 2Big v2
May 03, 2024 06:15PM
Still no changes for the nas2big.dtb unfortunatly erorr -16
With net2big and net5big erorr -8

Works very well with kirkwood-goflexhome.dtb

Edited first Post as a guide , for someone else maybe .

THANK YOU Bodhi for all your HARD WORK !


SOLVED - Read first Post - Updated with the solution !



Edited 2 time(s). Last edit at 05/04/2024 10:13AM by wdq.
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: