Home Forums MOCHAbin Forum Hardware discussions XHDI timeout

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #50326
    mestrade
    Participant

    Hello!

    I have some timeout issues using USB keys to load my rootfs.
    After few minutes (random), my USB key is not more responding and the usb host reset the device and I cannot continue my install.
    If I don’t boot and stay on the u-boot invite, after few min (random), it tells me that xhdi is no more responding and it resets the board.

    Does someone has the same issue here ?

    Matt

    #50336
    bgv2022
    Participant

    Same issue. Usbboot fails for me. Says “bug” with xhdi usb

    #50337
    tompusateri
    Participant

    Since they have distributed the board with U-Boot 2018.03, which is very old, there are probably lots of problems that can be fixed with a newer U-Boot. I don’t know why they didn’t release it with the latest version. I suspect EFI booting is broken because of this.

    #50338
    tompusateri
    Participant

    What image are you trying to boot via USB and what commands are you using from the U-Boot Marvell>> prompt? I will see if I can reproduce.

    #50339
    mestrade
    Participant

    I first do a usb start and then:
    Here is my bootcmd
    setenv bootcmd ext4load usb 0:2 $kernel_addr_r $image_name; ext4load usb 0:2 $fdt_addr_r $fdt_name; setenv bootargs $console root=/dev/sda2 rw rootwait net.ifnames=0 usbcore.autosuspend=-1 biosdevname=0; booti $kernel_addr_r – $fdt_addr_r

    #50340
    mestrade
    Participant

    I will try to compile the latest u-boot !

    #50341
    tompusateri
    Participant

    This article describes a way to test the EFI boot loader. I’ll try it in a bit:

    http://weng-blog.com/2017/07/ARMv8-UEFI-manual-boot/

    #50346
    tompusateri
    Participant

    I couldn’t get any EFI boot loader I’ve tried so far to work. Always the same crash.

    I did get OpenWRT image to boot off of USB up until it didn’t like init. Not sure why but it’s really close to working.

    I used the ext4 image here and issued these commands:
    https://firmware-selector.openwrt.org/?version=SNAPSHOT&target=mvebu%2Fcortexa72&id=globalscale_mochabin

    usb start
    ext4load usb 0:1 ${kernel_addr_r} Image
    ext4load usb 0:1 ${fdt_addr_r} armada-7040-mochabin.dtb
    setenv bootargs $console root=/dev/sda2 rw rootwait net.ifnames=0 usbcore.autosuspend=-1 biosdevname=0
    booti ${kernel_addr_r} – ${fdt_addr_r}

    And here is the boot log:

    ## Flattened Device Tree blob at 06f00000
    Booting using the fdt blob at 0x6f00000
    Using Device Tree in place at 0000000006f00000, end 0000000006f08ed2

    Starting kernel …

    [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd081]
    [ 0.000000] Linux version 5.10.103 (builder@buildhost) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 11.2.0 r19093-9851d4b6ce) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 SMP Sat Mar 12 11:13:54 2022
    [ 0.000000] Machine model: Globalscale MOCHAbin
    [ 0.000000] earlycon: uart8250 at MMIO32 0x00000000f0512000 (options ”)
    [ 0.000000] printk: bootconsole [uart8250] enabled
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x0000000000000000-0x00000000ffffffff]
    [ 0.000000] DMA32 empty
    [ 0.000000] Normal [mem 0x0000000100000000-0x000000023fffffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000003ffffff]
    [ 0.000000] node 0: [mem 0x0000000004000000-0x00000000041fffff]
    [ 0.000000] node 0: [mem 0x0000000004200000-0x00000000bfffffff]
    [ 0.000000] node 0: [mem 0x0000000100000000-0x000000023fffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000023fffffff]
    [ 0.000000] psci: probing for conduit method from DT.
    [ 0.000000] psci: PSCIv1.1 detected in firmware.
    [ 0.000000] psci: Using standard PSCI v0.2 function IDs
    [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
    [ 0.000000] psci: SMC Calling Convention v1.1
    [ 0.000000] percpu: Embedded 16 pages/cpu s27672 r8192 d29672 u65536
    [ 0.000000] Detected PIPT I-cache on CPU0
    [ 0.000000] CPU features: detected: Spectre-v2
    [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2064384
    [ 0.000000] Kernel command line: console=ttyS0,115200 earlycon=uart8250,mmio32,0xf0512000 root=/dev/sda2 rw rootwait net.ifnames=0 usbcore.autosuspend=-1 biosdevname=0
    [ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
    [ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [ 0.000000] software IO TLB: mapped [mem 0x00000000bc000000-0x00000000c0000000] (64MB)
    [ 0.000000] Memory: 8164936K/8388608K available (8062K kernel code, 894K rwdata, 2092K rodata, 448K init, 284K bss, 223672K reserved, 0K cma-reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] rcu: Hierarchical RCU implementation.
    [ 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: 64, nr_irqs: 64, preallocated irqs: 0
    [ 0.000000] GIC: Adjusting CPU interface base to 0x00000000f022f000
    [ 0.000000] GIC: Using split EOI/Deactivate mode
    [ 0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:160, num:32)
    [ 0.000000] GICv2m: range[mem 0xf0280000-0xf0280fff], SPI[160:191]
    [ 0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:192, num:32)
    [ 0.000000] GICv2m: range[mem 0xf0290000-0xf0290fff], SPI[192:223]
    [ 0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:224, num:32)
    [ 0.000000] GICv2m: range[mem 0xf02a0000-0xf02a0fff], SPI[224:255]
    [ 0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:256, num:32)
    [ 0.000000] GICv2m: range[mem 0xf02b0000-0xf02b0fff], SPI[256:287]
    [ 0.000000] random: get_random_bytes called from start_kernel+0x3a0/0x4e4 with crng_init=0
    [ 0.000000] arch_timer: cp15 timer(s) running at 25.00MHz (phys).
    [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x5c40939b5, max_idle_ns: 440795202646 ns
    [ 0.000003] sched_clock: 56 bits at 25MHz, resolution 40ns, wraps every 4398046511100ns
    [ 0.008250] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=250000)
    [ 0.018725] pid_max: default: 32768 minimum: 301
    [ 0.023539] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [ 0.031273] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [ 0.040082] rcu: Hierarchical SRCU implementation.
    [ 0.044994] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
    [ 0.052915] smp: Bringing up secondary CPUs …
    [ 0.057849] Detected PIPT I-cache on CPU1
    [ 0.057888] CPU1: Booted secondary processor 0x0000000001 [0x410fd081]
    [ 0.058239] Detected PIPT I-cache on CPU2
    [ 0.058269] CPU2: Booted secondary processor 0x0000000100 [0x410fd081]
    [ 0.058627] Detected PIPT I-cache on CPU3
    [ 0.058648] CPU3: Booted secondary processor 0x0000000101 [0x410fd081]
    [ 0.058687] smp: Brought up 1 node, 4 CPUs
    [ 0.094937] SMP: Total of 4 processors activated.
    [ 0.099720] CPU features: detected: 32-bit EL0 Support
    [ 0.104915] CPU features: detected: CRC32 instructions
    [ 0.110229] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
    [ 0.118707] CPU: All CPU(s) started at EL2
    [ 0.122889] alternatives: patching kernel code
    [ 0.129827] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [ 0.139816] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [ 0.146863] pinctrl core: initialized pinctrl subsystem
    [ 0.152638] NET: Registered protocol family 16
    [ 0.157567] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
    [ 0.165081] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [ 0.173201] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [ 0.181615] thermal_sys: Registered thermal governor ‘step_wise’
    [ 0.182037] cpuidle: using governor ladder
    [ 0.192368] ASID allocator initialised with 65536 entries
    [ 0.208247] cryptd: max_cpu_qlen set to 1000
    [ 0.213704] SCSI subsystem initialized
    [ 0.217663] usbcore: registered new interface driver usbfs
    [ 0.223250] usbcore: registered new interface driver hub
    [ 0.228693] usbcore: registered new device driver usb
    [ 0.234379] clocksource: Switched to clocksource arch_sys_counter
    [ 0.240851] NET: Registered protocol family 2
    [ 0.245725] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [ 0.255746] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
    [ 0.264475] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [ 0.272811] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
    [ 0.280992] TCP: Hash tables configured (established 65536 bind 65536)
    [ 0.287719] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
    [ 0.294725] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
    [ 0.302244] NET: Registered protocol family 1
    [ 0.306705] PCI: CLS 0 bytes, default 64
    [ 0.311422] workingset: timestamp_bits=46 max_order=21 bucket_order=0
    [ 0.319751] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.325712] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
    [ 0.336223] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
    [ 0.345192] armada-ap806-pinctrl f06f4000.system-controller:pinctrl: registered pinctrl driver
    [ 0.354259] armada-cp110-pinctrl f2440000.system-controller:pinctrl: registered pinctrl driver
    [ 0.365453] mv_xor_v2 f0400000.xor: Marvell Version 2 XOR driver
    [ 0.371983] mv_xor_v2 f0420000.xor: Marvell Version 2 XOR driver
    [ 0.378519] mv_xor_v2 f0440000.xor: Marvell Version 2 XOR driver
    [ 0.385113] mv_xor_v2 f0460000.xor: Marvell Version 2 XOR driver
    [ 0.391713] mv_xor_v2 f26a0000.xor: Marvell Version 2 XOR driver
    [ 0.398300] mv_xor_v2 f26c0000.xor: Marvell Version 2 XOR driver
    [ 0.404567] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
    [ 0.412094] printk: console [ttyS0] disabled
    [ 0.416533] f0512000.serial: ttyS0 at MMIO 0xf0512000 (irq = 16, base_baud = 12500000) is a 16550A
    [ 0.425613] printk: console [ttyS0] enabled
    [ 0.425613] printk: console [ttyS0] enabled
    [ 0.434077] printk: bootconsole [uart8250] disabled
    [ 0.434077] printk: bootconsole [uart8250] disabled
    [ 0.444272] f2702000.serial: ttyS1 at MMIO 0xf2702000 (irq = 33, base_baud = 15625000) is a 16550A
    [ 0.453809] omap_rng f2760000.trng: Random Number Generator ver. 203b34c
    [ 0.454151] random: fast init done
    [ 0.464004] random: crng init done
    [ 0.469449] loop: module loaded
    [ 0.472623] Loading iSCSI transport class v2.0-870.
    [ 0.478432] ahci f2540000.sata: supply ahci not found, using dummy regulator
    [ 0.485588] ahci f2540000.sata: supply phy not found, using dummy regulator
    [ 0.492795] platform f2540000.sata:sata-port@0: supply target not found, using dummy regulator
    [ 0.502740] spi-nor spi2.0: w25q32 (4096 Kbytes)
    [ 0.507497] 3 fixed-partitions partitions found on MTD device spi2.0
    [ 0.513878] Creating 3 MTD partitions on “spi2.0”:
    [ 0.518698] 0x000000000000-0x0000003e0000 : “u-boot”
    [ 0.523885] 0x0000003e0000-0x0000003f0000 : “hw-info”
    [ 0.529106] 0x0000003f0000-0x000000400000 : “u-boot-env”
    [ 0.536457] hwmon hwmon0: temp1_input not attached to any thermal zone
    [ 0.544758] mv88e6085 f212a200.mdio-mii:03: switch 0x3400 detected: Marvell 88E6141, revision 0
    [ 0.603209] hwmon hwmon1: temp1_input not attached to any thermal zone
    [ 0.615225] hwmon hwmon2: temp1_input not attached to any thermal zone
    [ 0.627103] hwmon hwmon3: temp1_input not attached to any thermal zone
    [ 0.638946] hwmon hwmon4: temp1_input not attached to any thermal zone
    [ 0.654662] mvpp2 f2000000.ethernet: using 8 per-cpu buffers
    [ 0.668843] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
    [ 0.675408] ehci-pci: EHCI PCI platform driver
    [ 0.679898] ehci-platform: EHCI generic platform driver
    [ 0.685221] ehci-orion: EHCI orion driver
    [ 0.689629] xhci-hcd f2510000.usb3: xHCI Host Controller
    [ 0.694986] xhci-hcd f2510000.usb3: new USB bus registered, assigned bus number 1
    [ 0.702568] xhci-hcd f2510000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x0000000000010010
    [ 0.711867] xhci-hcd f2510000.usb3: irq 37, io mem 0xf2510000
    [ 0.718021] hub 1-0:1.0: USB hub found
    [ 0.721799] hub 1-0:1.0: 1 port detected
    [ 0.725842] xhci-hcd f2510000.usb3: xHCI Host Controller
    [ 0.731180] xhci-hcd f2510000.usb3: new USB bus registered, assigned bus number 2
    [ 0.738703] xhci-hcd f2510000.usb3: Host supports USB 3.0 SuperSpeed
    [ 0.745112] usb usb2: We don’t know the algorithms for LPM for this host, disabling LPM.
    [ 0.753379] hub 2-0:1.0: USB hub found
    [ 0.757184] hub 2-0:1.0: 1 port detected
    [ 0.761358] usbcore: registered new interface driver usb-storage
    [ 0.767624] armada38x-rtc f2284000.rtc: registered as rtc0
    [ 0.773148] armada38x-rtc f2284000.rtc: setting system clock to 2022-03-15T16:53:49 UTC (1647363229)
    [ 0.782377] i2c /dev entries driver
    [ 0.786385] pca953x 0-0039: supply vcc not found, using dummy regulator
    [ 0.793083] pca953x 0-0039: using no AI
    [ 0.813155] sdhci: Secure Digital Host Controller Interface driver
    [ 0.819399] sdhci: Copyright(c) Pierre Ossman
    [ 0.823987] sdhci-pltfm: SDHCI platform and OF driver helper
    [ 0.836996] NET: Registered protocol family 10
    [ 0.841846] Segment Routing with IPv6
    [ 0.845571] NET: Registered protocol family 17
    [ 0.850053] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
    [ 0.854438] mmc0: SDHCI controller on f06e0000.sdhci [f06e0000.sdhci] using ADMA 64-bit
    [ 0.863137] 8021q: 802.1Q VLAN Support v1.8
    [ 0.882456] armada8k-pcie f2640000.pcie: host bridge /cp0/pcie@f2640000 ranges:
    [ 0.889867] armada8k-pcie f2640000.pcie: MEM 0x00f8000000..0x00f8efffff -> 0x00f8000000
    [ 0.898472] armada8k-pcie f2640000.pcie: Link up
    [ 0.903191] armada8k-pcie f2640000.pcie: PCI host bridge to bus 0000:00
    [ 0.909855] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.915377] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xf8efffff]
    [ 0.922320] pci 0000:00:00.0: [11ab:0110] type 01 class 0x060400
    [ 0.928376] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
    [ 0.934746] pci 0000:00:00.0: supports D1 D2
    [ 0.939038] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [ 0.946589] pci 0000:01:00.0: [14e4:43a0] type 00 class 0x028000
    [ 0.952819] pci 0000:01:00.0: reg 0x10: [mem 0xf8000000-0xf8007fff 64bit]
    [ 0.959774] pci 0000:01:00.0: reg 0x18: [mem 0xf8200000-0xf83fffff 64bit]
    [ 0.967584] pci 0000:01:00.0: supports D1 D2
    [ 0.971875] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.980361] pci 0000:00:00.0: BAR 0: assigned [mem 0xf8000000-0xf80fffff]
    [ 0.987198] pci 0000:00:00.0: BAR 8: assigned [mem 0xf8100000-0xf83fffff]
    [ 0.994024] pci 0000:01:00.0: BAR 2: assigned [mem 0xf8200000-0xf83fffff 64bit]
    [ 1.001456] pci 0000:01:00.0: BAR 0: assigned [mem 0xf8100000-0xf8107fff 64bit]
    [ 1.008888] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
    [ 1.014141] pci 0000:00:00.0: bridge window [mem 0xf8100000-0xf83fffff]
    [ 1.021512] pcieport 0000:00:00.0: AER: enabled with IRQ 43
    [ 1.027562] ahci f2540000.sata: supply ahci not found, using dummy regulator
    [ 1.034425] usb 1-1: new full-speed USB device number 2 using xhci-hcd
    [ 1.034773] ahci f2540000.sata: supply phy not found, using dummy regulator
    [ 1.048280] platform f2540000.sata:sata-port@0: supply target not found, using dummy regulator
    [ 1.057346] platform f2540000.sata:sata-port@1: supply target not found, using dummy regulator
    [ 1.068336] ahci f2540000.sata: masking port_map 0x3 -> 0x3
    [ 1.073993] ahci f2540000.sata: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl platform mode
    [ 1.082575] ahci f2540000.sata: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
    [ 1.091585] scsi host0: ahci
    [ 1.095028] scsi host1: ahci
    [ 1.098090] ata1: SATA max UDMA/133 mmio [mem 0xf2540000-0xf256ffff] port 0x100 irq 44
    [ 1.106066] ata2: SATA max UDMA/133 mmio [mem 0xf2540000-0xf256ffff] port 0x180 irq 44
    [ 1.115543] sfp sfp-eth0: Host maximum power 1.0W
    [ 1.124469] sfp sfp-eth2: Host maximum power 1.0W
    [ 1.133044] mv88e6085 f212a200.mdio-mii:03: switch 0x3400 detected: Marvell 88E6141, revision 0
    [ 1.194369] hwmon hwmon1: temp1_input not attached to any thermal zone
    [ 1.205835] hwmon hwmon2: temp1_input not attached to any thermal zone
    [ 1.216965] hwmon hwmon3: temp1_input not attached to any thermal zone
    [ 1.226362] hub 1-1:1.0: USB hub found
    [ 1.228775] hwmon hwmon4: temp1_input not attached to any thermal zone
    [ 1.230285] hub 1-1:1.0: 3 ports detected
    [ 1.246662] mvpp2 f2000000.ethernet: using 8 per-cpu buffers
    [ 1.280766] mvpp2 f2000000.ethernet eth0: Using firmware node mac address 00:51:82:11:22:00
    [ 1.292748] mvpp2 f2000000.ethernet eth1: Using firmware node mac address 00:51:82:11:22:01
    [ 1.302950] mvpp2 f2000000.ethernet eth2: Using firmware node mac address 00:51:82:11:22:02
    [ 1.335232] xhci-hcd f2500000.usb3: xHCI Host Controller
    [ 1.340580] xhci-hcd f2500000.usb3: new USB bus registered, assigned bus number 3
    [ 1.348199] xhci-hcd f2500000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x0000000000010010
    [ 1.357509] xhci-hcd f2500000.usb3: irq 36, io mem 0xf2500000
    [ 1.363878] hub 3-0:1.0: USB hub found
    [ 1.367685] hub 3-0:1.0: 1 port detected
    [ 1.371754] xhci-hcd f2500000.usb3: xHCI Host Controller
    [ 1.377101] xhci-hcd f2500000.usb3: new USB bus registered, assigned bus number 4
    [ 1.384623] xhci-hcd f2500000.usb3: Host supports USB 3.0 SuperSpeed
    [ 1.391039] usb usb4: We don’t know the algorithms for LPM for this host, disabling LPM.
    [ 1.399359] hub 4-0:1.0: USB hub found
    [ 1.403135] hub 4-0:1.0: 1 port detected
    [ 1.409929] mv88e6085 f212a200.mdio-mii:03: switch 0x3400 detected: Marvell 88E6141, revision 0
    [ 1.424546] mmc0: new high speed MMC card at address 0001
    [ 1.430413] mmcblk0: mmc0:0001 DF4016 14.7 GiB
    [ 1.435229] mmcblk0boot0: mmc0:0001 DF4016 partition 1 4.00 MiB
    [ 1.441414] mmcblk0boot1: mmc0:0001 DF4016 partition 2 4.00 MiB
    [ 1.447438] mmcblk0rpmb: mmc0:0001 DF4016 partition 3 4.00 MiB, chardev (248:0)
    [ 1.455695] ata1: SATA link down (SStatus 0 SControl 300)
    [ 1.460693] mmcblk0: p1
    [ 1.469597] sfp sfp-eth0: module FINISAR CORP. FTRJ-8519-3-EXT rev sn H11CWE3 dc 020105
    [ 1.479058] mvpp2 f2000000.ethernet eth0: switched to inband/1000base-x link mode
    [ 1.493767] hwmon hwmon1: temp1_input not attached to any thermal zone
    [ 1.504592] hwmon hwmon2: temp1_input not attached to any thermal zone
    [ 1.515396] hwmon hwmon3: temp1_input not attached to any thermal zone
    [ 1.527125] hwmon hwmon4: temp1_input not attached to any thermal zone
    [ 1.584422] usb 1-1.1: new full-speed USB device number 3 using xhci-hcd
    [ 1.614432] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 1.621012] ata2.00: supports DRM functions and may not be fully accessible
    [ 1.628066] ata2.00: ATA-11: Samsung SSD 860 EVO M.2 250GB, RVT21B6Q, max UDMA/133
    [ 1.635725] ata2.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 32)
    [ 1.644489] ata2.00: supports DRM functions and may not be fully accessible
    [ 1.653419] ata2.00: configured for UDMA/133
    [ 1.657890] scsi 1:0:0:0: Direct-Access ATA Samsung SSD 860 1B6Q PQ: 0 ANSI: 5
    [ 1.666295] ata2.00: Enabling discard_zeroes_data
    [ 1.671100] sd 1:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
    [ 1.678645] sd 1:0:0:0: [sda] Write Protect is off
    [ 1.683483] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn’t support DPO or FUA
    [ 1.684429] usb 3-1: new high-speed USB device number 2 using xhci-hcd
    [ 1.692736] ata2.00: Enabling discard_zeroes_data
    [ 1.705171] sda: sda1 sda2 sda3
    [ 1.708696] ata2.00: Enabling discard_zeroes_data
    [ 1.713566] sd 1:0:0:0: [sda] Attached SCSI removable disk
    [ 1.844412] usb 1-1.2: new full-speed USB device number 4 using xhci-hcd
    [ 1.895835] hub 3-1:1.0: USB hub found
    [ 1.899691] hub 3-1:1.0: 4 ports detected
    [ 2.064437] usb 4-1: new SuperSpeed Gen 1 USB device number 2 using xhci-hcd
    [ 2.094412] usb 1-1.3: new full-speed USB device number 5 using xhci-hcd
    [ 2.105635] hub 4-1:1.0: USB hub found
    [ 2.109479] hub 4-1:1.0: 4 ports detected
    [ 2.260795] mvpp2 f2000000.ethernet: all ports have a low MTU, switching to per-cpu buffers
    [ 2.319833] mvpp2 f2000000.ethernet: using 8 per-cpu buffers
    [ 2.346791] mv88e6085 f212a200.mdio-mii:03 lan0 (uninitialized): PHY [!cp0!config-space@f2000000!mdio@12a200!switch@3!mdio:11] driver [Marvell 88E6341 Family] (irq=77)
    [ 2.369424] mv88e6085 f212a200.mdio-mii:03 lan1 (uninitialized): PHY [!cp0!config-space@f2000000!mdio@12a200!switch@3!mdio:12] driver [Marvell 88E6341 Family] (irq=78)
    [ 2.391942] mv88e6085 f212a200.mdio-mii:03 lan2 (uninitialized): PHY [!cp0!config-space@f2000000!mdio@12a200!switch@3!mdio:13] driver [Marvell 88E6341 Family] (irq=79)
    [ 2.414460] mv88e6085 f212a200.mdio-mii:03 lan3 (uninitialized): PHY [!cp0!config-space@f2000000!mdio@12a200!switch@3!mdio:14] driver [Marvell 88E6341 Family] (irq=80)
    [ 2.440411] mv88e6085 f212a200.mdio-mii:03: configuring for inband/2500base-x link mode
    [ 2.476211] DSA: tree 0 setup
    [ 2.494884] EXT4-fs (sda2): recovery complete
    [ 2.499290] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.507064] VFS: Mounted root (ext4 filesystem) on device 8:2.
    [ 2.513302] Freeing unused kernel memory: 448K
    [ 2.584464] Run /sbin/init as init process
    [ 2.589031] Run /etc/init as init process
    [ 2.593193] Run /bin/init as init process
    [ 2.597405] Run /bin/sh as init process
    [ 2.601372] Kernel panic – not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/admin-guide/init.rst for guidance.
    [ 2.615614] SMP: stopping secondary CPUs
    [ 2.619562] Kernel Offset: disabled
    [ 2.623068] CPU features: 0x0000002,01002000
    [ 2.627356] Memory Limit: none
    [ 2.630431] Rebooting in 1 seconds..

    #50347
    tompusateri
    Participant

    OpenWRT booted ok now.

    I changed above to:

    setenv bootargs $console root=PARTUUID=a1ce8a7c-02 rw rootwait

    as contained in the boot.scr file.

    #50361
    drahcir_rahl
    Participant

    Good work!

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.
Signup to our newsletter

Technical specification tables can not be displayed on mobile. Please view on desktop