Re: Iomega ix4-200d U-boot needed July 14, 2022 04:25PM |
Admin Registered: 13 years ago Posts: 18,997 |
cat /proc/mtd cat /etc/fw_env.config fw_printenv
flash_erase /dev/mtd1
nandwrite /dev/mtd1 mtd1-ix4-200d.img
Re: Iomega ix4-200d U-boot needed August 03, 2022 07:35PM |
Registered: 2 years ago Posts: 52 |
Re: Iomega ix4-200d U-boot needed August 03, 2022 10:48PM |
Admin Registered: 13 years ago Posts: 18,997 |
ide reset ide partAnd it will show the capacity. But based on your log above, it already seems wrong.
Re: Iomega ix4-200d U-boot needed August 04, 2022 10:43AM |
Registered: 2 years ago Posts: 52 |
Marvell>> ide part no IDE devices available Marvell>> printenv bootdelay=1 baudrate=115200 loads_echo=0 ipaddr=10.4.50.165 serverip=10.4.50.5 rootpath=/mnt/ARM_FS/ netmask=255.255.255.0 run_diag=yes CASset=min MALLOC_len=1 ethprime=egiga0 bootargs_root=root=/dev/nfs rw bootargs_end=:::DB88FXX81:eth0:none image_name=uImage console=console=ttyS0,115200 mtdparts=nand_mtd:0xa0000@0x0(uboot),0x00010000@0x000a0000(param),32m@0x0(flash) standalone=fsload 0x2000000 $(image_name);setenv bootargs $(console) root=/dev/mtdblock0 rw ip=$(ipaddr):$(serverip)$(bootargs_end); bootm 0x2000000; ethmtu=1500 mvNetConfig=mv_net_config=(00:11:88:0f:62:81,0:1:2:3),mtu=1500 usb0Mode=host nandEcc=1bit netretry=no rcvrip=169.254.100.100 loadaddr=0x02000000 autoload=no ethact=egiga0 uboot_start=0x0 uboot_size=0xa0000 env_start=0xa0000 env_size=0x10000 kernel_start=0xb0000 kernel_size=0x224000 flash_load=run make_boot_args;nand read.e 0x2000000 $(kernel_start) $(kernel_size);nand read.e 0x12000000 $(initrd_start) $(initrd_size);bootm 0x2000000 0x12000000 make_boot_args=setenv bootargs console=ttyS0,115200 mtdparts=nand_mtd:;setenv bootargs $(bootargs)$(uboot_size)@$(uboot_start)(uboot),;setenv bootargs $(bootargs)$(env_size)@$(env_start)(env),;setenv bootargs $(bootargs)$(kernel_size)@$(kernel_start)(zImage),;setenv bootargs $(bootargs)$(initrd_size)@$(initrd_start)(initrd),;setenv bootargs $(bootargs)32m@0x0(flash); mfgmodel=ix4 fw_ver=v1_0_7_213010908 preroot_ver=0.1.5 serial_number=5560Y01011G10400389J0F1 serialno=EUB040B8A1 modelname=31852200 runintime=1200 ftpserver=192.168.43.4 testfile=100M mfgtest_state=system_tested_ok initrd_size=0x2f0000 uboot_ver=v1.1.1 ethaddr=00:d0:b8:13:1d:15 load_uimage=ext2load ide 0:1 0x800000 /boot/uImage load_uinitrd=ext2load ide 0:1 0x1100000 /boot/uInitrd sata_boot=ide reset; run load_uimage; run load_uinitrd; bootm 0x800000 0x1100000 bootcmd=run sata_boot stdin=serial stdout=serial stderr=serial mainlineLinux=no enaMonExt=no enaCpuStream=no enaWrAllo=no pexMode=RC disL2Cache=no setL2CacheWT=yes disL2Prefetch=yes enaICPref=yes enaDCPref=yes sata_dma_mode=yes netbsd_en=no vxworks_en=no initrd_start=0x2d4000 disaMvPnp=no eth1addr=00:d0:b8:13:1d:16 enaAutoRecovery=yes pcieTune=no Environment size: 2165/16380 bytes Marvell>>
Re: Iomega ix4-200d U-boot needed August 04, 2022 04:03PM |
Admin Registered: 13 years ago Posts: 18,997 |
scsi reset
Re: Iomega ix4-200d U-boot needed August 04, 2022 06:20PM |
Registered: 2 years ago Posts: 52 |
Marvell>> scsi reset Reset SCSI scanning bus for devices... Device 0: (0:0) Vendor: ATA Prod.: ST6000NM021A-2R7 Rev: SN03 Type: Hard Disk Capacity: 1528862.5 MB = 1493.0 GB (3131110576 x 512) Device 1: (1:0) Vendor: ATA Prod.: ST6000NM021A-2R7 Rev: SN03 Type: Hard Disk Capacity: 1528862.5 MB = 1493.0 GB (3131110576 x 512) Marvell>> scsi part Partition Map for SCSI device 0 -- Partition Type: DOS Partition Start Sector Num Sectors Type 1 1 -1 ee Partition Map for SCSI device 1 -- Partition Type: DOS Partition Start Sector Num Sectors Type 1 1 -1 ee Marvell>>
setenv load_uimage 'ext2load scsi 0:1 0x800000 /boot/uImage' setenv load_uinitrd 'ext2load scsi 0:1 0x1100000 /boot/uInitrd' setenv sata_boot 'scsi reset; run load_uimage; run load_uinitrd; bootm 0x800000 0x1100000' setenv bootcmd 'run sata_boot'
Marvell>> setenv load_uimage 'ext2load scsi 0:1 0x800000 /boot/uImage' Marvell>> setenv load_uinitrd 'ext2load scsi 0:1 0x1100000 /boot/uInitrd' Marvell>> setenv sata_boot 'scsi reset; run load_uimage; run load_uinitrd; bootm 0x800000 0x1100000' Marvell>> setenv bootcmd 'run sata_boot' Marvell>> boot Reset SCSI scanning bus for devices... Device 0: (0:0) Vendor: ATA Prod.: ST6000NM021A-2R7 Rev: SN03 Type: Hard Disk Capacity: 1528862.5 MB = 1493.0 GB (3131110576 x 512) Device 1: (1:0) Vendor: ATA Prod.: ST6000NM021A-2R7 Rev: SN03 Type: Hard Disk Capacity: 1528862.5 MB = 1493.0 GB (3131110576 x 512) Failed to mount ext2 filesystem... ** Bad ext2 partition or disk - scsi 0:1 ** Failed to mount ext2 filesystem... ** Bad ext2 partition or disk - scsi 0:1 ** ## Booting image at 00800000 ... Bad Magic Number Marvell>>
Re: Iomega ix4-200d U-boot needed August 04, 2022 06:32PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Iomega ix4-200d U-boot needed August 04, 2022 07:00PM |
Registered: 2 years ago Posts: 52 |
Re: Iomega ix4-200d U-boot needed August 05, 2022 12:40AM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Iomega ix4-200d U-boot needed August 05, 2022 01:16AM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Iomega ix4-200d U-boot needed August 05, 2022 08:16AM |
Registered: 2 years ago Posts: 52 |
https://web.archive.org/web/20170620092058/http://forum.nas-central.org/viewforum.php?f=251&sid=b1715d5d825de37d2578f7eb33be095b
Re: Iomega ix4-200d U-boot needed August 05, 2022 03:59PM |
Admin Registered: 13 years ago Posts: 18,997 |
help printenv md.l 0xF1010000 8 md.l 0xF1010100 1 md.l 0xF1010140 1
cat /proc/mtd
Re: Iomega ix4-200d U-boot needed August 05, 2022 04:58PM |
Registered: 2 years ago Posts: 52 |
__ __ _ _ | \/ | __ _ _ ____ _____| | | | |\/| |/ _` | '__\ \ / / _ \ | | | | | | (_| | | \ V / __/ | | |_| |_|\__,_|_| \_/ \___|_|_| _ _ ____ _ | | | | | __ ) ___ ___ | |_ | | | |___| _ \ / _ \ / _ \| __| | |_| |___| |_) | (_) | (_) | |_ \___/ |____/ \___/ \___/ \__| ** uboot_ver:v1.1.1 ** ** MARVELL BOARD: IX4-110 LE U-Boot 1.1.4 (Mar 10 2011 - 15:01:57) Marvell version: 3.4.18 U-Boot code: 00600000 -> 0067FFF0 BSS: -> 006CF600 Soc: 88F6281 A1 (DDR2) CPU running @ 1200Mhz L2 running @ 400Mhz SysClock = 400Mhz , TClock = 200Mhz DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6 DRAM CS[0] base 0x00000000 size 256MB DRAM CS[1] base 0x10000000 size 256MB DRAM Total size 512MB 16bit width Found 0x20 i2c device Toggle power status Set Power State as Always On Addresses 8M - 0M are saved for the U-Boot usage. Mem malloc Initialization (8M - 7M): Done NAND:32 MB Found ADT7473, program LED ...(led_volt=90) OK Found ADT7473, program thermal/Fan ...(pwm_min=0) (pwm_max=130) (therm=67) (temp_min=60) OK Marvell Serial ATA Adapter Integrated Sata device found CPU : Marvell Feroceon (Rev 1) Found initrd at 0x2d4000 Streaming disabled Write allocate disabled Module 0 is RGMII Module 1 is RGMII USB 0: host mode PEX 0: PCI Express Root Complex Interface PEX interface detected Link X1 SCSI: AHCI 0001.0000 32 slots 3 ports 3 Gbps 0x7 impl IDE mode flags: 64bit ncq stag led pmp slum part scanning bus for devices... timeout exit! timeout exit! Net: egiga0 [PRIME], egiga1 Hit any key to stop autoboot: 0 Marvell>> help ? - alias for 'help' SatR - sample at reset sub-system, relevent for DB only base - print or set address offset boot - boot default, i.e., run 'bootcmd' bootd - boot default, i.e., run 'bootcmd' bootext2 dev:boot_part1,boot_part2 addr boot_image linux_dev_name bootm - boot application image from memory bootp - boot image via network using BootP/TFTP protocol bubt - Burn an image on the Boot Nand Flash. chpart - change active partition cmp - memory compare cmpm - Compare Memory cp - memory copy cpumap - Display CPU memory mapping settings. crc32 - checksum calculation date - get/set/reset date & time dclk - Display the MV device CLKs. dhcp - invoke DHCP client to obtain IP/boot params diskboot- boot from IDE device echo - echo args to console eeprom - EEPROM sub-system erase - erase FLASH memory ext2load- load binary file from a Ext2 filesystem ext2ls - list files in a directory (default /) fatinfo - print information about filesystem fatload - load binary file from a dos filesystem fatls - list files in a directory (default /) fi - Find value in the memory. flinfo - print FLASH memory information fsinfo - print information about filesystems fsload - load binary file from a filesystem image g - start application at cached address 'addr'(default addr 0x40000) go - start application at address 'addr' help - print online help icrc32 - checksum calculation ide - IDE sub-system iloop - infinite loop on address range imd - i2c memory display imm[.b, .s, .w, .l] - i2c memory modify (auto-incrementing) imw - memory write (fill) inm - memory modify (constant address) iprobe - probe to discover valid I2C chip addresses ir - reading and changing MV internal register values. loop - infinite loop on address range ls - list files in a directory (default /) map - Diasplay address decode windows md - memory display me - PCI master enable mm - memory modify (auto-incrementing) mp - map PCI BAR mtdparts- define flash/nand partitions mtest - simple RAM test mw - memory write (fill) nand - NAND sub-system nboot - boot from NAND device nbubt - Burn a boot loader image on the Boot Nand Flash. nm - memory modify (constant address) pci - list and access PCI Configuration Space phyRead - Read PCI-E Phy register pciePhyWrite - Write PCI-E Phy register phyRead - Read Phy register phyWrite - Write Phy register ping - send ICMP ECHO_REQUEST to network host printenv- print environment variables protect - enable or disable FLASH write protection rarpboot- boot image via network using RARP/TFTP protocol rcvr - Satrt recovery process (Distress Beacon with TFTP server) reset - Perform RESET of the CPU resetenv - Return all environment variable to default. run - run commands in an environment variable saveenv - save environment variables to persistent storage scsi - SCSI sub-system scsiboot- boot from SCSI device se - PCI Slave enable setenv - set environment variables sflash - read, write or erase the external SPI Flash. sg - scanning the PHYs status sp - Scan PCI bus. tftpboot- boot image via network using TFTP protocol usb - USB sub-system usbboot - boot from USB device version - print monitor version Marvell>> printenv bootdelay=1 baudrate=115200 loads_echo=0 ipaddr=10.4.50.165 serverip=10.4.50.5 rootpath=/mnt/ARM_FS/ netmask=255.255.255.0 run_diag=yes CASset=min MALLOC_len=1 ethprime=egiga0 bootargs_root=root=/dev/nfs rw bootargs_end=:::DB88FXX81:eth0:none image_name=uImage console=console=ttyS0,115200 mtdparts=nand_mtd:0xa0000@0x0(uboot),0x00010000@0x000a0000(param),32m@0x0(flash) standalone=fsload 0x2000000 $(image_name);setenv bootargs $(console) root=/dev/mtdblock0 rw ip=$(ipaddr):$(serverip)$(bootargs_end); bootm 0x2000000; ethmtu=1500 mvNetConfig=mv_net_config=(00:11:88:0f:62:81,0:1:2:3),mtu=1500 usb0Mode=host nandEcc=1bit netretry=no rcvrip=169.254.100.100 loadaddr=0x02000000 autoload=no ethact=egiga0 uboot_start=0x0 uboot_size=0xa0000 env_start=0xa0000 env_size=0x10000 kernel_start=0xb0000 kernel_size=0x224000 flash_load=run make_boot_args;nand read.e 0x2000000 $(kernel_start) $(kernel_size);nand read.e 0x12000000 $(initrd_start) $(initrd_size);bootm 0x2000000 0x12000000 make_boot_args=setenv bootargs console=ttyS0,115200 mtdparts=nand_mtd:;setenv bootargs $(bootargs)$(uboot_size)@$(uboot_start)(uboot),;setenv bootargs $(bootargs)$(env_size)@$(env_start)(env),;setenv bootargs $(bootargs)$(kernel_size)@$(kernel_start)(zImage),;setenv bootargs $(bootargs)$(initrd_size)@$(initrd_start)(initrd),;setenv bootargs $(bootargs)32m@0x0(flash); mfgmodel=ix4 fw_ver=v1_0_7_213010908 preroot_ver=0.1.5 serial_number=5560Y01011G10400389J0F1 serialno=EUB040B8A1 modelname=31852200 runintime=1200 ftpserver=192.168.43.4 testfile=100M mfgtest_state=system_tested_ok initrd_size=0x2f0000 uboot_ver=v1.1.1 ethaddr=00:d0:b8:13:1d:15 load_uimage=ext2load ide 0:1 0x800000 /boot/uImage load_uinitrd=ext2load ide 0:1 0x1100000 /boot/uInitrd sata_boot=ide reset; run load_uimage; run load_uinitrd; bootm 0x800000 0x1100000 bootcmd=run sata_boot stdin=serial stdout=serial stderr=serial mainlineLinux=no enaMonExt=no enaCpuStream=no enaWrAllo=no pexMode=RC disL2Cache=no setL2CacheWT=yes disL2Prefetch=yes enaICPref=yes enaDCPref=yes sata_dma_mode=yes netbsd_en=no vxworks_en=no initrd_start=0x2d4000 disaMvPnp=no eth1addr=00:d0:b8:13:1d:16 enaAutoRecovery=yes pcieTune=no Environment size: 2165/16380 bytes Marvell>> md.l 0xF1010000 8 f1010000: 01111111 00003311 33331140 33003333 .....3..@.3333.3 f1010010: 00000033 00000000 00000000 00000000 3............... Marvell>> md.l 0xF1010100 1 f1010100: 1000d080 .... Marvell>> md.l 0xF1010140 1 f1010140: 0001000c .... Marvell>> setenv usb_set_bootargs 'setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 earlyprintk=serial' Marvell>> setenv load_uimage 'ext2load usb 0:1 0x800000 /boot/uImage' Marvell>> setenv load_uinitrd 'ext2load usb 0:1 0x2100000 /boot/uInitrd' Marvell>> setenv usb_boot 'mw 0x800000 0 1; run load_uimage; run load_uinitrd; bootm 0x800000 0x2100000' Marvell>> setenv usb_bootcmd 'run usb_set_bootargs; run usb_boot' Marvell>> setenv bootcmd 'usb start; run usb_bootcmd; usb stop' Marvell>> saveenv Saving Environment to NAND... Erasing Nand...Writing to Nand... done Marvell>> Marvell>> boot (Re)start USB... USB: scanning bus for devices... 3 USB Device(s) found scanning bus for storage devices... 1 Storage Device(s) found .... ......................................................................................................................................................................................................................................................................................................................................................................................................................... .................................................................................................................................................. 5738538 bytes read .... ......................................................................................................................................................................................................................................................................................................................................................................................................................... ......................................................................................................................................................................................................................................................................................................................................................................................................................... ...................................................................................................................................................................................................................................................................... 11127733 bytes read ## Booting image at 00800000 ... Image Name: Linux-5.18.6-kirkwood-tld-1 Created: 2022-08-03 18:44:09 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 5738474 Bytes = 5.5 MB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK OK ## Loading Ramdisk Image at 02100000 ... Image Name: initramfs-5.18.6-kirkwood-tld-1 Created: 2022-08-03 18:44:18 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 11127669 Bytes = 10.6 MB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK Starting kernel ... [ 0.000000][ T0] Booting Linux on physical CPU 0x0 [ 0.000000][ T0] Linux version 5.18.6-kirkwood-tld-1 (root@tldDebian) (gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1.0 PREEMPT Fri Jun 24 15:26:02 PDT 2022 [ 0.000000][ T0] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f [ 0.000000][ T0] CPU: VIVT data cache, VIVT instruction cache [ 0.000000][ T0] OF: fdt: Machine model: Iomega ix4-200d [ 0.000000][ T0] printk: bootconsole [earlycon0] enabled [ 0.000000][ T0] Memory policy: Data cache writeback [ 0.000000][ T0] Zone ranges: [ 0.000000][ T0] Normal [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Movable zone start for each node [ 0.000000][ T0] Early memory node ranges [ 0.000000][ T0] node 0: [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Initmem setup node 0 [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000][ T0] Built 1 zonelists, mobility grouping on. Total pages: 130048 [ 0.000000][ T0] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 earlyprintk=serial [ 0.000000][ T0] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000][ T0] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000][ T0] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000][ T0] Memory: 488456K/524288K available (11264K kernel code, 1633K rwdata, 4936K rodata, 1024K init, 300K bss, 35832K reserved, 0K cma-reserved) [ 0.000000][ T0] trace event string verifier disabled [ 0.000000][ T0] rcu: Preemptible hierarchical RCU implementation. [ 0.000000][ T0] Trampoline variant of Tasks RCU enabled. [ 0.000000][ T0] Tracing variant of Tasks RCU enabled. [ 0.000000][ T0] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000][ T0] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000][ T0] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns [ 0.000001][ T0] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns [ 0.008528][ T0] Switching to timer-based delay loop, resolution 5ns [ 0.016533][ T0] Console: colour dummy device 80x30 [ 0.021742][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000) [ 0.032968][ T0] pid_max: default: 32768 minimum: 301 [ 0.038938][ T0] LSM: Security Framework initializing [ 0.044617][ T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.052656][ T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.062833][ T0] CPU: Testing write buffer coherency: ok [ 0.071136][ T1] cblist_init_generic: Setting adjustable number of callback queues. [ 0.079118][ T1] cblist_init_generic: Setting shift to 0 and lim to 1. [ 0.086218][ T1] cblist_init_generic: Setting shift to 0 and lim to 1. [ 0.093448][ T1] Setting up static identity map for 0x100000 - 0x100058 [ 0.100659][ T1] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x3 [ 0.106810][ T1] rcu: Hierarchical SRCU implementation. [ 0.113933][ T1] devtmpfs: initialized [ 0.124056][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.134660][ T1] futex hash table entries: 256 (order: -1, 3072 bytes, linear) [ 0.180512][ T1] prandom32: self test passed (less than 6 bits correlated) [ 0.187644][ T1] prandom: seed boundary self test passed [ 0.197481][ T1] prandom: 100 self tests passed [ 0.202294][ T1] pinctrl core: initialized pinctrl subsystem [ 0.210601][ T1] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.217968][ T1] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.226749][ T1] audit: initializing netlink subsys (disabled) [ 0.234742][ T1] thermal_sys: Registered thermal governor 'step_wise' [ 0.235142][ T16] audit: type=2000 audit(0.220:1): state=initialized audit_enabled=0 res=1 [ 0.250404][ T1] cpuidle: using governor ladder [ 0.255262][ T1] cpuidle: using governor menu [ 0.260429][ T1] Feroceon L2: Enabling L2 [ 0.264717][ T1] Feroceon L2: Cache support initialised. [ 0.280602][ T1] No ATAGs? [ 0.468665][ T1] raid6: int32x8 gen() 108 MB/s [ 0.638537][ T1] raid6: int32x4 gen() 95 MB/s [ 0.808936][ T1] raid6: int32x2 gen() 141 MB/s [ 0.978721][ T1] raid6: int32x1 gen() 99 MB/s [ 0.983673][ T1] raid6: using algorithm int32x2 gen() 141 MB/s [ 1.158580][ T1] raid6: .... xor() 82 MB/s, rmw enabled [ 1.164050][ T1] raid6: using intx1 recovery algorithm [ 1.170270][ T1] SCSI subsystem initialized [ 1.175354][ T1] usbcore: registered new interface driver usbfs [ 1.181666][ T1] usbcore: registered new interface driver hub [ 1.187702][ T1] usbcore: registered new device driver usb [ 1.193720][ T1] pps_core: LinuxPPS API ver. 1 registered [ 1.199380][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.209207][ T1] PTP clock support registered [ 1.215508][ T1] vgaarb: loaded [ 1.219684][ T1] clocksource: Switched to clocksource orion_clocksource [ 1.361680][ T1] VFS: Disk quotas dquot_6.6.0 [ 1.366382][ T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 1.411060][ T1] NET: Registered PF_INET protocol family [ 1.429873][ T1] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 1.450219][ T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 1.459434][ T1] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 1.479768][ T1] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 1.488235][ T1] TCP bind hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 1.509779][ T1] TCP: Hash tables configured (established 4096 bind 4096) [ 1.517106][ T1] MPTCP token hash table entries: 512 (order: 0, 6144 bytes, linear) [ 1.539797][ T1] UDP hash table entries: 256 (order: 0, 4096 bytes, linear) [ 1.547032][ T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear) [ 1.570044][ T1] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 1.590446][ T1] RPC: Registered named UNIX socket transport module. [ 1.597045][ T1] RPC: Registered udp transport module. [ 1.609706][ T1] RPC: Registered tcp transport module. [ 1.615084][ T1] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.639710][ T1] PCI: CLS 0 bytes, default 32 [ 1.644651][ T1] NetWinder Floating Point Emulator V0.97 (double precision) [ 1.652274][ T30] Trying to unpack rootfs image as initramfs... [ 3.577061][ T30] Freeing initrd memory: 10868K [ 4.245092][ T1] Initialise system trusted keyrings [ 4.250385][ T1] Key type blacklist registered [ 4.255403][ T1] workingset: timestamp_bits=30 max_order=17 bucket_order=0 [ 4.262755][ T1] zbud: loaded [ 4.268227][ T1] NFS: Registering the id_resolver key type [ 4.274111][ T1] Key type id_resolver registered [ 4.278978][ T1] Key type id_legacy registered [ 4.283753][ T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 4.291158][ T1] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 4.299221][ T1] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 4.306686][ T1] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. [ 4.314912][ T1] fuse: init (API version 7.36) [ 4.320073][ T1] orangefs_debugfs_init: called with debug mask: :none: :0: [ 4.327480][ T1] orangefs_init: module version upstream loaded [ 4.333631][ T1] SGI XFS with ACLs, security attributes, realtime, scrub, quota, no debug enabled [ 4.441156][ T1] xor: measuring software checksum speed [ 4.455508][ T1] arm4regs : 1113 MB/sec [ 4.475309][ T1] 8regs : 667 MB/sec [ 4.490757][ T1] 32regs : 947 MB/sec [ 4.495789][ T1] xor: using function: arm4regs (1113 MB/sec) [ 4.501707][ T1] async_tx: api initialized (async) [ 4.506744][ T1] Key type asymmetric registered [ 4.511535][ T1] Asymmetric key parser 'x509' registered [ 4.553962][ T1] alg: self-tests for CTR-KDF (hmac(sha256)) passed [ 4.560812][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 4.569017][ T1] io scheduler bfq registered [ 4.762576][ T1] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver [ 4.773063][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: host bridge /mbus@f1000000/pcie@82000000 ranges: [ 4.783041][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1040000..0x00f1041fff -> 0x0000040000 [ 4.793184][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 4.803831][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 4.814547][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: pcie0.0: legacy INTx interrupts cannot be masked individually, /mbus@f1000000/pcie@82000000/pcie@1,0 does not contain intx interrupt [ 4.831984][ T1] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 0000:00 [ 4.840258][ T1] pci_bus 0000:00: root bus resource [bus 00-ff] [ 4.846424][ T1] pci_bus 0000:00: root bus resource [mem 0xf1040000-0xf1041fff] (bus address [0x00040000-0x00041fff]) [ 4.857276][ T1] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff] [ 4.864851][ T1] pci_bus 0000:00: root bus resource [io 0x1000-0xeffff] [ 4.871910][ T1] pci 0000:00:01.0: [11ab:6281] type 01 class 0x060400 [ 4.879851][ T1] PCI: bus0: Fast back to back transfers disabled [ 4.886115][ T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 4.895170][ T1] pci 0000:01:00.0: [11ab:6121] type 00 class 0x01018f [ 4.901900][ T1] pci 0000:01:00.0: reg 0x10: [io 0x0000-0x0007] [ 4.908160][ T1] pci 0000:01:00.0: reg 0x14: [io 0xf0000008-0xf000000b] [ 4.915128][ T1] pci 0000:01:00.0: reg 0x18: [io 0x0000-0x0007] [ 4.921408][ T1] pci 0000:01:00.0: reg 0x1c: [io 0xf0000018-0xf000001b] [ 4.928360][ T1] pci 0000:01:00.0: reg 0x20: [io 0xf0000020-0xf000002f] [ 4.935327][ T1] pci 0000:01:00.0: reg 0x24: [mem 0x40000000-0x400003ff] [ 4.942376][ T1] pci 0000:01:00.0: supports D1 [ 4.947067][ T1] pci 0000:01:00.0: PME# supported from D0 D1 D3hot [ 4.953859][ T1] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' [ 4.965374][ T1] PCI: bus1: Fast back to back transfers disabled [ 4.971671][ T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 4.978998][ T1] pci 0000:00:01.0: BAR 14: assigned [mem 0xe0000000-0xe00fffff] [ 4.986570][ T1] pci 0000:00:01.0: BAR 13: assigned [io 0x10000-0x10fff] [ 4.993632][ T1] pci 0000:01:00.0: BAR 5: assigned [mem 0xe0000000-0xe00003ff] [ 5.001120][ T1] pci 0000:01:00.0: BAR 4: assigned [io 0x10000-0x1000f] [ 5.008062][ T1] pci 0000:01:00.0: BAR 0: assigned [io 0x10010-0x10017] [ 5.015031][ T1] pci 0000:01:00.0: BAR 2: assigned [io 0x10018-0x1001f] [ 5.022002][ T1] pci 0000:01:00.0: BAR 1: assigned [io 0x10020-0x10023] [ 5.028945][ T1] pci 0000:01:00.0: BAR 3: assigned [io 0x10024-0x10027] [ 5.035912][ T1] pci 0000:00:01.0: PCI bridge to [bus 01] [ 5.041575][ T1] pci 0000:00:01.0: bridge window [io 0x10000-0x10fff] [ 5.048528][ T1] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe00fffff] [ 5.056141][ T1] pcieport 0000:00:01.0: enabling device (0140 -> 0143) [ 5.063601][ T1] mv_xor f1060800.xor: Marvell shared XOR driver [ 5.130967][ T1] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 5.142928][ T1] mv_xor f1060900.xor: Marvell shared XOR driver [ 5.210886][ T1] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 5.223158][ T1] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 5.231863][ T1] printk: console [ttyS0] disabled [ 5.236896][ T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 26, base_baud = 12500000) is a 16550A [ 5.246651][ T1] printk: console [ttyS0] enabled [ 5.246651][ T1] printk: console [ttyS0] enabled [ 5.256506][ T1] printk: bootconsole [earlycon0] disabled [ 5.256506][ T1] printk: bootconsole [earlycon0] disabled [ 5.278120][ T1] loop: module loaded [ 5.282964][ T1] sata_mv f1080000.sata: slots 32 ports 2 [ 5.292818][ T1] scsi host0: sata_mv [ 5.297615][ T1] scsi host1: sata_mv [ 5.301872][ T1] ata1: SATA max UDMA/133 irq 33 [ 5.306698][ T1] ata2: SATA max UDMA/133 irq 33 [ 5.312571][ T1] nand: device found, Manufacturer ID: 0xec, Chip ID: 0x75 [ 5.319789][ T1] nand: Samsung NAND 32MiB 3,3V 8-bit [ 5.325052][ T1] nand: 32 MiB, SLC, erase size: 16 KiB, page size: 512, OOB size: 16 [ 5.333148][ T1] Scanning device for bad blocks [ 5.651227][ T48] ata1: SATA link down (SStatus 0 SControl F300) [ 5.683348][ T1] 3 fixed-partitions partitions found on MTD device orion_nand [ 5.690808][ T1] Creating 3 MTD partitions on "orion_nand": [ 5.696710][ T1] 0x000000000000-0x000000100000 : "u-boot" [ 5.703125][ T1] 0x000000100000-0x000000600000 : "uImage" [ 5.709603][ T1] 0x000000500000-0x000002500000 : "rootfs" [ 5.715368][ T1] mtd: partition "rootfs" extends beyond the end of device "orion_nand" -- size truncated to 0x1b00000 [ 5.728420][ T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 5.737030][ T1] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 5.780379][ T1] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 [ 6.001327][ T50] ata2: SATA link down (SStatus 0 SControl F300) [ 6.530904][ T1] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:d0:b8:13:1d:15 [ 7.300871][ T1] mv643xx_eth_port mv643xx_eth_port.1 eth1: port 0 with MAC address 00:d0:b8:13:1d:16 [ 7.310527][ T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 7.317869][ T1] ehci-pci: EHCI PCI platform driver [ 7.323135][ T1] ehci-orion: EHCI orion driver [ 7.328121][ T1] orion-ehci f1050000.ehci: EHCI Host Controller [ 7.334451][ T1] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1 [ 7.343110][ T1] orion-ehci f1050000.ehci: irq 30, io mem 0xf1050000 [ 7.379725][ T1] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00 [ 7.386777][ T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18 [ 7.395818][ T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 7.403799][ T1] usb usb1: Product: EHCI Host Controller [ 7.409404][ T1] usb usb1: Manufacturer: Linux 5.18.6-kirkwood-tld-1 ehci_hcd [ 7.416867][ T1] usb usb1: SerialNumber: f1050000.ehci [ 7.423101][ T1] hub 1-0:1.0: USB hub found [ 7.427619][ T1] hub 1-0:1.0: 1 port detected [ 7.433240][ T1] usbcore: registered new interface driver usb-storage [ 7.440524][ T1] mousedev: PS/2 mouse device common for all mice [ 7.447985][ T1] rtc-mv f1010300.rtc: registered as rtc0 [ 7.453694][ T1] rtc-mv f1010300.rtc: setting system clock to 2022-08-05T21:56:21 UTC (1659736581) [ 7.463349][ T1] i2c_dev: i2c /dev entries driver [ 7.470098][ T1] device-mapper: uevent: version 1.0.3 [ 7.475787][ T1] device-mapper: ioctl: 4.46.0-ioctl (2022-02-22) initialised: dm-devel@redhat.com [ 7.485644][ T1] device-mapper: multipath round-robin: version 1.2.0 loaded [ 7.492983][ T1] device-mapper: multipath queue-length: version 0.2.0 loaded [ 7.500366][ T1] device-mapper: multipath service-time: version 0.3.0 loaded [ 7.507799][ T1] device-mapper: dm-log-userspace: version 1.3.0 loaded [ 7.514691][ T1] device-mapper: raid: Loading target version 1.15.1 [ 7.522222][ T1] hid: raw HID events driver (C) Jiri Kosina [ 7.528453][ T1] drop_monitor: Initializing network drop monitor service [ 7.536125][ T1] NET: Registered PF_INET6 protocol family [ 7.543934][ T1] Segment Routing with IPv6 [ 7.548329][ T1] RPL Segment Routing with IPv6 [ 7.553246][ T1] In-situ OAM (IOAM) with IPv6 [ 7.557989][ T1] NET: Registered PF_PACKET protocol family [ 7.564195][ T1] Key type dns_resolver registered [ 7.570095][ T1] registered taskstats version 1 [ 7.574931][ T1] Loading compiled-in X.509 certificates [ 7.581638][ T1] zswap: loaded using pool lzo/zbud [ 7.587416][ T1] Key type ._fscrypt registered [ 7.592246][ T1] Key type .fscrypt registered [ 7.596891][ T1] Key type fscrypt-provisioning registered [ 7.607992][ T1] Key type big_key registered [ 7.644227][ T1] Key type encrypted registered [ 7.719757][ T45] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 7.747174][ T105] "cryptomgr_test" (105) uses obsolete ecb(arc4) skcipher [ 7.921495][ T45] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=77.63 [ 7.937506][ T45] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 7.959715][ T45] usb 1-1: Product: USB2.0 Hub [ 7.965465][ T45] hub 1-1:1.0: USB hub found [ 7.979996][ T45] hub 1-1:1.0: 4 ports detected [ 8.309717][ T45] usb 1-1.2: new high-speed USB device number 3 using orion-ehci [ 8.480741][ T45] usb 1-1.2: New USB device found, idVendor=0781, idProduct=557c, bcdDevice= 1.27 [ 8.499707][ T45] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 8.507757][ T45] usb 1-1.2: Product: Cruzer Orbit [ 8.529705][ T45] usb 1-1.2: Manufacturer: SanDisk [ 8.534702][ T45] usb 1-1.2: SerialNumber: 4C530012311126108485 [ 8.550600][ T45] usb-storage 1-1.2:1.0: USB Mass Storage device detected [ 8.570262][ T45] scsi host2: usb-storage 1-1.2:1.0 [ 9.611704][ T30] scsi 2:0:0:0: Direct-Access SanDisk Cruzer Orbit 1.27 PQ: 0 ANSI: 6 [ 9.631410][ T8] sd 2:0:0:0: [sda] 62530624 512-byte logical blocks: (32.0 GB/29.8 GiB) [ 9.650902][ T8] sd 2:0:0:0: [sda] Write Protect is off [ 9.669734][ T8] sd 2:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 9.697761][ T8] sda: sda1 [ 9.712520][ T8] sd 2:0:0:0: [sda] Attached SCSI removable disk [ 12.297398][ T1] Freeing unused kernel image (initmem) memory: 1024K [ 12.320567][ T1] Checked W+X mappings: passed, no W+X pages found [ 12.326980][ T1] Run /init as init process Loading, please wait... Starting version 247.3-6 [ 13.282913][ T143] ahci 0000:01:00.0: Disabling your PATA port. Use the boot option 'ahci.marvell_enable=0' to avoid this. [ 13.359589][ T143] ahci 0000:01:00.0: controller can't do NCQ, turning off CAP_NCQ [ 13.399809][ T143] ahci 0000:01:00.0: controller can't do PMP, turning off CAP_PMP [ 13.407528][ T143] ahci 0000:01:00.0: masking port_map 0x7 -> 0x3 [ 13.467943][ T143] ahci 0000:01:00.0: SSS flag set, parallel bus scan disabled [ 13.477953][ T147] usbcore: registered new interface driver uas [ 13.507825][ T143] ahci 0000:01:00.0: AHCI 0001.0000 32 slots 3 ports 3 Gbps 0x3 impl IDE mode [ 13.556945][ T143] ahci 0000:01:00.0: flags: 64bit stag led slum part [ 13.616119][ T143] scsi host3: ahci [ 13.644177][ T143] scsi host4: ahci [ 13.680078][ T143] scsi host5: ahci [ 13.696352][ T143] ata3: SATA max UDMA/133 abar m1024@0xe0000000 port 0xe0000100 irq 38 [ 13.750710][ T143] ata4: SATA max UDMA/133 abar m1024@0xe0000000 port 0xe0000180 irq 38 [ 13.758903][ T143] ata5: DUMMY [ 14.141382][ T152] ata3: SATA link down (SStatus 0 SControl 300) [ 14.481371][ T154] ata4: SATA link down (SStatus 0 SControl 300) Begin: Loading essential drivers ... [ 14.721320][ T164] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... Scanning for Btrfs filesystems done. Begin: Will now check root file system ... fsck from util-linux 2.36.1 [/sbin/fsck.ext2 (1) -- /dev/sda1] fsck.ext2 -a -C0 /dev/sda1 rootfs: clean, 22913/1954064 files, 514579/7815936 blocks done. done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. INIT: version 2.96 booting 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...[ 28.452531][ T369] adt7475 0-002e: ADT7473 device, revision 0 [ 28.536402][ T369] adt7475 0-002e: Optional features: fan4 pwm2 [ 28.602964][ T373] orion_wdt: Initial timeout 21 sec [ 29.175090][ T376] marvell-cesa f1030000.crypto: CESA device successfully registered [ 29.270531][ T372] sd 2:0:0:0: Attached scsi generic sg0 type 0 done. Activating swap:. [ 30.469294][ T523] ext2 filesystem being remounted at / supports timestamps until 2038 (0x7fffffff) [ 31.356042][ T119] random: crng init done 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.... Initializing random number generator...done. Starting Setting kernel variables: sysctl . Configuring network interfaces...Internet Systems Consortium DHCP Client 4.4.1 Copyright 2004-2018 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ Listening on LPF/eth0/00:d0:b8:13:1d:15 Sending on LPF/eth0/00:d0:b8:13:1d:15 Sending on Socket/fallback DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 14 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 18 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 1 No DHCPOFFERS received. No working leases in persistent database - sleeping. 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. Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd... 1075 (syslogd) . Starting NFS common utilities: statd idmapd. Starting system message bus: dbus. Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon. Not starting NFS kernel daemon: no exports. ... (warning). Starting NTP server: ntpd. Starting OpenBSD Secure Shell server: sshd. Starting busybox' klogd implementation : klogdStarting /sbin/klogd... 1116 (klogd) . Running local boot scripts (/etc/rc.local) . Debian GNU/Linux 11 debian ttyS0 debian login: root Password: Linux debian 5.18.6-kirkwood-tld-1 #1.0 PREEMPT Fri Jun 24 15:26:02 PDT 2022 armv5tel The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Wed Aug 3 15:15:36 PDT 2022 on ttyS0 debian Iomega ix4-200d Linux version 5.18.6-kirkwood-tld-1 (root@tldDebian) (gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1.0 PREEMPT Fri Jun 24 15:26:02 PDT 2022 Debian 11.0 Fri Aug 5 15:03:40 PDT 2022 up 7 minutes root@debian:~# cat /proc/mtd dev: size erasesize name mtd0: 00100000 00004000 "u-boot" mtd1: 00500000 00004000 "uImage" mtd2: 01b00000 00004000 "rootfs" root@debian:~#
Re: Iomega ix4-200d U-boot needed August 05, 2022 05:53PM |
Admin Registered: 13 years ago Posts: 18,997 |
[ 5.683348][ T1] 3 fixed-partitions partitions found on MTD device orion_nand [ 5.690808][ T1] Creating 3 MTD partitions on "orion_nand": [ 5.696710][ T1] 0x000000000000-0x000000100000 : "u-boot" [ 5.703125][ T1] 0x000000100000-0x000000600000 : "uImage" [ 5.709603][ T1] 0x000000500000-0x000002500000 : "rootfs" [ 5.715368][ T1] mtd: partition "rootfs" extends beyond the end of device "orion_nand" -- size truncated to 0x1b00000 [ 5.728420][ T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
setenv mtdparts 'mtdparts=orion_nand:0x100000@0x0(u-boot),0x0500000@0x100000(uImage),-(rootfs)"Adjust this env
setenv usb_set_bootargs 'setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial'
dmesg cat /proc/mtd
Re: Iomega ix4-200d U-boot needed August 05, 2022 08:07PM |
Admin Registered: 13 years ago Posts: 18,997 |
Quote
Most everything looks good. Except,
[ 5.683348][ T1] 3 fixed-partitions partitions found on MTD device orion_nand
[ 5.690808][ T1] Creating 3 MTD partitions on "orion_nand":
[ 5.696710][ T1] 0x000000000000-0x000000100000 : "u-boot"
[ 5.703125][ T1] 0x000000100000-0x000000600000 : "uImage"
[ 5.709603][ T1] 0x000000500000-0x000002500000 : "rootfs"
[ 5.715368][ T1] mtd: partition "rootfs" extends beyond the end of device "orion_nand" -- size truncated to 0x1b00000
[ 5.728420][ T1] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
This looks like a bug in my DTS from way back :)
So try,
Add this env:
setenv mtdparts 'mtdparts=orion_nand:0x100000@0x0(u-boot),0x0500000@0x100000(uImage),-(rootfs)"
Adjust this env
setenv usb_set_bootargs 'setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial'
And boot, this time we only need to see in Debian:
dmesg
cat /proc/mtd
setenv ipaddr <your box static ip address> # choose some IP addr appropriate for your box setenv serverip <your router IP address> ping $serverip
usb reset usb part sata init sata part
bdinfo pinmux status -a mtdparts
reset
Re: Iomega ix4-200d U-boot needed August 06, 2022 11:57AM |
Registered: 2 years ago Posts: 52 |
Re: Iomega ix4-200d U-boot needed August 06, 2022 12:06PM |
Registered: 2 years ago Posts: 52 |
Re: Iomega ix4-200d U-boot needed August 06, 2022 03:06PM |
Admin Registered: 13 years ago Posts: 18,997 |
setenv ipaddr <your box static ip address> # choose some IP addr appropriate for your box setenv serverip <your router IP address> ping $serverip
setenv ipaddr 192.168.0.100 setenv serverip 192.168.0.1 ping 192.168.0.1
Re: Iomega ix4-200d U-boot needed August 06, 2022 03:10PM |
Admin Registered: 13 years ago Posts: 18,997 |
Quote
Marvell>> setenv usb_set_bootargs 'setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 earlyprintk=serial'
Marvell>> setenv load_uimage 'ext2load usb 0:1 0x800000 /boot/uImage'
Marvell>> setenv load_uinitrd 'ext2load usb 0:1 0x2100000 /boot/uInitrd'
Marvell>> setenv usb_boot 'mw 0x800000 0 1; run load_uimage; run load_uinitrd; bootm 0x800000 0x2100000'
Marvell>> setenv usb_bootcmd 'run usb_set_bootargs; run usb_boot'
Marvell>> setenv bootcmd 'usb start; run usb_bootcmd; usb stop'
Marvell>> saveenv
Saving Environment to NAND...
Erasing Nand...Writing to Nand... done
Marvell>>
Marvell>> boot
(Re)start USB...
Re: Iomega ix4-200d U-boot needed August 23, 2022 03:36PM |
Registered: 2 years ago Posts: 52 |
90 % [......................................................................] 92 % [......................................................................] 94 % [......................................................................] 95 % [......................................................................] 97 % [......................................................................] 99 % [....................................] [Type Ctrl-\ + c to quit] U-Boot 2022.10-rc1-00212-g80e1491a03-dirty (Aug 05 2022 - 17:36:30 -0700) Lenovo-ix4-200d SoC: Kirkwood 88F6281_A1 DRAM: 512 MiB Core: 12 devices, 9 uclasses, devicetree: separate NAND: 32 MiB MMC: Loading Environment from NAND... OK In: serial Out: serial Err: serial Net: eth0: ethernet-controller@72000, eth1: ethernet-controller@76000 Hit any key to stop autoboot: 0 => setenv mtdparts 'mtdparts=orion_nand:0x100000@0x0(u-boot),0x0500000@0x100000(uImage),-(rootfs)' => setenv usb_set_bootargs 'setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial' => printenv baudrate=115200 bootcmd=${x_bootcmd_kernel}; setenv bootargs ${x_bootargs} ${x_bootargs_root}; bootm 0x6400000; bootdelay=10 eth1addr=00:d0:b8:13:1d:16 ethact=egiga0 ethaddr=00:d0:b8:13:1d:15 fdtcontroladdr=1fb56ac0 ipaddr=192.168.42.88 loadaddr=0x800000 mtdids=nand0=orion_nand mtdparts=mtdparts=orion_nand:0x100000@0x0(u-boot),0x0500000@0x100000(uImage),-(rootfs) serverip=192.168.42.1 stderr=serial stdin=serial stdout=serial usb_set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial x_bootargs=console=ttyS0,115200 mtdparts=mtdparts=orion_nand:0x100000@0x0(u-boot),0x0500000@0x100000(uImage),-(rootfs)x_bootcmd_kernel=nand read 0x6400000 0x100000 0x400000 x_bootargs_root=root=/dev/mtdblock3 rw rootfstype=jffs2 x_bootcmd_usb=usb start Environment size: 797/131068 bytes => ping $serverip ethernet-controller@72000 Waiting for PHY auto negotiation to complete........ done Using ethernet-controller@72000 device host 192.168.42.1 is alive => usb reset resetting USB... Bus ehci@50000: USB EHCI 1.00 scanning bus ehci@50000 for devices... 3 USB Device(s) found scanning usb for storage devices... 1 Storage Device(s) found => usb part Partition Map for USB device 0 -- Partition Type: DOS Part Start Sector Num Sectors UUID Type 1 2048 62527488 3c5fe1bc-01 83 => sata init => sata part no sata partition table available => bdinfo boot_params = 0x00000100 DRAM bank = 0x00000000 -> start = 0x00000000 -> size = 0x10000000 DRAM bank = 0x00000001 -> start = 0x10000000 -> size = 0x10000000 flashstart = 0x00000000 flashsize = 0x00000000 flashoffset = 0x00000000 baudrate = 115200 bps relocaddr = 0x1ff79000 reloc off = 0x1f979000 Build = 32-bit current eth = ethernet-controller@72000 ethaddr = 00:d0:b8:13:1d:15 IP addr = 192.168.42.88 fdt_blob = 0x1fb56ac0 new_fdt = 0x1fb56ac0 fdt_size = 0x00002420 lmb_dump_all: memory.cnt = 0x1 memory[0] [0x0-0x1fffffff], 0x20000000 bytes flags: 0 reserved.cnt = 0x1 reserved[0] [0x1fb52840-0x1fffffff], 0x004ad7c0 bytes flags: 0 devicetree = separate arch_number = 0x00000000 TLB addr = 0x1fff0000 irq_sp = 0x1fb56ab0 sp start = 0x1fb56aa0 => pimux status -a Unknown command 'pimux' - try 'help' => mtdparts device nand0 <orion_nand>, # parts = 3 #: name size offset mask_flags 0: u-boot 0x00100000 0x00000000 0 1: uImage 0x00500000 0x00100000 0 2: rootfs 0x01a00000 0x00600000 0 active partition: nand0,0 - (u-boot) 0x00100000 @ 0x00000000 defaults: mtdids : nand0=orion_nand mtdparts: mtdparts=orion_nand:0x100000@0x0(u-boot),0x0500000@0x100000(uImage),-(rootfs) => help ? - alias for 'help' base - print or set address offset bdinfo - print Board Info structure blkcache - block cache diagnostics and control boot - boot default, i.e., run 'bootcmd' bootd - boot default, i.e., run 'bootcmd' bootelf - Boot from an ELF image in memory bootflow - Boot flows 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 chpart - change active partition of a MTD device cmp - memory compare coninfo - print console devices and information cp - memory copy crc32 - checksum calculation date - get/set/reset date & time dhcp - boot image via network using DHCP/TFTP protocol echo - echo args to console editenv - edit environment variable env - environment handling commands exit - exit script ext2load - load binary file from a Ext2 filesystem ext2ls - list files in a directory (default /) ext4load - load binary file from a Ext4 filesystem ext4ls - list files in a directory (default /) ext4size - determine a file's size false - do nothing, unsuccessfully fatinfo - print information about filesystem fatload - load binary file from a dos filesystem fatls - list files in a directory (default /) fatsize - determine a file's size fdt - flattened device tree utility commands fsinfo - print information about filesystems fsload - load binary file from a filesystem image fsls - list files in a directory (default /) fstype - Look up a filesystem type fstypes - List supported filesystem types go - start application at address 'addr' help - print command description/usage iminfo - print header information for application image imxtract - extract a part of a multi-image itest - return true/false on integer compare ln - Create a symbolic link load - load binary file from a filesystem 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 /) md - memory display mdio - MDIO utility commands mii - MII utility commands mm - memory modify (auto-incrementing address) mmc - MMC sub system mmcinfo - display MMC info mtdparts - define flash/nand partitions mw - memory write (fill) nand - NAND sub-system nboot - boot from NAND device net - NET sub-system nfs - boot image via network using NFS protocol nm - memory modify (constant address) panic - Panic with optional message ping - send ICMP ECHO_REQUEST to network host printenv - print environment variables random - fill memory with random pattern reset - Perform RESET of the CPU run - run commands in an environment variable sata - SATA sub system save - save file to a filesystem saveenv - save environment variables to persistent storage setenv - set environment variables setexpr - set environment variable as the result of eval expression showvar - print local hushshell variables size - determine a file's size sleep - delay execution for some time source - run script from memory test - minimal test like /bin/sh tftpboot - boot image via network using TFTP protocol true - do nothing, successfully 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 => pimux Unknown command 'pimux' - try 'help' =>
Re: Iomega ix4-200d U-boot needed August 23, 2022 03:51PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Iomega ix4-200d U-boot needed August 23, 2022 04:02PM |
Registered: 2 years ago Posts: 52 |
Quote
bodhi
Add this env:
setenv mtdparts 'mtdparts=orion_nand:0x100000@0x0(u-boot),0x0500000@0x100000(uImage),-(rootfs)"
Adjust this env
setenv usb_set_bootargs 'setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial'
And boot, this time we only need to see in Debian:
dmesg
cat /proc/mtd
-bodhi
__ __ _ _ | \/ | __ _ _ ____ _____| | | | |\/| |/ _` | '__\ \ / / _ \ | | | | | | (_| | | \ V / __/ | | |_| |_|\__,_|_| \_/ \___|_|_| _ _ ____ _ | | | | | __ ) ___ ___ | |_ | | | |___| _ \ / _ \ / _ \| __| | |_| |___| |_) | (_) | (_) | |_ \___/ |____/ \___/ \___/ \__| ** uboot_ver:v1.1.1 ** ** MARVELL BOARD: IX4-110 LE U-Boot 1.1.4 (Mar 10 2011 - 15:01:57) Marvell version: 3.4.18 U-Boot code: 00600000 -> 0067FFF0 BSS: -> 006CF600 Soc: 88F6281 A1 (DDR2) CPU running @ 1200Mhz L2 running @ 400Mhz SysClock = 400Mhz , TClock = 200Mhz DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6 DRAM CS[0] base 0x00000000 size 256MB DRAM CS[1] base 0x10000000 size 256MB DRAM Total size 512MB 16bit width Found 0x20 i2c device Toggle power status Set Power State as Always On Addresses 8M - 0M are saved for the U-Boot usage. Mem malloc Initialization (8M - 7M): Done NAND:32 MB Found ADT7473, program LED ...(led_volt=90) OK Found ADT7473, program thermal/Fan ...(pwm_min=0) (pwm_max=130) (therm=67) (temp_min=60) OK Marvell Serial ATA Adapter Integrated Sata device found CPU : Marvell Feroceon (Rev 1) Found initrd at 0x2d4000 Streaming disabled Write allocate disabled Module 0 is RGMII Module 1 is RGMII USB 0: host mode PEX 0: PCI Express Root Complex Interface PEX interface detected Link X1 SCSI: AHCI 0001.0000 32 slots 3 ports 3 Gbps 0x7 impl IDE mode flags: 64bit ncq stag led pmp slum part scanning bus for devices... Device 0: (0:0) Vendor: ATA Prod.: ST6000NM021A-2R7 Rev: SN03 Type: Hard Disk Capacity: 1528862.5 MB = 1493.0 GB (3131110576 x 512) Net: egiga0 [PRIME], egiga1 Hit any key to stop autoboot: 0 Marvell>> Marvell>> setenv mtdparts 'mtdparts=orion_nand:0x100000@0x0(u-boot),0x0500000@0x100000(uImage),-(rootfs)' Marvell>> setenv usb_set_bootargs 'setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial' Marvell>> printenv bootdelay=1 baudrate=115200 loads_echo=0 ipaddr=10.4.50.165 serverip=10.4.50.5 rootpath=/mnt/ARM_FS/ netmask=255.255.255.0 run_diag=yes CASset=min MALLOC_len=1 ethprime=egiga0 bootargs_root=root=/dev/nfs rw bootargs_end=:::DB88FXX81:eth0:none image_name=uImage console=console=ttyS0,115200 mtdparts=nand_mtd:0xa0000@0x0(uboot),0x00010000@0x000a0000(param),32m@0x0(flash) standalone=fsload 0x2000000 $(image_name);setenv bootargs $(console) root=/dev/mtdblock0 rw ip=$(ipaddr):$(serverip)$(bootargs_end); bootm 0x2000000; ethmtu=1500 mvNetConfig=mv_net_config=(00:11:88:0f:62:81,0:1:2:3),mtu=1500 usb0Mode=host nandEcc=1bit netretry=no rcvrip=169.254.100.100 loadaddr=0x02000000 autoload=no ethact=egiga0 uboot_start=0x0 uboot_size=0xa0000 env_start=0xa0000 env_size=0x10000 kernel_start=0xb0000 kernel_size=0x224000 flash_load=run make_boot_args;nand read.e 0x2000000 $(kernel_start) $(kernel_size);nand read.e 0x12000000 $(initrd_start) $(initrd_size);bootm 0x2000000 0x12000000 make_boot_args=setenv bootargs console=ttyS0,115200 mtdparts=nand_mtd:;setenv bootargs $(bootargs)$(uboot_size)@$(uboot_start)(uboot),;setenv bootargs $(bootargs)$(env_size)@$(env_start)(env),;setenv bootargs $(bootargs)$(kernel_size)@$(kernel_start)(zImage),;setenv bootargs $(bootargs)$(initrd_size)@$(initrd_start)(initrd),;setenv bootargs $(bootargs)32m@0x0(flash); mfgmodel=ix4 fw_ver=v1_0_7_213010908 preroot_ver=0.1.5 serial_number=5560Y01011G10400389J0F1 serialno=EUB040B8A1 modelname=31852200 runintime=1200 ftpserver=192.168.43.4 testfile=100M mfgtest_state=system_tested_ok initrd_size=0x2f0000 uboot_ver=v1.1.1 ethaddr=00:d0:b8:13:1d:15 sata_boot=ide reset; run load_uimage; run load_uinitrd; bootm 0x800000 0x1100000 load_uimage=ext2load usb 0:1 0x800000 /boot/uImage load_uinitrd=ext2load usb 0:1 0x2100000 /boot/uInitrd usb_boot=mw 0x800000 0 1; run load_uimage; run load_uinitrd; bootm 0x800000 0x2100000 usb_bootcmd=run usb_set_bootargs; run usb_boot bootcmd=usb start; run usb_bootcmd; usb stop stdin=serial stdout=serial stderr=serial mainlineLinux=no enaMonExt=no enaCpuStream=no enaWrAllo=no pexMode=RC disL2Cache=no setL2CacheWT=yes disL2Prefetch=yes enaICPref=yes enaDCPref=yes sata_dma_mode=yes netbsd_en=no vxworks_en=no initrd_start=0x2d4000 disaMvPnp=no eth1addr=00:d0:b8:13:1d:16 enaAutoRecovery=yes pcieTune=no mtdparts=mtdparts=orion_nand:0x100000@0x0(u-boot),0x0500000@0x100000(uImage),-(rootfs) usb_set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial Environment size: 2522/16380 bytes Marvell>> boot (Re)start USB... USB: scanning bus for devices... 3 USB Device(s) found scanning bus for storage devices... 1 Storage Device(s) found .... ......................................................................................................................................................................................................................................................................................................................................................................................................................... .................................................................................................................................................. 5738538 bytes read .... ......................................................................................................................................................................................................................................................................................................................................................................................................................... ......................................................................................................................................................................................................................................................................................................................................................................................................................... ...................................................................................................................................................................................................................................................................... 11127733 bytes read ## Booting image at 00800000 ... Image Name: Linux-5.18.6-kirkwood-tld-1 Created: 2022-08-03 18:44:09 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 5738474 Bytes = 5.5 MB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK OK ## Loading Ramdisk Image at 02100000 ... Image Name: initramfs-5.18.6-kirkwood-tld-1 Created: 2022-08-03 18:44:18 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 11127669 Bytes = 10.6 MB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK Starting kernel ...
root@debian:~# dmesg [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 5.18.6-kirkwood-tld-1 (root@tldDebian) (gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1.0 PREEMPT Fri Jun 24 15:26:02 PDT 2022 [ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f [ 0.000000] CPU: VIVT data cache, VIVT instruction cache [ 0.000000] OF: fdt: Machine model: Iomega ix4-200d [ 0.000000] printk: bootconsole [earlycon0] enabled [ 0.000000] Memory policy: Data cache writeback [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768 [ 0.000000] pcpu-alloc: [0] 0 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 130048 [ 0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial [ 0.000000] Unknown kernel command line parameters "$mtdparts", will be passed to user space. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000] Memory: 488456K/524288K available (11264K kernel code, 1633K rwdata, 4936K rodata, 1024K init, 300K bss, 35832K reserved, 0K cma-reserved) [ 0.000000] trace event string verifier disabled [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns [ 0.000001] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns [ 0.008528] Switching to timer-based delay loop, resolution 5ns [ 0.016533] Console: colour dummy device 80x30 [ 0.021742] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000) [ 0.032967] pid_max: default: 32768 minimum: 301 [ 0.038938] LSM: Security Framework initializing [ 0.044616] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.052658] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.062827] CPU: Testing write buffer coherency: ok [ 0.071125] cblist_init_generic: Setting adjustable number of callback queues. [ 0.079100] cblist_init_generic: Setting shift to 0 and lim to 1. [ 0.086202] cblist_init_generic: Setting shift to 0 and lim to 1. [ 0.093435] Setting up static identity map for 0x100000 - 0x100058 [ 0.100650] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x3 [ 0.106801] rcu: Hierarchical SRCU implementation. [ 0.113922] devtmpfs: initialized [ 0.124120] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.134721] futex hash table entries: 256 (order: -1, 3072 bytes, linear) [ 0.180568] prandom32: self test passed (less than 6 bits correlated) [ 0.187705] prandom: seed boundary self test passed [ 0.197543] prandom: 100 self tests passed [ 0.202353] pinctrl core: initialized pinctrl subsystem [ 0.210662] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.218060] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.226855] audit: initializing netlink subsys (disabled) [ 0.234854] thermal_sys: Registered thermal governor 'step_wise' [ 0.235254] audit: type=2000 audit(0.220:1): state=initialized audit_enabled=0 res=1 [ 0.250514] cpuidle: using governor ladder [ 0.255374] cpuidle: using governor menu [ 0.260575] Feroceon L2: Enabling L2 [ 0.264864] Feroceon L2: Cache support initialised. [ 0.280748] No ATAGs? [ 0.468834] raid6: int32x8 gen() 108 MB/s [ 0.638730] raid6: int32x4 gen() 95 MB/s [ 0.808844] raid6: int32x2 gen() 140 MB/s [ 0.978596] raid6: int32x1 gen() 96 MB/s [ 0.983543] raid6: using algorithm int32x2 gen() 140 MB/s [ 1.158641] raid6: .... xor() 81 MB/s, rmw enabled [ 1.164111] raid6: using intx1 recovery algorithm [ 1.170329] SCSI subsystem initialized [ 1.175085] libata version 3.00 loaded. [ 1.175410] usbcore: registered new interface driver usbfs [ 1.181727] usbcore: registered new interface driver hub [ 1.187762] usbcore: registered new device driver usb [ 1.193781] pps_core: LinuxPPS API ver. 1 registered [ 1.199442] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.209267] PTP clock support registered [ 1.215569] vgaarb: loaded [ 1.219780] clocksource: Switched to clocksource orion_clocksource [ 1.361775] VFS: Disk quotas dquot_6.6.0 [ 1.366478] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 1.411178] NET: Registered PF_INET protocol family [ 1.429967] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 1.450314] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 1.459520] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 1.479861] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 1.488330] TCP bind hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 1.509873] TCP: Hash tables configured (established 4096 bind 4096) [ 1.517203] MPTCP token hash table entries: 512 (order: 0, 6144 bytes, linear) [ 1.539890] UDP hash table entries: 256 (order: 0, 4096 bytes, linear) [ 1.547127] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear) [ 1.570138] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 1.590545] RPC: Registered named UNIX socket transport module. [ 1.597139] RPC: Registered udp transport module. [ 1.609800] RPC: Registered tcp transport module. [ 1.615179] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.639805] PCI: CLS 0 bytes, default 32 [ 1.644775] NetWinder Floating Point Emulator V0.97 (double precision) [ 1.652399] Trying to unpack rootfs image as initramfs... [ 3.577092] Freeing initrd memory: 10868K [ 4.245235] Initialise system trusted keyrings [ 4.250571] Key type blacklist registered [ 4.255582] workingset: timestamp_bits=30 max_order=17 bucket_order=0 [ 4.262936] zbud: loaded [ 4.268413] NFS: Registering the id_resolver key type [ 4.274304] Key type id_resolver registered [ 4.279168] Key type id_legacy registered [ 4.283944] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 4.291347] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 4.299403] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 4.306868] jffs2: version 2.2. (NAND) (SUMMARY) \xc2\xa9 2001-2006 Red Hat, Inc. [ 4.315092] fuse: init (API version 7.36) [ 4.320261] orangefs_debugfs_init: called with debug mask: :none: :0: [ 4.327671] orangefs_init: module version upstream loaded [ 4.333823] SGI XFS with ACLs, security attributes, realtime, scrub, quota, no debug enabled [ 4.439972] xor: measuring software checksum speed [ 4.454325] arm4regs : 1113 MB/sec [ 4.474126] 8regs : 667 MB/sec [ 4.489557] 32regs : 947 MB/sec [ 4.494607] xor: using function: arm4regs (1113 MB/sec) [ 4.500531] async_tx: api initialized (async) [ 4.505569] Key type asymmetric registered [ 4.510360] Asymmetric key parser 'x509' registered [ 4.552973] alg: self-tests for CTR-KDF (hmac(sha256)) passed [ 4.559613] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 4.568044] io scheduler bfq registered [ 4.761496] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver [ 4.771960] mvebu-pcie mbus@f1000000:pcie@82000000: host bridge /mbus@f1000000/pcie@82000000 ranges: [ 4.781881] mvebu-pcie mbus@f1000000:pcie@82000000: Parsing ranges property... [ 4.781926] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1040000..0x00f1041fff -> 0x0000040000 [ 4.792089] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 4.802745] mvebu-pcie mbus@f1000000:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 4.813459] mvebu-pcie mbus@f1000000:pcie@82000000: pcie0.0: legacy INTx interrupts cannot be masked individually, /mbus@f1000000/pcie@82000000/pcie@1,0 does not contain intx interrupt [ 4.830892] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 0000:00 [ 4.839131] pci_bus 0000:00: root bus resource [bus 00-ff] [ 4.845332] pci_bus 0000:00: root bus resource [mem 0xf1040000-0xf1041fff] (bus address [0x00040000-0x00041fff]) [ 4.856187] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff] [ 4.863763] pci_bus 0000:00: root bus resource [io 0x1000-0xeffff] [ 4.870728] pci_bus 0000:00: scanning bus [ 4.870821] pci 0000:00:01.0: [11ab:6281] type 01 class 0x060400 [ 4.877827] pci 0000:00:01.0: vgaarb: pci_notify [ 4.878703] pci_bus 0000:00: fixups for bus [ 4.878724] PCI: bus0: Fast back to back transfers disabled [ 4.885006] pci 0000:00:01.0: scanning [bus 00-00] behind bridge, pass 0 [ 4.885025] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 4.893790] pci 0000:00:01.0: scanning [bus 00-00] behind bridge, pass 1 [ 4.894002] pci_bus 0000:01: scanning bus [ 4.894083] pci 0000:01:00.0: [11ab:6121] type 00 class 0x01018f [ 4.900812] pci 0000:01:00.0: reg 0x10: [io 0x0000-0x0007] [ 4.907072] pci 0000:01:00.0: reg 0x14: [io 0xf0000008-0xf000000b] [ 4.914040] pci 0000:01:00.0: reg 0x18: [io 0x0000-0x0007] [ 4.920319] pci 0000:01:00.0: reg 0x1c: [io 0xf0000018-0xf000001b] [ 4.927272] pci 0000:01:00.0: reg 0x20: [io 0xf0000020-0xf000002f] [ 4.934238] pci 0000:01:00.0: reg 0x24: [mem 0x40000000-0x400003ff] [ 4.941286] pci 0000:01:00.0: supports D1 [ 4.945978] pci 0000:01:00.0: PME# supported from D0 D1 D3hot [ 4.952424] pci 0000:01:00.0: PME# disabled [ 4.952715] pci 0000:01:00.0: vgaarb: pci_notify [ 4.952770] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' [ 4.964267] pci_bus 0000:01: fixups for bus [ 4.964286] PCI: bus1: Fast back to back transfers disabled [ 4.970565] pci_bus 0000:01: bus scan returning with max=01 [ 4.970583] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 4.977875] pci_bus 0000:00: bus scan returning with max=01 [ 4.977910] pci 0000:00:01.0: BAR 14: assigned [mem 0xe0000000-0xe00fffff] [ 4.985483] pci 0000:00:01.0: BAR 13: assigned [io 0x10000-0x10fff] [ 4.992543] pci 0000:01:00.0: BAR 5: assigned [mem 0xe0000000-0xe00003ff] [ 5.000031] pci 0000:01:00.0: BAR 4: assigned [io 0x10000-0x1000f] [ 5.006973] pci 0000:01:00.0: BAR 0: assigned [io 0x10010-0x10017] [ 5.013941] pci 0000:01:00.0: BAR 2: assigned [io 0x10018-0x1001f] [ 5.020904] pci 0000:01:00.0: BAR 1: assigned [io 0x10020-0x10023] [ 5.027848] pci 0000:01:00.0: BAR 3: assigned [io 0x10024-0x10027] [ 5.034815] pci 0000:00:01.0: PCI bridge to [bus 01] [ 5.040478] pci 0000:00:01.0: bridge window [io 0x10000-0x10fff] [ 5.047431] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe00fffff] [ 5.054981] pcieport 0000:00:01.0: vgaarb: pci_notify [ 5.055018] pcieport 0000:00:01.0: assign IRQ: got 0 [ 5.055043] pcieport 0000:00:01.0: enabling device (0140 -> 0143) [ 5.061843] pcieport 0000:00:01.0: enabling bus mastering [ 5.061875] pcieport 0000:00:01.0: vgaarb: pci_notify [ 5.062498] mv_xor f1060800.xor: Marvell shared XOR driver [ 5.131063] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 5.143032] mv_xor f1060900.xor: Marvell shared XOR driver [ 5.210982] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 5.223249] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 5.231945] printk: console [ttyS0] disabled [ 5.236984] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 26, base_baud = 12500000) is a 16550A [ 5.246747] printk: console [ttyS0] enabled [ 5.256600] printk: bootconsole [earlycon0] disabled [ 5.278246] loop: module loaded [ 5.282514] sata_mv f1080000.sata: version 1.28 [ 5.283093] sata_mv f1080000.sata: slots 32 ports 2 [ 5.292948] scsi host0: sata_mv [ 5.297743] scsi host1: sata_mv [ 5.302004] ata1: SATA max UDMA/133 irq 33 [ 5.306827] ata2: SATA max UDMA/133 irq 33 [ 5.312703] nand: device found, Manufacturer ID: 0xec, Chip ID: 0x75 [ 5.319915] nand: Samsung NAND 32MiB 3,3V 8-bit [ 5.325174] nand: 32 MiB, SLC, erase size: 16 KiB, page size: 512, OOB size: 16 [ 5.333269] Scanning device for bad blocks [ 5.651323] ata1: SATA link down (SStatus 0 SControl F300) [ 5.683444] 3 fixed-partitions partitions found on MTD device orion_nand [ 5.690912] Creating 3 MTD partitions on "orion_nand": [ 5.696815] 0x000000000000-0x000000100000 : "u-boot" [ 5.703232] 0x000000100000-0x000000600000 : "uImage" [ 5.709708] 0x000000500000-0x000002500000 : "rootfs" [ 5.715470] mtd: partition "rootfs" extends beyond the end of device "orion_nand" -- size truncated to 0x1b00000 [ 5.728524] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 5.737132] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 5.780528] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 [ 6.001421] ata2: SATA link down (SStatus 0 SControl F300) [ 6.531011] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:d0:b8:13:1d:15 [ 7.300939] mv643xx_eth_port mv643xx_eth_port.1 eth1: port 0 with MAC address 00:d0:b8:13:1d:16 [ 7.310597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 7.317938] ehci-pci: EHCI PCI platform driver [ 7.323205] ehci-orion: EHCI orion driver [ 7.328192] orion-ehci f1050000.ehci: EHCI Host Controller [ 7.334518] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1 [ 7.343169] orion-ehci f1050000.ehci: irq 30, io mem 0xf1050000 [ 7.379821] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00 [ 7.386870] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18 [ 7.395915] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 7.403903] usb usb1: Product: EHCI Host Controller [ 7.409507] usb usb1: Manufacturer: Linux 5.18.6-kirkwood-tld-1 ehci_hcd [ 7.416971] usb usb1: SerialNumber: f1050000.ehci [ 7.423204] hub 1-0:1.0: USB hub found [ 7.427722] hub 1-0:1.0: 1 port detected [ 7.433338] usbcore: registered new interface driver usb-storage [ 7.440626] mousedev: PS/2 mouse device common for all mice [ 7.448097] rtc-mv f1010300.rtc: registered as rtc0 [ 7.453807] rtc-mv f1010300.rtc: setting system clock to 2022-08-23T20:51:09 UTC (1661287869) [ 7.463474] i2c_dev: i2c /dev entries driver [ 7.470220] device-mapper: uevent: version 1.0.3 [ 7.475903] device-mapper: ioctl: 4.46.0-ioctl (2022-02-22) initialised: dm-devel@redhat.com [ 7.485756] device-mapper: multipath round-robin: version 1.2.0 loaded [ 7.493095] device-mapper: multipath queue-length: version 0.2.0 loaded [ 7.500481] device-mapper: multipath service-time: version 0.3.0 loaded [ 7.507919] device-mapper: dm-log-userspace: version 1.3.0 loaded [ 7.514814] device-mapper: raid: Loading target version 1.15.1 [ 7.522344] hid: raw HID events driver (C) Jiri Kosina [ 7.528575] drop_monitor: Initializing network drop monitor service [ 7.536245] NET: Registered PF_INET6 protocol family [ 7.544062] Segment Routing with IPv6 [ 7.548460] RPL Segment Routing with IPv6 [ 7.553373] In-situ OAM (IOAM) with IPv6 [ 7.558111] NET: Registered PF_PACKET protocol family [ 7.564308] Key type dns_resolver registered [ 7.570257] registered taskstats version 1 [ 7.575088] Loading compiled-in X.509 certificates [ 7.581793] zswap: loaded using pool lzo/zbud [ 7.587570] Key type ._fscrypt registered [ 7.592392] Key type .fscrypt registered [ 7.597039] Key type fscrypt-provisioning registered [ 7.608154] Key type big_key registered [ 7.644281] Key type encrypted registered [ 7.719851] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 7.747251] "cryptomgr_test" (105) uses obsolete ecb(arc4) skcipher [ 7.921553] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=77.63 [ 7.937555] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 7.959810] usb 1-1: Product: USB2.0 Hub [ 7.965520] hub 1-1:1.0: USB hub found [ 7.980179] hub 1-1:1.0: 4 ports detected [ 8.309814] usb 1-1.2: new high-speed USB device number 3 using orion-ehci [ 8.480799] usb 1-1.2: New USB device found, idVendor=0781, idProduct=557c, bcdDevice= 1.27 [ 8.499802] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 8.507854] usb 1-1.2: Product: Cruzer Orbit [ 8.529800] usb 1-1.2: Manufacturer: SanDisk [ 8.534797] usb 1-1.2: SerialNumber: 4C530012311126108485 [ 8.550659] usb-storage 1-1.2:1.0: USB Mass Storage device detected [ 8.570349] scsi host2: usb-storage 1-1.2:1.0 [ 9.610760] scsi 2:0:0:0: Direct-Access SanDisk Cruzer Orbit 1.27 PQ: 0 ANSI: 6 [ 9.631464] sd 2:0:0:0: [sda] 62530624 512-byte logical blocks: (32.0 GB/29.8 GiB) [ 9.651085] sd 2:0:0:0: [sda] Write Protect is off [ 9.656630] sd 2:0:0:0: [sda] Mode Sense: 43 00 00 00 [ 9.669828] sd 2:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 9.696446] sda: sda1 [ 9.712326] sd 2:0:0:0: [sda] Attached SCSI removable disk [ 12.297960] Freeing unused kernel image (initmem) memory: 1024K [ 12.320663] Checked W+X mappings: passed, no W+X pages found [ 12.327076] Run /init as init process [ 12.331522] with arguments: [ 12.331535] /init [ 12.331544] $mtdparts [ 12.331551] with environment: [ 12.331559] HOME=/ [ 12.331566] TERM=linux [ 13.293196] ahci 0000:01:00.0: vgaarb: pci_notify [ 13.293331] ahci 0000:01:00.0: assign IRQ: got 38 [ 13.293366] ahci 0000:01:00.0: version 3.0 [ 13.293398] pci 0000:00:01.0: enabling bus mastering [ 13.293479] ahci 0000:01:00.0: Disabling your PATA port. Use the boot option 'ahci.marvell_enable=0' to avoid this. [ 13.369150] ahci 0000:01:00.0: controller can't do NCQ, turning off CAP_NCQ [ 13.415529] ahci 0000:01:00.0: controller can't do PMP, turning off CAP_PMP [ 13.448486] ahci 0000:01:00.0: masking port_map 0x7 -> 0x3 [ 13.479360] ahci 0000:01:00.0: SSS flag set, parallel bus scan disabled [ 13.495909] usbcore: registered new interface driver uas [ 13.520483] ahci 0000:01:00.0: AHCI 0001.0000 32 slots 3 ports 3 Gbps 0x3 impl IDE mode [ 13.529248] ahci 0000:01:00.0: flags: 64bit stag led slum part [ 13.628084] scsi host3: ahci [ 13.659947] scsi host4: ahci [ 13.691043] scsi host5: ahci [ 13.706715] ata3: SATA max UDMA/133 abar m1024@0xe0000000 port 0xe0000100 irq 38 [ 13.759942] ata4: SATA max UDMA/133 abar m1024@0xe0000000 port 0xe0000180 irq 38 [ 13.768132] ata5: DUMMY [ 13.828097] ahci 0000:01:00.0: vgaarb: pci_notify [ 14.151450] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 14.160198] ata3.00: ATA-11: ST6000NM021A-2R7101, SN03, max UDMA/133 [ 14.167380] ata3.00: 11721045168 sectors, multi 16: LBA48 NCQ (depth 0/32) [ 14.177865] ata3.00: configured for UDMA/133 [ 14.193437] scsi 3:0:0:0: Direct-Access ATA ST6000NM021A-2R7 SN03 PQ: 0 ANSI: 5 [ 14.205233] sd 3:0:0:0: [sdb] 11721045168 512-byte logical blocks: (6.00 TB/5.46 TiB) [ 14.216028] sd 3:0:0:0: [sdb] 4096-byte physical blocks [ 14.222244] sd 3:0:0:0: [sdb] Write Protect is off [ 14.227863] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00 [ 14.228014] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 14.541547] sd 3:0:0:0: [sdb] Attached SCSI disk [ 14.552026] ata4: SATA link down (SStatus 0 SControl 300) [ 14.921030] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no [ 26.316503] systemd[1]: Inserted module 'autofs4' [ 26.426612] systemd[1]: systemd 247.3-7 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [ 26.450829] systemd[1]: Detected architecture arm. [ 26.502949] systemd[1]: Set hostname to <debian>. [ 28.729821] random: crng init done [ 29.800858] systemd[1]: Queued start job for default target Graphical Interface. [ 29.812481] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 29.825761] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 29.837210] systemd[1]: Created slice system-getty.slice. [ 29.871410] systemd[1]: Created slice system-modprobe.slice. [ 29.911325] systemd[1]: Created slice system-serial\x2dgetty.slice. [ 29.951084] systemd[1]: Created slice User and Session Slice. [ 29.990611] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 30.030538] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 30.071589] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 30.110460] systemd[1]: Reached target Local Encrypted Volumes. [ 30.150848] systemd[1]: Reached target Paths. [ 30.190419] systemd[1]: Reached target Slices. [ 30.230297] systemd[1]: Reached target Swap. [ 30.260247] systemd[1]: Reached target System Time Set. [ 30.301411] systemd[1]: Listening on Device-mapper event daemon FIFOs. [ 30.340887] systemd[1]: Listening on LVM2 poll daemon socket. [ 30.381239] systemd[1]: Listening on RPCbind Server Activation Socket. [ 30.423219] systemd[1]: Listening on Syslog Socket. [ 30.462518] systemd[1]: Listening on fsck to fsckd communication Socket. [ 30.500680] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 30.541513] systemd[1]: Listening on Journal Audit Socket. [ 30.581027] systemd[1]: Listening on Journal Socket (/dev/log). [ 30.621234] systemd[1]: Listening on Journal Socket. [ 30.662576] systemd[1]: Listening on Network Service Netlink Socket. [ 30.701227] systemd[1]: Listening on udev Control Socket. [ 30.741038] systemd[1]: Listening on udev Kernel Socket. [ 30.781135] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 30.795517] systemd[1]: Mounting POSIX Message Queue File System... [ 30.822627] systemd[1]: Mounting RPC Pipe File System... [ 30.846975] systemd[1]: Mounting Kernel Debug File System... [ 30.872679] systemd[1]: Mounting Kernel Trace File System... [ 30.890684] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped. [ 30.908662] systemd[1]: Finished Availability of block devices. [ 30.957199] systemd[1]: Starting Create list of static device nodes for the current kernel... [ 31.014949] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... [ 31.075300] systemd[1]: Starting Load Kernel Module configfs... [ 31.145528] systemd[1]: Starting Load Kernel Module drm... [ 31.195445] systemd[1]: Starting Load Kernel Module fuse... [ 31.257812] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 31.268291] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 31.283630] systemd[1]: Starting Journal Service... [ 31.341173] systemd[1]: Starting Load Kernel Modules... [ 31.381435] systemd[1]: Starting Remount Root and Kernel File Systems... [ 31.431261] systemd[1]: Starting Coldplug All udev Devices... [ 31.553499] systemd[1]: Mounted POSIX Message Queue File System. [ 31.620963] systemd[1]: Mounted RPC Pipe File System. [ 31.661799] systemd[1]: Mounted Kernel Debug File System. [ 31.691212] systemd[1]: Mounted Kernel Trace File System. [ 31.730038] systemd[1]: Finished Create list of static device nodes for the current kernel. [ 31.750131] ext2 filesystem being remounted at / supports timestamps until 2038 (0x7fffffff) [ 31.802859] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling. [ 31.872710] systemd[1]: modprobe@configfs.service: Succeeded. [ 31.900755] systemd[1]: Finished Load Kernel Module configfs. [ 31.932687] systemd[1]: modprobe@drm.service: Succeeded. [ 31.960443] systemd[1]: Finished Load Kernel Module drm. [ 32.002850] systemd[1]: modprobe@fuse.service: Succeeded. [ 32.020589] systemd[1]: Finished Load Kernel Module fuse. [ 32.042582] systemd[1]: Finished Load Kernel Modules. [ 32.082423] systemd[1]: Finished Remount Root and Kernel File Systems. [ 32.170565] systemd[1]: Mounting FUSE Control File System... [ 32.230500] systemd[1]: Mounting Kernel Configuration File System... [ 32.274423] systemd[1]: Starting pNFS block layout mapping daemon... [ 32.335928] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. [ 32.360549] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. [ 32.384733] systemd[1]: Starting Load/Save Random Seed... [ 32.431443] systemd[1]: Starting Apply Kernel Variables... [ 32.481312] systemd[1]: Starting Create System Users... [ 32.537558] systemd[1]: Started Journal Service. [ 33.041301] systemd-journald[233]: Received client request to flush runtime journal. [ 36.856123] sd 2:0:0:0: Attached scsi generic sg0 type 0 [ 37.012146] sd 3:0:0:0: Attached scsi generic sg1 type 0 [ 37.354276] adt7475 0-002e: ADT7473 device, revision 0 [ 37.479348] orion_wdt: Initial timeout 21 sec [ 37.851137] adt7475 0-002e: Optional features: fan4 pwm2 [ 39.519718] marvell-cesa f1030000.crypto: CESA device successfully registered [ 69.352198] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 74.409938] ata3.00: qc timeout (cmd 0xec) [ 74.414816] ata3.00: failed to IDENTIFY (I/O error, err_mask=0x4) [ 74.424277] ata3.00: revalidation failed (errno=-5) [ 74.762232] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 84.969965] ata3.00: qc timeout (cmd 0xec) [ 84.975009] ata3.00: failed to IDENTIFY (I/O error, err_mask=0x4) [ 84.984643] ata3.00: revalidation failed (errno=-5) [ 84.991304] ata3: limiting SATA link speed to 1.5 Gbps [ 85.322198] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 310) [ 85.334783] ata3.00: configured for UDMA/133 [ 89.874717] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled [ 89.885485] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready root@debian:~# cat /proc/mtd dev: size erasesize name mtd0: 00100000 00004000 "u-boot" mtd1: 00500000 00004000 "uImage" mtd2: 01b00000 00004000 "rootfs" root@debian:~#
Re: Iomega ix4-200d U-boot needed August 23, 2022 04:52PM |
Registered: 2 years ago Posts: 52 |
Re: Iomega ix4-200d U-boot needed August 23, 2022 05:21PM |
Admin Registered: 13 years ago Posts: 18,997 |
sata init sata info
Re: Iomega ix4-200d U-boot needed August 23, 2022 05:48PM |
Registered: 2 years ago Posts: 52 |
Re: Iomega ix4-200d U-boot needed August 23, 2022 06:10PM |
Admin Registered: 13 years ago Posts: 18,997 |
setenv set_bootargs 'setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts' setenv load_uimage 'ext2load usb 0:1 0x800000 /boot/uImage.orig' setenv load_uinitrd 'ext2load usb 0:1 0x1100000 /boot/uInitrd' setenv load_dtb 'ext2load usb 0:1 0x2c00000 /boot/dts/kirkwood-iomega_ix4_200d.dtb' setenv usb_boot 'usb reset; run set_bootargs; run load_uimage; run load_uinitrd; run load_dtb; bootm 0x800000 0x1100000 0x2c00000'
run usb_boot
Re: Iomega ix4-200d U-boot needed August 24, 2022 04:00PM |
Registered: 2 years ago Posts: 52 |
=> setenv set_bootargs 'setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts' => setenv load_uimage 'ext2load usb 0:1 0x800000 /boot/uImage.orig' => setenv load_uinitrd 'ext2load usb 0:1 0x1100000 /boot/uInitrd' => setenv load_dtb 'ext2load usb 0:1 0x2c00000 /boot/dts/kirkwood-iomega_ix4_200d.dtb' => setenv usb_boot 'usb reset; run set_bootargs; run load_uimage; run load_uinitrd; run load_dtb; bootm 0x800000 0x1100000 0x2c00000' => run usb_boot resetting USB... Bus ehci@50000: USB EHCI 1.00 scanning bus ehci@50000 for devices... 3 USB Device(s) found scanning usb for storage devices... 1 Storage Device(s) found Failed to load '/boot/uImage.orig' 11127733 bytes read in 466 ms (22.8 MiB/s) 9274 bytes read in 36 ms (251 KiB/s) Wrong Image Format for bootm command ERROR: can't get kernel image! =>
=> printenv baudrate=115200 bootargs=console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=orion_nand:0x100000@0x0(u-boot),0x0500000@0x100000(uImage),-(rootfs) bootcmd=usb start; run usb_bootcmd; usb stop bootdelay=10 eth1addr=00:d0:b8:13:1d:16 ethact=ethernet-controller@72000 ethaddr=00:d0:b8:13:1d:15 fdtcontroladdr=1fb56ac0 fileaddr=2c00000 filesize=243a ipaddr=192.168.42.88 load_dtb=ext2load usb 0:1 0x2c00000 /boot/dts/kirkwood-iomega_ix4_200d.dtb load_uimage=ext2load usb 0:1 0x800000 /boot/uImage.orig load_uinitrd=ext2load usb 0:1 0x1100000 /boot/uInitrd loadaddr=0x800000 mtddevname=u-boot mtddevnum=0 mtdids=nand0=orion_nand mtdparts=mtdparts=orion_nand:0x100000@0x0(u-boot),0x0500000@0x100000(uImage),-(rootfs) partition=nand0,0 serverip=192.168.42.1 set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts stderr=serial stdin=serial stdout=serial usb_boot=usb reset; run set_bootargs; run load_uimage; run load_uinitrd; run load_dtb; bootm 0x800000 0x1100000 0x2c00000 usb_bootcmd=run usb_set_bootargs; run usb_boot usb_set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts earlyprintk=serial x_bootargs=console=ttyS0,115200 mtdparts=mtdparts=orion_nand:0x100000@0x0(u-boot),0x0500000@0x100000(uImage),-(rootfs)x_bootcmd_kernel=nand read 0x6400000 0x100000 0x400000 x_bootargs_root=root=/dev/mtdblock3 rw rootfstype=jffs2 x_bootcmd_usb=usb start Environment size: 1428/131068 bytes
Re: Iomega ix4-200d U-boot needed August 24, 2022 05:16PM |
Admin Registered: 13 years ago Posts: 18,997 |
Quote
Failed to load '/boot/uImage.orig'
Quote
4b. Boot with DTB file embedded in the kernel image.Again, this step 4b is for stock U-Boot only.
mv uImage uImage.orig
cd /boot ls -lartI expect you would not find the uImage.orig.
mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-5.19.2-kirkwood-tld-1 -d vmlinuz-5.19.2-kirkwood-tld-1 uImage.orig
Re: Iomega ix4-200d U-boot needed August 24, 2022 06:10PM |
Registered: 2 years ago Posts: 52 |
mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n linux-5.18.6-kirkwood-tld-1.patch -d vmlinuz-5.18.6-kirkwood-tld-1 uImage.orig
=> setenv set_bootargs 'setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts' => setenv load_uimage 'ext2load usb 0:1 0x800000 /boot/uImage.orig' => setenv load_uinitrd 'ext2load usb 0:1 0x1100000 /boot/uInitrd' => setenv load_dtb 'ext2load usb 0:1 0x2c00000 /boot/dts/kirkwood-iomega_ix4_200d.dtb' => setenv usb_boot 'usb reset; run set_bootargs; run load_uimage; run load_uinitrd; run load_dtb; bootm 0x800000 0x1100000 0x2c00000' => run usb_boot resetting USB... Bus ehci@50000: USB EHCI 1.00 scanning bus ehci@50000 for devices... 3 USB Device(s) found scanning usb for storage devices... 1 Storage Device(s) found 5729264 bytes read in 246 ms (22.2 MiB/s) 11127733 bytes read in 470 ms (22.6 MiB/s) 9274 bytes read in 26 ms (347.7 KiB/s) ## Booting kernel from Legacy Image at 00800000 ... Image Name: linux-5.18.6-kirkwood-tld-1.patc Created: 2022-08-24 23:03:37 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 5729200 Bytes = 5.5 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 01100000 ... Image Name: initramfs-5.18.6-kirkwood-tld-1 Created: 2022-08-03 18:44:18 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 11127669 Bytes = 10.6 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 02c00000 Booting using the fdt blob at 0x2c00000 Loading Kernel Image Loading Ramdisk to 1f0b5000, end 1fb51b75 ... OK Loading Device Tree to 0fffa000, end 0ffff439 ... OK Starting kernel ...
root@debian:~# dmesg [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 5.18.6-kirkwood-tld-1 (root@tldDebian) (gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1.0 PREEMPT Fri Jun 24 15:26:02 PDT 2022 [ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f [ 0.000000] CPU: VIVT data cache, VIVT instruction cache [ 0.000000] OF: fdt: Machine model: Iomega ix4-200d [ 0.000000] Memory policy: Data cache writeback [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000001fffffff] [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768 [ 0.000000] pcpu-alloc: [0] 0 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 130048 [ 0.000000] Kernel command line: console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 mtdparts=orion_nand:0x100000@0x0(u-boot),0x0500000@0x100000(uImage),-(rootfs) [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000] Memory: 488452K/524288K available (11264K kernel code, 1633K rwdata, 4936K rodata, 1024K init, 300K bss, 35836K reserved, 0K cma-reserved) [ 0.000000] trace event string verifier disabled [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns [ 0.000002] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns [ 0.000058] Switching to timer-based delay loop, resolution 5ns [ 0.001602] Console: colour dummy device 80x30 [ 0.001676] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000) [ 0.001720] pid_max: default: 32768 minimum: 301 [ 0.002396] LSM: Security Framework initializing [ 0.002829] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.002881] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.004755] CPU: Testing write buffer coherency: ok [ 0.007793] cblist_init_generic: Setting adjustable number of callback queues. [ 0.007832] cblist_init_generic: Setting shift to 0 and lim to 1. [ 0.008231] cblist_init_generic: Setting shift to 0 and lim to 1. [ 0.008714] Setting up static identity map for 0x100000 - 0x100058 [ 0.009044] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x3 [ 0.009450] rcu: Hierarchical SRCU implementation. [ 0.011324] devtmpfs: initialized [ 0.017721] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.017778] futex hash table entries: 256 (order: -1, 3072 bytes, linear) [ 0.056184] prandom32: self test passed (less than 6 bits correlated) [ 0.056231] prandom: seed boundary self test passed [ 0.060538] prandom: 100 self tests passed [ 0.060569] pinctrl core: initialized pinctrl subsystem [ 0.063081] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.063971] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.065247] audit: initializing netlink subsys (disabled) [ 0.067309] thermal_sys: Registered thermal governor 'step_wise' [ 0.067749] audit: type=2000 audit(0.060:1): state=initialized audit_enabled=0 res=1 [ 0.067914] cpuidle: using governor ladder [ 0.068010] cpuidle: using governor menu [ 0.068563] Feroceon L2: Enabling L2 [ 0.068619] Feroceon L2: Cache support initialised. [ 0.079013] No ATAGs? [ 0.260316] raid6: int32x8 gen() 108 MB/s [ 0.430285] raid6: int32x4 gen() 95 MB/s [ 0.600209] raid6: int32x2 gen() 140 MB/s [ 0.770533] raid6: int32x1 gen() 99 MB/s [ 0.770557] raid6: using algorithm int32x2 gen() 140 MB/s [ 0.940116] raid6: .... xor() 81 MB/s, rmw enabled [ 0.940137] raid6: using intx1 recovery algorithm [ 0.940998] SCSI subsystem initialized [ 0.941349] libata version 3.00 loaded. [ 0.941681] usbcore: registered new interface driver usbfs [ 0.941796] usbcore: registered new interface driver hub [ 0.941863] usbcore: registered new device driver usb [ 0.942151] pps_core: LinuxPPS API ver. 1 registered [ 0.942169] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.942206] PTP clock support registered [ 0.943966] vgaarb: loaded [ 0.944742] clocksource: Switched to clocksource orion_clocksource [ 1.081641] VFS: Disk quotas dquot_6.6.0 [ 1.081763] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 1.106910] NET: Registered PF_INET protocol family [ 1.107271] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 1.115336] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 1.115591] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 1.115633] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 1.115709] TCP bind hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 1.115771] TCP: Hash tables configured (established 4096 bind 4096) [ 1.116081] MPTCP token hash table entries: 512 (order: 0, 6144 bytes, linear) [ 1.116187] UDP hash table entries: 256 (order: 0, 4096 bytes, linear) [ 1.116241] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear) [ 1.116577] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 1.117633] RPC: Registered named UNIX socket transport module. [ 1.117659] RPC: Registered udp transport module. [ 1.117672] RPC: Registered tcp transport module. [ 1.117685] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.117704] PCI: CLS 0 bytes, default 32 [ 1.117891] NetWinder Floating Point Emulator V0.97 (double precision) [ 1.125172] Trying to unpack rootfs image as initramfs... [ 3.084805] Freeing initrd memory: 10868K [ 3.845590] Initialise system trusted keyrings [ 3.845732] Key type blacklist registered [ 3.846107] workingset: timestamp_bits=30 max_order=17 bucket_order=0 [ 3.846285] zbud: loaded [ 3.848606] NFS: Registering the id_resolver key type [ 3.848669] Key type id_resolver registered [ 3.848686] Key type id_legacy registered [ 3.848753] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 3.848780] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 3.848797] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 3.849237] jffs2: version 2.2. (NAND) (SUMMARY) \xc2\xa9 2001-2006 Red Hat, Inc. [ 3.849770] fuse: init (API version 7.36) [ 3.850249] orangefs_debugfs_init: called with debug mask: :none: :0: [ 3.850570] orangefs_init: module version upstream loaded [ 3.850592] SGI XFS with ACLs, security attributes, realtime, scrub, quota, no debug enabled [ 3.952973] xor: measuring software checksum speed [ 3.961941] arm4regs : 1112 MB/sec [ 3.976739] 8regs : 667 MB/sec [ 3.987162] 32regs : 947 MB/sec [ 3.987180] xor: using function: arm4regs (1112 MB/sec) [ 3.987202] async_tx: api initialized (async) [ 3.987223] Key type asymmetric registered [ 3.987238] Asymmetric key parser 'x509' registered [ 4.025117] alg: self-tests for CTR-KDF (hmac(sha256)) passed [ 4.025378] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 4.025547] io scheduler bfq registered [ 4.215071] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver [ 4.217534] mvebu-pcie mbus@f1000000:pcie@82000000: host bridge /mbus@f1000000/pcie@82000000 ranges: [ 4.217593] mvebu-pcie mbus@f1000000:pcie@82000000: Parsing ranges property... [ 4.217637] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0x00f1040000..0x00f1041fff -> 0x0000040000 [ 4.217687] mvebu-pcie mbus@f1000000:pcie@82000000: MEM 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 4.217725] mvebu-pcie mbus@f1000000:pcie@82000000: IO 0xffffffffffffffff..0x00fffffffe -> 0x0100000000 [ 4.217838] mvebu-pcie mbus@f1000000:pcie@82000000: pcie0.0: legacy INTx interrupts cannot be masked individually, /mbus@f1000000/pcie@82000000/pcie@1,0 does not contain intx interrupt [ 4.218201] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 0000:00 [ 4.218229] pci_bus 0000:00: root bus resource [bus 00-ff] [ 4.218257] pci_bus 0000:00: root bus resource [mem 0xf1040000-0xf1041fff] (bus address [0x00040000-0x00041fff]) [ 4.218280] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff] [ 4.218302] pci_bus 0000:00: root bus resource [io 0x1000-0xeffff] [ 4.218324] pci_bus 0000:00: scanning bus [ 4.218419] pci 0000:00:01.0: [11ab:6281] type 01 class 0x060400 [ 4.218769] pci 0000:00:01.0: vgaarb: pci_notify [ 4.219637] pci_bus 0000:00: fixups for bus [ 4.219659] PCI: bus0: Fast back to back transfers disabled [ 4.219682] pci 0000:00:01.0: scanning [bus 00-00] behind bridge, pass 0 [ 4.219699] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 4.219727] pci 0000:00:01.0: scanning [bus 00-00] behind bridge, pass 1 [ 4.219929] pci_bus 0000:01: scanning bus [ 4.220009] pci 0000:01:00.0: [11ab:6121] type 00 class 0x01018f [ 4.220051] pci 0000:01:00.0: reg 0x10: [io 0x8000-0x8007] [ 4.220082] pci 0000:01:00.0: reg 0x14: [io 0x8040-0x8043] [ 4.220110] pci 0000:01:00.0: reg 0x18: [io 0x8200-0x8207] [ 4.220138] pci 0000:01:00.0: reg 0x1c: [io 0x8800-0x8803] [ 4.220166] pci 0000:01:00.0: reg 0x20: [io 0x900000-0x90000f] [ 4.220195] pci 0000:01:00.0: reg 0x24: [mem 0x00800000-0x008003ff] [ 4.220299] pci 0000:01:00.0: supports D1 [ 4.220319] pci 0000:01:00.0: PME# supported from D0 D1 D3hot [ 4.220342] pci 0000:01:00.0: PME# disabled [ 4.220627] pci 0000:01:00.0: vgaarb: pci_notify [ 4.220682] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' [ 4.221511] pci_bus 0000:01: fixups for bus [ 4.221528] PCI: bus1: Fast back to back transfers disabled [ 4.221547] pci_bus 0000:01: bus scan returning with max=01 [ 4.221562] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 4.221590] pci_bus 0000:00: bus scan returning with max=01 [ 4.221626] pci 0000:00:01.0: BAR 14: assigned [mem 0xe0000000-0xe00fffff] [ 4.221653] pci 0000:00:01.0: BAR 13: assigned [io 0x10000-0x10fff] [ 4.221684] pci 0000:01:00.0: BAR 5: assigned [mem 0xe0000000-0xe00003ff] [ 4.221714] pci 0000:01:00.0: BAR 4: assigned [io 0x10000-0x1000f] [ 4.221740] pci 0000:01:00.0: BAR 0: assigned [io 0x10010-0x10017] [ 4.221766] pci 0000:01:00.0: BAR 2: assigned [io 0x10018-0x1001f] [ 4.221791] pci 0000:01:00.0: BAR 1: assigned [io 0x10020-0x10023] [ 4.221817] pci 0000:01:00.0: BAR 3: assigned [io 0x10024-0x10027] [ 4.221843] pci 0000:00:01.0: PCI bridge to [bus 01] [ 4.221864] pci 0000:00:01.0: bridge window [io 0x10000-0x10fff] [ 4.221896] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe00fffff] [ 4.221997] pcieport 0000:00:01.0: vgaarb: pci_notify [ 4.222035] pcieport 0000:00:01.0: assign IRQ: got 0 [ 4.222061] pcieport 0000:00:01.0: enabling device (0140 -> 0143) [ 4.222093] pcieport 0000:00:01.0: enabling bus mastering [ 4.222124] pcieport 0000:00:01.0: vgaarb: pci_notify [ 4.222751] mv_xor f1060800.xor: Marvell shared XOR driver [ 4.285883] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 4.289858] mv_xor f1060900.xor: Marvell shared XOR driver [ 4.345943] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr ) [ 4.350229] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 4.351926] printk: console [ttyS0] disabled [ 4.352035] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 26, base_baud = 12500000) is a 16550A [ 5.483904] printk: console [ttyS0] enabled [ 5.499272] loop: module loaded [ 5.503494] sata_mv f1080000.sata: version 1.28 [ 5.504087] sata_mv f1080000.sata: slots 32 ports 2 [ 5.514105] scsi host0: sata_mv [ 5.519010] scsi host1: sata_mv [ 5.523207] ata1: SATA max UDMA/133 irq 33 [ 5.528090] ata2: SATA max UDMA/133 irq 33 [ 5.533924] nand: device found, Manufacturer ID: 0xec, Chip ID: 0x75 [ 5.541112] nand: Samsung NAND 32MiB 3,3V 8-bit [ 5.546393] nand: 32 MiB, SLC, erase size: 16 KiB, page size: 512, OOB size: 16 [ 5.554469] Scanning device for bad blocks [ 5.866295] ata1: SATA link down (SStatus 0 SControl F300) [ 5.913912] 3 cmdlinepart partitions found on MTD device orion_nand [ 5.920943] Creating 3 MTD partitions on "orion_nand": [ 5.926866] 0x000000000000-0x000000100000 : "u-boot" [ 5.933248] 0x000000100000-0x000000600000 : "uImage" [ 5.939736] 0x000000600000-0x000002000000 : "rootfs" [ 5.947516] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 5.956134] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 5.999847] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4 [ 6.216426] ata2: SATA link down (SStatus 0 SControl F300) [ 6.765962] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:d0:b8:13:1d:15 [ 7.535929] mv643xx_eth_port mv643xx_eth_port.1 eth1: port 0 with MAC address 00:d0:b8:13:1d:16 [ 7.545628] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 7.552976] ehci-pci: EHCI PCI platform driver [ 7.558241] ehci-orion: EHCI orion driver [ 7.563234] orion-ehci f1050000.ehci: EHCI Host Controller [ 7.569568] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1 [ 7.578219] orion-ehci f1050000.ehci: irq 30, io mem 0xf1050000 [ 7.614782] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00 [ 7.621846] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18 [ 7.630891] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 7.638879] usb usb1: Product: EHCI Host Controller [ 7.644483] usb usb1: Manufacturer: Linux 5.18.6-kirkwood-tld-1 ehci_hcd [ 7.651947] usb usb1: SerialNumber: f1050000.ehci [ 7.658199] hub 1-0:1.0: USB hub found [ 7.662725] hub 1-0:1.0: 1 port detected [ 7.668366] usbcore: registered new interface driver usb-storage [ 7.675642] mousedev: PS/2 mouse device common for all mice [ 7.683136] rtc-mv f1010300.rtc: registered as rtc0 [ 7.688856] rtc-mv f1010300.rtc: setting system clock to 2022-08-24T23:07:20 UTC (1661382440) [ 7.698530] i2c_dev: i2c /dev entries driver [ 7.705323] device-mapper: uevent: version 1.0.3 [ 7.711054] device-mapper: ioctl: 4.46.0-ioctl (2022-02-22) initialised: dm-devel@redhat.com [ 7.720918] device-mapper: multipath round-robin: version 1.2.0 loaded [ 7.728256] device-mapper: multipath queue-length: version 0.2.0 loaded [ 7.735639] device-mapper: multipath service-time: version 0.3.0 loaded [ 7.743082] device-mapper: dm-log-userspace: version 1.3.0 loaded [ 7.749934] device-mapper: raid: Loading target version 1.15.1 [ 7.757500] hid: raw HID events driver (C) Jiri Kosina [ 7.763741] drop_monitor: Initializing network drop monitor service [ 7.771421] NET: Registered PF_INET6 protocol family [ 7.779289] Segment Routing with IPv6 [ 7.783679] RPL Segment Routing with IPv6 [ 7.788599] In-situ OAM (IOAM) with IPv6 [ 7.793371] NET: Registered PF_PACKET protocol family [ 7.799509] Key type dns_resolver registered [ 7.805455] registered taskstats version 1 [ 7.810290] Loading compiled-in X.509 certificates [ 7.817123] zswap: loaded using pool lzo/zbud [ 7.822929] Key type ._fscrypt registered [ 7.827757] Key type .fscrypt registered [ 7.832407] Key type fscrypt-provisioning registered [ 7.844020] Key type big_key registered [ 7.880609] Key type encrypted registered [ 7.954825] usb 1-1: new high-speed USB device number 2 using orion-ehci [ 7.985806] "cryptomgr_test" (105) uses obsolete ecb(arc4) skcipher [ 8.156476] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=77.63 [ 8.174764] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 8.182648] usb 1-1: Product: USB2.0 Hub [ 8.205828] hub 1-1:1.0: USB hub found [ 8.214774] hub 1-1:1.0: 4 ports detected [ 8.544774] usb 1-1.2: new high-speed USB device number 3 using orion-ehci [ 8.705723] usb 1-1.2: New USB device found, idVendor=0781, idProduct=557c, bcdDevice= 1.27 [ 8.724763] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 8.732819] usb 1-1.2: Product: Cruzer Orbit [ 8.754762] usb 1-1.2: Manufacturer: SanDisk [ 8.759762] usb 1-1.2: SerialNumber: 4C530012311126108485 [ 8.775729] usb-storage 1-1.2:1.0: USB Mass Storage device detected [ 8.795325] scsi host2: usb-storage 1-1.2:1.0 [ 9.850560] scsi 2:0:0:0: Direct-Access SanDisk Cruzer Orbit 1.27 PQ: 0 ANSI: 6 [ 9.881886] sd 2:0:0:0: [sda] 62530624 512-byte logical blocks: (32.0 GB/29.8 GiB) [ 9.908761] sd 2:0:0:0: [sda] Write Protect is off [ 9.914326] sd 2:0:0:0: [sda] Mode Sense: 43 00 00 00 [ 9.924777] sd 2:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 9.972766] sda: sda1 [ 9.993127] sd 2:0:0:0: [sda] Attached SCSI removable disk [ 12.536911] Freeing unused kernel image (initmem) memory: 1024K [ 12.555691] Checked W+X mappings: passed, no W+X pages found [ 12.562098] Run /init as init process [ 12.566540] with arguments: [ 12.566554] /init [ 12.566562] with environment: [ 12.566570] HOME=/ [ 12.566577] TERM=linux [ 13.537807] ahci 0000:01:00.0: vgaarb: pci_notify [ 13.537949] ahci 0000:01:00.0: assign IRQ: got 38 [ 13.537985] ahci 0000:01:00.0: version 3.0 [ 13.538019] pci 0000:00:01.0: enabling bus mastering [ 13.538136] ahci 0000:01:00.0: Disabling your PATA port. Use the boot option 'ahci.marvell_enable=0' to avoid this. [ 13.616739] ahci 0000:01:00.0: controller can't do NCQ, turning off CAP_NCQ [ 13.624459] ahci 0000:01:00.0: controller can't do PMP, turning off CAP_PMP [ 13.694895] ahci 0000:01:00.0: masking port_map 0x7 -> 0x3 [ 13.701290] ahci 0000:01:00.0: SSS flag set, parallel bus scan disabled [ 13.739730] usbcore: registered new interface driver uas [ 13.762329] ahci 0000:01:00.0: AHCI 0001.0000 32 slots 3 ports 3 Gbps 0x3 impl IDE mode [ 13.819881] ahci 0000:01:00.0: flags: 64bit stag led slum part [ 13.875315] scsi host3: ahci [ 13.901175] scsi host4: ahci [ 13.931714] scsi host5: ahci [ 13.955509] ata3: SATA max UDMA/133 abar m1024@0xe0000000 port 0xe0000100 irq 38 [ 14.009064] ata4: SATA max UDMA/133 abar m1024@0xe0000000 port 0xe0000180 irq 38 [ 14.060254] ata5: DUMMY [ 14.077617] ahci 0000:01:00.0: vgaarb: pci_notify [ 14.386494] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 14.395258] ata3.00: ATA-11: ST6000NM021A-2R7101, SN03, max UDMA/133 [ 14.402434] ata3.00: 11721045168 sectors, multi 16: LBA48 NCQ (depth 0/32) [ 14.412937] ata3.00: configured for UDMA/133 [ 14.428523] scsi 3:0:0:0: Direct-Access ATA ST6000NM021A-2R7 SN03 PQ: 0 ANSI: 5 [ 14.440354] sd 3:0:0:0: [sdb] 11721045168 512-byte logical blocks: (6.00 TB/5.46 TiB) [ 14.451193] sd 3:0:0:0: [sdb] 4096-byte physical blocks [ 14.457418] sd 3:0:0:0: [sdb] Write Protect is off [ 14.463032] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00 [ 14.463185] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 14.770228] sdb: sdb1 [ 14.776738] sd 3:0:0:0: [sdb] Attached SCSI disk [ 14.787294] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 14.796136] ata4.00: ATA-11: ST6000NM021A-2R7101, SN03, max UDMA/133 [ 14.803318] ata4.00: 11721045168 sectors, multi 16: LBA48 NCQ (depth 0/32) [ 14.813789] ata4.00: configured for UDMA/133 [ 14.829359] scsi 4:0:0:0: Direct-Access ATA ST6000NM021A-2R7 SN03 PQ: 0 ANSI: 5 [ 14.841229] sd 4:0:0:0: [sdc] 11721045168 512-byte logical blocks: (6.00 TB/5.46 TiB) [ 14.852096] sd 4:0:0:0: [sdc] 4096-byte physical blocks [ 14.858367] sd 4:0:0:0: [sdc] Write Protect is off [ 14.863979] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00 [ 14.864131] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 14.916094] sdc: sdc1 [ 14.922518] sd 4:0:0:0: [sdc] Attached SCSI disk [ 15.481446] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no [ 26.846040] systemd[1]: Inserted module 'autofs4' [ 26.945942] systemd[1]: systemd 247.3-7 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [ 26.970192] systemd[1]: Detected architecture arm. [ 27.017000] systemd[1]: Set hostname to <debian>. [ 28.454810] random: crng init done [ 29.640095] systemd[1]: Queued start job for default target Graphical Interface. [ 29.651604] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 29.664909] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 29.676519] systemd[1]: Created slice system-getty.slice. [ 29.716359] systemd[1]: Created slice system-modprobe.slice. [ 29.756305] systemd[1]: Created slice system-serial\x2dgetty.slice. [ 29.796006] systemd[1]: Created slice User and Session Slice. [ 29.835604] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 29.875520] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 29.916595] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 29.955414] systemd[1]: Reached target Local Encrypted Volumes. [ 29.995809] systemd[1]: Reached target Paths. [ 30.035374] systemd[1]: Reached target Slices. [ 30.075238] systemd[1]: Reached target Swap. [ 30.105241] systemd[1]: Reached target System Time Set. [ 30.146435] systemd[1]: Listening on Device-mapper event daemon FIFOs. [ 30.185944] systemd[1]: Listening on LVM2 poll daemon socket. [ 30.226221] systemd[1]: Listening on RPCbind Server Activation Socket. [ 30.267517] systemd[1]: Listening on Syslog Socket. [ 30.307043] systemd[1]: Listening on fsck to fsckd communication Socket. [ 30.345623] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 30.386437] systemd[1]: Listening on Journal Audit Socket. [ 30.425995] systemd[1]: Listening on Journal Socket (/dev/log). [ 30.466204] systemd[1]: Listening on Journal Socket. [ 30.507380] systemd[1]: Listening on Network Service Netlink Socket. [ 30.546205] systemd[1]: Listening on udev Control Socket. [ 30.585988] systemd[1]: Listening on udev Kernel Socket. [ 30.626085] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 30.640565] systemd[1]: Mounting POSIX Message Queue File System... [ 30.668368] systemd[1]: Mounting RPC Pipe File System... [ 30.720112] systemd[1]: Mounting Kernel Debug File System... [ 30.770034] systemd[1]: Mounting Kernel Trace File System... [ 30.815612] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped. [ 30.826893] systemd[1]: Finished Availability of block devices. [ 30.872237] systemd[1]: Starting Create list of static device nodes for the current kernel... [ 30.930035] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... [ 30.990619] systemd[1]: Starting Load Kernel Module configfs... [ 31.060487] systemd[1]: Starting Load Kernel Module drm... [ 31.120555] systemd[1]: Starting Load Kernel Module fuse... [ 31.175430] systemd[1]: Condition check resulted in OpenVSwitch configuration for cleanup being skipped. [ 31.209002] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 31.219471] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 31.246431] systemd[1]: Starting Journal Service... [ 31.272637] systemd[1]: Starting Load Kernel Modules... [ 31.316448] systemd[1]: Starting Remount Root and Kernel File Systems... [ 31.380318] systemd[1]: Starting Coldplug All udev Devices... [ 31.491270] systemd[1]: Mounted POSIX Message Queue File System. [ 31.576515] systemd[1]: Mounted RPC Pipe File System. [ 31.606480] systemd[1]: Mounted Kernel Debug File System. [ 31.646175] systemd[1]: Mounted Kernel Trace File System. [ 31.664954] ext2 filesystem being remounted at / supports timestamps until 2038 (0x7fffffff) [ 31.715180] systemd[1]: Finished Create list of static device nodes for the current kernel. [ 31.747997] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling. [ 31.817377] systemd[1]: modprobe@configfs.service: Succeeded. [ 31.845819] systemd[1]: Finished Load Kernel Module configfs. [ 31.877677] systemd[1]: modprobe@drm.service: Succeeded. [ 31.905320] systemd[1]: Finished Load Kernel Module drm. [ 31.947847] systemd[1]: modprobe@fuse.service: Succeeded. [ 31.965752] systemd[1]: Finished Load Kernel Module fuse. [ 31.987608] systemd[1]: Finished Load Kernel Modules. [ 32.027399] systemd[1]: Finished Remount Root and Kernel File Systems. [ 32.115479] systemd[1]: Mounting FUSE Control File System... [ 32.195448] systemd[1]: Mounting Kernel Configuration File System... [ 32.259172] systemd[1]: Starting pNFS block layout mapping daemon... [ 32.321292] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. [ 32.345475] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. [ 32.369803] systemd[1]: Starting Load/Save Random Seed... [ 32.429858] systemd[1]: Starting Apply Kernel Variables... [ 32.510183] systemd[1]: Starting Create System Users... [ 32.593352] systemd[1]: Started Journal Service. [ 33.084073] systemd-journald[235]: Received client request to flush runtime journal. [ 38.021090] sd 2:0:0:0: Attached scsi generic sg0 type 0 [ 38.377830] sd 3:0:0:0: Attached scsi generic sg1 type 0 [ 38.511096] orion_wdt: Initial timeout 21 sec [ 38.576645] sd 4:0:0:0: Attached scsi generic sg2 type 0 [ 38.921574] adt7475 0-002e: ADT7473 device, revision 0 [ 38.967647] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled [ 38.978414] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 39.036393] adt7475 0-002e: Optional features: fan4 pwm2 [ 40.411450] marvell-cesa f1030000.crypto: CESA device successfully registered [ 70.627439] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 70.634503] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 75.684866] ata3.00: qc timeout (cmd 0xec) [ 75.689759] ata3.00: failed to IDENTIFY (I/O error, err_mask=0x4) [ 75.699564] ata3.00: revalidation failed (errno=-5) [ 75.706329] ata4.00: qc timeout (cmd 0xec) [ 75.711172] ata4.00: failed to IDENTIFY (I/O error, err_mask=0x4) [ 75.719351] ata4.00: revalidation failed (errno=-5) [ 76.057404] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 76.064476] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 76.078496] ata3.00: configured for UDMA/133 [ 86.244856] ata4.00: qc timeout (cmd 0xec) [ 86.249748] ata4.00: failed to IDENTIFY (I/O error, err_mask=0x4) [ 86.259369] ata4.00: revalidation failed (errno=-5) [ 86.265985] ata4: limiting SATA link speed to 1.5 Gbps [ 86.597162] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310) [ 86.609475] ata4.00: configured for UDMA/133 root@debian:~#
Re: Iomega ix4-200d U-boot needed August 24, 2022 06:42PM |
Admin Registered: 13 years ago Posts: 18,997 |