yasuda0108
2024年1月11日 14時33分
お世話になっております。
initial_setup.swuを実行しようとした際に、下記エラーとなります。
armadillo login: [ 11.752395] xhci-hcd xhci-hcd.1.auto: xHCI host controller not responding, assume dead [ 11.760324] xhci-hcd xhci-hcd.1.auto: HC died; cleaning up [ 11.765893] usb usb1-port1: couldn't allocate usb_device [ 11.771268] usb usb2-port1: couldn't allocate usb_device
baseos-x2-installer-3.18.5-at.8のSDカードで初期化後に、VSCodeで作成したinitial_setupu.swuを、USBメモリでセットアップしようとした際に発生しています。
お手数ですが、ご回答よろしくお願いします。
コメント
yasuda0108
> 大変お手数ですが、その armadillo をまだ再起動してなければ、シリアルでログインして dmesg の出力を調査のために提供していただけますか?
以下でよろしいでしょうか?
armadillo:~# dmesg [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 5.10.205-0-at (builder@c08d6acfbd22) (aarch64-alpine-linux-musl-gcc (Alpine 12.2.1_git20220 924-r10) 12.2.1 20220924, GNU ld (GNU Binutils) 2.40) #1-Alpine SMP PREEMPT Mon Dec 25 06:15:27 UTC 2023 [ 0.000000] Machine model: Atmark-Techno Armadillo-IoT Gateway G4 Board [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000080000000, size 1024 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000040000000-0x00000000bfffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000040000000-0x0000000055ffffff] [ 0.000000] node 0: [mem 0x0000000058000000-0x00000000bfffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x00000000bfffffff] [ 0.000000] On node 0 totalpages: 516096 [ 0.000000] DMA zone: 8192 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 516096 pages, LIFO batch:63 [ 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: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 22 pages/cpu s49176 r8192 d32744 u90112 [ 0.000000] pcpu-alloc: s49176 r8192 d32744 u90112 alloc=22*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: ARM erratum 845719 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 507904 [ 0.000000] Kernel command line: console=ttymxc1,115200 root=/dev/mmcblk2p1 rootwait ro quiet nokaslr [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off [ 0.000000] Memory: 952788K/2064384K available (14334K kernel code, 1316K rwdata, 4144K rodata, 1984K init, 427K bss, 63020K reserved, 1048576K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4. [ 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 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 160 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: 16 PPIs implemented [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000038880000 [ 0.000000] ITS: No ITS available, not enabling LPIs [ 0.000000] arch_timer: cp15 timer(s) running at 8.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1d854df40, max_idle_ns: 440795202120 ns [ 0.000003] sched_clock: 56 bits at 8MHz, resolution 125ns, wraps every 2199023255500ns [ 0.000471] Console: colour dummy device 80x25 [ 0.000498] Calibrating delay loop (skipped), value calculated using timer frequency.. 16.00 BogoMIPS (lpj=32000) [ 0.000507] pid_max: default: 32768 minimum: 301 [ 0.000871] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.000882] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.002452] rcu: Hierarchical SRCU implementation. [ 0.003975] smp: Bringing up secondary CPUs ... [ 0.004390] Detected VIPT I-cache on CPU1 [ 0.004413] GICv3: CPU1: found redistributor 1 region 0:0x00000000388a0000 [ 0.004446] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.004889] Detected VIPT I-cache on CPU2 [ 0.004907] GICv3: CPU2: found redistributor 2 region 0:0x00000000388c0000 [ 0.004925] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] [ 0.005347] Detected VIPT I-cache on CPU3 [ 0.005363] GICv3: CPU3: found redistributor 3 region 0:0x00000000388e0000 [ 0.005379] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] [ 0.005433] smp: Brought up 1 node, 4 CPUs [ 0.005441] SMP: Total of 4 processors activated. [ 0.005444] CPU features: detected: 32-bit EL0 Support [ 0.005448] CPU features: detected: CRC32 instructions [ 0.005690] CPU: All CPU(s) started at EL2 [ 0.005707] alternatives: patching kernel code [ 0.006467] devtmpfs: initialized [ 0.017470] KASLR disabled on command line [ 0.017636] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.017648] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.040941] pinctrl core: initialized pinctrl subsystem [ 0.041936] NET: Registered protocol family 16 [ 0.048791] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations [ 0.049714] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.050623] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.051136] thermal_sys: Registered thermal governor 'step_wise' [ 0.051478] cpuidle: using governor ladder [ 0.051493] cpuidle: using governor menu [ 0.051741] ASID allocator initialised with 65536 entries [ 0.052977] Serial: AMBA PL011 UART driver [ 0.053035] imx mu driver is registered. [ 0.053053] imx rpmsg driver is registered. [ 0.090038] imx8mp-pinctrl 30330000.pinctrl: no fsl,pins and pins property in node /soc@0/bus@30000000/pinctrl@303300 00/expansion_interfacehoggrp [ 0.090055] imx8mp-pinctrl 30330000.pinctrl: no fsl,pins and pins property in node /soc@0/bus@30000000/pinctrl@303300 00/customizegrp [ 0.090183] imx8mp-pinctrl 30330000.pinctrl: initialized IMX pinctrl driver [ 0.104617] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 0.104626] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages [ 0.104630] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.104637] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages [ 0.106511] cryptd: max_cpu_qlen set to 1000 [ 0.109075] raid6: skip pq benchmark and using algorithm neonx8 [ 0.109083] raid6: using neon recovery algorithm [ 0.111221] iommu: Default domain type: Translated [ 0.111376] vgaarb: loaded [ 0.111631] SCSI subsystem initialized [ 0.111791] libata version 3.00 loaded. [ 0.111947] usbcore: registered new interface driver usbfs [ 0.111977] usbcore: registered new interface driver hub [ 0.112013] usbcore: registered new device driver usb [ 0.113423] mc: Linux media interface: v0.10 [ 0.113446] videodev: Linux video capture interface: v2.00 [ 0.113498] pps_core: LinuxPPS API ver. 1 registered [ 0.113502] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.113515] PTP clock support registered [ 0.113548] EDAC MC: Ver: 3.0.0 [ 0.114635] Advanced Linux Sound Architecture Driver Initialized. [ 0.115054] Bluetooth: Core ver 2.22 [ 0.115071] NET: Registered protocol family 31 [ 0.115076] Bluetooth: HCI device and connection manager initialized [ 0.115083] Bluetooth: HCI socket layer initialized [ 0.115088] Bluetooth: L2CAP socket layer initialized [ 0.115094] Bluetooth: SCO socket layer initialized [ 0.115964] clocksource: Switched to clocksource arch_sys_counter [ 0.122850] NET: Registered protocol family 2 [ 0.122977] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.124132] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) [ 0.124164] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.124270] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear) [ 0.124482] TCP: Hash tables configured (established 16384 bind 16384) [ 0.124562] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.124604] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.124799] NET: Registered protocol family 1 [ 0.124820] NET: Registered protocol family 44 [ 0.124829] PCI: CLS 0 bytes, default 64 [ 0.130043] Initialise system trusted keyrings [ 0.130156] workingset: timestamp_bits=46 max_order=19 bucket_order=0 [ 0.136028] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.174096] NET: Registered protocol family 38 [ 0.174106] xor: measuring software checksum speed [ 0.178281] 8regs : 2366 MB/sec [ 0.181806] 32regs : 2802 MB/sec [ 0.185945] arm64_neon : 2382 MB/sec [ 0.185949] xor: using function: 32regs (2802 MB/sec) [ 0.185955] Key type asymmetric registered [ 0.185960] Asymmetric key parser 'x509' registered [ 0.185993] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 0.201459] imx-sdma 30bd0000.dma-controller: firmware found. [ 0.201603] imx-sdma 30bd0000.dma-controller: loaded firmware 4.5 [ 0.203349] Bus freq driver module loaded [ 0.208173] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.210496] 30860000.serial: ttymxc0 at MMIO 0x30860000 (irq = 30, base_baud = 5000000) is a IMX [ 0.211170] 30890000.serial: ttymxc1 at MMIO 0x30890000 (irq = 31, base_baud = 1500000) is a IMX [ 0.211250] printk: console [ttymxc1] enabled [ 0.223745] zram: Added device: zram0 [ 0.224907] imx ahci driver is registered. [ 0.227918] tun: Universal TUN/TAP device driver, 1.6 [ 0.230371] imx-dwmac 30bf0000.ethernet: IRQ eth_lpi not found [ 0.230466] imx-dwmac 30bf0000.ethernet: no reset control found [ 0.230605] imx-dwmac 30bf0000.ethernet: User ID: 0x10, Synopsys ID: 0x51 [ 0.230612] imx-dwmac 30bf0000.ethernet: DWMAC4/5 [ 0.230622] imx-dwmac 30bf0000.ethernet: DMA HW capability register supported [ 0.230626] imx-dwmac 30bf0000.ethernet: RX Checksum Offload Engine supported [ 0.230630] imx-dwmac 30bf0000.ethernet: TX Checksum insertion supported [ 0.230634] imx-dwmac 30bf0000.ethernet: Wake-Up On Lan supported [ 0.230683] imx-dwmac 30bf0000.ethernet: Enable RX Mitigation via HW Watchdog Timer [ 0.230689] imx-dwmac 30bf0000.ethernet: Enabled Flow TC (entries=8) [ 0.230699] imx-dwmac 30bf0000.ethernet: Enabling HW TC (entries=256, max_off=256) [ 0.230704] imx-dwmac 30bf0000.ethernet: Using 34 bits DMA width [ 0.231823] PPP generic driver version 2.4.2 [ 0.231937] PPP Deflate Compression module registered [ 0.232166] VFIO - User Level meta-driver version: 0.3 [ 0.238037] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.238045] ehci-pci: EHCI PCI platform driver [ 0.238073] ehci-platform: EHCI generic platform driver [ 0.238250] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.238254] ohci-pci: OHCI PCI platform driver [ 0.238282] ohci-platform: OHCI generic platform driver [ 0.238914] usbcore: registered new interface driver cdc_acm [ 0.238917] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 0.239050] usbcore: registered new interface driver uas [ 0.239095] usbcore: registered new interface driver usb-storage [ 0.239167] usbcore: registered new interface driver usbserial_generic [ 0.239184] usbserial: USB Serial support registered for generic [ 0.239208] usbcore: registered new interface driver ftdi_sio [ 0.239223] usbserial: USB Serial support registered for FTDI USB Serial Device [ 0.239248] usbcore: registered new interface driver option [ 0.239264] usbserial: USB Serial support registered for GSM modem (1-port) [ 0.239312] usbcore: registered new interface driver usb_serial_simple [ 0.239328] usbserial: USB Serial support registered for carelink [ 0.239344] usbserial: USB Serial support registered for flashloader [ 0.239359] usbserial: USB Serial support registered for funsoft [ 0.239374] usbserial: USB Serial support registered for google [ 0.239389] usbserial: USB Serial support registered for hp4x [ 0.239404] usbserial: USB Serial support registered for kaufmann [ 0.239419] usbserial: USB Serial support registered for libtransistor [ 0.239435] usbserial: USB Serial support registered for moto_modem [ 0.239461] usbserial: USB Serial support registered for motorola_tetra [ 0.239475] usbserial: USB Serial support registered for nokia [ 0.239500] usbserial: USB Serial support registered for novatel_gps [ 0.239515] usbserial: USB Serial support registered for siemens_mpi [ 0.239531] usbserial: USB Serial support registered for suunto [ 0.239546] usbserial: USB Serial support registered for vivopay [ 0.239560] usbserial: USB Serial support registered for zio [ 0.239589] usbcore: registered new interface driver usb_ehset_test [ 0.241330] udc-core: couldn't find an available UDC - added [g_multi] to list of pending drivers [ 0.242675] snvs_rtc 30370000.snvs:snvs-rtc-lp: registered as rtc1 [ 0.242870] i2c /dev entries driver [ 0.243982] usbcore: registered new interface driver uvcvideo [ 0.243986] USB Video Class driver (1.1.1) [ 0.246551] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com [ 0.246645] Bluetooth: HCI UART driver ver 2.3 [ 0.246666] Bluetooth: HCI UART protocol H4 registered [ 0.246670] Bluetooth: HCI UART protocol BCSP registered [ 0.246687] Bluetooth: HCI UART protocol LL registered [ 0.246690] Bluetooth: HCI UART protocol ATH3K registered [ 0.246707] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 0.246776] Bluetooth: HCI UART protocol Intel registered [ 0.246857] Bluetooth: HCI UART protocol Broadcom registered [ 0.246874] Bluetooth: HCI UART protocol QCA registered [ 0.246878] Bluetooth: HCI UART protocol AG6XX registered [ 0.246895] Bluetooth: HCI UART protocol Marvell registered [ 0.246935] usbcore: registered new interface driver bcm203x [ 0.246975] usbcore: registered new interface driver bpa10x [ 0.247016] usbcore: registered new interface driver bfusb [ 0.247047] usbcore: registered new interface driver btusb [ 0.247092] usbcore: registered new interface driver ath3k [ 0.247371] EDAC MC: ECC not enabled [ 0.248500] sdhci: Secure Digital Host Controller Interface driver [ 0.248505] sdhci: Copyright(c) Pierre Ossman [ 0.248625] Synopsys Designware Multimedia Card Interface Driver [ 0.249256] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.250854] mmc2: CQHCI version 5.10 [ 0.251850] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 0.252671] caam-snvs 30370000.caam-snvs: violation handlers armed - init state [ 0.252901] hid: raw HID events driver (C) Jiri Kosina [ 0.253436] usbcore: registered new interface driver usbhid [ 0.253439] usbhid: USB HID core driver [ 0.256470] optee: probing for conduit method. [ 0.256488] optee: revision 3.15 (accb888e) [ 0.256712] optee: dynamic shared memory is enabled [ 0.257097] optee: initialized driver [ 0.260035] Galcore version 6.4.3.p2.336687 [ 0.281169] mmc2: SDHCI controller on 30b60000.mmc [30b60000.mmc] using ADMA [ 0.373467] [drm] Initialized vivante 1.0.0 20170808 for 40000000.mix_gpu_ml on minor 0 [ 0.374972] hantrodec 0 : module inserted. Major = 237 [ 0.375581] hantrodec 1 : module inserted. Major = 237 [ 0.377043] hantroenc: HW at base <0000000038320000> with ID <0x80006200> [ 0.377160] hx280enc: module inserted. Major <236> [ 0.378382] usbcore: registered new interface driver snd-usb-audio [ 0.381209] mmc2: Command Queue Engine enabled [ 0.381227] mmc2: new HS400 Enhanced strobe MMC card at address 0001 [ 0.382025] mmcblk2: mmc2:0001 G1M15L 9.84 GiB [ 0.382174] mmcblk2boot0: mmc2:0001 G1M15L partition 1 31.5 MiB [ 0.382307] mmcblk2boot1: mmc2:0001 G1M15L partition 2 31.5 MiB [ 0.382453] mmcblk2gp0: mmc2:0001 G1M15L partition 4 8.00 MiB [ 0.382590] mmcblk2gp1: mmc2:0001 G1M15L partition 5 8.00 MiB [ 0.382727] mmcblk2gp2: mmc2:0001 G1M15L partition 6 8.00 MiB [ 0.382860] mmcblk2gp3: mmc2:0001 G1M15L partition 7 8.00 MiB [ 0.383085] mmcblk2rpmb: mmc2:0001 G1M15L partition 3 4.00 MiB, chardev (239:0) [ 0.384856] mmcblk2: p1 p2 p3 p4 p5 [ 0.385060] NET: Registered protocol family 10 [ 0.387671] Segment Routing with IPv6 [ 0.387902] NET: Registered protocol family 17 [ 0.387932] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_ netfilter if you need this. [ 0.388024] Bluetooth: RFCOMM TTY layer initialized [ 0.388032] Bluetooth: RFCOMM socket layer initialized [ 0.388035] Bluetooth: RFCOMM ver 1.11 [ 0.388042] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 0.388045] Bluetooth: BNEP filters: protocol multicast [ 0.388053] Bluetooth: BNEP socket layer initialized [ 0.388057] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 0.388062] Bluetooth: HIDP socket layer initialized [ 0.388154] lib80211: common routines for IEEE802.11 drivers [ 0.388159] lib80211_crypt: registered algorithm 'NULL' [ 0.388165] lib80211_crypt: registered algorithm 'WEP' [ 0.388170] lib80211_crypt: registered algorithm 'CCMP' [ 0.388174] lib80211_crypt: registered algorithm 'TKIP' [ 0.388182] tsn generic netlink module v1 init... [ 0.388281] Key type dns_resolver registered [ 0.388286] mpls_gso: MPLS GSO support [ 0.388594] registered taskstats version 1 [ 0.388606] Loading compiled-in X.509 certificates [ 0.390620] mmcblk2gp1: [ 0.391880] Loaded X.509 cert 'Build time autogenerated kernel key: c56895105a7b60ee70cb2593cad703c08d8eb7a9' [ 0.392883] Btrfs loaded, crc32c=crc32c-generic [ 0.401557] M2_3P3V: supplied by VEXT_3P3V [ 0.412548] nxp-pca9450 0-0025: pca9450bc probed. [ 0.412689] i2c i2c-0: IMX I2C adapter registered [ 0.414612] rtc-rv8803 1-0032: Voltage low, temperature compensation stopped. [ 0.414619] rtc-rv8803 1-0032: Voltage low, data loss detected. [ 0.415849] rtc-rv8803 1-0032: Voltage low, data is invalid. [ 0.415982] rtc-rv8803 1-0032: registered as rtc0 [ 0.416586] rtc-rv8803 1-0032: Voltage low, data is invalid. [ 0.416591] rtc-rv8803 1-0032: hctosys: unable to read the hardware clock [ 0.424135] usb251xb 1-002c: supply vdd not found, using dummy regulator [ 0.624711] usb251xb 1-002c: Hub configuration was successful. [ 0.624717] usb251xb 1-002c: Hub probed successfully [ 0.624858] i2c i2c-1: IMX I2C adapter registered [ 0.636836] i2c i2c-2: IMX I2C adapter registered [ 0.637788] i2c i2c-3: IMX I2C adapter registered [ 0.639103] imx8mq-usb-phy 381f0040.usb-phy: supply vbus not found, using dummy regulator [ 0.639396] imx8mq-usb-phy 382f0040.usb-phy: supply vbus not found, using dummy regulator [ 0.642567] imx6q-pcie 33800000.pcie: supply epdev_on not found, using dummy regulator [ 0.644980] imx6q-pcie 33800000.pcie: PLL REF_CLK is used!. [ 0.645665] imx6q-pcie 33800000.pcie: PCIe PHY PLL clock is locked. [ 0.645689] phy phy-32f00000.pcie-phy.4: Tuning i.MX PCIe PHY for Armadillo G4. [ 0.645728] imx6q-pcie 33800000.pcie: PCIe PLL locked after 0 us. [ 0.652714] SoC: i.MX8MP revision 1.1 [ 0.652940] imx-cpufreq-dt imx-cpufreq-dt: cpu speed grade 7 mkt segment 2 supported-hw 0x80 0x4 [ 0.657076] imx-sdma 30e10000.dma-controller: firmware found. [ 0.780328] imx6q-pcie 33800000.pcie: host bridge /soc@0/pcie@33800000 ranges: [ 0.780343] imx6q-pcie 33800000.pcie: No bus range found for /soc@0/pcie@33800000, using [bus 00-ff] [ 0.780370] imx6q-pcie 33800000.pcie: IO 0x001ff80000..0x001ff8ffff -> 0x0000000000 [ 0.780401] imx6q-pcie 33800000.pcie: MEM 0x0018000000..0x001fefffff -> 0x0018000000 [ 0.780475] imx6q-pcie 33800000.pcie: invalid resource [ 0.941090] pps pps0: new PPS source ptp0 [ 0.949157] mdio_bus 30be0000.ethernet-1: MDIO device at address 0 is missing. [ 0.956947] fec 30be0000.ethernet eth0: registered PHC device 0 [ 0.957724] imx-dwmac 30bf0000.ethernet: IRQ eth_lpi not found [ 0.957809] imx-dwmac 30bf0000.ethernet: no reset control found [ 0.958263] imx-dwmac 30bf0000.ethernet: User ID: 0x10, Synopsys ID: 0x51 [ 0.958269] imx-dwmac 30bf0000.ethernet: DWMAC4/5 [ 0.958276] imx-dwmac 30bf0000.ethernet: DMA HW capability register supported [ 0.958280] imx-dwmac 30bf0000.ethernet: RX Checksum Offload Engine supported [ 0.958283] imx-dwmac 30bf0000.ethernet: TX Checksum insertion supported [ 0.958288] imx-dwmac 30bf0000.ethernet: Wake-Up On Lan supported [ 0.958291] imx-dwmac 30bf0000.ethernet: Enable RX Mitigation via HW Watchdog Timer [ 0.958296] imx-dwmac 30bf0000.ethernet: Enabled Flow TC (entries=8) [ 0.958304] imx-dwmac 30bf0000.ethernet: Enabling HW TC (entries=256, max_off=256) [ 0.958308] imx-dwmac 30bf0000.ethernet: Using 34 bits DMA width [ 1.142703] mdio_bus stmmac-1: MDIO device at address 0 is missing. [ 1.212652] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 1.212687] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1 [ 1.213051] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe6c hci version 0x110 quirks 0x0000002021810010 [ 1.213110] xhci-hcd xhci-hcd.1.auto: irq 65, io mem 0x38100000 [ 1.213119] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 1.213129] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2 [ 1.213139] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed [ 1.214237] hub 1-0:1.0: USB hub found [ 1.214260] hub 1-0:1.0: 1 port detected [ 1.214559] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 1.215253] hub 2-0:1.0: USB hub found [ 1.215275] hub 2-0:1.0: 1 port detected [ 1.276622] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller [ 1.276640] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 3 [ 1.277019] xhci-hcd xhci-hcd.2.auto: hcc params 0x0220fe6c hci version 0x110 quirks 0x0000002021810010 [ 1.277056] xhci-hcd xhci-hcd.2.auto: irq 66, io mem 0x38200000 [ 1.277065] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller [ 1.277076] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 4 [ 1.277085] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed [ 1.278202] hub 3-0:1.0: USB hub found [ 1.278226] hub 3-0:1.0: 1 port detected [ 1.278522] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. [ 1.279233] hub 4-0:1.0: USB hub found [ 1.279254] hub 4-0:1.0: 1 port detected [ 1.281501] sdhci-esdhc-imx 30b50000.mmc: Got CD GPIO [ 1.281578] mmc1: CQHCI version 5.10 [ 1.282522] caam 30900000.crypto: device ID = 0x0a16040100000100 (Era 9) [ 1.282531] caam 30900000.crypto: job rings = 1, qi = 0 [ 1.289781] caam algorithms registered in /proc/crypto [ 1.290551] caam 30900000.crypto: caam pkc algorithms registered in /proc/crypto [ 1.290560] caam 30900000.crypto: registering rng-caam [ 1.291587] Device caam-keygen registered [ 1.295299] imx-drm display-subsystem: bound imx-lcdifv3-crtc.0 (ops 0xffff800010ebe8b0) [ 1.295336] imx-drm display-subsystem: bound imx-lcdifv3-crtc.1 (ops 0xffff800010ebe8b0) [ 1.295516] imx-drm display-subsystem: bound 32c00000.bus:ldb@32ec005c (ops 0xffff800010eab8f0) [ 1.295738] dwhdmi-imx 32fd8000.hdmi: Detected HDMI TX controller v2.13a with HDCP (samsung_dw_hdmi_phy2) [ 1.296103] dwhdmi-imx 32fd8000.hdmi: registered DesignWare HDMI I2C bus driver [ 1.297124] imx-drm display-subsystem: bound 32fd8000.hdmi (ops 0xffff800010eabfd8) [ 1.297319] [drm] Initialized imx-drm 1.0.0 20120507 for display-subsystem on minor 1 [ 1.315673] mmc1: SDHCI controller on 30b50000.mmc [30b50000.mmc] using ADMA [ 1.317255] Console: switching to colour frame buffer device 128x48 [ 1.327714] random: crng init done [ 1.337606] imx-drm display-subsystem: [drm] fb0: imx-drmdrmfb frame buffer device [ 1.340326] input: audio-hdmi HDMI Jack as /devices/platform/sound-hdmi/sound/card0/input0 [ 1.341720] input: gpio-keys as /devices/platform/gpio-keys/input/input1 [ 1.359314] ALSA device list: [ 1.359323] #0: audio-hdmi [ 1.468291] usb 1-1: new high-speed USB device number 2 using xhci-hcd [ 1.532291] usb 3-1: new high-speed USB device number 2 using xhci-hcd [ 1.725528] hub 3-1:1.0: USB hub found [ 1.725566] hub 3-1:1.0: 2 ports detected [ 1.755993] imx6q-pcie 33800000.pcie: Phy link never came up [ 1.758784] imx6q-pcie 33800000.pcie: failed to initialize host [ 1.764718] imx6q-pcie 33800000.pcie: unable to add pcie port. [ 1.776754] EXT4-fs (mmcblk2p1): INFO: recovery required on readonly filesystem [ 1.776761] EXT4-fs (mmcblk2p1): write access will be enabled during recovery [ 1.788146] EXT4-fs (mmcblk2p1): recovery complete [ 1.789585] EXT4-fs (mmcblk2p1): mounted filesystem with ordered data mode. Opts: (null) [ 1.789635] VFS: Mounted root (ext4 filesystem) readonly on device 179:1. [ 1.790115] devtmpfs: mounted [ 1.790666] Freeing unused kernel memory: 1984K [ 1.792311] Run /sbin/init as init process [ 1.792314] with arguments: [ 1.792317] /sbin/init [ 1.792320] nokaslr [ 1.792322] with environment: [ 1.792325] HOME=/ [ 1.792329] TERM=linux [ 2.540667] udevd[705]: starting version 3.2.11 [ 2.580421] udevd[705]: starting eudev-3.2.11 [ 2.621533] EXT4-fs (mmcblk2p1): re-mounted. Opts: (null) [ 2.670184] EXT4-fs (mmcblk2p3): mounted filesystem with ordered data mode. Opts: (null) [ 2.746536] BTRFS: device label app devid 1 transid 18 /dev/mmcblk2p5 scanned by busybox (869) [ 2.747154] BTRFS info (device mmcblk2p5): using crc32c (crc32c-generic) checksum algorithm [ 2.747170] BTRFS info (device mmcblk2p5): flagging fs with big metadata feature [ 2.747180] BTRFS info (device mmcblk2p5): use zstd compression, level 3 [ 2.747188] BTRFS info (device mmcblk2p5): turning on async discard [ 2.747197] BTRFS info (device mmcblk2p5): using free space tree [ 2.747201] BTRFS info (device mmcblk2p5): has skinny extents [ 2.750868] BTRFS info (device mmcblk2p5): enabling ssd optimizations [ 3.707288] Microchip KSZ9131 Gigabit PHY 30be0000.ethernet-1:03: attached PHY driver [Microchip KSZ9131 Gigabit PHY] (mii_bus:phy_addr=30be0000.ethernet-1:03, irq=POLL) [ 3.757372] imx-dwmac 30bf0000.ethernet eth1: PHY [stmmac-1:03] driver [Microchip KSZ9131 Gigabit PHY] (irq=POLL) [ 3.780040] imx-dwmac 30bf0000.ethernet eth1: No Safety Features support found [ 3.780067] imx-dwmac 30bf0000.ethernet eth1: IEEE 1588-2008 Advanced Timestamp supported [ 3.780461] imx-dwmac 30bf0000.ethernet eth1: registered PTP clock [ 3.781686] imx-dwmac 30bf0000.ethernet eth1: configuring for phy/rgmii-id link mode [ 3.820806] zram0: detected capacity change from 0 to 1000001536 [ 3.840108] Adding 976560k swap on /dev/zram0. Priority:100 extents:1 across:976560k SS [ 11.744273] xhci-hcd xhci-hcd.1.auto: xHCI host not responding to stop endpoint command. [ 11.744283] xhci-hcd xhci-hcd.1.auto: USBSTS: 0x00000000 [ 11.752354] xhci-hcd xhci-hcd.1.auto: xHCI host controller not responding, assume dead [ 11.760282] xhci-hcd xhci-hcd.1.auto: HC died; cleaning up [ 11.765847] usb usb1-port1: couldn't allocate usb_device [ 11.771182] usb usb2-port1: couldn't allocate usb_device
> USB が認識されてないので、「dmesg > /var/app/volumes/dmesg」などで一度 appfs に保存してから再起動すれば今度は認識されると思います。
上記コマンドを実行し、再起動でよろしいでしょうか?(再起動しましたが同様のエラーとなります)
at_dominique.m…
> 以下でよろしいでしょうか?
ありがとうございます。
> 上記コマンドを実行し、再起動でよろしいでしょうか?(再起動しましたが同様のエラーとなります)
再起動しても同様なエラーが発生するということで了解しました。
USB メモリの適合性の問題も考えれますので大変お手数ですが別の USB メモリ(USB ケーブルがある場合は外して)を試していただけますでしょうか?
また、初期の Armadillo IoT G4 に USB コネクタの問題もあったので、そのエラーが発生している Armadillo のシリアル番号を確認させてください。
最新の Base OS がインストールされているように見えますので、「device-info -s」コマンドでシリアル番号を表示して、最初の 8桁を教えていただければ助かります。(コマンドがない場合は別の方法を案内しますので言ってください)
よろしくお願いします。
yasuda0108
> USB メモリの適合性の問題も考えれますので大変お手数ですが別の USB メモリ(USB ケーブルがある場合は外して)を試していただけますでしょうか?
別のUSBメモリで試しましたが、前回出力されたUSB関連エラーは出力されず、initial_updateもされないという状況です。
更に別のUSBメモリでも試してみます。
> また、初期の Armadillo IoT G4 に USB コネクタの問題もあったので、そのエラーが発生している Armadillo のシリアル番号を確認させてください。
> 最新の Base OS がインストールされているように見えますので、「device-info -s」コマンドでシリアル番号を表示して、最初の 8桁を教えていただければ助かります。(コマンドがない場合は別の方法を案内しますので言ってください)
シリアル番号最初の8桁は00C90012です。
yasuda0108
> > USB メモリの適合性の問題も考えれますので大変お手数ですが別の USB メモリ(USB ケーブルがある場合は外して)を試していただけますでしょうか?
> 別のUSBメモリで試しましたが、前回出力されたUSB関連エラーは出力されず、initial_updateもされないという状況です。
> 更に別のUSBメモリでも試してみます。
更に別のUSBメモリに変更することで、Updateが無事実行されました。(1/3 成功でした)
相性とは具体的にどのような要因が考えられますでしょうか?
もし想定される内容をご存じでしたら、参考までにお教えください。
at_dominique.m…
> 更に別のUSBメモリに変更することで、Updateが無事実行されました。(1/3 成功でした)
すみませんこの返事をみないで返事してしまっていました。
先の返事を無視してください。
> 相性とは具体的にどのような要因が考えられますでしょうか?
> もし想定される内容をご存じでしたら、参考までにお教えください。
そうですね、一つの USB メモリだけでしたら適合性の問題だと考えてもいいかもしれませんが、現状はちょっとはやしいのでもう少し確認させていただければ助かります:
- 「dmesg -n 7」でコンソールに表示されるメッセージを増やしてから、各 USB メモリを順番に接続してもらえますか?
エラーが出た場合にメッセージがでなくなりますので、再起動して再び dmesg -n 7を実行する必要があります
- USB3 のメモリでしたら、少し変な仕様になりますが、遅く接続すると USB2 として認識されるはずなのでエラーしているメモリを遅くさしてみた場合にもエラーしますか?
- 前の返事でカーネルのバージョンの疑いもありますので、カーネルも一度古いバージョンにしてみてまた再現するかを確認したいです。ネットワークがあれば以下のコマンドで古いカーネルバージョンをインストールできます:
# 途中で問題あった場合にデーターを失わないようにクローンします armadillo:~# abos-ctrl rollback-clone # 古いカーネルパッケージをダウンロードして、 armadillo:~# curl -O https://download.atmark-techno.com/alpine/v3.18/atmark/aarch64/linux-at-x2-5.10.185-r0.apk # 現在のカーネルを削除して、 armadillo:~# persist_file -a del linux-at-x2 # パッケージをインストールします armadillo:~# persist_file -a add ./linux-at-x2-5.10.185-r0.apk # 再起動で適用されます armadillo:~# reboot
確認が完了したら「abos-ctrl restore-kernel」で最新のカーネルに戻れます。
お手数ですが、よろしくお願いします。
yasuda0108
> そうですね、一つの USB メモリだけでしたら適合性の問題だと考えてもいいかもしれませんが、現状はちょっとはやしいのでもう少し確認させていただければ助かります:
> - 「dmesg -n 7」でコンソールに表示されるメッセージを増やしてから、各 USB メモリを順番に接続してもらえますか?
> エラーが出た場合にメッセージがでなくなりますので、再起動して再び dmesg -n 7を実行する必要があります
> - USB3 のメモリでしたら、少し変な仕様になりますが、遅く接続すると USB2 として認識されるはずなのでエラーしているメモリを遅くさしてみた場合にもエラーしますか?
初回に使用したUSBメモリはUSB2認識の際にエラーになるようです。
#USB No.1(swuアップデートでエラーを吐いて失敗したもの) //素早く差してUSB3認識の場合 armadillo:~# [ 1887.752075] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci-hcd [ 1890.268498] usb-storage 2-1:1.0: USB Mass Storage device detected [ 1890.276756] scsi host0: usb-storage 2-1:1.0 [ 1891.295970] scsi 0:0:0:0: Direct-Access Innostor Innostor 1.00 PQ: 0 ANSI: 6 [ 1891.306553] sd 0:0:0:0: [sda] 60436480 512-byte logical blocks: (30.9 GB/28.8 GiB) [ 1891.314415] sd 0:0:0:0: [sda] Write Protect is off [ 1891.319353] sd 0:0:0:0: [sda] Write cache: disabled, read cache: disabled, doesn't support DPO or FUA [ 1891.330200] sda: sda1 [ 1891.336317] sd 0:0:0:0: [sda] Attached SCSI removable disk //ゆっくり差してUSB2認識の場合 armadillo:~# [ 29.163115] usb 1-1: new high-speed USB device number 2 using xhci-hcd [ 39.391404] xhci-hcd xhci-hcd.1.auto: xHCI host not responding to stop endpoint command. [ 39.399502] xhci-hcd xhci-hcd.1.auto: USBSTS: 0x00000000 [ 39.412878] xhci-hcd xhci-hcd.1.auto: xHCI host controller not responding, assume dead [ 39.420801] xhci-hcd xhci-hcd.1.auto: HC died; cleaning up [ 39.426367] usb usb1-port1: couldn't allocate usb_device [ 39.431726] usb usb2-port1: couldn't allocate usb_device #USB No.2(swuアップデートでエラーを吐かずにフリーズしたもの) //No1失敗後に再起動したかどうか忘れてしまいましたので、しっかり再起動していれば正常に動いたかもしれません。 //USB2.0の仕様のUSBメモリのため通常通り差し込み armadillo:~# [ 24.219229] usb 1-1: new high-speed USB device number 2 using xhci-hcd [ 24.376325] usb-storage 1-1:1.0: USB Mass Storage device detected [ 24.383624] scsi host0: usb-storage 1-1:1.0 [ 25.585368] scsi 0:0:0:0: Direct-Access UFD 2.0 Silicon-Power4G 1100 PQ: 0 ANSI: 4 [ 25.595098] sd 0:0:0:0: [sda] 7866368 512-byte logical blocks: (4.03 GB/3.75 GiB) [ 25.603104] sd 0:0:0:0: [sda] Write Protect is off [ 25.608360] sd 0:0:0:0: [sda] No Caching mode page found [ 25.613687] sd 0:0:0:0: [sda] Assuming drive cache: write through [ 25.622587] sda: sda1 [ 25.629896] sd 0:0:0:0: [sda] Attached SCSI removable disk #USB No.3(成功したもの) //素早く差してUSB3認識の場合 armadillo:~# [ 21.423240] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci-hcd [ 21.452887] usb-storage 2-1:1.0: USB Mass Storage device detected [ 21.460395] scsi host0: usb-storage 2-1:1.0 [ 22.469891] scsi 0:0:0:0: Direct-Access UFD 3.0 Silicon-Power32G PMAP PQ: 0 ANSI: 6 [ 22.480071] sd 0:0:0:0: [sda] 60555264 512-byte logical blocks: (31.0 GB/28.9 GiB) [ 22.488216] sd 0:0:0:0: [sda] Write Protect is off [ 22.493307] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 23.242170] sda: sda1 [ 23.249519] sd 0:0:0:0: [sda] Attached SCSI removable disk //ゆっくり差してUSB2認識の場合 armadillo:~# [ 20.163093] usb 1-1: new high-speed USB device number 2 using xhci-hcd [ 20.317609] usb-storage 1-1:1.0: USB Mass Storage device detected [ 20.324945] scsi host0: usb-storage 1-1:1.0 [ 21.344680] scsi 0:0:0:0: Direct-Access UFD 3.0 Silicon-Power32G PMAP PQ: 0 ANSI: 6 [ 21.353897] sd 0:0:0:0: [sda] 60555264 512-byte logical blocks: (31.0 GB/28.9 GiB) [ 21.361885] sd 0:0:0:0: [sda] Write Protect is off [ 21.367101] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 21.441419] sda: sda1 [ 21.450453] sd 0:0:0:0: [sda] Attached SCSI removable disk
> - 前の返事でカーネルのバージョンの疑いもありますので、カーネルも一度古いバージョンにしてみてまた再現するかを確認したいです。ネットワークがあれば以下のコマンドで古いカーネルバージョンをインストールできます:
>
> # 途中で問題あった場合にデーターを失わないようにクローンします > armadillo:~# abos-ctrl rollback-clone > # 古いカーネルパッケージをダウンロードして、 > armadillo:~# curl -O https://download.atmark-techno.com/alpine/v3.18/atmark/aarch64/linux-at-x2-5.10.185-r0.apk > # 現在のカーネルを削除して、 > armadillo:~# persist_file -a del linux-at-x2 > # パッケージをインストールします > armadillo:~# persist_file -a add ./linux-at-x2-5.10.185-r0.apk > # 再起動で適用されます > armadillo:~# reboot >
> 確認が完了したら「abos-ctrl restore-kernel」で最新のカーネルに戻れます。
curlコマンドで以下のような状態になりました。
armadillo:~# curl -O https://download.atmark-techno.com/alpine/v3.18/atmark/aarc h64/linux-at-x2-5.10.185-r0.apk % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0curl: (6) Could not resolve host: download.atmark-techno.com
at_dominique.m…
> 初回に使用したUSBメモリはUSB2認識の際にエラーになるようです。
確認ありがとうございます!
それでしたら適合性の問題の可能性は充分ありえます (その USB メモリが USB2 としての不具合の可能性もありますが、一度さしただけで USB ポートを使えなくなるのはよろしくないですね…)
追加解析のために同じ USB メモリを購入しようと思いますが、型番を教えていただけますか?
> curlコマンドで以下のような状態になりました。
すみません、ネットワーク接続が必要な手順でした。
Armadillo にネットワークを接続できない場合はそのファイルを USB メモリで展開していただければインストールできますが、そこまで確認できたので後はこちらで引き受けます。
よろしくお願いします
at_dominique.m…
> > USB メモリの適合性の問題も考えれますので大変お手数ですが別の USB メモリ(USB ケーブルがある場合は外して)を試していただけますでしょうか?
>
> 別のUSBメモリで試しましたが、前回出力されたUSB関連エラーは出力されず、initial_updateもされないという状況です。
> 更に別のUSBメモリでも試してみます。
説明不足ですみません。
このエラーが一度発生したら別の USB デバイスも認識されないので、発生した後に必ず再起動してから試してください。
> シリアル番号最初の8桁は00C90012です。
ありがとうございます。このシリアル番号でしたら USB コネクタが改善された後の物なので、コネクタの問題の可能性が低いと考えています。
再起動して別の USB メモリでも発生する場合は少し手間になりますが古いカーネルも試していただければと思いますので、手順を用意してまた返事します。
よろしくお願いします
yasuda0108
> curlコマンドで以下のような状態になりました。
>
> armadillo:~# curl -O https://download.atmark-techno.com/alpine/v3.18/atmark/aarc > h64/linux-at-x2-5.10.185-r0.apk > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0curl: (6) Could not resolve host: download.atmark-techno.com >
先ほど上記の通り記載しましたが、ネットワークに接続出来ていないようでした。
接続を試みて再度トライします。
yasuda0108
連投失礼いたします。
カーネルのバージョンを変更し、USB抜き差しを再度実行しました。
バージョンが古い場合は、USB2のエラーは出ませんでした。
#USB No.1(swuアップデートでエラーを吐いて失敗したもの) //素早く差してUSB3認識の場合 armadillo:~# [ 121.743316] usb 2-1: new SuperSpeed Gen 1 USB device number 5 using xhci-hcd [ 123.919792] usb-storage 2-1:1.0: USB Mass Storage device detected [ 123.927119] scsi host0: usb-storage 2-1:1.0 [ 124.949936] scsi 0:0:0:0: Direct-Access Innostor Innostor 1.00 PQ: 0 ANSI: 6 [ 124.959897] sd 0:0:0:0: [sda] 60436480 512-byte logical blocks: (30.9 GB/28.8 GiB) [ 124.968263] sd 0:0:0:0: [sda] Write Protect is off [ 124.973212] sd 0:0:0:0: [sda] Write cache: disabled, read cache: disabled, doesn't support DPO or FUA [ 124.984281] sda: sda1 [ 124.987910] sd 0:0:0:0: [sda] Attached SCSI removable disk //ゆっくり差してUSB2認識の場合 armadillo:~# [ 75.542903] usb 1-1: new high-speed USB device number 3 using xhci-hcd [ 77.942923] usb 2-1: new SuperSpeed Gen 1 USB device number 4 using xhci-hcd [ 77.970334] usb-storage 2-1:1.0: USB Mass Storage device detected [ 77.976982] scsi host0: usb-storage 2-1:1.0 [ 79.001549] scsi 0:0:0:0: Direct-Access Innostor Innostor 1.00 PQ: 0 ANSI: 6 [ 79.012062] sd 0:0:0:0: [sda] 60436480 512-byte logical blocks: (30.9 GB/28.8 GiB) [ 79.019840] sd 0:0:0:0: [sda] Write Protect is off [ 79.024787] sd 0:0:0:0: [sda] Write cache: disabled, read cache: disabled, doesn't support DPO or FUA [ 79.035862] sda: sda1 [ 79.039101] sd 0:0:0:0: [sda] Attached SCSI removable disk #USB No.2(swuアップデートでエラーを吐かずにフリーズしたもの) //No1失敗後に再起動したかどうか忘れてしまいましたので、しっかり再起動していれば正常に動いたかもしれません。 //USB2.0の仕様のUSBメモリのため通常通り差し込み armadillo:~# [ 161.763470] usb 1-1: new high-speed USB device number 4 using xhci-hcd [ 161.920438] usb-storage 1-1:1.0: USB Mass Storage device detected [ 161.928591] scsi host0: usb-storage 1-1:1.0 [ 163.139198] scsi 0:0:0:0: Direct-Access UFD 2.0 Silicon-Power4G 1100 PQ: 0 ANSI: 4 [ 163.151872] sd 0:0:0:0: [sda] 7866368 512-byte logical blocks: (4.03 GB/3.75 GiB) [ 163.160656] sd 0:0:0:0: [sda] Write Protect is off [ 163.166412] sd 0:0:0:0: [sda] No Caching mode page found [ 163.171752] sd 0:0:0:0: [sda] Assuming drive cache: write through [ 163.185423] sda: sda1 [ 163.190997] sd 0:0:0:0: [sda] Attached SCSI removable disk #USB No.3(成功したもの) //素早く差してUSB3認識の場合 armadillo:~# [ 196.127706] usb 2-1: new SuperSpeed Gen 1 USB device number 6 using xhci-hcd [ 196.157869] usb-storage 2-1:1.0: USB Mass Storage device detected [ 196.164514] scsi host0: usb-storage 2-1:1.0 [ 197.178182] scsi 0:0:0:0: Direct-Access UFD 3.0 Silicon-Power32G PMAP PQ: 0 ANSI: 6 [ 197.187251] sd 0:0:0:0: [sda] 60555264 512-byte logical blocks: (31.0 GB/28.9 GiB) [ 197.195137] sd 0:0:0:0: [sda] Write Protect is off [ 197.200200] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 197.256602] sda: sda1 [ 197.263599] sd 0:0:0:0: [sda] Attached SCSI removable disk //ゆっくり差してUSB2認識の場合 armadillo:~# [ 219.453158] usb 1-1: new high-speed USB device number 5 using xhci-hcd [ 219.610759] usb-storage 1-1:1.0: USB Mass Storage device detected [ 219.618047] scsi host0: usb-storage 1-1:1.0 [ 220.634428] scsi 0:0:0:0: Direct-Access UFD 3.0 Silicon-Power32G PMAP PQ: 0 ANSI: 6 [ 220.644353] sd 0:0:0:0: [sda] 60555264 512-byte logical blocks: (31.0 GB/28.9 GiB) [ 220.652334] sd 0:0:0:0: [sda] Write Protect is off [ 220.657491] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 220.732107] sda: sda1 [ 220.739608] sd 0:0:0:0: [sda] Attached SCSI removable disk
at_dominique.m…
yasuda0108
yasuda0108
at_dominique.m…
at_dominique.m…
2024年1月11日 14時44分
yasuda0108さん
>
> baseos-x2-installer-3.18.5-at.8のSDカードで初期化後に、VSCodeで作成したinitial_setupu.swuを、USBメモリでセットアップしようとした際に発生しています。
USB のコントローラーが停止されたというエラーですので、おそらく USB メモリが認識されなくなりました。
大変お手数ですが、その armadillo をまだ再起動してなければ、シリアルでログインして dmesg の出力を調査のために提供していただけますか?
USB が認識されてないので、「dmesg > /var/app/volumes/dmesg」などで一度 appfs に保存してから再起動すれば今度は認識されると思います。
再起動しても解決されない場合はまた聞いてください。
よろしくお願いします