SOLVED - Debian on LaCie 2Big v2 April 28, 2024 02:25AM |
Registered: 1 year ago Posts: 21 |
sudo parted -s /dev/sdX mklabel msdos sudo parted -s /dev/sdX mkpart primary 1 100% sudo mkfs.ext3 -L rootfs /dev/sdX1
# 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
sudo apt update sudo apt install picocom -y sudo picocom -b 115200 /dev/ttyUSB0
_ ____ _ | | __ _ / ___(_) ___ | | / _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>>
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
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
Re: Debian on LaCie 2Big v2 April 28, 2024 01:50PM |
Admin Registered: 13 years ago Posts: 18,900 |
su -
> Marvell>> ping <router IP address>
run bootcmd
Re: Debian on LaCie 2Big v2 May 02, 2024 11:59AM |
Registered: 1 year ago Posts: 21 |
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
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
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>>
Marvell>> bootcmd Unknown command 'bootcmd' - try 'help'
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:
Re: Debian on LaCie 2Big v2 May 02, 2024 01:49PM |
Admin Registered: 13 years ago Posts: 18,900 |
setenv gatewayip 192.168.1.254 setenv ipaddr 192.168.1.100 ping 192.168.1.254
Re: Debian on LaCie 2Big v2 May 02, 2024 01:57PM |
Admin Registered: 13 years ago Posts: 18,900 |
Re: Debian on LaCie 2Big v2 May 02, 2024 01:58PM |
Registered: 1 year ago Posts: 21 |
Re: Debian on LaCie 2Big v2 May 02, 2024 01:59PM |
Admin Registered: 13 years ago Posts: 18,900 |
Re: Debian on LaCie 2Big v2 May 02, 2024 02:22PM |
Registered: 1 year ago Posts: 21 |
Re: Debian on LaCie 2Big v2 May 02, 2024 02:56PM |
Admin Registered: 13 years ago Posts: 18,900 |
[ 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.
Re: Debian on LaCie 2Big v2 May 02, 2024 03:08PM |
Registered: 1 year ago Posts: 21 |
� _ ____ _ | | __ _ / ___(_) ___ | | / _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:
[ 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.
Re: Debian on LaCie 2Big v2 May 02, 2024 03:27PM |
Admin Registered: 13 years ago Posts: 18,900 |
[ 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
Re: Debian on LaCie 2Big v2 May 02, 2024 04:50PM |
Admin Registered: 13 years ago Posts: 18,900 |
> [ 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 >>
Quote
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 03, 2024 02:09PM |
Registered: 1 year ago Posts: 21 |
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
Re: Debian on LaCie 2Big v2 May 03, 2024 03:12PM |
Admin Registered: 13 years ago Posts: 18,900 |
Re: Debian on LaCie 2Big v2 May 03, 2024 03:21PM |
Registered: 1 year ago Posts: 21 |
Re: Debian on LaCie 2Big v2 May 03, 2024 04:31PM |
Admin Registered: 13 years ago Posts: 18,900 |
Re: Debian on LaCie 2Big v2 May 03, 2024 06:15PM |
Registered: 1 year ago Posts: 21 |
mdg69
Re: SOLVED - Debian on LaCie 2Big v2 May 24, 2024 03:20PM |
> sudo parted -s /dev/sdX mklabel msdos > sudo parted -s /dev/sdX mkpart primary 1 100% > sudo mkfs.ext3 -L rootfs /dev/sdX1 >>
> # 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 >>
> sudo apt update > sudo apt install picocom -y > sudo picocom -b 115200 /dev/ttyUSB0 >>
> _ ____ _ > > > | | __ _ / ___(_) ___ > > > | | / _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>> >>
> > 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 > >>
> 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 >>
Re: SOLVED - Debian on LaCie 2Big v2 May 24, 2024 03:38PM |
Registered: 1 year ago Posts: 21 |
apt install fancontrol
Re: SOLVED - Debian on LaCie 2Big v2 May 25, 2024 01:37AM |
Registered: 4 months ago Posts: 8 |
fan { compatible = "gpio-fan"; alarm-gpios = <0x13 0x19 0x01>; };
Re: SOLVED - Debian on LaCie 2Big v2 May 25, 2024 06:15AM |
Registered: 1 year ago Posts: 21 |
&mdio { status = "okay"; ethphy0: ethernet-phy@0 { reg = <0>; }; }; ð0 { status = "okay"; ethernet0-port@0 { phy-handle = <ðphy0>; }; };
ð0 { status = "okay"; ethernet0-port@0 { phy-handle = <ðphy0>; }; };
Re: SOLVED - Debian on LaCie 2Big v2 May 25, 2024 11:31AM |
Registered: 9 years ago Posts: 454 |
> &mdio { > status = "okay"; > > ethphy0: ethernet-phy@0 { > reg = <0>; > }; > }; >
Re: SOLVED - Debian on LaCie 2Big v2 May 25, 2024 01:07PM |
Admin Registered: 13 years ago Posts: 18,900 |
Quote
https://forum.doozan.com/read.php?2,137413,137444#msg-137444
>
> Attached in this post is the updated
> kirkwood-nas2big.dtb. Please try.
root@tldDebian:/usr/src/linux-6.8.7-tld/arch/arm/boot/dts/marvell# diff kirkwood-nas2big.dts.orig kirkwood-nas2big.dts -Naur --- kirkwood-nas2big.dts.orig 2024-04-17 02:23:43.000000000 -0700 +++ kirkwood-nas2big.dts 2024-05-03 13:49:17.038169481 -0700 @@ -85,6 +85,13 @@ }; }; +ð0 { + status = "okay"; + ethernet0-port@0 { + phy-handle = <ðphy0>; + }; +}; + &i2c0 { status = "okay";
Re: SOLVED - Debian on LaCie 2Big v2 May 25, 2024 01:56PM |
Registered: 4 months ago Posts: 8 |
Re: SOLVED - Debian on LaCie 2Big v2 May 25, 2024 02:25PM |
Admin Registered: 13 years ago Posts: 18,900 |
Re: SOLVED - Debian on LaCie 2Big v2 May 30, 2024 05:08PM |
Registered: 4 months ago Posts: 8 |
Re: SOLVED - Debian on LaCie 2Big v2 May 30, 2024 06:11PM |
Admin Registered: 13 years ago Posts: 18,900 |
Re: SOLVED - Debian on LaCie 2Big v2 May 30, 2024 06:18PM |
Admin Registered: 13 years ago Posts: 18,900 |
Re: SOLVED - Debian on LaCie 2Big v2 May 30, 2024 11:53PM |
Registered: 4 months ago Posts: 8 |
[ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 6.8.7-kirkwood-tld-1 (root@tldDebian) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 PREEMPT Wed Apr 17 17:22:34 PDT 2024 [ 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: Seagate GoFlex Home [ 0.000000] printk: legacy bootconsole [earlycon0] enabled [ 0.000000] Memory policy: Data cache writeback [ 0.000000] INITRD: 0x01200000+0x00584000 overlaps in-use memory region [ 0.000000] - disabling initrd [ 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 d131072 u131072 alloc=1*131072 [ 0.000000] pcpu-alloc: [0] 0 [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sda1 rootdelay=10 mtdparts=nand_mtd:1m(u-boot),16m(uImage),-(root) 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: 237924K/262144K available (12288K kernel code, 1722K rwdata, 5416K rodata, 1024K init, 307K bss, 24220K 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.008554] Switching to timer-based delay loop, resolution 5ns [ 0.015694] Console: colour dummy device 80x30 [ 0.020916] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000) [ 0.032141] CPU: Testing write buffer coherency: ok [ 0.037795] pid_max: default: 32768 minimum: 301 [ 0.048718] LSM: initializing lsm=capability,integrity [ 0.056067] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.064107] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.081909] RCU Tasks: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1. [ 0.089956] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1. [ 0.098543] Setting up static identity map for 0x100000 - 0x100058 [ 0.105662] mvebu-soc-id: MVEBU SoC ID=0x6282, Rev=0x1 [ 0.111848] rcu: Hierarchical SRCU implementation. [ 0.117326] rcu: Max phase no-delay instances is 1000. [ 0.125246] devtmpfs: initialized [ 0.136289] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.146867] futex hash table entries: 256 (order: -1, 3072 bytes, linear) [ 0.158594] prandom: seed boundary self test passed [ 0.166700] prandom: 100 self tests passed [ 0.171516] pinctrl core: initialized pinctrl subsystem [ 0.180389] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.187715] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.197054] audit: initializing netlink subsys (disabled) [ 0.203603] audit: type=2000 audit(0.190:1): state=initialized audit_enabled=0 res=1 [ 0.213331] thermal_sys: Registered thermal governor 'step_wise' [ 0.213505] cpuidle: using governor ladder [ 0.225082] cpuidle: using governor menu [ 0.230217] Feroceon L2: Enabling L2 [ 0.234499] Feroceon L2: Cache support initialised. [ 0.246119] No ATAGs? [ 0.608567] raid6: int32x8 gen() 187 MB/s [ 0.948563] raid6: int32x4 gen() 170 MB/s [ 1.288567] raid6: int32x2 gen() 224 MB/s [ 1.628564] raid6: int32x1 gen() 151 MB/s [ 1.633514] raid6: using algorithm int32x2 gen() 224 MB/s [ 1.988564] raid6: .... xor() 136 MB/s, rmw enabled [ 1.994114] raid6: using intx1 recovery algorithm [ 2.019884] SCSI subsystem initialized [ 2.024593] libata version 3.00 loaded. [ 2.024930] usbcore: registered new interface driver usbfs [ 2.038648] usbcore: registered new interface driver hub [ 2.044679] usbcore: registered new device driver usb [ 2.058802] pps_core: LinuxPPS API ver. 1 registered [ 2.064434] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 2.098604] PTP clock support registered [ 2.105239] vgaarb: loaded [ 2.119257] clocksource: Switched to clocksource orion_clocksource [ 2.134213] VFS: Disk quotas dquot_6.6.0 [ 2.139087] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 2.191910] NET: Registered PF_INET protocol family [ 2.199362] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 2.219984] tcp_listen_portaddr_hash hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 2.229243] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 2.259327] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 2.267682] TCP bind hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 2.289318] TCP: Hash tables configured (established 2048 bind 2048) [ 2.296832] MPTCP token hash table entries: 512 (order: 0, 6144 bytes, linear) [ 2.319435] UDP hash table entries: 256 (order: 0, 4096 bytes, linear) [ 2.326653] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear) [ 2.349947] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 2.369937] RPC: Registered named UNIX socket transport module. [ 2.376529] RPC: Registered udp transport module. [ 2.389278] RPC: Registered tcp transport module. [ 2.394655] RPC: Registered tcp-with-tls transport module. [ 2.419269] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 2.426385] PCI: CLS 0 bytes, default 32 [ 2.609487] Initialise system trusted keyrings [ 2.614726] Key type blacklist registered [ 2.620513] workingset: timestamp_bits=14 max_order=16 bucket_order=2 [ 2.627702] zbud: loaded [ 2.642554] NFS: Registering the id_resolver key type [ 2.648309] Key type id_resolver registered [ 2.653194] Key type id_legacy registered [ 2.657997] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 2.665420] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 2.675057] fuse: init (API version 7.39) [ 2.680775] SGI XFS with ACLs, security attributes, realtime, scrub, quota, no debug enabled [ 2.857839] xor: measuring software checksum speed [ 2.868614] arm4regs : 1865 MB/sec [ 2.882466] 8regs : 1119 MB/sec [ 2.893704] 32regs : 1587 MB/sec [ 2.898730] xor: using function: arm4regs (1865 MB/sec) [ 2.904642] async_tx: api initialized (async) [ 2.909690] Key type asymmetric registered [ 2.914465] Asymmetric key parser 'x509' registered [ 2.925337] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 2.933793] io scheduler bfq registered [ 3.051928] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver [ 3.061115] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 3.071628] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 3.082220] mv_xor f1060800.xor: Marvell shared XOR driver [ 3.150462] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 3.161586] mv_xor f1060900.xor: Marvell shared XOR driver [ 3.230455] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 3.241779] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 3.250742] printk: legacy console [ttyS0] disabled [ 3.256762] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 27, base_baud = 12500000) is a 16550A [ 3.266499] printk: legacy console [ttyS0] enabled [ 3.277591] printk: legacy bootconsole [earlycon0] disabled [ 3.318415] loop: module loaded [ 3.322689] sata_mv f1080000.sata: version 1.28 [ 3.323066] sata_mv f1080000.sata: slots 32 ports 1 [ 3.330908] scsi host0: sata_mv [ 3.335438] ata1: SATA max UDMA/133 irq 28 lpm-pol 0 [ 3.342455] Could not find a valid ONFI parameter page, trying bit-wise majority to recover it [ 3.351925] ONFI parameter recovery failed, aborting [ 3.357617] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xdc [ 3.364732] nand: Hynix NAND 512MiB 3,3V 8-bit [ 3.369930] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 3.378353] Scanning device for bad blocks [ 3.816830] 3 fixed-partitions partitions found on MTD device orion_nand [ 3.824284] Creating 3 MTD partitions on "orion_nand": [ 3.830163] 0x000000000000-0x000000100000 : "u-boot" [ 3.836535] 0x000000100000-0x000000700000 : "uImage" [ 3.842290] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300) [ 3.850053] 0x000000600000-0x00000de00000 : "root" [ 3.857599] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 3.866308] ata1.00: ATA-10: WDC WD5000AZLX-08K2TA0, 01.01A01, max UDMA/100 [ 3.874055] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 3.884398] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32) [ 3.896114] hwmon hwmon0: temp1_input not attached to any thermal zone [ 3.903738] ata1.00: configured for UDMA/100 [ 3.909904] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 [ 3.919353] scsi 0:0:0:0: Direct-Access ATA WDC WD5000AZLX-0 1A01 PQ: 0 ANSI: 5 [ 3.929770] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB) [ 3.937999] sd 0:0:0:0: [sda] 4096-byte physical blocks [ 3.944539] sd 0:0:0:0: [sda] Write Protect is off [ 3.950124] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 3.950202] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 3.960109] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes [ 3.998078] sda: sda1 sda2 sda3 [ 4.003150] sd 0:0:0:0: [sda] Attached SCSI disk [ 4.009385] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:d0:4b:93:58:4e [ 4.019455] orion-ehci f1050000.ehci: EHCI Host Controller [ 4.025698] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1 [ 4.034349] orion-ehci f1050000.ehci: irq 31, io mem 0xf1050000 [ 4.069286] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00 [ 4.076328] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08 [ 4.085361] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.093330] usb usb1: Product: EHCI Host Controller [ 4.098932] usb usb1: Manufacturer: Linux 6.8.7-kirkwood-tld-1 ehci_hcd [ 4.106288] usb usb1: SerialNumber: f1050000.ehci [ 4.112490] hub 1-0:1.0: USB hub found [ 4.116998] hub 1-0:1.0: 1 port detected [ 4.122381] usbcore: registered new interface driver usb-storage [ 4.129666] mousedev: PS/2 mouse device common for all mice [ 4.137076] rtc-mv f1010300.rtc: registered as rtc0 [ 4.142783] rtc-mv f1010300.rtc: setting system clock to 2024-01-26T21:51:04 UTC (1706305864) [ 4.152438] i2c_dev: i2c /dev entries driver [ 4.158251] device-mapper: uevent: version 1.0.3 [ 4.164156] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com [ 4.173941] device-mapper: multipath round-robin: version 1.2.0 loaded [ 4.181264] device-mapper: multipath queue-length: version 0.2.0 loaded [ 4.188609] device-mapper: multipath service-time: version 0.3.0 loaded [ 4.196143] device-mapper: dm-log-userspace: version 1.3.0 loaded [ 4.203644] sdhci: Secure Digital Host Controller Interface driver [ 4.210582] sdhci: Copyright(c) Pierre Ossman [ 4.216726] ledtrig-cpu: registered to indicate activity on CPUs [ 4.223618] hid: raw HID events driver (C) Jiri Kosina [ 4.229848] drop_monitor: Initializing network drop monitor service [ 4.237979] NET: Registered PF_INET6 protocol family [ 4.245708] Segment Routing with IPv6 [ 4.250125] RPL Segment Routing with IPv6 [ 4.254911] In-situ OAM (IOAM) with IPv6 [ 4.259680] NET: Registered PF_PACKET protocol family [ 4.265762] Key type dns_resolver registered [ 4.284316] registered taskstats version 1 [ 4.289247] Loading compiled-in X.509 certificates [ 4.319605] Key type .fscrypt registered [ 4.324276] Key type fscrypt-provisioning registered [ 4.334376] Key type big_key registered [ 4.346201] Key type encrypted registered [ 4.391385] "cryptomgr_test" (109) uses obsolete ecb(arc4) skcipher [ 5.758860] clk: Disabling unused clocks [ 5.763905] Waiting 10 sec before mounting root device... [ 15.849280] md: Waiting for all devices to be available before autodetect [ 15.856804] md: If you don't use raid, use raid=noautodetect [ 15.863259] md: Autodetecting RAID arrays. [ 15.868071] md: autorun ... [ 15.871590] md: ... autorun DONE. [ 15.883421] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem [ 16.097054] EXT4-fs (sda1): mounted filesystem 6b41a748-e9fc-47e4-8b24-ec0ee0ac4c1f ro with ordered data mode. Quota mode: none. [ 16.109498] VFS: Mounted root (ext3 filesystem) readonly on device 8:1. [ 16.133224] devtmpfs: mounted [ 16.140158] Freeing unused kernel image (initmem) memory: 1024K [ 16.147201] Checked W+X mappings: passed, no W+X pages found [ 16.153639] Run /sbin/init as init process [ 16.158455] with arguments: [ 16.158464] /sbin/init [ 16.158470] with environment: [ 16.158476] HOME=/ [ 16.158483] TERM=linux [ 16.158489] cap=gpt,lba64 [ 17.276934] systemd[1]: Inserted module 'autofs4' [ 17.454932] systemd[1]: systemd 252.22-1~deb12u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) [ 17.488582] systemd[1]: Detected architecture arm. [ 17.546349] systemd[1]: Hostname set to <debian>. [ 19.711076] systemd[1]: Queued start job for default target graphical.target. [ 19.756346] systemd[1]: Created slice system-getty.slice - Slice /system/getty. [ 19.802703] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. [ 19.842682] systemd[1]: Created slice system-postgresql.slice - Slice /system/postgresql. [ 19.882706] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty. [ 19.932650] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck. [ 19.981616] systemd[1]: Created slice user.slice - User and Session Slice. [ 20.020026] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. [ 20.059931] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. [ 20.100993] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. [ 20.149651] systemd[1]: Expecting device dev-disk-by\x2duuid-7f7476a7\x2db630\x2d49f3\x2da266\x2d7f09e654edca.device - /dev/disk/by-uuid/7f7476a7-b630-49f3-a266-7f09e654edca... [ 20.199506] systemd[1]: Expecting device dev-disk-by\x2duuid-a936a2b1\x2d6520\x2d4ed2\x2da2d5\x2dfd26c1f2f3d5.device - /dev/disk/by-uuid/a936a2b1-6520-4ed2-a2d5-fd26c1f2f3d5... [ 20.249505] systemd[1]: Expecting device dev-ttyS0.device - /dev/ttyS0... [ 20.289584] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes. [ 20.329832] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes. [ 20.370069] systemd[1]: Reached target paths.target - Path Units. [ 20.409840] systemd[1]: Reached target slices.target - Slice Units. [ 20.449876] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes. [ 20.537149] systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket. [ 20.580690] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket. [ 20.620202] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. [ 20.661368] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket. [ 20.700753] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). [ 20.740799] systemd[1]: Listening on systemd-journald.socket - Journal Socket. [ 20.781107] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. [ 20.820518] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. [ 20.860796] systemd[1]: Listening on systemd-userdbd.socket - User Database Manager Socket. [ 20.900756] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages). [ 20.949934] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... [ 20.996388] systemd[1]: Mounting proc-fs-nfsd.mount - NFSD configuration filesystem... [ 21.079904] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... [ 21.105988] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... [ 21.159914] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab). [ 21.210326] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... [ 21.300437] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... [ 21.390492] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod... [ 21.425960] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... [ 21.510424] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... [ 21.600389] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... [ 21.634775] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... [ 21.720469] systemd[1]: Starting systemd-fsck-root.service - File System Check on Root Device... [ 21.820571] systemd[1]: Starting systemd-journald.service - Journal Service... [ 21.920574] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... [ 21.964660] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... [ 22.028500] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. [ 22.070768] systemd[1]: Mounted proc-fs-nfsd.mount - NFSD configuration filesystem. [ 22.109080] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. [ 22.140015] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. [ 22.199433] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. [ 22.232623] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 22.270687] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. [ 22.332260] systemd[1]: modprobe@dm_mod.service: Deactivated successfully. [ 22.360714] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod. [ 22.422204] systemd[1]: modprobe@drm.service: Deactivated successfully. [ 22.459585] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm. [ 22.492215] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 22.530703] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. [ 22.560836] systemd[1]: Started systemd-journald.service - Journal Service. [ 23.439513] EXT4-fs (sda1): re-mounted 6b41a748-e9fc-47e4-8b24-ec0ee0ac4c1f r/w. Quota mode: none. [ 23.641035] systemd-journald[165]: Received client request to flush runtime journal. [ 23.734809] systemd-journald[165]: File /var/log/journal/c4334d5b2fba8bce5294b56551baee86/system.journal corrupted or uncleanly shut down, renaming and replacing. [ 25.119323] random: crng init done [ 27.223031] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 27.888881] orion_wdt: Initial timeout 21 sec [ 28.369343] marvell-cesa f1030000.crypto: CESA device successfully registered [ 29.744045] Adding 2100580k swap on /dev/sda2. Priority:-2 extents:1 across:2100580k [ 32.319347] EXT4-fs (sda3): mounting ext3 file system using the ext4 subsystem [ 34.127743] EXT4-fs (sda3): mounted filesystem a936a2b1-6520-4ed2-a2d5-fd26c1f2f3d5 r/w with ordered data mode. Quota mode: none. [ 35.220729] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 100 Mb/s, full duplex, flow control disabled [ 56.730774] NFSD: Using nfsdcld client tracking operations. [ 56.737092] NFSD: no clients to reclaim, skipping NFSv4 grace period (net f0000000) [ 62.989810] systemd-journald[165]: Oldest entry in /var/log/journal/c4334d5b2fba8bce5294b56551baee86/system.journal is older than the configured file retention duration (1month), suggesting rotation. [ 63.043535] systemd-journald[165]: /var/log/journal/c4334d5b2fba8bce5294b56551baee86/system.journal: Journal header limits reached or header out-of-date, rotating.
Re: SOLVED - Debian on LaCie 2Big v2 May 31, 2024 01:32PM |
Admin Registered: 13 years ago Posts: 18,900 |
Quote
https://forum.doozan.com/read.php?2,23630
Kirkwood plugs
Boot Kirkwood rootfs with stock u-boot