Debian on ReadyNas RN2120 February 22, 2024 06:47AM |
Registered: 9 months ago Posts: 27 |
Re: Debian on ReadyNas RN2120 February 22, 2024 01:10PM |
Admin Registered: 13 years ago Posts: 19,106 |
Re: Debian on ReadyNas RN2120 February 22, 2024 01:43PM |
Admin Registered: 13 years ago Posts: 19,106 |
help bdinfo printenv usb startAnd then if the USB drive was initialized OK (by usb start),
usb part ext2ls usb 0:1 /boot
setenv bootdev usb setenv device 0:1 setenv load_image_addr 0x02000000 setenv load_initrd_addr 0x3000000 setenv load_image 'echo loading uImage ...; ext2load $bootdev $device $load_image_addr /boot/uImage' setenv load_initrd 'echo loading uInitrd ...; ext2load $bootdev $device $load_initrd_addr /boot/uInitrd' setenv set_bootargs 'setenv bootargs "console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 earlyprintk=serial"' setenv bootcmd_exec 'echo Booting Debian from $bootdev; setenv fdt_skip_update yes; setenv initrd_high 0xffffffff; run load_image; run load_initrd; bootm $load_image_addr $load_initrd_addr' setenv bootcmd_custom_usb 'usb start; run set_bootargs; run bootcmd_exec' setenv bootcmd 'run bootcmd_custom_usb'and then try booting
boot
usb stopand then turn off the power and remove the USB stick. And then power on to boot into stock FW.
Re: Debian on ReadyNas RN2120 February 23, 2024 09:45AM |
Registered: 9 months ago Posts: 27 |
BootROM 1.20 Booting from NAND flash General initialization - Version: 1.0.0 High speed PHY - Version: 2.1.8 (COM-PHY-V22) Update Device ID PEX0782311AB Update Device ID PEX1782311AB Update Device ID PEX2782311AB Update Device ID PEX3782311AB Update Device ID PEX4782311AB Update Device ID PEX5782311AB Update Device ID PEX6782311AB Update PEX Device ID 0x78230 High speed PHY - Ended Successfully DDR3 Training Sequence - Ver 5.7.1 DDR3 Training Sequence - Run with PBS. DDR3 Training Sequence - Ended Successfully BootROM: Image checksum verification PASSED � __ __ _ _ | \/ | __ _ _ ____ _____| | | | |\/| |/ _` | '__\ \ / / _ \ | | | | | | (_| | | \ V / __/ | | |_| |_|\__,_|_| \_/ \___|_|_| _ _ ____ _ | | | | | __ ) ___ ___ | |_ | | | |___| _ \ / _ \ / _ \| __| | |_| |___| |_) | (_) | (_) | |_ \___/ |____/ \___/ \___/ \__| ** LOADER ** U-Boot 2011.12-gd923454 (Sep 08 2015 - 18:59:32) Marvell version: v2011.12 2014_T2.0p1 Netgear version: 09/08/2015 ReadyNAS-2120 v2.0 Board: DB-78460-BP rev 2.0 SoC: MV78230 B0 running 2 CPUs Custom configuration CPU: Marvell PJ4B (584) v7 (Rev 2) LE CPU 0 CPU @ 1200 [MHz] L2 @ 600 [MHz] TClock @ 250 [MHz] DDR @ 600 [MHz] DDR 32Bit Width, FastPath Memory Access DDR ECC Disabled DRAM: 2 GiB � Map: Code: 0x7fedf000:0x7ff9f204 BSS: 0x7ffefc20 Stack: 0x7f9deef8 Heap: 0x7f9df000:0x7fedf000 NAND: 128 MiB MMC: MRVL_MMC: 0 Bad block table found at page 65472, version 0x01 Bad block table found at page 65408, version 0x01 nand_read_bbt: Bad block at 0x000005de0000 nand_read_bbt: Bad block at 0x000005e00000 Initialize and scan all PCI interfaces PEX unit.port(active IF[-first bus]): ------------------------------------------ PEX 0.0(0-0): Root Complex Interface, Detected Link X1, GEN 2.0 PEX 0.1(1-1): Root Complex Interface, Detected Link X1, GEN 2.0 PEX 1.0(2-2): Root Complex Interface, Detected Link X1, GEN 2.0 FPU initialized to Run Fast Mode. USB 0: Host Mode USB 1: Host Mode USB 2: Host Mode Modules Detected: Net: egiga0, egiga1 [PRIME] Power On! FDT loaded successfully Found 2 disks present Hit any key to stop autoboot: 0 Marvell>> Marvell>> help ? - alias for 'help' SatR - Sample At Reset sub-system active_units- print Board units active amp_boot- amp_boot - boot an AMP group amp_config- Fully config an AMP group amp_printenv- amp_printenv - print only AMP env variables amp_verify- Verfiy AMP configuration base - print or set address offset bdinfo - print Board Info structure bios - BIOS command to set the DB configuration. boot - boot default, i.e., run 'bootcmd' boot_menu- command allows to select boot script from boot device example: boot_menu bootd - boot default, i.e., run 'bootcmd' bootelf - Boot from an ELF image in memory bootm - boot application image from memory bootp - boot image via network using BOOTP/TFTP protocol bootvx - Boot vxWorks from an ELF image bootz - boot Linux zImage image from memory bubt - bubt - Burn an image on the Boot Flash. chpart - change active partition cmp - memory compare coninfo - print console devices and information cp - memory copy crc32 - checksum calculation date - get/set/reset date & time ddrPhyRead- ddrPhyRead - Read DDR PHY register ddrPhyWrite- ddrPhyWrite - Write DDR PHY register dhcp - boot image via network using DHCP/TFTP protocol diskboot- diskboot- boot from IDE device dma - dma - Perform DMA using the XOR engine echo - echo args to console editenv - edit environment variable eeprom - EEPROM sub-system env - environment handling commands exit - exit script ext2load- load binary file from a Ext2 filesystem ext2ls - list files in a directory (default /) false - do nothing, unsuccessfully fatinfo - print information about filesystem fatload - load binary file from a dos filesystem fatls - list files in a directory (default /) fdt - flattened device tree utility commands fsinfo - print information about filesystems fsload - load binary file from a filesystem image go - start application at address 'addr' help - print command description/usage i2c - I2C sub-system ide - ide - IDE sub-system iminfo - print header information for application image imxtract- extract a part of a multi-image ir - ir - reading and changing MV internal register values. itest - return true/false on integer compare loadb - load binary file over serial line (kermit mode) loads - load S-Record file over serial line loadx - load binary file over serial line (xmodem mode) loady - load binary file over serial line (ymodem mode) loop - infinite loop on address range ls - list files in a directory (default /) map - map - Display address decode windows md - memory display me - me - PCI master enable mm - memory modify (auto-incrementing address) mmc - MMC sub system mmcinfo - display MMC info mp - mp - map PCI BAR mtdparts- define flash/nand partitions mtest - simple RAM read/write test mw - memory write (fill) nand - NAND sub-system nboot - boot from NAND device nfs - boot image via network using NFS protocol nm - memory modify (constant address) pci - list and access PCI Configuration Space pciePhyRead- phyRead - Read PCI-E Phy register pciePhyWrite- pciePhyWrite - Write PCI-E Phy register phyRead - phyRead - Read Phy register phyWrite- phyWrite - Write Phy register ping - send ICMP ECHO_REQUEST to network host printenv- print environment variables pxe - commands to get and boot from pxe files rcvr - rcvr - Satrt recovery process (Distress Beacon with TFTP server) reset - Perform RESET of the CPU resetenv- resetenv - Erase environment sector to reset all variables 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 - se - PCI Slave enable setenv - set environment variables sf - SPI flash sub-system sg - sg - scanning the PHYs status showvar - print local hushshell variables sleep - delay execution for some time source - run script from memory sp - scan and detect all devices on mvPCI interface sramInit- sramInit - Init SRAM memory sspi - SPI utility command stage_boot- command to load script/image from different devices example: stage_boot hd_img pxe sys_restore- sys_restore - Search for install script on USB DOK and start installation of linux kernel and rootfs. temp - temp - Display the device temperature. tempCmd0- tempCmd - This command allocated for monitor extinction tempCmd1- tempCmd - This command allocated for monitor extinction tempCmd2- tempCmd - This command allocated for monitor extinction tempCmd3- tempCmd - This command allocated for monitor extinction test - minimal test like /bin/sh tftpboot- boot image via network using TFTP protocol training- training - prints the results of the DDR3 Training. true - do nothing, successfully ts_report- ts_report - report touch screen coordinate ts_test - ts_test - test touch screen ubi - ubi commands ubifsload- load file from an UBIFS filesystem ubifsls - list files in a directory ubifsmount- mount UBIFS volume ubifsumount- unmount UBIFS volume usb - USB sub-system usbboot - boot from USB device version - print monitor, compiler and linker version warmRst - warmRst - Warn Reset AXP card over PEX. whoAmI - - reading CPU ID Marvell>> bdinfo arch_number = 0x00000BDC boot_params = 0x00000100 DRAM bank = 0x00000000 -> start = 0x00000000 -> size = 0x80000000 DRAM bank = 0x00000001 -> start = 0x00000000 -> size = 0x00000000 DRAM bank = 0x00000002 -> start = 0x00000000 -> size = 0x00000000 DRAM bank = 0x00000003 -> start = 0x00000000 -> size = 0x00000000 ethaddr = 28:C6:8E:35:86:60 ip_addr = 0.0.0.0 baudrate = 115200 bps TLB addr = 0x7FFF0000 relocaddr = 0x7FEDF000 reloc off = 0x7FEDF000 irq_sp = 0x7F9DEF08 sp start = 0x7F9DEEF8 FB base = 0x00000000 Marvell>> printenv AC_Power_fail_detect=open CASset=min HW_version=MVT MALLOC_len=5 MPmode=smp Manufacturer=NETGEAR Product=ReadyNAS 2120 SKUNum=RN2120 SerialNum=3GB438E8002B2 Startup=Normal UUID=d612f834-071c-11e3-b44c-28c68e358660 Version=V1.0 amp_enable=no autoload=no boot_order=hd_scr hd_img pxe net_img net_scr bootargs=console=ttyS0,115200 pm_disable=yes mv_cpu_count=2 bootargs_dflt=$console $mtdparts $bootargs_root nfsroot=$serverip:$rootpath ip=$ipaddr:$serverip$bootargs_end $mvNetConfig video=dovefb:lcd0:$lcd0_params clcd.lcd0_enable=$lcd0_enable clcd.lcd_panel=$lcd_panel bootargs_end=:10.4.50.254:255.255.255.0:DSMP:eth0:none bootargs_root=root=/dev/nfs rw bootcmd=nand read 0x2000000 0x200000 0x400000; nand read 0x3000000 0x800000 0x400000; bootm 0x2000000 0x3000000 0x1000000 bootcmd_auto=stage_boot $boot_order bootcmd_fdt=tftpboot 0x2000000 $image_name;tftpboot $fdtaddr $fdtfile;setenv bootargs $console $mtdparts $bootargs_root nfsroot=$serverip:$rootpath ip=$ipaddr:$serverip$bootargs_end $mvNetConfig video=dovefb:lcd0:$lcd0_params clcd.lcd0_enable=$lcd0_enable clcd.lcd_panel=$lcd_panel; bootz 0x2000000 - $fdtaddr; bootcmd_lgcy=tftpboot 0x2000000 $image_name; setenv bootargs $bootargs_dflt; bootm 0x2000000; bootcmd_ubi=ubi part ubifs; ubifsmount rootfs; ubifsload 0x2000000 kernel; ubifsload 0x3000000 initrd.gz; bootm 0x2000000 0x3000000 0x1000000 bootdelay=0 cacheShare=no console=console=ttyS0,115200 device_partition=0:1 disL2Cache=yes disL2Prefetch=yes disaMvPnp=no eeeEnable=no enaAutoRecovery=yes enaClockGating=no enaCpuStream=no enaDCPref=yes enaFPU=yes enaICPref=yes enaLPAE=no enaMonExt=no enaWrAllo=no envver=3 eth1addr=28:C6:8E:35:86:61 eth1mtu=1500 eth2addr=00:50:43:00:00:02 eth2mtu=1500 eth3addr=00:50:43:02:00:00 eth3mtu=1500 ethact=egiga1 ethaddr=28:C6:8E:35:86:60 ethmtu=1500 ethprime=egiga1 fdt_addr=2040000 fdt_skip_update=no fdtaddr=0x1000000 fdtfile=armada-xp-db.dtb ide_path=/ image_name=uImage initrd_name=uInitrd kernel_addr_r=2080000 lcd0_enable=0 lcd0_params=640x480-16@60 lcd_panel=0 loadaddr=0x02000000 mtdids=nand0=armada-nand mtdparts=mtdparts=armada-nand:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs) mvNetConfig=mv_net_config=4,(00:50:43:11:11:11,0:1:2:3),mtu=1500 mv_pon_addr=00:50:43:02:00:00 nandEcc=1bit netbsd_en=no netretry=no pcieTune=no pexMode=rc pxe_files_load=:default.arm-armadaxp-db:default.arm-armadaxp:default.arm pxefile_addr_r=3100000 ramdisk_addr_r=2880000 rcvrip=169.254.100.100 sata_delay_reset=0 sata_dma_mode=yes script_addr_r=3000000 script_name=boot.scr setL2CacheWT=no standalone=fsload 0x2000000 $image_name;setenv bootargs $console $mtdparts root=/dev/mtdblock0 rw ip=$ipaddr:$serverip$bootargs_end; bootm 0x2000000; stderr=serial stdin=serial stdout=serial usb0Mode=host usb1Mode=host usb2Mode=host usbActive=0 vxworks_en=no yuk_ethaddr=00:00:00:EE:51:81 Environment size: 3080/131068 bytes Marvell>> usb start (Re)start USB... USB: Active port: 0 Register 10011 NbrPorts 1 USB EHCI 1.00 scanning bus for devices... 2 USB Device(s) found scanning bus for storage devices... 1 Storage Device(s) found Marvell>> usb part Partition Map for USB device 0 -- Partition Type: EFI Part Name Start LBA End LBA 1 rootfs 0x00000800 0x01CA37FF Marvell>> ext2ls usb 0:1 /boot <DIR> 4096 . <DIR> 4096 .. <DIR> 4096 dts 5179520 vmlinuz-6.6.2-mvebu-tld-1 23805472 linux-image-6.6.2-mvebu-tld-1_1_armhf.deb 3382390 System.map-6.6.2-mvebu-tld-1 222517 config-6.6.2-mvebu-tld-1 5257109 initrd.img-6.6.2-mvebu-tld-1 5257173 uInitrd 5198457 uImage 8604988 linux-headers-6.6.2-mvebu-tld-1_1_armhf.deb 5179520 zImage-6.6.2-mvebu-tld-1 5179584 uImage.orig 5198393 zImage.fdt Marvell>>
Re: Debian on ReadyNas RN2120 February 23, 2024 01:31PM |
Admin Registered: 13 years ago Posts: 19,106 |
Re: Debian on ReadyNas RN2120 February 23, 2024 03:15PM |
Admin Registered: 13 years ago Posts: 19,106 |
Re: Debian on ReadyNas RN2120 February 24, 2024 04:38AM |
Registered: 9 months ago Posts: 27 |
BootROM 1.20 Booting from NAND flash General initialization - Version: 1.0.0 High speed PHY - Version: 2.1.8 (COM-PHY-V22) Update Device ID PEX0782311AB Update Device ID PEX1782311AB Update Device ID PEX2782311AB Update Device ID PEX3782311AB Update Device ID PEX4782311AB Update Device ID PEX5782311AB Update Device ID PEX6782311AB Update PEX Device ID 0x78230 High speed PHY - Ended Successfully DDR3 Training Sequence - Ver 5.7.1 DDR3 Training Sequence - Run with PBS. DDR3 Training Sequence - Ended Successfully BootROM: Image checksum verification PASSED � __ __ _ _ | \/ | __ _ _ ____ _____| | | | |\/| |/ _` | '__\ \ / / _ \ | | | | | | (_| | | \ V / __/ | | |_| |_|\__,_|_| \_/ \___|_|_| _ _ ____ _ | | | | | __ ) ___ ___ | |_ | | | |___| _ \ / _ \ / _ \| __| | |_| |___| |_) | (_) | (_) | |_ \___/ |____/ \___/ \___/ \__| ** LOADER ** U-Boot 2011.12-gd923454 (Sep 08 2015 - 18:59:32) Marvell version: v2011.12 2014_T2.0p1 Netgear version: 09/08/2015 ReadyNAS-2120 v2.0 Board: DB-78460-BP rev 2.0 SoC: MV78230 B0 running 2 CPUs Custom configuration CPU: Marvell PJ4B (584) v7 (Rev 2) LE CPU 0 CPU @ 1200 [MHz] L2 @ 600 [MHz] TClock @ 250 [MHz] DDR @ 600 [MHz] DDR 32Bit Width, FastPath Memory Access DDR ECC Disabled DRAM: 2 GiB � Map: Code: 0x7fedf000:0x7ff9f204 BSS: 0x7ffefc20 Stack: 0x7f9deef8 Heap: 0x7f9df000:0x7fedf000 NAND: 128 MiB MMC: MRVL_MMC: 0 Bad block table found at page 65472, version 0x01 Bad block table found at page 65408, version 0x01 nand_read_bbt: Bad block at 0x000005de0000 nand_read_bbt: Bad block at 0x000005e00000 Initialize and scan all PCI interfaces PEX unit.port(active IF[-first bus]): ------------------------------------------ PEX 0.0(0-0): Root Complex Interface, Detected Link X1, GEN 2.0 PEX 0.1(1-1): Root Complex Interface, Detected Link X1, GEN 2.0 PEX 1.0(2-2): Root Complex Interface, Detected Link X1, GEN 2.0 FPU initialized to Run Fast Mode. USB 0: Host Mode USB 1: Host Mode USB 2: Host Mode Modules Detected: Net: egiga0, egiga1 [PRIME] Power On! FDT loaded successfully Found 2 disks present Hit any key to stop autoboot: 0 Marvell>> Marvell>> Marvell>> setenv bootdev usb Marvell>> setenv device 0:1 Marvell>> setenv load_image_addr 0x02000000 Marvell>> setenv load_initrd_addr 0x3000000 Marvell>> setenv load_image 'echo loading uImage ...; ext2load $bootdev $device $load_image_addr /boot/uImage' Marvell>> setenv load_initrd 'echo loading uInitrd ...; ext2load $bootdev $device $load_initrd_addr /boot/uInitrd' Marvell>> setenv set_bootargs 'setenv bootargs "console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 earlyprintk=serial"' Marvell>> setenv bootcmd_exec 'echo Booting Debian from $bootdev; setenv fdt_skip_update yes; setenv initrd_high 0xffffffff; run load_image; run load_initrd; bootm $load_image_addr $load_initrd_addr' Marvell>> setenv bootcmd_custom_usb 'usb start; run set_bootargs; run bootcmd_exec' Marvell>> setenv bootcmd 'run bootcmd_custom_usb' Marvell>> boot (Re)start USB... USB: Active port: 0 Register 10011 NbrPorts 1 USB EHCI 1.00 scanning bus for devices... 2 USB Device(s) found scanning bus for storage devices... 1 Storage Device(s) found Booting Debian from usb loading uImage ... Loading file "/boot/uImage" from usb device 0:1 (rootfs) 5198457 bytes read loading uInitrd ... Loading file "/boot/uInitrd" from usb device 0:1 (rootfs) 5257173 bytes read ## Booting kernel from Legacy Image at 02000000 ... Image Name: Linux-6.6.2-mvebu-tld-1 Created: 2024-02-22 11:59:22 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 5198393 Bytes = 5 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 03000000 ... Image Name: initramfs-6.6.2-mvebu-tld-1 Created: 2023-12-12 22:03:52 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 5257109 Bytes = 5 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK Loading Kernel Image ... OK Starting kernel ...
Re: Debian on ReadyNas RN2120 February 24, 2024 01:51PM |
Admin Registered: 13 years ago Posts: 19,106 |
setenv bootcmd_exec 'echo Booting Debian from $bootdev; setenv fdt_skip_update yes; printenv; run load_image; run load_initrd; bootm $load_image_addr $load_initrd_addr'
Re: Debian on ReadyNas RN2120 February 26, 2024 03:56AM |
Registered: 9 months ago Posts: 27 |
ootROM 1.20 Booting from NAND flash General initialization - Version: 1.0.0 High speed PHY - Version: 2.1.8 (COM-PHY-V22) Update Device ID PEX0782311AB Update Device ID PEX1782311AB Update Device ID PEX2782311AB Update Device ID PEX3782311AB Update Device ID PEX4782311AB Update Device ID PEX5782311AB Update Device ID PEX6782311AB Update PEX Device ID 0x78230 High speed PHY - Ended Successfully DDR3 Training Sequence - Ver 5.7.1 DDR3 Training Sequence - Run with PBS. DDR3 Training Sequence - Ended Successfully BootROM: Image checksum verification PASSED � __ __ _ _ | \/ | __ _ _ ____ _____| | | | |\/| |/ _` | '__\ \ / / _ \ | | | | | | (_| | | \ V / __/ | | |_| |_|\__,_|_| \_/ \___|_|_| _ _ ____ _ | | | | | __ ) ___ ___ | |_ | | | |___| _ \ / _ \ / _ \| __| | |_| |___| |_) | (_) | (_) | |_ \___/ |____/ \___/ \___/ \__| ** LOADER ** U-Boot 2011.12-gd923454 (Sep 08 2015 - 18:59:32) Marvell version: v2011.12 2014_T2.0p1 Netgear version: 09/08/2015 ReadyNAS-2120 v2.0 Board: DB-78460-BP rev 2.0 SoC: MV78230 B0 running 2 CPUs Custom configuration CPU: Marvell PJ4B (584) v7 (Rev 2) LE CPU 0 CPU @ 1200 [MHz] L2 @ 600 [MHz] TClock @ 250 [MHz] DDR @ 600 [MHz] DDR 32Bit Width, FastPath Memory Access DDR ECC Disabled DRAM: 2 GiB � Map: Code: 0x7fedf000:0x7ff9f204 BSS: 0x7ffefc20 Stack: 0x7f9deef8 Heap: 0x7f9df000:0x7fedf000 NAND: 128 MiB MMC: MRVL_MMC: 0 Bad block table found at page 65472, version 0x01 Bad block table found at page 65408, version 0x01 nand_read_bbt: Bad block at 0x000005de0000 nand_read_bbt: Bad block at 0x000005e00000 Initialize and scan all PCI interfaces PEX unit.port(active IF[-first bus]): ------------------------------------------ PEX 0.0(0-0): Root Complex Interface, Detected Link X1, GEN 2.0 PEX 0.1(1-1): Root Complex Interface, Detected Link X1, GEN 2.0 PEX 1.0(2-2): Root Complex Interface, Detected Link X1, GEN 2.0 FPU initialized to Run Fast Mode. USB 0: Host Mode USB 1: Host Mode USB 2: Host Mode Modules Detected: Net: egiga0, egiga1 [PRIME] Power On! FDT loaded successfully Found 2 disks present Hit any key to stop autoboot: 0 Marvell>> Marvell>> setenv bootdev usb Marvell>> setenv device 0:1 Marvell>> setenv load_image_addr 0x02000000 Marvell>> setenv load_initrd_addr 0x3000000 Marvell>> setenv load_image 'echo loading uImage ...; ext2load $bootdev $device $load_image_addr /boot/uImage' Marvell>> setenv load_initrd 'echo loading uInitrd ...; ext2load $bootdev $device $load_initrd_addr /boot/uInitrd' Marvell>> setenv set_bootargs 'setenv bootargs "console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 earlyprintk=serial"' Marvell>> setenv bootcmd_exec 'echo Booting Debian from $bootdev; setenv fdt_skip_update yes; printenv; run load_image; run load_initrd; bootm $load_image_addr $load_initrd_addr' Marvell>> setenv bootcmd_custom_usb 'usb start; run set_bootargs; run bootcmd_exec' Marvell>> setenv bootcmd 'run bootcmd_custom_usb' Marvell>> boot (Re)start USB... USB: Active port: 0 Register 10011 NbrPorts 1 USB EHCI 1.00 scanning bus for devices... 2 USB Device(s) found scanning bus for storage devices... 1 Storage Device(s) found Booting Debian from usb AC_Power_fail_detect=open CASset=min HW_version=MVT MALLOC_len=5 MPmode=smp Manufacturer=NETGEAR Product=ReadyNAS 2120 SKUNum=RN2120 SerialNum=3GB438E8002B2 Startup=Normal UUID=d612f834-071c-11e3-b44c-28c68e358660 Version=V1.0 amp_enable=no autoload=no boot_order=hd_scr hd_img pxe net_img net_scr bootargs=console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 earlyprintk=serial bootargs_dflt=$console $mtdparts $bootargs_root nfsroot=$serverip:$rootpath ip=$ipaddr:$serverip$bootargs_end $mvNetConfig video=dovefb:lcd0:$lcd0_params clcd.lcd0_enable=$lcd0_enable clcd.lcd_panel=$lcd_panel bootargs_end=:10.4.50.254:255.255.255.0:DSMP:eth0:none bootargs_root=root=/dev/nfs rw bootcmd=run bootcmd_custom_usb bootcmd_auto=stage_boot $boot_order bootcmd_custom_usb=usb start; run set_bootargs; run bootcmd_exec bootcmd_exec=echo Booting Debian from $bootdev; setenv fdt_skip_update yes; printenv; run load_image; run load_initrd; bootm $load_image_addr $load_initrd_addr bootcmd_fdt=tftpboot 0x2000000 $image_name;tftpboot $fdtaddr $fdtfile;setenv bootargs $console $mtdparts $bootargs_root nfsroot=$serverip:$rootpath ip=$ipaddr:$serverip$bootargs_end $mvNetConfig video=dovefb:lcd0:$lcd0_params clcd.lcd0_enable=$lcd0_enable clcd.lcd_panel=$lcd_panel; bootz 0x2000000 - $fdtaddr; bootcmd_lgcy=tftpboot 0x2000000 $image_name; setenv bootargs $bootargs_dflt; bootm 0x2000000; bootcmd_ubi=ubi part ubifs; ubifsmount rootfs; ubifsload 0x2000000 kernel; ubifsload 0x3000000 initrd.gz; bootm 0x2000000 0x3000000 0x1000000 bootdelay=0 bootdev=usb cacheShare=no console=console=ttyS0,115200 device=0:1 device_partition=0:1 disL2Cache=yes disL2Prefetch=yes disaMvPnp=no eeeEnable=no enaAutoRecovery=yes enaClockGating=no enaCpuStream=no enaDCPref=yes enaFPU=yes enaICPref=yes enaLPAE=no enaMonExt=no enaWrAllo=no envver=3 eth1addr=28:C6:8E:35:86:61 eth1mtu=1500 eth2addr=00:50:43:00:00:02 eth2mtu=1500 eth3addr=00:50:43:02:00:00 eth3mtu=1500 ethact=egiga1 ethaddr=28:C6:8E:35:86:60 ethmtu=1500 ethprime=egiga1 fdt_addr=2040000 fdt_skip_update=yes fdtaddr=0x1000000 fdtfile=armada-xp-db.dtb ide_path=/ image_name=uImage initrd_name=uInitrd kernel_addr_r=2080000 lcd0_enable=0 lcd0_params=640x480-16@60 lcd_panel=0 load_image=echo loading uImage ...; ext2load $bootdev $device $load_image_addr /boot/uImage load_image_addr=0x02000000 load_initrd=echo loading uInitrd ...; ext2load $bootdev $device $load_initrd_addr /boot/uInitrd load_initrd_addr=0x3000000 loadaddr=0x02000000 mtdids=nand0=armada-nand mtdparts=mtdparts=armada-nand:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs) mvNetConfig=mv_net_config=4,(00:50:43:11:11:11,0:1:2:3),mtu=1500 mv_pon_addr=00:50:43:02:00:00 nandEcc=1bit netbsd_en=no netretry=no pcieTune=no pexMode=rc pxe_files_load=:default.arm-armadaxp-db:default.arm-armadaxp:default.arm pxefile_addr_r=3100000 ramdisk_addr_r=2880000 rcvrip=169.254.100.100 sata_delay_reset=0 sata_dma_mode=yes script_addr_r=3000000 script_name=boot.scr setL2CacheWT=no set_bootargs=setenv bootargs "console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 earlyprintk=serial" standalone=fsload 0x2000000 $image_name;setenv bootargs $console $mtdparts root=/dev/mtdblock0 rw ip=$ipaddr:$serverip$bootargs_end; bootm 0x2000000; stderr=serial stdin=serial stdout=serial usb0Mode=host usb1Mode=host usb2Mode=host usbActive=0 vxworks_en=no yuk_ethaddr=00:00:00:EE:51:81 Environment size: 3620/131068 bytes loading uImage ... Loading file "/boot/uImage" from usb device 0:1 (rootfs) 5198457 bytes read loading uInitrd ... Loading file "/boot/uInitrd" from usb device 0:1 (rootfs) 5257173 bytes read ## Booting kernel from Legacy Image at 02000000 ... Image Name: Linux-6.6.2-mvebu-tld-1 Created: 2024-02-22 11:59:22 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 5198393 Bytes = 5 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 03000000 ... Image Name: initramfs-6.6.2-mvebu-tld-1 Created: 2023-12-12 22:03:52 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 5257109 Bytes = 5 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK Loading Kernel Image ... OK Starting kernel ...
Re: Debian on ReadyNas RN2120 February 26, 2024 03:57PM |
Admin Registered: 13 years ago Posts: 19,106 |
Re: Debian on ReadyNas RN2120 February 26, 2024 07:00PM |
Registered: 9 months ago Posts: 27 |
Re: Debian on ReadyNas RN2120 February 26, 2024 08:13PM |
Admin Registered: 13 years ago Posts: 19,106 |
cd /media/sdb1/boot/kernel tar xf linux-6.5.7-mvebu-370xp-tld-1-bodhi.tar.bz2
cd /media/sdb1/boot cp -a ./kernel/zImage-6.5.7-mvebu-370xp-tld-1 zImage.fdt cat dts/armada-xp-netgear-rn2120.dtb >> zImage.fdt mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-6.5.7-mvebu-370xp-tld-1 -d zImage.fdt uImage
Quote
Updated 24 Oct 2023:
Kernel linux-6.5.7-mvebu-370xp-tld-1 package has been uploaded.
New/Updated in this release:
- General kernel upgrade.
Latest Linux kernel 6.x general release information can be found at:
LinuxChanges log
Download at Dropbox
linux-6.5.7-mvebu-370xp-tld-1-bodhi.tar.bz2
md5:
b0f7e62f67c7b198eae0d8e025a54263
sha256sum:
bd478c47e16c201ed2e28c64eab33d7552964170b6d58134549244c38ab810c7
This tarball contains 6 files:
linux-image-6.5.7-mvebu-370xp-tld-1_1_armhf.deb
linux-headers-6.5.7-mvebu-370xp-tld-1_1_armhf.deb
zImage-6.5.7-mvebu-370xp-tld-1
config-6.5.7-mvebu-370xp-tld-1
linux-dtb-6.5.7-mvebu-370xp-tld-1.tar
linux-6.5.7-mvebu-370xp-tld-1.patch
And as always, please verify the hash of what you've downloaded!
Installation
NOTE: the following steps are for a general kernel upgrade. For 1st time installation, please see Initial Installation (scroll down to 06 Sept 2020 section)
1. Backup your current zImage, uImage, and uInitrd. In the /boot directory, these are files for your current kernel (xx.xx.xx is the version number):
uInitrd
uImage
zImage-xx.xx.xx-mvebu-370xp-xxx
initrd.img-xx.xx.xx-mvebu-370xp-xxx
System.map-xx.xx.xx-mvebu-370xp-xxx
vmlinuz-xx.xx.xx-mvebu-370xp-xxx
config-xx.xx.xx-mvebu-370xp-xxx
2. Extract the kernel and the DTB files in the archive:
cd /boot
tar -xjf linux-6.5.7-mvebu-370xp-tld-1-bodhi.tar.bz2
tar -xf linux-dtb-6.5.7-mvebu-370xp-tld-1.tar
3. And install it with dpkg. Remove flash-kernel first to avoid potential problem:
cd /boot
apt-get remove flash-kernel
dpkg -i linux-image-6.5.7-mvebu-370xp-tld-1_1_armhf.deb
4. Create uImage and uInitrd (kernel file initrd.img-6.5.7-mvebu-370xp-tld-1 was generated by dpkg in step 3).
(I'm using the Mirabox armada-370-mirabox.dtb here in the instruction. Please replace DTB name with armada-370-netgear-rn102.dtb or armada-370-netgear-rn104.dtb if you are upgrading the Netgear RN102 or RN104 box).
cd /boot
cp -a uImage uImage.bak
cp -a uInitrd uInitrd.bak
cp -a zImage-6.5.7-mvebu-370xp-tld-1 zImage.fdt
cat dts/armada-370-mirabox.dtb >> zImage.fdt
mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-6.5.7-mvebu-370xp-tld-1 -d zImage.fdt uImage
mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-6.5.7-mvebu-370xp-tld-1 -d initrd.img-6.5.7-mvebu-370xp-tld-1 uInitrd
5. The new uImage and uInitrd files should be created in /boot directory now. You're ready to reboot the system:
sync
sync
sync
shutdown -r now
Re: Debian on ReadyNas RN2120 February 27, 2024 05:10PM |
Registered: 9 months ago Posts: 27 |
BootROM 1.20 Booting from NAND flash General initialization - Version: 1.0.0 High speed PHY - Version: 2.1.8 (COM-PHY-V22) Update Device ID PEX0782311AB Update Device ID PEX1782311AB Update Device ID PEX2782311AB Update Device ID PEX3782311AB Update Device ID PEX4782311AB Update Device ID PEX5782311AB Update Device ID PEX6782311AB Update PEX Device ID 0x78230 High speed PHY - Ended Successfully DDR3 Training Sequence - Ver 5.7.1 DDR3 Training Sequence - Run with PBS. DDR3 Training Sequence - Ended Successfully BootROM: Image checksum verification PASSED __ __ _ _ | \/ | __ _ _ ____ _____| | | | |\/| |/ _` | '__\ \ / / _ \ | | | | | | (_| | | \ V / __/ | | |_| |_|\__,_|_| \_/ \___|_|_| _ _ ____ _ | | | | | __ ) ___ ___ | |_ | | | |___| _ \ / _ \ / _ \| __| | |_| |___| |_) | (_) | (_) | |_ \___/ |____/ \___/ \___/ \__| ** LOADER ** U-Boot 2011.12-gd923454 (Sep 08 2015 - 18:59:32) Marvell version: v2011.12 2014_T2.0p1 Netgear version: 09/08/2015 ReadyNAS-2120 v2.0 Board: DB-78460-BP rev 2.0 SoC: MV78230 B0 running 2 CPUs Custom configuration CPU: Marvell PJ4B (584) v7 (Rev 2) LE CPU 0 CPU @ 1200 [MHz] L2 @ 600 [MHz] TClock @ 250 [MHz] DDR @ 600 [MHz] DDR 32Bit Width, FastPath Memory Access DDR ECC Disabled DRAM: 2 GiB Map: Code: 0x7fedf000:0x7ff9f204 BSS: 0x7ffefc20 Stack: 0x7f9deef8 Heap: 0x7f9df000:0x7fedf000 NAND: 128 MiB MMC: MRVL_MMC: 0 Bad block table found at page 65472, version 0x01 Bad block table found at page 65408, version 0x01 nand_read_bbt: Bad block at 0x000005de0000 nand_read_bbt: Bad block at 0x000005e00000 Initialize and scan all PCI interfaces PEX unit.port(active IF[-first bus]): ------------------------------------------ PEX 0.0(0-0): Root Complex Interface, Detected Link X1, GEN 2.0 PEX 0.1(1-1): Root Complex Interface, Detected Link X1, GEN 2.0 PEX 1.0(2-2): Root Complex Interface, Detected Link X1, GEN 2.0 FPU initialized to Run Fast Mode. USB 0: Host Mode USB 1: Host Mode USB 2: Host Mode Modules Detected: Net: egiga0, egiga1 [PRIME] Power On! FDT loaded successfully Found 2 disks present Hit any key to stop autoboot: 0 Marvell>> Marvell>> Marvell>> Marvell>> setenv bootdev usb Marvell>> setenv device 0:1 Marvell>> setenv load_image_addr 0x02000000 Marvell>> setenv load_initrd_addr 0x3000000 Marvell>> setenv load_image 'echo loading uImage ...; ext2load $bootdev $device $load_image_addr /boot/uImage' Marvell>> setenv load_initrd 'echo loading uInitrd ...; ext2load $bootdev $device $load_initrd_addr /boot/uInitrd' Marvell>> setenv set_bootargs 'setenv bootargs "console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 earlyprintk=serial"' Marvell>> setenv bootcmd_exec 'echo Booting Debian from $bootdev; setenv fdt_skip_update yes; setenv initrd_high 0xffffffff; run load_image; run load_initrd; bootm $load_image_addr $load_initrd_addr' Marvell>> setenv bootcmd_custom_usb 'usb start; run set_bootargs; run bootcmd_exec' Marvell>> setenv bootcmd 'run bootcmd_custom_usb' Marvell>> boot (Re)start USB... USB: Active port: 0 Register 10011 NbrPorts 1 USB EHCI 1.00 scanning bus for devices... 2 USB Device(s) found scanning bus for storage devices... 1 Storage Device(s) found Booting Debian from usb loading uImage ... Loading file "/boot/uImage" from usb device 0:1 (usbda1) 5043897 bytes read loading uInitrd ... Loading file "/boot/uInitrd" from usb device 0:1 (usbda1) 5275219 bytes read ## Booting kernel from Legacy Image at 02000000 ... Image Name: Linux-6.5.7-mvebu-370xp-tld-1 Created: 2024-02-27 22:53:24 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 5043833 Bytes = 4.8 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 03000000 ... Image Name: initramfs-6.5.7-mvebu-370xp-tld- Created: 2024-02-27 22:53:48 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 5275155 Bytes = 5 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK Loading Kernel Image ... OK Starting kernel ... [ 0.000000][ T0] Booting Linux on physical CPU 0x0 [ 0.000000][ T0] Linux version 6.5.7-mvebu-370xp-tld-1 (root@tldDebian) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #2 PREEMPT Thu Oct 19 18:31:43 PDT 2023 [ 0.000000][ T0] CPU: ARMv7 Processor [562f5842] revision 2 (ARMv7), cr=10c5387d [ 0.000000][ T0] CPU: div instructions available: patching division code [ 0.000000][ T0] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache [ 0.000000][ T0] OF: fdt: Machine model: NETGEAR ReadyNAS 2120 [ 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-0x000000002fffffff] [ 0.000000][ T0] HighMem [mem 0x0000000030000000-0x000000007fffffff] [ 0.000000][ T0] Movable zone start for each node [ 0.000000][ T0] Early memory node ranges [ 0.000000][ T0] node 0: [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000][ T0] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000][ T0] ------------[ cut here ]------------ [ 0.000000][ T0] WARNING: CPU: 0 PID: 0 at arch/arm/kernel/devtree.c:130 arm_dt_init_cpu_maps+0xbc/0x158 [ 0.000000][ T0] DT /cpu 2 nodes greater than max cores 1, capping them [ 0.000000][ T0] Modules linked in: [ 0.000000][ T0] CPU: 0 PID: 0 Comm: swapper Not tainted 6.5.7-mvebu-370xp-tld-1 #2 [ 0.000000][ T0] Hardware name: Marvell Armada 370/XP (Device Tree) [ 0.000000][ T0] unwind_backtrace from show_stack+0x10/0x14 [ 0.000000][ T0] show_stack from dump_stack_lvl+0x24/0x2c [ 0.000000][ T0] dump_stack_lvl from __warn+0x68/0xc4 [ 0.000000][ T0] __warn from warn_slowpath_fmt+0x88/0x114 [ 0.000000][ T0] warn_slowpath_fmt from arm_dt_init_cpu_maps+0xbc/0x158 [ 0.000000][ T0] arm_dt_init_cpu_maps from setup_arch+0x27c/0x4c0 [ 0.000000][ T0] setup_arch from start_kernel+0x4c/0x874 [ 0.000000][ T0] start_kernel from 0x0 [ 0.000000][ T0] ---[ end trace 0000000000000000 ]--- [ 0.000000][ T0] CPU: All CPU(s) started in SVC mode. [ 0.000000][ T0] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 earlyprintk=serial mtdparts=armada-nand:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs) reason=normal bdtype=rn2120 [ 0.000000][ T0] Unknown kernel command line parameters "reason=normal bdtype=rn2120", will be passed to user space. [ 0.000000][ T0] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear) [ 0.000000][ T0] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000][ T0] Built 1 zonelists, mobility grouping on. Total pages: 522560 [ 0.000000][ T0] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000][ T0] Memory: 2053888K/2097152K available (10240K kernel code, 853K rwdata, 3416K rodata, 1024K init, 464K bss, 43264K reserved, 0K cma-reserved, 1310708K highmem) [ 0.000000][ T0] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 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] L2C: DT/platform modifies aux control register: 0x1a69ef10 -> 0x1a69ef12 [ 0.000000][ T0] Aurora cache controller enabled, 32 ways, 2048 kB [ 0.000000][ T0] Aurora: CACHE_ID 0x00000100, AUX_CTRL 0x1a69ef12 [ 0.000000][ T0] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000][ T0] Switching to timer-based delay loop, resolution 40ns [ 0.000001][ T0] sched_clock: 32 bits at 25MHz, resolution 40ns, wraps every 85899345900ns [ 0.008497][ T0] clocksource: armada_370_xp_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns [ 0.020624][ T0] kfence: initialized - using 2097152 bytes for 255 objects at 0x(ptrval)-0x(ptrval) [ 0.030201][ T0] Console: colour dummy device 80x30 [ 0.035354][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=250000) [ 0.046368][ T0] CPU: Testing write buffer coherency: ok [ 0.051988][ T0] pid_max: default: 32768 minimum: 301 [ 0.061696][ T0] LSM: initializing lsm=capability,integrity [ 0.068486][ T0] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.076478][ T0] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.090419][ T1] RCU Tasks: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1. [ 0.098248][ T1] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1. [ 0.106605][ T1] Setting up static identity map for 0x100000 - 0x100060 [ 0.113784][ T1] mvebu-soc-id: MVEBU SoC ID=0x7823, Rev=0x2 [ 0.119715][ T1] mvebu-pmsu: Initializing Power Management Service Unit [ 0.126716][ T1] rcu: Hierarchical SRCU implementation. [ 0.132203][ T1] rcu: Max phase no-delay instances is 1000. [ 0.139601][ T1] devtmpfs: initialized [ 0.149908][ T1] VFP support v0.3: implementor 56 architecture 2 part 20 variant 9 rev 6 [ 0.158668][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.169169][ T1] futex hash table entries: 256 (order: -1, 3072 bytes, linear) [ 0.178045][ T1] prandom: seed boundary self test passed [ 0.186125][ T1] prandom: 100 self tests passed [ 0.190907][ T1] pinctrl core: initialized pinctrl subsystem [ 0.198546][ T1] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.205599][ T1] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.215819][ T1] audit: initializing netlink subsys (disabled) [ 0.222729][ T1] thermal_sys: Registered thermal governor 'step_wise' [ 0.222789][ T1] cpuidle: using governor ladder [ 0.234251][ T19] audit: type=2000 audit(0.200:1): state=initialized audit_enabled=0 res=1 [ 0.242694][ T1] cpuidle: using governor menu [ 0.247473][ T1] hw-breakpoint: Debug register access (0xee003e17) caused undefined instruction on CPU 0 [ 0.257174][ T1] hw-breakpoint: CPU 0 failed to disable vector catch [ 0.268033][ T1] platform soc: Fixed dependency cycle(s) with /soc/internal-regs/interrupt-controller@20a00 [ 0.450066][ T1] raid6: int32x8 gen() 230 MB/s [ 0.620075][ T1] raid6: int32x4 gen() 248 MB/s [ 0.790103][ T1] raid6: int32x2 gen() 391 MB/s [ 0.960105][ T1] raid6: int32x1 gen() 374 MB/s [ 0.965054][ T1] raid6: using algorithm int32x2 gen() 391 MB/s [ 1.140061][ T1] raid6: .... xor() 220 MB/s, rmw enabled [ 1.145614][ T1] raid6: using intx1 recovery algorithm [ 1.152210][ T1] SCSI subsystem initialized [ 1.157046][ T1] usbcore: registered new interface driver usbfs [ 1.163274][ T1] usbcore: registered new interface driver hub [ 1.169320][ T1] usbcore: registered new device driver usb [ 1.175419][ T1] pps_core: LinuxPPS API ver. 1 registered [ 1.181069][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.190882][ T1] PTP clock support registered [ 1.197378][ T1] vgaarb: loaded [ 1.201328][ T1] clocksource: Switched to clocksource armada_370_xp_clocksource [ 1.213235][ T1] VFS: Disk quotas dquot_6.6.0 [ 1.218027][ T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 1.237233][ T1] NET: Registered PF_INET protocol family [ 1.242993][ T1] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 1.252730][ T1] tcp_listen_portaddr_hash hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 1.261963][ T1] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 1.270387][ T1] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) [ 1.278858][ T1] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 1.286721][ T1] TCP: Hash tables configured (established 8192 bind 8192) [ 1.294134][ T1] MPTCP token hash table entries: 1024 (order: 1, 12288 bytes, linear) [ 1.302359][ T1] UDP hash table entries: 512 (order: 1, 8192 bytes, linear) [ 1.309571][ T1] UDP-Lite hash table entries: 512 (order: 1, 8192 bytes, linear) [ 1.317673][ T1] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 1.324510][ T1] RPC: Registered named UNIX socket transport module. [ 1.331102][ T1] RPC: Registered udp transport module. [ 1.336519][ T1] RPC: Registered tcp transport module. [ 1.341910][ T1] RPC: Registered tcp-with-tls transport module. [ 1.348064][ T1] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.355186][ T1] PCI: CLS 0 bytes, default 64 [ 1.360001][ T12] Trying to unpack rootfs image as initramfs... [ 1.366536][ T1] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available [ 1.393679][ T1] Initialise system trusted keyrings [ 1.398855][ T1] Key type blacklist registered [ 1.411536][ T1] workingset: timestamp_bits=14 max_order=19 bucket_order=5 [ 1.418720][ T1] zbud: loaded [ 1.452728][ T1] NFS: Registering the id_resolver key type [ 1.458495][ T1] Key type id_resolver registered [ 1.471373][ T1] Key type id_legacy registered [ 1.476194][ T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 1.491380][ T1] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 1.677087][ T1] jitterentropy: Initialization failed with host not compliant with requirements: 9 [ 1.701467][ T1] xor: measuring software checksum speed [ 1.731756][ T1] arm4regs : 1253 MB/sec [ 1.751355][ T1] 8regs : 909 MB/sec [ 1.781352][ T1] 32regs : 1138 MB/sec [ 1.786392][ T1] xor: using function: arm4regs (1253 MB/sec) [ 1.793641][ T12] Freeing initrd memory: 5152K [ 1.800683][ T1] async_tx: api initialized (async) [ 1.805771][ T1] Key type asymmetric registered [ 1.810548][ T1] Asymmetric key parser 'x509' registered [ 1.816533][ T1] bounce: pool size: 64 pages [ 1.821705][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 1.830005][ T1] io scheduler bfq registered [ 1.838616][ T1] armada-xp-pinctrl d0018000.pin-ctrl: registered pinctrl driver [ 1.851093][ T1] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.862632][ T1] debugfs: Directory 'd0018100.gpio' with parent 'regmap' already present! [ 1.872596][ T1] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.882922][ T1] debugfs: Directory 'd0018140.gpio' with parent 'regmap' already present! [ 1.893093][ T1] mvebu-pcie soc:pcie@82000000: host bridge /soc/pcie@82000000 ranges: [ 1.901206][ T1] mvebu-pcie soc:pcie@82000000: MEM 0x00d0040000..0x00d0041fff -> 0x0000040000 [ 1.911796][ T1] mvebu-pcie soc:pcie@82000000: MEM 0x00d0044000..0x00d0045fff -> 0x0000044000 [ 1.921005][ T1] mvebu-pcie soc:pcie@82000000: MEM 0x00d0048000..0x00d0049fff -> 0x0000048000 [ 1.930400][ T1] mvebu-pcie soc:pcie@82000000: MEM 0x00d004c000..0x00d004dfff -> 0x000004c000 [ 1.939743][ T1] mvebu-pcie soc:pcie@82000000: MEM 0x00d0080000..0x00d0081fff -> 0x0000080000 [ 1.948988][ T1] mvebu-pcie soc:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 1.958729][ T1] mvebu-pcie soc:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 1.968464][ T1] mvebu-pcie soc:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 1.978195][ T1] mvebu-pcie soc:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 1.987927][ T1] mvebu-pcie soc:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0300000000 [ 1.997657][ T1] mvebu-pcie soc:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0300000000 [ 2.007388][ T1] mvebu-pcie soc:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0400000000 [ 2.017118][ T1] mvebu-pcie soc:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0400000000 [ 2.026852][ T1] mvebu-pcie soc:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0500000000 [ 2.036596][ T1] mvebu-pcie soc:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0500000000 [ 2.047231][ T1] mvebu-pcie soc:pcie@82000000: PCI host bridge to bus 0000:00 [ 2.054849][ T1] pci_bus 0000:00: root bus resource [bus 00-ff] [ 2.061019][ T1] pci_bus 0000:00: root bus resource [mem 0xd0040000-0xd0041fff] (bus address [0x00040000-0x00041fff]) [ 2.071887][ T1] pci_bus 0000:00: root bus resource [mem 0xd0044000-0xd0045fff] (bus address [0x00044000-0x00045fff]) [ 2.082749][ T1] pci_bus 0000:00: root bus resource [mem 0xd0048000-0xd0049fff] (bus address [0x00048000-0x00049fff]) [ 2.093605][ T1] pci_bus 0000:00: root bus resource [mem 0xd004c000-0xd004dfff] (bus address [0x0004c000-0x0004dfff]) [ 2.104464][ T1] pci_bus 0000:00: root bus resource [mem 0xd0080000-0xd0081fff] (bus address [0x00080000-0x00081fff]) [ 2.115338][ T1] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xffdfffff] [ 2.122901][ T1] pci_bus 0000:00: root bus resource [io 0x1000-0xeffff] [ 3.401341][ T1] pci 0000:00:01.0: not ready after 1023ms; waiting [ 4.511341][ T1] pci 0000:00:01.0: not ready after 2047ms; waiting [ 6.591341][ T1] pci 0000:00:01.0: not ready after 4095ms; waiting [ 10.751341][ T1] pci 0000:00:01.0: not ready after 8191ms; waiting [ 19.071341][ T1] pci 0000:00:01.0: not ready after 16383ms; waiting [ 35.711341][ T1] pci 0000:00:01.0: not ready after 32767ms; waiting [ 68.991349][ T1] pci 0000:00:01.0: not ready after 65535ms; giving up [ 68.998146][ T1] pci 0000:00:02.0: [11ab:7823] type 01 class 0x060400 [ 69.005575][ T1] pci 0000:00:05.0: [11ab:7823] type 01 class 0x060400 [ 69.014294][ T1] PCI: bus0: Fast back to back transfers disabled [ 69.020555][ T1] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 69.029705][ T1] pci 0000:00:05.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 69.038690][ T1] pci 0000:01:00.0: [1b4b:9170] type 00 class 0x010601 [ 69.045666][ T1] pci 0000:01:00.0: reg 0x10: [io 0xfffffff8-0xffffffff] [ 69.052655][ T1] pci 0000:01:00.0: reg 0x14: [io 0xfffffffc-0xffffffff] [ 69.059602][ T1] pci 0000:01:00.0: reg 0x18: [io 0xfffffff8-0xffffffff] [ 69.066626][ T1] pci 0000:01:00.0: reg 0x1c: [io 0xfffffffc-0xffffffff] [ 69.073598][ T1] pci 0000:01:00.0: reg 0x20: [io 0xfffffff0-0xffffffff] [ 69.080544][ T1] pci 0000:01:00.0: reg 0x24: [mem 0x42000000-0x420001ff] [ 69.087515][ T1] pci 0000:01:00.0: reg 0x30: [mem 0xd0000000-0xd000ffff pref] [ 69.094930][ T1] pci 0000:01:00.0: Enabling fixed DMA alias to 00.1 [ 69.101495][ T1] pci 0000:01:00.0: PME# supported from D3hot [ 69.107799][ T1] pci 0000:00:02.0: ASPM: current common clock configuration is inconsistent, reconfiguring [ 69.141438][ T1] PCI: bus1: Fast back to back transfers disabled [ 69.147686][ T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 69.155301][ T1] pci 0000:02:00.0: [1b73:1009] type 00 class 0x0c0330 [ 69.162234][ T1] pci 0000:02:00.0: reg 0x10: [mem 0x48000000-0x4800ffff 64bit] [ 69.169706][ T1] pci 0000:02:00.0: reg 0x18: [mem 0x48010000-0x48010fff 64bit] [ 69.177209][ T1] pci 0000:02:00.0: reg 0x20: [mem 0x48011000-0x48011fff 64bit] [ 69.184766][ T1] pci 0000:02:00.0: supports D1 [ 69.189457][ T1] pci 0000:02:00.0: PME# supported from D0 D1 D3hot D3cold [ 69.196923][ T1] pci 0000:00:05.0: ASPM: current common clock configuration is inconsistent, reconfiguring [ 69.231398][ T1] PCI: bus2: Fast back to back transfers disabled [ 69.237655][ T1] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 [ 69.245056][ T1] pci 0000:00:02.0: BAR 14: assigned [mem 0xf8000000-0xf80fffff] [ 69.252637][ T1] pci 0000:00:05.0: BAR 14: assigned [mem 0xf8100000-0xf81fffff] [ 69.260184][ T1] pci 0000:00:02.0: BAR 13: assigned [io 0x10000-0x10fff] [ 69.267262][ T1] pci 0000:01:00.0: BAR 6: assigned [mem 0xf8000000-0xf800ffff pref] [ 69.275169][ T1] pci 0000:01:00.0: BAR 5: assigned [mem 0xf8010000-0xf80101ff] [ 69.282642][ T1] pci 0000:01:00.0: BAR 4: assigned [io 0x10000-0x1000f] [ 69.289584][ T1] pci 0000:01:00.0: BAR 0: assigned [io 0x10010-0x10017] [ 69.296536][ T1] pci 0000:01:00.0: BAR 2: assigned [io 0x10018-0x1001f] [ 69.303488][ T1] pci 0000:01:00.0: BAR 1: assigned [io 0x10020-0x10023] [ 69.310430][ T1] pci 0000:01:00.0: BAR 3: assigned [io 0x10024-0x10027] [ 69.317383][ T1] pci 0000:00:02.0: PCI bridge to [bus 01] [ 69.323035][ T1] pci 0000:00:02.0: bridge window [io 0x10000-0x10fff] [ 69.329982][ T1] pci 0000:00:02.0: bridge window [mem 0xf8000000-0xf80fffff] [ 69.337463][ T1] pci 0000:02:00.0: BAR 0: assigned [mem 0xf8100000-0xf810ffff 64bit] [ 69.345459][ T1] pci 0000:02:00.0: BAR 2: assigned [mem 0xf8110000-0xf8110fff 64bit] [ 69.353475][ T1] pci 0000:02:00.0: BAR 4: assigned [mem 0xf8111000-0xf8111fff 64bit] [ 69.361473][ T1] pci 0000:00:05.0: PCI bridge to [bus 02] [ 69.367118][ T1] pci 0000:00:05.0: bridge window [mem 0xf8100000-0xf81fffff] [ 69.374724][ T1] pcieport 0000:00:02.0: enabling device (0140 -> 0143) [ 69.381628][ T1] pcieport 0000:00:05.0: enabling device (0140 -> 0142) [ 69.389585][ T1] mv_xor d0060900.xor: Marvell shared XOR driver [ 69.452816][ T1] mv_xor d0060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 69.464317][ T1] mv_xor d00f0900.xor: Marvell shared XOR driver [ 69.532940][ T1] mv_xor d00f0900.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 69.749506][ T1] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 69.766562][ T1] printk: console [ttyS0] disabled [ 69.796992][ T1] d0012000.serial: ttyS0 at MMIO 0xd0012000 (irq = 30, base_baud = 15625000) is a 16550A [ 69.806918][ T1] printk: console [ttyS0] enabled [ 69.806918][ T1] printk: console [ttyS0] enabled [ 69.816858][ T1] printk: bootconsole [earlycon0] disabled [ 69.816858][ T1] printk: bootconsole [earlycon0] disabled [ 69.833487][ T1] ahci 0000:01:00.0: enabling device (0146 -> 0147) [ 69.840213][ T1] ahci 0000:01:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode [ 69.851010][ T1] ahci 0000:01:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs [ 69.862864][ T1] scsi host0: ahci [ 69.867996][ T1] scsi host1: ahci [ 69.872427][ T1] ata1: SATA max UDMA/133 abar m512@0xf8010000 port 0xf8010100 irq 32 [ 69.880466][ T1] ata2: SATA max UDMA/133 abar m512@0xf8010000 port 0xf8010180 irq 32 [ 69.889673][ T1] sata_mv d00a0000.sata: slots 32 ports 2 [ 69.899852][ T1] scsi host2: sata_mv [ 69.905057][ T1] scsi host3: sata_mv [ 69.909194][ T1] ata3: SATA max UDMA/133 irq 33 [ 69.914810][ T1] ata4: SATA max UDMA/133 irq 33 [ 69.920641][ T1] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1 [ 69.929038][ T1] nand: Hynix H27U1G8F2BTR-BC [ 69.933714][ T1] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 69.942460][ T1] Bad block table found at page 65472, version 0x01 [ 69.949250][ T1] Bad block table found at page 65408, version 0x01 [ 69.955920][ T1] nand_read_bbt: bad block at 0x000005de0000 [ 69.961794][ T1] nand_read_bbt: bad block at 0x000005e00000 [ 69.967718][ T1] 5 fixed-partitions partitions found on MTD device pxa3xx_nand-0 [ 69.975422][ T1] Creating 5 MTD partitions on "pxa3xx_nand-0": [ 69.981552][ T1] 0x000000000000-0x000000180000 : "u-boot" [ 69.989029][ T1] 0x000000180000-0x0000001a0000 : "u-boot-env" [ 69.997718][ T1] 0x000000200000-0x000000800000 : "uImage" [ 70.006141][ T1] 0x000000800000-0x000000c00000 : "minirootfs" [ 70.014926][ T1] 0x000000c00000-0x000008000000 : "ubifs" [ 70.024892][ T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 70.035530][ T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 70.093439][ T1] mvneta d0070000.ethernet eth0: Using random mac address e6:1e:5f:7c:88:e1 [ 70.107060][ T1] mvneta d0074000.ethernet eth1: Using random mac address 16:d5:a9:50:e2:ae [ 70.118145][ T1] usbcore: registered new interface driver smsc75xx [ 70.125951][ T1] orion-ehci d0050000.usb: EHCI Host Controller [ 70.132602][ T1] orion-ehci d0050000.usb: new USB bus registered, assigned bus number 1 [ 70.141063][ T1] orion-ehci d0050000.usb: irq 37, io mem 0xd0050000 [ 70.171348][ T1] orion-ehci d0050000.usb: USB 2.0 started, EHCI 1.00 [ 70.178271][ T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05 [ 70.187311][ T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 70.195297][ T1] usb usb1: Product: EHCI Host Controller [ 70.200922][ T1] usb usb1: Manufacturer: Linux 6.5.7-mvebu-370xp-tld-1 ehci_hcd [ 70.208555][ T1] usb usb1: SerialNumber: d0050000.usb [ 70.214718][ T1] hub 1-0:1.0: USB hub found [ 70.219693][ T1] hub 1-0:1.0: 1 port detected [ 70.224388][ T674] ata1: SATA link down (SStatus 0 SControl 300) [ 70.232025][ T1] usbcore: registered new interface driver usblp [ 70.239642][ T679] ata2: SATA link down (SStatus 0 SControl 300) [ 70.246059][ T1] usbcore: registered new interface driver usb-storage [ 70.252845][ T695] ata3: SATA link down (SStatus 0 SControl F300) [ 70.260056][ T1] mousedev: PS/2 mouse device common for all mice [ 70.268407][ T1] i2c_dev: i2c /dev entries driver [ 70.275722][ T1] mv64xxx_i2c d0011000.i2c: can't get pinctrl, bus recovery not supported [ 70.287423][ T1] rtc-ds1307 0-0068: 'wakeup-source' is set, request for an IRQ is disabled! [ 70.299167][ T1] rtc-ds1307 0-0068: registered as rtc0 [ 70.305885][ T1] rtc-ds1307 0-0068: setting system clock to 2024-02-27T22:58:27 UTC (1709074707) [ 70.419278][ T1] orion_wdt: Initial timeout 171 sec [ 70.426254][ T1] device-mapper: uevent: version 1.0.3 [ 70.432574][ T1] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com [ 70.442364][ T1] device-mapper: multipath round-robin: version 1.2.0 loaded [ 70.449617][ T1] device-mapper: multipath queue-length: version 0.2.0 loaded [ 70.457140][ T1] device-mapper: multipath service-time: version 0.3.0 loaded [ 70.464582][ T1] device-mapper: dm-log-userspace: version 1.3.0 loaded [ 70.472821][ T1] sdhci: Secure Digital Host Controller Interface driver [ 70.479724][ T1] sdhci: Copyright(c) Pierre Ossman [ 70.485865][ T1] sdhci-pltfm: SDHCI platform and OF driver helper [ 70.497589][ T1] marvell-cesa d0090000.crypto: CESA device successfully registered [ 70.505991][ T1] hid: raw HID events driver (C) Jiri Kosina [ 70.511911][ T100] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 70.520854][ T1] usbcore: registered new interface driver usbhid [ 70.527940][ T1] usbhid: USB HID core driver [ 70.533694][ T1] NET: Registered PF_INET6 protocol family [ 70.541066][ T1] Segment Routing with IPv6 [ 70.545548][ T1] RPL Segment Routing with IPv6 [ 70.550328][ T1] In-situ OAM (IOAM) with IPv6 [ 70.555103][ T1] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 70.563631][ T1] NET: Registered PF_PACKET protocol family [ 70.570272][ T1] 8021q: 802.1Q VLAN Support v1.8 [ 70.575283][ T1] Key type dns_resolver registered [ 70.580567][ T1] ThumbEE CPU extension supported. [ 70.585618][ T1] Registering SWP/SWPB emulation handler [ 70.606366][ T700] ata4: SATA link down (SStatus 0 SControl F300) [ 70.689610][ T1] registered taskstats version 1 [ 70.695129][ T1] Loading compiled-in X.509 certificates [ 70.713152][ T1] Key type .fscrypt registered [ 70.717795][ T1] Key type fscrypt-provisioning registered [ 70.723709][ T1] Key type big_key registered [ 70.734323][ T100] usb 1-1: New USB device found, idVendor=05dc, idProduct=c75c, bcdDevice= 1.02 [ 70.750768][ T100] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 70.771024][ T100] usb 1-1: Product: USB Flash Drive [ 70.776254][ T1] Key type encrypted registered [ 70.785346][ T100] usb 1-1: Manufacturer: Lexar [ 70.789990][ T100] usb 1-1: SerialNumber: 20131017233031296A5A [ 70.797159][ T1] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 70.807005][ T1] clk: Disabling unused clocks [ 70.811744][ T100] usb-storage 1-1:1.0: USB Mass Storage device detected [ 70.822493][ T1] Freeing unused kernel image (initmem) memory: 1024K [ 70.829536][ T100] scsi host4: usb-storage 1-1:1.0 [ 70.838444][ T1] Checked W+X mappings: passed, no W+X pages found [ 70.844881][ T1] Run /init as init process Loading, please wait... Starting systemd-udevd version 252.19-1~deb12u1 [ 71.873508][ T10] scsi 4:0:0:0: Direct-Access Lexar USB Flash Drive 8.07 PQ: 0 ANSI: 4 [ 71.896093][ T12] sd 4:0:0:0: [sda] 15351808 512-byte logical blocks: (7.86 GB/7.32 GiB) [ 71.912338][ T12] sd 4:0:0:0: [sda] Write Protect is off [ 71.931380][ T12] sd 4:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 71.957633][ T12] sda: sda1 [ 71.963357][ T12] sd 4:0:0:0: [sda] Attached SCSI removable disk [ 72.581183][ T1274] mtdblock: MTD device 'u-boot' is NAND, please consider using UBI block devices instead. [ 72.600420][ T1275] usbcore: registered new interface driver uas [ 72.626742][ T1276] mtdblock: MTD device 'uImage' is NAND, please consider using UBI block devices instead. [ 72.637311][ T1286] mtdblock: MTD device 'u-boot-env' is NAND, please consider using UBI block devices instead. [ 72.655823][ T1284] mtdblock: MTD device 'minirootfs' is NAND, please consider using UBI block devices instead. [ 72.668145][ T1272] mtdblock: MTD device 'ubifs' is NAND, please consider using UBI block devices instead. Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. Begin: Will now check root file system ... fsck from util-linux 2.38.1 [/sbin/fsck.ext3 (1) -- /dev/sda1] fsck.ext3 -a -C0 /dev/sda1 rootfs: clean, 26769/480496 files, 290426/1918720 blocks done. [ 83.870224][ T1305] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem [ 83.931202][ T1305] EXT4-fs (sda1): mounted filesystem fc59c260-6003-47cc-a825-1bf226996f9b 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...[ 87.553443][ T1492] lm75 0-004c: supply vs not found, using dummy regulator [ 87.644418][ T1487] mtdblock: MTD device 'u-boot' is NAND, please consider using UBI block devices instead. [ 87.678886][ T1488] mtdblock: MTD device 'u-boot-env' is NAND, please consider using UBI block devices instead. [ 87.709308][ T1492] hwmon hwmon4: temp1_input not attached to any thermal zone [ 87.772247][ T1492] lm75 0-004c: hwmon4: sensor 'g751' [ 87.798090][ T1495] mtdblock: MTD device 'uImage' is NAND, please consider using UBI block devices instead. [ 87.808506][ T1496] mtdblock: MTD device 'minirootfs' is NAND, please consider using UBI block devices instead. [ 87.921799][ T1485] mtdblock: MTD device 'ubifs' is NAND, please consider using UBI block devices instead. [ 88.048307][ T1489] xhci_hcd 0000:02:00.0: xHCI Host Controller [ 88.070391][ T1492] sd 4:0:0:0: Attached scsi generic sg0 type 0 [ 88.148395][ T1489] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2 [ 88.300529][ T1489] xhci_hcd 0000:02:00.0: hcc params 0x200073a1 hci version 0x100 quirks 0x0000000000080010 [ 88.483558][ T1489] xhci_hcd 0000:02:00.0: xHCI Host Controller [ 88.578597][ T1489] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 3 [ 88.733487][ T1489] xhci_hcd 0000:02:00.0: Host supports USB 3.0 SuperSpeed [ 88.820217][ T1489] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05 [ 88.920087][ T1489] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 89.067693][ T1489] usb usb2: Product: xHCI Host Controller [ 89.129721][ T1489] usb usb2: Manufacturer: Linux 6.5.7-mvebu-370xp-tld-1 xhci-hcd [ 89.171505][ T1489] usb usb2: SerialNumber: 0000:02:00.0 [ 89.272870][ T1489] hub 2-0:1.0: USB hub found [ 89.353828][ T1489] hub 2-0:1.0: 2 ports detected [ 89.447746][ T1489] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM. [ 89.527313][ T1489] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05 [ 89.608035][ T1489] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 89.678434][ T1489] usb usb3: Product: xHCI Host Controller [ 89.729547][ T1489] usb usb3: Manufacturer: Linux 6.5.7-mvebu-370xp-tld-1 xhci-hcd [ 89.797170][ T1489] usb usb3: SerialNumber: 0000:02:00.0 [ 89.853656][ T1489] hub 3-0:1.0: USB hub found [ 89.896992][ T1489] hub 3-0:1.0: 2 ports detected done. Activating swap:. [ 90.662462][ T1647] EXT4-fs (sda1): re-mounted fc59c260-6003-47cc-a825-1bf226996f9b 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. [ 92.581358][ C0] random: crng init done Initializing random number generator...done. [ 93.031461][ T2037] mvneta d0070000.ethernet eth0: PHY [d0072004.mdio-mii:00] driver [Marvell 88E1318S] (irq=POLL) [ 93.055246][ T2037] mvneta d0070000.ethernet eth0: configuring for phy/rgmii-id link mode 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/ Listening on LPF/eth0/c2:90:9a:b0:fd:d6 Sending on LPF/eth0/c2:90:9a:b0:fd:d6 Sending on Socket/fallback DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8 [ 96.191871][ T905] mvneta d0070000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7 DHCPOFFER of 10.11.12.76 from 10.11.12.1 DHCPREQUEST for 10.11.12.76 on eth0 to 255.255.255.255 port 67 DHCPACK of 10.11.12.76 from 10.11.12.1 bound to 10.11.12.76 -- renewal in 3443 seconds. done. 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... 2189 (syslogd) . Starting periodic command scheduler: cron. Starting NTP server: ntpd2024-02-27T14:59:02 ntpd[2242]: INIT: ntpd ntpsec-1.2.2: Starting 2024-02-27T14:59:02 ntpd[2242]: INIT: Command line: /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 104:109 . Starting NTP server: ntpd. Starting system message bus: dbus. Starting OpenBSD Secure Shell server: sshd. Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon. Starting busybox' klogd implementation : klogdStarting /sbin/klogd... 2216 (klogd) . Running local boot scripts (/etc/rc.local) Cannot read environment, using default Cannot read default environment from file <13>Feb 27 14:59:04 root[2279]: Cannot read u-boot env ethaddr . Debian GNU/Linux 12 debian ttyS0 debian login: root Password: Linux debian 6.5.7-mvebu-370xp-tld-1 #2 PREEMPT Thu Oct 19 18:31:43 PDT 2023 armv7l The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Tue Feb 27 14:49:40 PST 2024 on ttyS0 debian 10.11.12.76 NETGEAR ReadyNAS 2120 Linux version 6.5.7-mvebu-370xp-tld-1 (root@tldDebian) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #2 PREEMPT Thu Oct 19 18:31:43 PDT 2023 Debian 12.4 Tue Feb 27 14:59:10 PST 2024 up 1 minute root@debian:~#
root@debian:~# cat /proc/cpuinfo processor : 0 model name : ARMv7 Processor rev 2 (v7l) BogoMIPS : 50.00 Features : half thumb fastmult vfp edsp thumbee vfpv3 tls idiva idivt vfpd32 lpae CPU implementer : 0x56 CPU architecture: 7 CPU variant : 0x2 CPU part : 0x584 CPU revision : 2 Hardware : Marvell Armada 370/XP (Device Tree) Revision : 0000 Serial : 0000000000000000 root@debian:~#
[ 3.401341][ T1] pci 0000:00:01.0: not ready after 1023ms; waiting [ 4.511341][ T1] pci 0000:00:01.0: not ready after 2047ms; waiting [ 6.591341][ T1] pci 0000:00:01.0: not ready after 4095ms; waiting [ 10.751341][ T1] pci 0000:00:01.0: not ready after 8191ms; waiting [ 19.071341][ T1] pci 0000:00:01.0: not ready after 16383ms; waiting [ 35.711341][ T1] pci 0000:00:01.0: not ready after 32767ms; waiting [ 68.991349][ T1] pci 0000:00:01.0: not ready after 65535ms; giving up
Re: Debian on ReadyNas RN2120 February 27, 2024 06:25PM |
Admin Registered: 13 years ago Posts: 19,106 |
Re: Debian on ReadyNas RN2120 February 27, 2024 06:46PM |
Admin Registered: 13 years ago Posts: 19,106 |
Re: Debian on ReadyNas RN2120 February 29, 2024 05:42AM |
Registered: 9 months ago Posts: 27 |
root@poepi:/home/pi# root@poepi:/home/pi# kwboot -b uboot.2024.04-rc3-tld-1.ds414.kwb -t /dev/ttyUSB0 -p kwboot version 2023.01 Patching image boot signature to UART Aligning image header to Xmodem block size Sending boot message. Please reboot the target...| Sending boot image header (86272 bytes)... 0 % [......................................................................] 10 % [................................E xmodem: Protocol errorRpi using its internal UART:
root@poepi:/home/pi# kwboot -b uboot.2024.04-rc3-tld-1.ds414.kwb -t /dev/serial0 -p -B 115200 kwboot version 2023.01 Patching image boot signature to UART Aligning image header to Xmodem block size Sending boot message. Please reboot the target.../ Sending boot image header (86272 bytes)... 0 % [+++++++++++ xmodem: Input/output error
xmodem: Bad message
Re: Debian on ReadyNas RN2120 February 29, 2024 12:39PM |
Registered: 9 months ago Posts: 27 |
Re: Debian on ReadyNas RN2120 February 29, 2024 02:02PM |
Admin Registered: 13 years ago Posts: 19,106 |
Quote
I have tried setting the -a flag for amarda XP timings but then it never seems to even start. Do you have any pointers on what to set -q -s -o to if anything?
Quote
I've read a few threads relating to kwboot. Possibly I might be having a issue because I'm starting kwboot first and then powering on the NAS? Is there a suggested sequence?
Quote
root@poepi:/home/pi# root@poepi:/home/pi# kwboot -b uboot.2024.04-rc3-tld-1.ds414.kwb -t /dev/ttyUSB0 -p
kwboot version 2023.01
Patching image boot signature to UART
Aligning image header to Xmodem block size
Sending boot message. Please reboot the target...|
Sending boot image header (86272 bytes)...
0 % [......................................................................]
10 % [................................E
xmodem: Protocol error
Quote
I should note that both the rpi serial port and the usb serial dongle on all systems can receive the uboot console prints when the rn2120 boots normally.
Re: Debian on ReadyNas RN2120 February 29, 2024 04:09PM |
Admin Registered: 13 years ago Posts: 19,106 |
Re: Debian on ReadyNas RN2120 February 29, 2024 08:18PM |
Admin Registered: 13 years ago Posts: 19,106 |
Marvell>> setenv bootdev usb Marvell>> setenv device 0:1 Marvell>> setenv load_image_addr 0x02000000 Marvell>> setenv load_initrd_addr 0x3000000 Marvell>> setenv load_image 'echo loading uImage ...; ext2load $bootdev $device $load_image_addr /boot/uImage' Marvell>> setenv load_initrd 'echo loading uInitrd ...; ext2load $bootdev $device $load_initrd_addr /boot/uInitrd' Marvell>> setenv set_bootargs 'setenv bootargs "console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 earlyprintk=serial"' Marvell>> setenv bootcmd_exec 'echo Booting Debian from $bootdev; setenv fdt_skip_update yes; setenv initrd_high 0xffffffff; run load_image; run load_initrd; bootm $load_image_addr $load_initrd_addr' Marvell>> setenv bootcmd_custom_usb 'usb start; run set_bootargs; run bootcmd_exec' Marvell>> setenv bootcmd 'run bootcmd_custom_usb'
setenv mtdparts 'mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs)' setenv set_bootargs 'setenv bootargs "console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial"'
boot
cat /proc/mtdand then edit /etc/fw_env.config file. Its content should be as followed:
# MTD device name Device offset Env. size Flash sector size Number of sectors /dev/mtd1 0x0 0x20000 0x20000And get the listing of the envs
fw_printenv
Re: Debian on ReadyNas RN2120 March 01, 2024 04:57AM |
Registered: 9 months ago Posts: 27 |
Re: Debian on ReadyNas RN2120 March 01, 2024 08:58AM |
Registered: 9 months ago Posts: 27 |
root@debian:~# cat /etc/fw_env.config # MTD device name Device offset Env. size Flash sector size Number of sectors /dev/mtd1 0x0 0x20000 0x20000 root@debian:~# cat /proc/mtd dev: size erasesize name mtd0: 00180000 00020000 "u-boot" mtd1: 00020000 00020000 "u-boot-env" mtd2: 00600000 00020000 "uImage" mtd3: 00400000 00020000 "minirootfs" mtd4: 07400000 00020000 "ubifs" root@debian:~# cat /etc/fw_env.config # MTD device name Device offset Env. size Flash sector size Number of sectors /dev/mtd1 0x0 0x20000 0x20000 root@debian:~# fw_printenv AC_Power_fail_detect=open CASset=min HW_version=MVT MALLOC_len=5 MPmode=smp Manufacturer=NETGEAR Product=ReadyNAS 2120 SKUNum=RN2120 SerialNum=3GB438E8002B2 Startup=Normal UUID=d612f834-071c-11e3-b44c-28c68e358660 Version=V1.0 amp_enable=no autoload=no boot_order=hd_scr hd_img pxe net_img net_scr bootargs=console=ttyS0,115200 pm_disable=yes mv_cpu_count=2 bootargs_dflt=$console $mtdparts $bootargs_root nfsroot=$serverip:$rootpath ip=$ipaddr:$serverip$bootargs_end $mvNetConfig video=dovefb:lcd0:$lcd0_params clcd.lcd0_enable=$lcd0_enable clcd.lcd_panel=$lcd_panel bootargs_end=:10.4.50.254:255.255.255.0:DSMP:eth0:none bootargs_root=root=/dev/nfs rw bootcmd=nand read 0x2000000 0x200000 0x400000; nand read 0x3000000 0x800000 0x400000; bootm 0x2000000 0x3000000 0x1000000 bootcmd_auto=stage_boot $boot_order bootcmd_fdt=tftpboot 0x2000000 $image_name;tftpboot $fdtaddr $fdtfile;setenv bootargs $console $mtdparts $bootargs_root nfsroot=$serverip:$rootpath ip=$ipaddr:$serverip$bootargs_end $mvNetConfig video=dovefb:lcd0:$lcd0_params clcd.lcd0_enable=$lcd0_enable clcd.lcd_panel=$lcd_panel; bootz 0x2000000 - $fdtaddr; bootcmd_lgcy=tftpboot 0x2000000 $image_name; setenv bootargs $bootargs_dflt; bootm 0x2000000; bootcmd_ubi=ubi part ubifs; ubifsmount rootfs; ubifsload 0x2000000 kernel; ubifsload 0x3000000 initrd.gz; bootm 0x2000000 0x3000000 0x1000000 bootdelay=0 cacheShare=no console=console=ttyS0,115200 device_partition=0:1 disL2Cache=yes disL2Prefetch=yes disaMvPnp=no eeeEnable=no enaAutoRecovery=yes enaClockGating=no enaCpuStream=no enaDCPref=yes enaFPU=yes enaICPref=yes enaLPAE=no enaMonExt=no enaWrAllo=no envver=3 eth1addr=28:C6:8E:35:86:61 eth1mtu=1500 eth2addr=00:50:43:00:00:02 eth2mtu=1500 eth3addr=00:50:43:02:00:00 eth3mtu=1500 ethact=egiga1 ethaddr=28:C6:8E:35:86:60 ethmtu=1500 ethprime=egiga1 fdt_addr=2040000 fdt_skip_update=no fdtaddr=0x1000000 fdtfile=armada-xp-db.dtb ide_path=/ image_name=uImage initrd_name=uInitrd kernel_addr_r=2080000 lcd0_enable=0 lcd0_params=640x480-16@60 lcd_panel=0 loadaddr=0x02000000 mtdids=nand0=armada-nand mtdparts=mtdparts=armada-nand:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs) mvNetConfig=mv_net_config=4,(00:50:43:11:11:11,0:1:2:3),mtu=1500 mv_pon_addr=00:50:43:02:00:00 nandEcc=1bit netbsd_en=no netretry=no pcieTune=no pexMode=rc pxe_files_load=:default.arm-armadaxp-db:default.arm-armadaxp:default.arm pxefile_addr_r=3100000 ramdisk_addr_r=2880000 rcvrip=169.254.100.100 sata_delay_reset=0 sata_dma_mode=yes script_addr_r=3000000 script_name=boot.scr setL2CacheWT=no standalone=fsload 0x2000000 $image_name;setenv bootargs $console $mtdparts root=/dev/mtdblock0 rw ip=$ipaddr:$serverip$bootargs_end; bootm 0x2000000; stderr=serial stdin=serial stdout=serial usb0Mode=host usb1Mode=host usb2Mode=host usbActive=0 vxworks_en=no yuk_ethaddr=00:00:00:EE:51:81 root@debian:~#
Re: Debian on ReadyNas RN2120 March 01, 2024 01:48PM |
Admin Registered: 13 years ago Posts: 19,106 |
make rpi_3_defconfig make tools
Re: Debian on ReadyNas RN2120 March 01, 2024 01:52PM |
Admin Registered: 13 years ago Posts: 19,106 |
Re: Debian on ReadyNas RN2120 March 02, 2024 03:35AM |
Registered: 9 months ago Posts: 27 |
BootROM 1.20 Booting from NAND flash General initialization - Version: 1.0.0 High speed PHY - Version: 2.1.8 (COM-PHY-V22) Update Device ID PEX0782311AB Update Device ID PEX1782311AB Update Device ID PEX2782311AB Update Device ID PEX3782311AB Update Device ID PEX4782311AB Update Device ID PEX5782311AB Update Device ID PEX6782311AB Update PEX Device ID 0x78230 High speed PHY - Ended Successfully DDR3 Training Sequence - Ver 5.7.1 DDR3 Training Sequence - Run with PBS. DDR3 Training Sequence - Ended Successfully BootROM: Image checksum verification PASSED ▒ __ __ _ _ | \/ | __ _ _ ____ _____| | | | |\/| |/ _` | '__\ \ / / _ \ | | | | | | (_| | | \ V / __/ | | |_| |_|\__,_|_| \_/ \___|_|_| _ _ ____ _ | | | | | __ ) ___ ___ | |_ | | | |___| _ \ / _ \ / _ \| __| | |_| |___| |_) | (_) | (_) | |_ \___/ |____/ \___/ \___/ \__| ** LOADER ** U-Boot 2011.12-gd923454 (Sep 08 2015 - 18:59:32) Marvell version: v2011.12 2014_T2.0p1 Netgear version: 09/08/2015 ReadyNAS-2120 v2.0 Board: DB-78460-BP rev 2.0 SoC: MV78230 B0 running 2 CPUs Custom configuration CPU: Marvell PJ4B (584) v7 (Rev 2) LE CPU 0 CPU @ 1200 [MHz] L2 @ 600 [MHz] TClock @ 250 [MHz] DDR @ 600 [MHz] DDR 32Bit Width, FastPath Memory Access DDR ECC Disabled DRAM: 2 GiB Map: Code: 0x7fedf000:0x7ff9f204 BSS: 0x7ffefc20 Stack: 0x7f9deef8 Heap: 0x7f9df000:0x7fedf000 NAND: 128 MiB MMC: MRVL_MMC: 0 Bad block table found at page 65472, version 0x01 Bad block table found at page 65408, version 0x01 nand_read_bbt: Bad block at 0x000005de0000 nand_read_bbt: Bad block at 0x000005e00000 Initialize and scan all PCI interfaces PEX unit.port(active IF[-first bus]): ------------------------------------------ PEX 0.0(0-0): Root Complex Interface, Detected Link X1, GEN 2.0 PEX 0.1(1-1): Root Complex Interface, Detected Link X1, GEN 2.0 PEX 1.0(2-2): Root Complex Interface, Detected Link X1, GEN 2.0 FPU initialized to Run Fast Mode. USB 0: Host Mode USB 1: Host Mode USB 2: Host Mode Modules Detected: Net: egiga0, egiga1 [PRIME] Power On! FDT loaded successfully Found 2 disks present Hit any key to stop autoboot: 0 Marvell>> Marvell>> Marvell>> Marvell>> Marvell>> Marvell>> setenv bootdev usb Marvell>> setenv device 0:1 Marvell>> setenv load_imagr 0x02000000 Marvell>> setenv load_init000000 Marvell>> BootROM 1.20 Booting from NAND flash General initialization - Version: 1.0.0 High speed PHY - Version: 2.1.8 (COM-PHY-V22) Update Device ID PEX0782311AB Update Device ID PEX1782311AB Update Device ID PEX2782311AB Update Device ID PEX3782311AB Update Device ID PEX4782311AB Update Device ID PEX5782311AB Update Device ID PEX6782311AB Update PEX Device ID 0x78230 High speed PHY - Ended Successfully DDR3 Training Sequence - Ver 5.7.1 DDR3 Training Sequence - Run with PBS. DDR3 Training Sequence - Ended Successfully BootROM: Image checksum verification PASSED ▒ __ __ _ _ | \/ | __ _ _ ____ _____| | | | |\/| |/ _` | '__\ \ / / _ \ | | | | | | (_| | | \ V / __/ | | |_| |_|\__,_|_| \_/ \___|_|_| _ _ ____ _ | | | | | __ ) ___ ___ | |_ | | | |___| _ \ / _ \ / _ \| __| | |_| |___| |_) | (_) | (_) | |_ \___/ |____/ \___/ \___/ \__| ** LOADER ** U-Boot 2011.12-gd923454 (Sep 08 2015 - 18:59:32) Marvell version: v2011.12 2014_T2.0p1 Netgear version: 09/08/2015 ReadyNAS-2120 v2.0 Board: DB-78460-BP rev 2.0 SoC: MV78230 B0 running 2 CPUs Custom configuration CPU: Marvell PJ4B (584) v7 (Rev 2) LE CPU 0 CPU @ 1200 [MHz] L2 @ 600 [MHz] TClock @ 250 [MHz] DDR @ 600 [MHz] DDR 32Bit Width, FastPath Memory Access DDR ECC Disabled DRAM: 2 GiB ▒ Map: Code: 0x7fedf000:0x7ff9f204 BSS: 0x7ffefc20 Stack: 0x7f9deef8 Heap: 0x7f9df000:0x7fedf000 NAND: 128 MiB MMC: MRVL_MMC: 0 Bad block table found at page 65472, version 0x01 Bad block table found at page 65408, version 0x01 nand_read_bbt: Bad block at 0x000005de0000 nand_read_bbt: Bad block at 0x000005e00000 Initialize and scan all PCI interfaces PEX unit.port(active IF[-first bus]): ------------------------------------------ PEX 0.0(0-0): Root Complex Interface, Detected Link X1, GEN 2.0 PEX 0.1(1-1): Root Complex Interface, Detected Link X1, GEN 2.0 PEX 1.0(2-2): Root Complex Interface, Detected Link X1, GEN 2.0 FPU initialized to Run Fast Mode. USB 0: Host Mode USB 1: Host Mode USB 2: Host Mode Modules Detected: Net: egiga0, egiga1 [PRIME] Power On! FDT loaded successfully Found 2 disks present Hit any key to stop autoboot: 0 Marvell>> setenv bootdev usb Marvell>> setenv device 0:1 Marvell>> setenv load_image_addr 0x02000000 Marvell>> setenv load_initrd_addr 0x3000000 Marvell>> setenv load_image 'echo loading uImage ...; ext2load $bootdev $device $load_image_addr /boot/uImage' Marvell>> setenv load_initrd 'echo loading uInitrd ...; ext2load $bootdev $device $load_initrd_addr /boot/uInitrd' Marvell>> setenv set_bootargs 'setenv bootargs "console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 earlyprintk=serial"' Marvell>> setenv bootcmd_exec 'echo Booting Debian from $bootdev; setenv fdt_skip_update yes; setenv initrd_high 0xffffffff; run load_image; run load_initrd; bootm $load_image_addr $load_initrd_addr' Marvell>> setenv bootcmd_custom_usb 'usb start; run set_bootargs; run bootcmd_exec' Marvell>> setenv bootcmd 'run bootcmd_custom_usb' Marvell>> setenv mtdparts 'mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs)' Marvell>> setenv set_bootargs 'setenv bootargs "console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial"' Marvell>> boot (Re)start USB... USB: Active port: 0 Register 10011 NbrPorts 1 USB EHCI 1.00 scanning bus for devices... 2 USB Device(s) found scanning bus for storage devices... 1 Storage Device(s) found Booting Debian from usb loading uImage ... Loading file "/boot/uImage" from usb device 0:1 (usbda1) 5043897 bytes read loading uInitrd ... Loading file "/boot/uInitrd" from usb device 0:1 (usbda1) 5275219 bytes read ## Booting kernel from Legacy Image at 02000000 ... Image Name: Linux-6.5.7-mvebu-370xp-tld-1 Created: 2024-02-27 22:53:24 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 5043833 Bytes = 4.8 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 03000000 ... Image Name: initramfs-6.5.7-mvebu-370xp-tld- Created: 2024-02-27 22:53:48 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 5275155 Bytes = 5 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK Loading Kernel Image ... OK Starting kernel ... [ 0.000000][ T0] Booting Linux on physical CPU 0x0 [ 0.000000][ T0] Linux version 6.5.7-mvebu-370xp-tld-1 (root@tldDebian) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #2 PREEMPT Thu Oct 19 18:31:43 PDT 2023 [ 0.000000][ T0] CPU: ARMv7 Processor [562f5842] revision 2 (ARMv7), cr=10c5387d [ 0.000000][ T0] CPU: div instructions available: patching division code [ 0.000000][ T0] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache [ 0.000000][ T0] OF: fdt: Machine model: NETGEAR ReadyNAS 2120 [ 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-0x000000002fffffff] [ 0.000000][ T0] HighMem [mem 0x0000000030000000-0x000000007fffffff] [ 0.000000][ T0] Movable zone start for each node [ 0.000000][ T0] Early memory node ranges [ 0.000000][ T0] node 0: [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000][ T0] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000][ T0] ------------[ cut here ]------------ [ 0.000000][ T0] WARNING: CPU: 0 PID: 0 at arch/arm/kernel/devtree.c:130 arm_dt_init_cpu_maps+0xbc/0x158 [ 0.000000][ T0] DT /cpu 2 nodes greater than max cores 1, capping them [ 0.000000][ T0] Modules linked in: [ 0.000000][ T0] CPU: 0 PID: 0 Comm: swapper Not tainted 6.5.7-mvebu-370xp-tld-1 #2 [ 0.000000][ T0] Hardware name: Marvell Armada 370/XP (Device Tree) [ 0.000000][ T0] unwind_backtrace from show_stack+0x10/0x14 [ 0.000000][ T0] show_stack from dump_stack_lvl+0x24/0x2c [ 0.000000][ T0] dump_stack_lvl from __warn+0x68/0xc4 [ 0.000000][ T0] __warn from warn_slowpath_fmt+0x88/0x114 [ 0.000000][ T0] warn_slowpath_fmt from arm_dt_init_cpu_maps+0xbc/0x158 [ 0.000000][ T0] arm_dt_init_cpu_maps from setup_arch+0x27c/0x4c0 [ 0.000000][ T0] setup_arch from start_kernel+0x4c/0x874 [ 0.000000][ T0] start_kernel from 0x0 [ 0.000000][ T0] ---[ end trace 0000000000000000 ]--- [ 0.000000][ T0] CPU: All CPU(s) started in SVC mode. [ 0.000000][ T0] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs) earlyprintk=serial mtdparts=pxa3xx_nand-0:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs) reason=normal bdtype=rn2120 [ 0.000000][ T0] Unknown kernel command line parameters "reason=normal bdtype=rn2120", will be passed to user space. [ 0.000000][ T0] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear) [ 0.000000][ T0] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000][ T0] Built 1 zonelists, mobility grouping on. Total pages: 522560 [ 0.000000][ T0] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000][ T0] Memory: 2053888K/2097152K available (10240K kernel code, 853K rwdata, 3416K rodata, 1024K init, 464K bss, 43264K reserved, 0K cma-reserved, 1310708K highmem) [ 0.000000][ T0] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 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] L2C: DT/platform modifies aux control register: 0x1a696b10 -> 0x1a696b12 [ 0.000000][ T0] Aurora cache controller enabled, 16 ways, 1024 kB [ 0.000000][ T0] Aurora: CACHE_ID 0x00000100, AUX_CTRL 0x1a696b12 [ 0.000000][ T0] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000][ T0] Switching to timer-based delay loop, resolution 40ns [ 0.000001][ T0] sched_clock: 32 bits at 25MHz, resolution 40ns, wraps every 85899345900ns [ 0.008497][ T0] clocksource: armada_370_xp_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns [ 0.020621][ T0] kfence: initialized - using 2097152 bytes for 255 objects at 0x(ptrval)-0x(ptrval) [ 0.030198][ T0] Console: colour dummy device 80x30 [ 0.035350][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=250000) [ 0.046364][ T0] CPU: Testing write buffer coherency: ok [ 0.051985][ T0] pid_max: default: 32768 minimum: 301 [ 0.061694][ T0] LSM: initializing lsm=capability,integrity [ 0.068484][ T0] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.076476][ T0] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.090425][ T1] RCU Tasks: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1. [ 0.098254][ T1] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1. [ 0.106609][ T1] Setting up static identity map for 0x100000 - 0x100060 [ 0.113789][ T1] mvebu-soc-id: MVEBU SoC ID=0x7823, Rev=0x2 [ 0.119719][ T1] mvebu-pmsu: Initializing Power Management Service Unit [ 0.126719][ T1] rcu: Hierarchical SRCU implementation. [ 0.132206][ T1] rcu: Max phase no-delay instances is 1000. [ 0.139606][ T1] devtmpfs: initialized [ 0.150021][ T1] VFP support v0.3: implementor 56 architecture 2 part 20 variant 9 rev 6 [ 0.158764][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.169279][ T1] futex hash table entries: 256 (order: -1, 3072 bytes, linear) [ 0.178160][ T1] prandom: seed boundary self test passed [ 0.186240][ T1] prandom: 100 self tests passed [ 0.191022][ T1] pinctrl core: initialized pinctrl subsystem [ 0.198675][ T1] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.205770][ T1] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.215980][ T1] audit: initializing netlink subsys (disabled) [ 0.222895][ T1] thermal_sys: Registered thermal governor 'step_wise' [ 0.222958][ T1] cpuidle: using governor ladder [ 0.234420][ T19] audit: type=2000 audit(0.200:1): state=initialized audit_enabled=0 res=1 [ 0.242863][ T1] cpuidle: using governor menu [ 0.247665][ T1] hw-breakpoint: Debug register access (0xee003e17) caused undefined instruction on CPU 0 [ 0.257367][ T1] hw-breakpoint: CPU 0 failed to disable vector catch [ 0.268244][ T1] platform soc: Fixed dependency cycle(s) with /soc/internal-regs/interrupt-controller@20a00 [ 0.450075][ T1] raid6: int32x8 gen() 230 MB/s [ 0.620075][ T1] raid6: int32x4 gen() 248 MB/s [ 0.790105][ T1] raid6: int32x2 gen() 391 MB/s [ 0.960108][ T1] raid6: int32x1 gen() 374 MB/s [ 0.965057][ T1] raid6: using algorithm int32x2 gen() 391 MB/s [ 1.140067][ T1] raid6: .... xor() 220 MB/s, rmw enabled [ 1.145620][ T1] raid6: using intx1 recovery algorithm [ 1.152247][ T1] SCSI subsystem initialized [ 1.157093][ T1] usbcore: registered new interface driver usbfs [ 1.163323][ T1] usbcore: registered new interface driver hub [ 1.169369][ T1] usbcore: registered new device driver usb [ 1.175468][ T1] pps_core: LinuxPPS API ver. 1 registered [ 1.181119][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.190932][ T1] PTP clock support registered [ 1.197458][ T1] vgaarb: loaded [ 1.201452][ T1] clocksource: Switched to clocksource armada_370_xp_clocksource [ 1.213397][ T1] VFS: Disk quotas dquot_6.6.0 [ 1.218190][ T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 1.237414][ T1] NET: Registered PF_INET protocol family [ 1.243188][ T1] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 1.252959][ T1] tcp_listen_portaddr_hash hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 1.262197][ T1] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 1.270622][ T1] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) [ 1.279093][ T1] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 1.286956][ T1] TCP: Hash tables configured (established 8192 bind 8192) [ 1.294376][ T1] MPTCP token hash table entries: 1024 (order: 1, 12288 bytes, linear) [ 1.302604][ T1] UDP hash table entries: 512 (order: 1, 8192 bytes, linear) [ 1.309817][ T1] UDP-Lite hash table entries: 512 (order: 1, 8192 bytes, linear) [ 1.317920][ T1] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 1.324773][ T1] RPC: Registered named UNIX socket transport module. [ 1.331366][ T1] RPC: Registered udp transport module. [ 1.336784][ T1] RPC: Registered tcp transport module. [ 1.342175][ T1] RPC: Registered tcp-with-tls transport module. [ 1.348330][ T1] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.355452][ T1] PCI: CLS 0 bytes, default 64 [ 1.360276][ T12] Trying to unpack rootfs image as initramfs... [ 1.366884][ T1] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available [ 1.394344][ T1] Initialise system trusted keyrings [ 1.399516][ T1] Key type blacklist registered [ 1.411698][ T1] workingset: timestamp_bits=14 max_order=19 bucket_order=5 [ 1.418914][ T1] zbud: loaded [ 1.452894][ T1] NFS: Registering the id_resolver key type [ 1.458673][ T1] Key type id_resolver registered [ 1.471504][ T1] Key type id_legacy registered [ 1.476335][ T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 1.491514][ T1] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 1.692756][ T1] jitterentropy: Initialization failed with host not compliant with requirements: 9 [ 1.711513][ T1] xor: measuring software checksum speed [ 1.741871][ T1] arm4regs : 1253 MB/sec [ 1.761474][ T1] 8regs : 909 MB/sec [ 1.789300][ T12] Freeing initrd memory: 5152K [ 1.793955][ T1] 32regs : 1138 MB/sec [ 1.798991][ T1] xor: using function: arm4regs (1253 MB/sec) [ 1.807371][ T1] async_tx: api initialized (async) [ 1.812480][ T1] Key type asymmetric registered [ 1.817257][ T1] Asymmetric key parser 'x509' registered [ 1.823223][ T1] bounce: pool size: 64 pages [ 1.828207][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 1.836875][ T1] io scheduler bfq registered [ 1.845308][ T1] armada-xp-pinctrl d0018000.pin-ctrl: registered pinctrl driver [ 1.857816][ T1] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.869322][ T1] debugfs: Directory 'd0018100.gpio' with parent 'regmap' already present! [ 1.878910][ T1] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.889615][ T1] debugfs: Directory 'd0018140.gpio' with parent 'regmap' already present! [ 1.899786][ T1] mvebu-pcie soc:pcie@82000000: host bridge /soc/pcie@82000000 ranges: [ 1.909268][ T1] mvebu-pcie soc:pcie@82000000: MEM 0x00d0040000..0x00d0041fff -> 0x0000040000 [ 1.918556][ T1] mvebu-pcie soc:pcie@82000000: MEM 0x00d0044000..0x00d0045fff -> 0x0000044000 [ 1.927963][ T1] mvebu-pcie soc:pcie@82000000: MEM 0x00d0048000..0x00d0049fff -> 0x0000048000 [ 1.937210][ T1] mvebu-pcie soc:pcie@82000000: MEM 0x00d004c000..0x00d004dfff -> 0x000004c000 [ 1.946458][ T1] mvebu-pcie soc:pcie@82000000: MEM 0x00d0080000..0x00d0081fff -> 0x0000080000 [ 1.955679][ T1] mvebu-pcie soc:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 1.965412][ T1] mvebu-pcie soc:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 1.975144][ T1] mvebu-pcie soc:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 1.984875][ T1] mvebu-pcie soc:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0200000000 [ 1.994607][ T1] mvebu-pcie soc:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0300000000 [ 2.004338][ T1] mvebu-pcie soc:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0300000000 [ 2.014068][ T1] mvebu-pcie soc:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0400000000 [ 2.023802][ T1] mvebu-pcie soc:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0400000000 [ 2.033554][ T1] mvebu-pcie soc:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0500000000 [ 2.043282][ T1] mvebu-pcie soc:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0500000000 [ 2.053932][ T1] mvebu-pcie soc:pcie@82000000: PCI host bridge to bus 0000:00 [ 2.061307][ T1] pci_bus 0000:00: root bus resource [bus 00-ff] [ 2.067730][ T1] pci_bus 0000:00: root bus resource [mem 0xd0040000-0xd0041fff] (bus address [0x00040000-0x00041fff]) [ 2.078601][ T1] pci_bus 0000:00: root bus resource [mem 0xd0044000-0xd0045fff] (bus address [0x00044000-0x00045fff]) [ 2.089463][ T1] pci_bus 0000:00: root bus resource [mem 0xd0048000-0xd0049fff] (bus address [0x00048000-0x00049fff]) [ 2.100319][ T1] pci_bus 0000:00: root bus resource [mem 0xd004c000-0xd004dfff] (bus address [0x0004c000-0x0004dfff]) [ 2.111177][ T1] pci_bus 0000:00: root bus resource [mem 0xd0080000-0xd0081fff] (bus address [0x00080000-0x00081fff]) [ 2.122053][ T1] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xffdfffff] [ 2.129598][ T1] pci_bus 0000:00: root bus resource [io 0x1000-0xeffff] [ 3.411464][ T1] pci 0000:00:01.0: not ready after 1023ms; waiting [ 4.511463][ T1] pci 0000:00:01.0: not ready after 2047ms; waiting [ 6.591463][ T1] pci 0000:00:01.0: not ready after 4095ms; waiting [ 10.751463][ T1] pci 0000:00:01.0: not ready after 8191ms; waiting [ 19.071464][ T1] pci 0000:00:01.0: not ready after 16383ms; waiting [ 35.711463][ T1] pci 0000:00:01.0: not ready after 32767ms; waiting [ 68.991472][ T1] pci 0000:00:01.0: not ready after 65535ms; giving up [ 68.998271][ T1] pci 0000:00:02.0: [11ab:7823] type 01 class 0x060400 [ 69.005711][ T1] pci 0000:00:05.0: [11ab:7823] type 01 class 0x060400 [ 69.014477][ T1] PCI: bus0: Fast back to back transfers disabled [ 69.020739][ T1] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 69.029915][ T1] pci 0000:00:05.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 69.038882][ T1] pci 0000:01:00.0: [1b4b:9170] type 00 class 0x010601 [ 69.045869][ T1] pci 0000:01:00.0: reg 0x10: [io 0xfffffff8-0xffffffff] [ 69.052860][ T1] pci 0000:01:00.0: reg 0x14: [io 0xfffffffc-0xffffffff] [ 69.059807][ T1] pci 0000:01:00.0: reg 0x18: [io 0xfffffff8-0xffffffff] [ 69.066829][ T1] pci 0000:01:00.0: reg 0x1c: [io 0xfffffffc-0xffffffff] [ 69.073801][ T1] pci 0000:01:00.0: reg 0x20: [io 0xfffffff0-0xffffffff] [ 69.080747][ T1] pci 0000:01:00.0: reg 0x24: [mem 0x42000000-0x420001ff] [ 69.087718][ T1] pci 0000:01:00.0: reg 0x30: [mem 0xd0000000-0xd000ffff pref] [ 69.095134][ T1] pci 0000:01:00.0: Enabling fixed DMA alias to 00.1 [ 69.101700][ T1] pci 0000:01:00.0: PME# supported from D3hot [ 69.108006][ T1] pci 0000:00:02.0: ASPM: current common clock configuration is inconsistent, reconfiguring [ 69.141560][ T1] PCI: bus1: Fast back to back transfers disabled [ 69.147817][ T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 69.155419][ T1] pci 0000:02:00.0: [1b73:1009] type 00 class 0x0c0330 [ 69.162357][ T1] pci 0000:02:00.0: reg 0x10: [mem 0x48000000-0x4800ffff 64bit] [ 69.169829][ T1] pci 0000:02:00.0: reg 0x18: [mem 0x48010000-0x48010fff 64bit] [ 69.177333][ T1] pci 0000:02:00.0: reg 0x20: [mem 0x48011000-0x48011fff 64bit] [ 69.184889][ T1] pci 0000:02:00.0: supports D1 [ 69.189580][ T1] pci 0000:02:00.0: PME# supported from D0 D1 D3hot D3cold [ 69.197051][ T1] pci 0000:00:05.0: ASPM: current common clock configuration is inconsistent, reconfiguring [ 69.231520][ T1] PCI: bus2: Fast back to back transfers disabled [ 69.237776][ T1] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 [ 69.245178][ T1] pci 0000:00:02.0: BAR 14: assigned [mem 0xf8000000-0xf80fffff] [ 69.252759][ T1] pci 0000:00:05.0: BAR 14: assigned [mem 0xf8100000-0xf81fffff] [ 69.260308][ T1] pci 0000:00:02.0: BAR 13: assigned [io 0x10000-0x10fff] [ 69.267386][ T1] pci 0000:01:00.0: BAR 6: assigned [mem 0xf8000000-0xf800ffff pref] [ 69.275293][ T1] pci 0000:01:00.0: BAR 5: assigned [mem 0xf8010000-0xf80101ff] [ 69.282765][ T1] pci 0000:01:00.0: BAR 4: assigned [io 0x10000-0x1000f] [ 69.289706][ T1] pci 0000:01:00.0: BAR 0: assigned [io 0x10010-0x10017] [ 69.296659][ T1] pci 0000:01:00.0: BAR 2: assigned [io 0x10018-0x1001f] [ 69.303611][ T1] pci 0000:01:00.0: BAR 1: assigned [io 0x10020-0x10023] [ 69.310553][ T1] pci 0000:01:00.0: BAR 3: assigned [io 0x10024-0x10027] [ 69.317506][ T1] pci 0000:00:02.0: PCI bridge to [bus 01] [ 69.323157][ T1] pci 0000:00:02.0: bridge window [io 0x10000-0x10fff] [ 69.330104][ T1] pci 0000:00:02.0: bridge window [mem 0xf8000000-0xf80fffff] [ 69.337585][ T1] pci 0000:02:00.0: BAR 0: assigned [mem 0xf8100000-0xf810ffff 64bit] [ 69.345582][ T1] pci 0000:02:00.0: BAR 2: assigned [mem 0xf8110000-0xf8110fff 64bit] [ 69.353598][ T1] pci 0000:02:00.0: BAR 4: assigned [mem 0xf8111000-0xf8111fff 64bit] [ 69.361596][ T1] pci 0000:00:05.0: PCI bridge to [bus 02] [ 69.367241][ T1] pci 0000:00:05.0: bridge window [mem 0xf8100000-0xf81fffff] [ 69.374852][ T1] pcieport 0000:00:02.0: enabling device (0140 -> 0143) [ 69.381759][ T1] pcieport 0000:00:05.0: enabling device (0140 -> 0142) [ 69.389739][ T1] mv_xor d0060900.xor: Marvell shared XOR driver [ 69.453060][ T1] mv_xor d0060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 69.464475][ T1] mv_xor d00f0900.xor: Marvell shared XOR driver [ 69.533104][ T1] mv_xor d00f0900.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 69.750794][ T1] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 69.768276][ T1] printk: console [ttyS0] disabled [ 69.798793][ T1] d0012000.serial: ttyS0 at MMIO 0xd0012000 (irq = 30, base_baud = 15625000) is a 16550A [ 69.808725][ T1] printk: console [ttyS0] enabled [ 69.808725][ T1] printk: console [ttyS0] enabled [ 69.818660][ T1] printk: bootconsole [earlycon0] disabled [ 69.818660][ T1] printk: bootconsole [earlycon0] disabled [ 69.852747][ T1] ahci 0000:01:00.0: enabling device (0146 -> 0147) [ 69.859462][ T1] ahci 0000:01:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode [ 69.870888][ T1] ahci 0000:01:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs [ 69.882810][ T1] scsi host0: ahci [ 69.887944][ T1] scsi host1: ahci [ 69.892393][ T1] ata1: SATA max UDMA/133 abar m512@0xf8010000 port 0xf8010100 irq 32 [ 69.900432][ T1] ata2: SATA max UDMA/133 abar m512@0xf8010000 port 0xf8010180 irq 32 [ 69.909732][ T1] sata_mv d00a0000.sata: slots 32 ports 2 [ 69.919932][ T1] scsi host2: sata_mv [ 69.925114][ T1] scsi host3: sata_mv [ 69.929252][ T1] ata3: SATA max UDMA/133 irq 33 [ 69.934920][ T1] ata4: SATA max UDMA/133 irq 33 [ 69.940786][ T1] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1 [ 69.949211][ T1] nand: Hynix H27U1G8F2BTR-BC [ 69.953892][ T1] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 69.962593][ T1] Bad block table found at page 65472, version 0x01 [ 69.969383][ T1] Bad block table found at page 65408, version 0x01 [ 69.976054][ T1] nand_read_bbt: bad block at 0x000005de0000 [ 69.981930][ T1] nand_read_bbt: bad block at 0x000005e00000 [ 69.987847][ T1] 5 cmdlinepart partitions found on MTD device pxa3xx_nand-0 [ 69.995111][ T1] Creating 5 MTD partitions on "pxa3xx_nand-0": [ 70.001229][ T1] 0x000000000000-0x000000180000 : "u-boot" [ 70.008737][ T1] 0x000000180000-0x0000001a0000 : "u-boot-env" [ 70.017500][ T1] 0x000000200000-0x000000800000 : "uImage" [ 70.025927][ T1] 0x000000800000-0x000000c00000 : "minirootfs" [ 70.034685][ T1] 0x000000c00000-0x000008000000 : "ubifs" [ 70.044671][ T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 70.055385][ T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 70.113252][ T1] mvneta d0070000.ethernet eth0: Using random mac address aa:89:c9:e0:b8:d0 [ 70.127785][ T1] mvneta d0074000.ethernet eth1: Using random mac address 12:88:5b:60:4f:3f [ 70.138984][ T1] usbcore: registered new interface driver smsc75xx [ 70.146996][ T1] orion-ehci d0050000.usb: EHCI Host Controller [ 70.153582][ T1] orion-ehci d0050000.usb: new USB bus registered, assigned bus number 1 [ 70.162193][ T1] orion-ehci d0050000.usb: irq 37, io mem 0xd0050000 [ 70.191470][ T1] orion-ehci d0050000.usb: USB 2.0 started, EHCI 1.00 [ 70.198400][ T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05 [ 70.207440][ T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 70.215429][ T1] usb usb1: Product: EHCI Host Controller [ 70.221054][ T1] usb usb1: Manufacturer: Linux 6.5.7-mvebu-370xp-tld-1 ehci_hcd [ 70.228686][ T1] usb usb1: SerialNumber: d0050000.usb [ 70.234928][ T1] hub 1-0:1.0: USB hub found [ 70.239918][ T1] hub 1-0:1.0: 1 port detected [ 70.244615][ T674] ata1: SATA link down (SStatus 0 SControl 300) [ 70.252241][ T1] usbcore: registered new interface driver usblp [ 70.259860][ T679] ata2: SATA link down (SStatus 0 SControl 300) [ 70.266284][ T1] usbcore: registered new interface driver usb-storage [ 70.273072][ T695] ata3: SATA link down (SStatus 0 SControl F300) [ 70.280286][ T1] mousedev: PS/2 mouse device common for all mice [ 70.288688][ T1] i2c_dev: i2c /dev entries driver [ 70.296039][ T1] mv64xxx_i2c d0011000.i2c: can't get pinctrl, bus recovery not supported [ 70.307772][ T1] rtc-ds1307 0-0068: 'wakeup-source' is set, request for an IRQ is disabled! [ 70.319554][ T1] rtc-ds1307 0-0068: registered as rtc0 [ 70.326288][ T1] rtc-ds1307 0-0068: setting system clock to 2024-03-02T09:32:16 UTC (1709371936) [ 70.439436][ T1] orion_wdt: Initial timeout 171 sec [ 70.446440][ T1] device-mapper: uevent: version 1.0.3 [ 70.452817][ T1] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com [ 70.462635][ T1] device-mapper: multipath round-robin: version 1.2.0 loaded [ 70.469888][ T1] device-mapper: multipath queue-length: version 0.2.0 loaded [ 70.477375][ T1] device-mapper: multipath service-time: version 0.3.0 loaded [ 70.484817][ T1] device-mapper: dm-log-userspace: version 1.3.0 loaded [ 70.493109][ T1] sdhci: Secure Digital Host Controller Interface driver [ 70.500011][ T1] sdhci: Copyright(c) Pierre Ossman [ 70.506177][ T1] sdhci-pltfm: SDHCI platform and OF driver helper [ 70.518015][ T1] marvell-cesa d0090000.crypto: CESA device successfully registered [ 70.526428][ T1] hid: raw HID events driver (C) Jiri Kosina [ 70.532354][ T100] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 70.541333][ T1] usbcore: registered new interface driver usbhid [ 70.548437][ T1] usbhid: USB HID core driver [ 70.554213][ T1] NET: Registered PF_INET6 protocol family [ 70.561675][ T1] Segment Routing with IPv6 [ 70.566115][ T1] RPL Segment Routing with IPv6 [ 70.570935][ T1] In-situ OAM (IOAM) with IPv6 [ 70.575711][ T1] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 70.584234][ T1] NET: Registered PF_PACKET protocol family [ 70.590904][ T1] 8021q: 802.1Q VLAN Support v1.8 [ 70.595912][ T1] Key type dns_resolver registered [ 70.601204][ T1] ThumbEE CPU extension supported. [ 70.606259][ T1] Registering SWP/SWPB emulation handler [ 70.621953][ T700] ata4: SATA link down (SStatus 0 SControl F300) [ 70.710458][ T1] registered taskstats version 1 [ 70.716709][ T1] Loading compiled-in X.509 certificates [ 70.734856][ T1] Key type .fscrypt registered [ 70.739501][ T1] Key type fscrypt-provisioning registered [ 70.745335][ T1] Key type big_key registered [ 70.756203][ T100] usb 1-1: New USB device found, idVendor=05dc, idProduct=c75c, bcdDevice= 1.02 [ 70.771576][ T100] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 70.779449][ T100] usb 1-1: Product: USB Flash Drive [ 70.798743][ T100] usb 1-1: Manufacturer: Lexar [ 70.803519][ T1] Key type encrypted registered [ 70.811632][ T100] usb 1-1: SerialNumber: 20131017233031296A5A [ 70.820130][ T1] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 70.828940][ T100] usb-storage 1-1:1.0: USB Mass Storage device detected [ 70.837066][ T1] clk: Disabling unused clocks [ 70.845654][ T1] Freeing unused kernel image (initmem) memory: 1024K [ 70.852862][ T100] scsi host4: usb-storage 1-1:1.0 [ 70.873491][ T1] Checked W+X mappings: passed, no W+X pages found [ 70.879888][ T1] Run /init as init process Loading, please wait... Starting systemd-udevd version 252.19-1~deb12u1 [ 71.873635][ T684] scsi 4:0:0:0: Direct-Access Lexar USB Flash Drive 8.07 PQ: 0 ANSI: 4 [ 71.896222][ T35] sd 4:0:0:0: [sda] 15351808 512-byte logical blocks: (7.86 GB/7.32 GiB) [ 71.912469][ T35] sd 4:0:0:0: [sda] Write Protect is off [ 71.931505][ T35] sd 4:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 71.958008][ T35] sda: sda1 [ 71.973585][ T35] sd 4:0:0:0: [sda] Attached SCSI removable disk [ 72.621689][ T1274] usbcore: registered new interface driver uas [ 72.723531][ T1273] mtdblock: MTD device 'u-boot-env' is NAND, please consider using UBI block devices instead. [ 72.736812][ T1287] mtdblock: MTD device 'u-boot' is NAND, please consider using UBI block devices instead. [ 72.753621][ T1278] mtdblock: MTD device 'uImage' is NAND, please consider using UBI block devices instead. [ 72.764169][ T1274] mtdblock: MTD device 'minirootfs' is NAND, please consider using UBI block devices instead. [ 72.776832][ T1279] mtdblock: MTD device 'ubifs' is NAND, please consider using UBI block devices instead. Begin: Loading essential drivers ... done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. Begin: Will now check root file system ... fsck from util-linux 2.38.1 [/sbin/fsck.ext3 (1) -- /dev/sda1] fsck.ext3 -a -C0 /dev/sda1 rootfs: recovering journal rootfs: clean, 26771/480496 files, 290437/1918720 blocks done. [ 88.439645][ T1307] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem [ 88.520480][ T1307] EXT4-fs (sda1): mounted filesystem fc59c260-6003-47cc-a825-1bf226996f9b 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...[ 92.109436][ T1488] lm75 0-004c: supply vs not found, using dummy regulator [ 92.235837][ T1488] hwmon hwmon4: temp1_input not attached to any thermal zone [ 92.295400][ T1496] mtdblock: MTD device 'u-boot' is NAND, please consider using UBI block devices instead. [ 92.312219][ T1489] mtdblock: MTD device 'u-boot-env' is NAND, please consider using UBI block devices instead. [ 92.331780][ T1500] mtdblock: MTD device 'uImage' is NAND, please consider using UBI block devices instead. [ 92.378794][ T1488] lm75 0-004c: hwmon4: sensor 'g751' [ 92.458070][ T1501] mtdblock: MTD device 'minirootfs' is NAND, please consider using UBI block devices instead. [ 92.482635][ T1488] mtdblock: MTD device 'ubifs' is NAND, please consider using UBI block devices instead. [ 92.607465][ T1497] xhci_hcd 0000:02:00.0: xHCI Host Controller [ 92.689603][ T1487] sd 4:0:0:0: Attached scsi generic sg0 type 0 [ 92.758585][ T1497] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2 [ 92.899966][ T1497] xhci_hcd 0000:02:00.0: hcc params 0x200073a1 hci version 0x100 quirks 0x0000000000080010 [ 93.101717][ T1497] xhci_hcd 0000:02:00.0: xHCI Host Controller [ 93.212786][ T1497] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 3 [ 93.220960][ T1497] xhci_hcd 0000:02:00.0: Host supports USB 3.0 SuperSpeed [ 93.445510][ T1497] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05 [ 93.616437][ T1497] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 93.664561][ T1497] usb usb2: Product: xHCI Host Controller [ 93.670176][ T1497] usb usb2: Manufacturer: Linux 6.5.7-mvebu-370xp-tld-1 xhci-hcd [ 93.884115][ T1497] usb usb2: SerialNumber: 0000:02:00.0 [ 93.971760][ T1497] hub 2-0:1.0: USB hub found [ 94.012979][ T1497] hub 2-0:1.0: 2 ports detected [ 94.054115][ T1497] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM. [ 94.135478][ T1497] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05 [ 94.213646][ T1497] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 94.286989][ T1497] usb usb3: Product: xHCI Host Controller [ 94.338759][ T1497] usb usb3: Manufacturer: Linux 6.5.7-mvebu-370xp-tld-1 xhci-hcd [ 94.408557][ T1497] usb usb3: SerialNumber: 0000:02:00.0 [ 94.463791][ T1497] hub 3-0:1.0: USB hub found [ 94.504750][ T1497] hub 3-0:1.0: 2 ports detected done. Activating swap:. [ 96.023467][ T1649] EXT4-fs (sda1): re-mounted fc59c260-6003-47cc-a825-1bf226996f9b 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. [ 97.591482][ C0] random: crng init done Initializing random number generator...done. [ 98.071571][ T2039] mvneta d0070000.ethernet eth0: PHY [d0072004.mdio-mii:00] driver [Marvell 88E1318S] (irq=POLL) [ 98.089085][ T2039] mvneta d0070000.ethernet eth0: configuring for phy/rgmii-id link mode 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/ Listening on LPF/eth0/c2:90:9a:b0:fd:d6 Sending on LPF/eth0/c2:90:9a:b0:fd:d6 Sending on Socket/fallback DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4 [ 102.272063][ T905] mvneta d0070000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 11 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 15 DHCPOFFER of 10.11.15.78 from 10.11.15.1 DHCPREQUEST for 10.11.15.78 on eth0 to 255.255.255.255 port 67 DHCPACK of 10.11.15.78 from 10.11.15.1 bound to 10.11.15.78 -- renewal in 2757 seconds. done. 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... 2190 (syslogd) . Starting periodic command scheduler: cron. Starting NTP server: ntpd2024-03-02T01:33:03 ntpd[2248]: INIT: ntpd ntpsec-1.2.2: Starting 2024-03-02T01:33:03 ntpd[2248]: INIT: Command line: /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 104:109 . Starting NTP server: ntpd. Starting system message bus: dbus. Starting OpenBSD Secure Shell server: sshd. Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon. Starting busybox' klogd implementation : klogdStarting /sbin/klogd... 2219 (klogd) . Running local boot scripts (/etc/rc.local) [ 119.469677][ T2284] Setting Persistent MAC address to 28:C6:8E:35:86:60 <13>Mar 2 01:33:05 root[2291]: Setting Persistent MAC address to 28:C6:8E:35:86:60 Killed old client process 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/ Listening on LPF/eth0/c2:90:9a:b0:fd:d6 Sending on LPF/eth0/c2:90:9a:b0:fd:d6 Sending on Socket/fallback DHCPRELEASE of 10.11.15.78 on eth0 to 10.11.15.1 port 67 [ 120.685601][ T100] mvneta d0070000.ethernet eth0: Link is Down 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/ [ 120.817135][ T2323] mvneta d0070000.ethernet eth0: PHY [d0072004.mdio-mii:00] driver [Marvell 88E1318S] (irq=POLL) [ 120.827826][ T2323] mvneta d0070000.ethernet eth0: configuring for phy/rgmii-id link mode Listening on LPF/eth0/28:c6:8e:35:86:60 Sending on LPF/eth0/28:c6:8e:35:86:60 Sending on Socket/fallback DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5 [ 123.951965][ T100] mvneta d0070000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 19 DHCPOFFER of 10.11.15.78 from 10.11.15.1 DHCPREQUEST for 10.11.15.78 on eth0 to 255.255.255.255 port 67 DHCPACK of 10.11.15.78 from 10.11.15.1 bound to 10.11.15.78 -- renewal in 3194 seconds. . Debian GNU/Linux 12 debian ttyS0 debian login: root Password: Linux debian 6.5.7-mvebu-370xp-tld-1 #2 PREEMPT Thu Oct 19 18:31:43 PDT 2023 armv7l The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Fri Mar 1 06:51:02 PST 2024 on ttyS0 debian 10.11.15.78 NETGEAR ReadyNAS 2120 Linux version 6.5.7-mvebu-370xp-tld-1 (root@tldDebian) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #2 PREEMPT Thu Oct 19 18:31:43 PDT 2023 Debian 12.4 Sat Mar 2 01:33:42 PST 2024 up 2 minutes root@debian:~# cat /proc/mtd dev: size erasesize name mtd0: 00180000 00020000 "u-boot" mtd1: 00020000 00020000 "u-boot-env" mtd2: 00600000 00020000 "uImage" mtd3: 00400000 00020000 "minirootfs" mtd4: 07400000 00020000 "ubifs" root@debian:~# cat /etc/fw_env.config # MTD device name Device offset Env. size Flash sector size Number of sectors /dev/mtd1 0x0 0x20000 0x20000 root@debian:~# fw_printenv AC_Power_fail_detect=open CASset=min HW_version=MVT MALLOC_len=5 MPmode=smp Manufacturer=NETGEAR Product=ReadyNAS 2120 SKUNum=RN2120 SerialNum=3GB438E8002B2 Startup=Normal UUID=d612f834-071c-11e3-b44c-28c68e358660 Version=V1.0 amp_enable=no autoload=no boot_order=hd_scr hd_img pxe net_img net_scr bootargs=console=ttyS0,115200 pm_disable=yes mv_cpu_count=2 bootargs_dflt=$console $mtdparts $bootargs_root nfsroot=$serverip:$rootpath ip=$ipaddr:$serverip$bootargs_end $mvNetConfig video=dovefb:lcd0:$lcd0_params clcd.lcd0_enable=$lcd0_enable clcd.lcd_panel=$lcd_panel bootargs_end=:10.4.50.254:255.255.255.0:DSMP:eth0:none bootargs_root=root=/dev/nfs rw bootcmd=nand read 0x2000000 0x200000 0x400000; nand read 0x3000000 0x800000 0x400000; bootm 0x2000000 0x3000000 0x1000000 bootcmd_auto=stage_boot $boot_order bootcmd_fdt=tftpboot 0x2000000 $image_name;tftpboot $fdtaddr $fdtfile;setenv bootargs $console $mtdparts $bootargs_root nfsroot=$serverip:$rootpath ip=$ipaddr:$serverip$bootargs_end $mvNetConfig video=dovefb:lcd0:$lcd0_params clcd.lcd0_enable=$lcd0_enable clcd.lcd_panel=$lcd_panel; bootz 0x2000000 - $fdtaddr; bootcmd_lgcy=tftpboot 0x2000000 $image_name; setenv bootargs $bootargs_dflt; bootm 0x2000000; bootcmd_ubi=ubi part ubifs; ubifsmount rootfs; ubifsload 0x2000000 kernel; ubifsload 0x3000000 initrd.gz; bootm 0x2000000 0x3000000 0x1000000 bootdelay=0 cacheShare=no console=console=ttyS0,115200 device_partition=0:1 disL2Cache=yes disL2Prefetch=yes disaMvPnp=no eeeEnable=no enaAutoRecovery=yes enaClockGating=no enaCpuStream=no enaDCPref=yes enaFPU=yes enaICPref=yes enaLPAE=no enaMonExt=no enaWrAllo=no envver=3 eth1addr=28:C6:8E:35:86:61 eth1mtu=1500 eth2addr=00:50:43:00:00:02 eth2mtu=1500 eth3addr=00:50:43:02:00:00 eth3mtu=1500 ethact=egiga1 ethaddr=28:C6:8E:35:86:60 ethmtu=1500 ethprime=egiga1 fdt_addr=2040000 fdt_skip_update=no fdtaddr=0x1000000 fdtfile=armada-xp-db.dtb ide_path=/ image_name=uImage initrd_name=uInitrd kernel_addr_r=2080000 lcd0_enable=0 lcd0_params=640x480-16@60 lcd_panel=0 loadaddr=0x02000000 mtdids=nand0=armada-nand mtdparts=mtdparts=armada-nand:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs) mvNetConfig=mv_net_config=4,(00:50:43:11:11:11,0:1:2:3),mtu=1500 mv_pon_addr=00:50:43:02:00:00 nandEcc=1bit netbsd_en=no netretry=no pcieTune=no pexMode=rc pxe_files_load=:default.arm-armadaxp-db:default.arm-armadaxp:default.arm pxefile_addr_r=3100000 ramdisk_addr_r=2880000 rcvrip=169.254.100.100 sata_delay_reset=0 sata_dma_mode=yes script_addr_r=3000000 script_name=boot.scr setL2CacheWT=no standalone=fsload 0x2000000 $image_name;setenv bootargs $console $mtdparts root=/dev/mtdblock0 rw ip=$ipaddr:$serverip$bootargs_end; bootm 0x2000000; stderr=serial stdin=serial stdout=serial usb0Mode=host usb1Mode=host usb2Mode=host usbActive=0 vxworks_en=no yuk_ethaddr=00:00:00:EE:51:81 root@debian:~#
Re: Debian on ReadyNas RN2120 March 02, 2024 04:06AM |
Registered: 9 months ago Posts: 27 |
Re: Debian on ReadyNas RN2120 March 02, 2024 02:00PM |
Admin Registered: 13 years ago Posts: 19,106 |
make nsa310s_defconfig makeAnd then check the ./tools/ directory.
Re: Debian on ReadyNas RN2120 March 02, 2024 05:32PM |
Admin Registered: 13 years ago Posts: 19,106 |
Re: Debian on ReadyNas RN2120 March 03, 2024 05:45AM |
Registered: 9 months ago Posts: 27 |
root@poepi:/home/pi# ./kwboot_static -a -b uboot.2024.04-rc3-tld-1.ds414.kwb -t /dev/ttyAMA4 -p kwboot version 2024.04-rc3-00001-g0861eab8ec-dirty Detected kwbimage v1 with SPI boot signature Patching image boot signature to UART Aligning image header to Xmodem block size Sending boot message. Please reboot the target...- Sending boot image header (86272 bytes)... 0 % [......................................................................] 10 % [..................................E xmodem: Protocol error root@poepi:/home/pi# ./kwboot_static -a -b uboot.2024.04-rc3-tld-1.ds414.kwb -t /dev/ttyAMA4 -p kwboot version 2024.04-rc3-00001-g0861eab8ec-dirty Detected kwbimage v1 with SPI boot signature Patching image boot signature to UART Aligning image header to Xmodem block size Sending boot message. Please reboot the target...\ Sending boot image header (86272 bytes)... 0 % [......................................................................] 10 % [...............................................E xmodem: Protocol error root@poepi:/home/pi# ./kwboot_static -a -b uboot.2024.04-rc3-tld-1.ds414.kwb -t /dev/ttyAMA4 -p -B 9600 kwboot version 2024.04-rc3-00001-g0861eab8ec-dirty Detected kwbimage v1 with SPI boot signature Patching image boot signature to UART Injecting binary header code for changing baudrate to 9600 Bd Injecting code for changing baudrate back Aligning image header to Xmodem block size Sending boot message. Please reboot the target...\ Sending boot image header (86656 bytes)... 0 % [......................................................................] 10 % [............................................E
Re: Debian on ReadyNas RN2120 March 03, 2024 02:59PM |
Admin Registered: 13 years ago Posts: 19,106 |