Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

U-Boot needs more than 35 seconds to load the kernel image #924

Closed
matthiasklein opened this issue Oct 18, 2021 · 1 comment
Closed

U-Boot needs more than 35 seconds to load the kernel image #924

matthiasklein opened this issue Oct 18, 2021 · 1 comment

Comments

@matthiasklein
Copy link
Contributor

matthiasklein commented Oct 18, 2021

Description

U-Boot needs more than 35 seconds to load the kernel image.
My first test was on a Pi Zero W, which takes a similar amount of time with the same SD card.

Steps to reproduce the issue:

  1. Build master tree
  2. #MACHINE ??= "raspberrypi0-wifi"
    MACHINE ??= "raspberrypi3"
  3. ENABLE_UART = "1"
    RPI_USE_U_BOOT = "1"

Describe the results you received:

Boot takes very long: 6954192 bytes read in 36838 ms (183.6 KiB/s)

Describe the results you expected:

Faster boot time.

Additional information you deem important (e.g. issue happens only occasionally):

U-Boot 2021.07 (Jul 05 2021 - 15:11:28 +0000)

DRAM:  948 MiB
RPI 3 Model B (0xa02082)
MMC:   sdhci_setup_cfg: Hardware doesn't specify base clock frequency
sdhci_setup_cfg: Hardware doesn't specify base clock frequency
sdhci@7e300000 - probe failed: -22
mmc@7e202000: 0sdhci_setup_cfg: Hardware doesn't specify base clock frequency

Loading Environment from FAT... Unable to read "uboot.env" from mmc0:1... In:    serial
Out:   vidconsole
Err:   vidconsole
Net:   No ethernet found.
starting USB...
Bus usb@7e980000: USB DWC2
scanning bus usb@7e980000 for devices... 3 USB Device(s) found
       scanning usb for storage devices... 0 Storage Device(s) found
Hit any key to stop autoboot:  0
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
Found U-Boot script /boot.scr
263 bytes read in 15 ms (16.6 KiB/s)
## Executing script at 02400000
6954192 bytes read in 36838 ms (183.6 KiB/s)
Saving Environment to FAT... OK
## Booting kernel from Legacy Image at 00080000 ...
   Image Name:   Linux-5.10.63-v7
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    6954128 Bytes = 6.6 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 2eff8900
   Booting using the fdt blob at 0x2eff8900
   Loading Kernel Image
   Using Device Tree in place at 2eff8900, end 2f002fd5

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.10.63-v7 (oe-user@oe-host) (arm-poky-linux-gnueabi-gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.37.20210721) #1 SMP Thu Sep 16 20:32:19 UTC 2021
[    0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Rev 1.2
[    0.000000] random: fast init done
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] Reserved memory: created CMA memory pool at 0x1ec00000, size 256 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000000000-0x000000003b3fffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x000000003b3fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000003b3fffff]
[    0.000000] percpu: Embedded 20 pages/cpu s51340 r8192 d22388 u81920
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 240555
[    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=Composite-1:720x480@60i,margin_left=32,margin_right=32,margin_top=32,margin_bottom=32 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 console=ttyS0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 679700K/970752K available (11264K kernel code, 1344K rwdata, 3304K rodata, 1024K init, 890K bss, 28908K reserved, 262144K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 34318 entries in 68 pages
[    0.000000] ftrace: allocated 68 pages with 2 groups
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000]  Rude 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] random: get_random_bytes called from start_kernel+0x3b0/0x598 with crng_init=1
[    0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[    0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.000023] Switching to timer-based delay loop, resolution 52ns
[    0.000300] Console: colour dummy device 80x30
[    0.000364] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[    0.000398] pid_max: default: 32768 minimum: 301
[    0.000599] LSM: Security Framework initializing
[    0.000843] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.000872] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.002297] cgroup: Disabling memory control group subsystem
[    0.002571] CPU: Testing write buffer coherency: ok
[    0.003061] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.004299] Setting up static identity map for 0x100000 - 0x100060
[    0.004492] rcu: Hierarchical SRCU implementation.
[    0.005427] smp: Bringing up secondary CPUs ...
[    0.006573] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.008276] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.009874] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.010493] smp: Brought up 1 node, 4 CPUs
[    0.010515] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[    0.010532] CPU: All CPU(s) started in HYP mode.
[    0.010547] CPU: Virtualization extensions available.
[    0.011508] devtmpfs: initialized
[    0.028510] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
[    0.028946] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.028982] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.040361] pinctrl core: initialized pinctrl subsystem
[    0.041538] NET: Registered protocol family 16
[    0.045070] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[    0.051132] audit: initializing netlink subsys (disabled)
[    0.052070] thermal_sys: Registered thermal governor 'step_wise'
[    0.052461] audit: type=2000 audit(0.050:1): state=initialized audit_enabled=0 res=1
[    0.052652] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.052671] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.052937] Serial: AMBA PL011 UART driver
[    0.072893] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[    0.090141] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-09-14T16:52:56, variant start
[    0.100151] raspberrypi-firmware soc:firmware: Firmware hash is 1f74fc33fa785915fe0d7bd6d1cdfa220bc1ed7b
[    0.145309] Kprobes globally optimized
[    0.150444] bcm2835-dma 3f007000.dma: DMA legacy API manager, dmachans=0x1
[    0.152755] SCSI subsystem initialized
[    0.153040] usbcore: registered new interface driver usbfs
[    0.153112] usbcore: registered new interface driver hub
[    0.153201] usbcore: registered new device driver usb
[    0.153640] Advanced Linux Sound Architecture Driver Initialized.
[    0.154875] clocksource: Switched to clocksource arch_sys_counter
[    1.793778] VFS: Disk quotas dquot_6.6.0
[    1.793909] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.794118] FS-Cache: Loaded
[    1.794395] CacheFiles: Loaded
[    1.794610] simple-framebuffer 3eaf0000.framebuffer: framebuffer at 0x3eaf0000, 0x10a800 bytes, mapped to 0x(ptrval)
[    1.794636] simple-framebuffer 3eaf0000.framebuffer: format=a8r8g8b8, mode=656x416x32, linelength=2624
[    1.799749] Console: switching to colour frame buffer device 82x26
[    1.803872] simple-framebuffer 3eaf0000.framebuffer: fb0: simplefb registered!
[    1.804356] sysfs: cannot create duplicate filename '/devices/platform/3eaf0000.framebuffer'
[    1.804381] CPU: 2 PID: 1 Comm: swapper/0 Not tainted 5.10.63-v7 #1
[    1.804392] Hardware name: BCM2835
[    1.804402] Backtrace:
[    1.804435] [<80afd578>] (dump_backtrace) from [<80afd8e8>] (show_stack+0x20/0x24)
[    1.804453]  r7:ffffffff r6:00000000 r5:60000013 r4:811e79dc
[    1.804473] [<80afd8c8>] (show_stack) from [<80b02510>] (dump_stack+0xc4/0xf0)
[    1.804496] [<80b0244c>] (dump_stack) from [<80404a90>] (sysfs_warn_dup+0x68/0x74)
[    1.804515]  r9:81054850 r8:811f1044 r7:00000000 r6:816b5b40 r5:81607840 r4:81760000
[    1.804536] [<80404a28>] (sysfs_warn_dup) from [<80404be8>] (sysfs_create_dir_ns+0xf8/0x10c)
[    1.804552]  r7:00000000 r6:81607840 r5:ffffffef r4:816f5010
[    1.804573] [<80404af0>] (sysfs_create_dir_ns) from [<80684428>] (kobject_add_internal+0xb8/0x370)
[    1.804588]  r6:811f13b0 r5:816f5010 r4:816f5010
[    1.804606] [<80684370>] (kobject_add_internal) from [<80684c60>] (kobject_add+0x64/0xcc)
[    1.804625]  r9:81054850 r8:bab13754 r7:00000000 r6:811f13b0 r5:816f5010 r4:00000000
[    1.804645] [<80684bfc>] (kobject_add) from [<807af390>] (device_add+0x108/0x7ac)
[    1.804658]  r3:00000000 r2:00000000
[    1.804671]  r6:811f13b0 r5:00000000 r4:816f5010
[    1.804693] [<807af288>] (device_add) from [<80901400>] (of_device_add+0x44/0x4c)
[    1.804711]  r10:81251000 r9:81054850 r8:bab13754 r7:00000000 r6:00000000 r5:00000000
[    1.804722]  r4:816f5000
[    1.804744] [<809013bc>] (of_device_add) from [<80901af0>] (of_platform_device_create_pdata+0xa4/0xd4)
[    1.804767] [<80901a4c>] (of_platform_device_create_pdata) from [<80901b40>] (of_platform_device_create+0x20/0x24)
[    1.804786]  r9:81054850 r8:0000014f r7:812fc6f4 r6:80e7bdb8 r5:00000000 r4:bab13704
[    1.804809] [<80901b20>] (of_platform_device_create) from [<81026f18>] (simplefb_init+0x7c/0x98)
[    1.804830] [<81026e9c>] (simplefb_init) from [<801022f0>] (do_one_initcall+0x50/0x280)
[    1.804846]  r7:00000000 r6:00000006 r5:8140f800 r4:81026e9c
[    1.804865] [<801022a0>] (do_one_initcall) from [<810013b4>] (kernel_init_freeable+0x2ac/0x30c)
[    1.804881]  r7:81054830 r6:00000006 r5:8140f800 r4:8108a858
[    1.804900] [<81001108>] (kernel_init_freeable) from [<80b0694c>] (kernel_init+0x18/0x134)
[    1.804918]  r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:80b06934
[    1.804929]  r4:00000000
[    1.804946] [<80b06934>] (kernel_init) from [<8010010c>] (ret_from_fork+0x14/0x28)
[    1.804958] Exception stack(0x81505fb0 to 0x81505ff8)
[    1.804971] 5fa0:                                     00000000 00000000 00000000 00000000
[    1.804988] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    1.805003] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[    1.805016]  r5:80b06934 r4:00000000
[    1.805113] kobject_add_internal failed for 3eaf0000.framebuffer with -EEXIST, don't try to register things with the same name in the same directory.
[    1.816168] NET: Registered protocol family 2
[    1.816425] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    1.817866] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    1.818012] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    1.818141] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    1.818338] TCP: Hash tables configured (established 8192 bind 8192)
[    1.818513] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.818575] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.818939] NET: Registered protocol family 1
[    1.819877] RPC: Registered named UNIX socket transport module.
[    1.819896] RPC: Registered udp transport module.
[    1.819913] RPC: Registered tcp transport module.
[    1.819929] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.821174] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[    1.825395] Initialise system trusted keyrings
[    1.825692] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[    1.835697] zbud: loaded
[    1.837850] FS-Cache: Netfs 'nfs' registered for caching
[    1.838749] NFS: Registering the id_resolver key type
[    1.838811] Key type id_resolver registered
[    1.838829] Key type id_legacy registered
[    1.839002] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.839022] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    1.840196] Key type asymmetric registered
[    1.840217] Asymmetric key parser 'x509' registered
[    1.840277] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    1.840297] io scheduler mq-deadline registered
[    1.840314] io scheduler kyber registered
[    1.848963] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[    1.849829] bcm2835-aux-uart 3f215040.serial: there is not valid maps for state default
[    1.851687] bcm2835-rng 3f104000.rng: hwrng registered
[    1.852186] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[    1.853060] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[    1.859107] fb0: switching to vc4drmfb from simple
[    1.859573] Console: switching to colour dummy device 80x30
[    1.860680] vc4-drm soc:gpu: bound 3f600000.firmwarekms (ops vc4_fkms_ops)
[    1.860833] vc4-drm soc:gpu: bound 3fc00000.v3d (ops vc4_v3d_ops)
[    1.861891] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 0
[    1.917125] Console: switching to colour frame buffer device 90x30
[    1.933771] vc4-drm soc:gpu: [drm] fb0: vc4drmfb frame buffer device
[    1.946840] brd: module loaded
[    1.959173] loop: module loaded
[    1.960881] Loading iSCSI transport class v2.0-870.
[    1.962554] libphy: Fixed MDIO Bus: probed
[    1.962876] usbcore: registered new interface driver lan78xx
[    1.962949] usbcore: registered new interface driver smsc95xx
[    1.962978] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    2.163572] Core Release: 2.80a
[    2.163594] Setting default values for core params
[    2.163627] Finished setting default values for core params
[    2.364020] Using Buffer DMA mode
[    2.364039] Periodic Transfer Interrupt Enhancement - disabled
[    2.364056] Multiprocessor Interrupt Enhancement - disabled
[    2.364074] OTG VER PARAM: 0, OTG VER FLAG: 0
[    2.364108] Dedicated Tx FIFOs mode
[    2.364582]
[    2.364601] WARN::dwc_otg_hcd_init:1072: FIQ DMA bounce buffers: virt = 9ed04000 dma = 0xded04000 len=9024
[    2.364640] FIQ FSM acceleration enabled for :
[    2.364640] Non-periodic Split Transactions
[    2.364640] Periodic Split Transactions
[    2.364640] High-Speed Isochronous Endpoints
[    2.364640] Interrupt/Control Split Transaction hack enabled
[    2.364733]
[    2.364742] WARN::hcd_init_fiq:457: FIQ on core 1
[    2.364754]
[    2.364763] WARN::hcd_init_fiq:458: FIQ ASM at 8087a21c length 36
[    2.364777]
[    2.364784] WARN::hcd_init_fiq:496: MPHI regs_base at bb810000
[    2.364812] dwc_otg 3f980000.usb: DWC OTG Controller
[    2.364881] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[    2.364939] dwc_otg 3f980000.usb: irq 89, io mem 0x00000000
[    2.364996] Init: Port Power? op_state=1
[    2.365012] Init: Power Port (0)
[    2.365374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    2.365396] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.365416] usb usb1: Product: DWC OTG Controller
[    2.365435] usb usb1: Manufacturer: Linux 5.10.63-v7 dwc_otg_hcd
[    2.365454] usb usb1: SerialNumber: 3f980000.usb
[    2.366258] hub 1-0:1.0: USB hub found
[    2.366329] hub 1-0:1.0: 1 port detected
[    2.367917] usbcore: registered new interface driver usb-storage
[    2.368276] mousedev: PS/2 mouse device common for all mice
[    2.369766] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    2.372369] sdhci: Secure Digital Host Controller Interface driver
[    2.372389] sdhci: Copyright(c) Pierre Ossman
[    2.373114] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe
[    2.374077] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
[    2.374481] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.376332] ledtrig-cpu: registered to indicate activity on CPUs
[    2.376750] hid: raw HID events driver (C) Jiri Kosina
[    2.376933] usbcore: registered new interface driver usbhid
[    2.376951] usbhid: USB HID core driver
[    2.377363] ashmem: initialized
[    2.383111] Initializing XFRM netlink socket
[    2.383163] NET: Registered protocol family 17
[    2.383314] Key type dns_resolver registered
[    2.383483] Registering SWP/SWPB emulation handler
[    2.383657] registered taskstats version 1
[    2.383702] Loading compiled-in X.509 certificates
[    2.384591] Key type ._fscrypt registered
[    2.384610] Key type .fscrypt registered
[    2.384627] Key type fscrypt-provisioning registered
[    2.396299] uart-pl011 3f201000.serial: cts_event_workaround enabled
[    2.396407] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 114, base_baud = 0) is a PL011 rev2
[    2.398666] bcm2835-aux-uart 3f215040.serial: there is not valid maps for state default
[    2.399355] printk: console [ttyS0] disabled
[    2.399496] 3f215040.serial: ttyS0 at MMIO 0x3f215040 (irq = 86, base_baud = 50000000) is a 16550
[    3.833640] printk: console [ttyS0] enabled
[    3.839003] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[    3.848306] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
[    3.854408] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
[    3.861811] Indeed it is in host mode hprt0 = 00021501
[    3.941455] sdhost: log_buf @ (ptrval) (ded07000)
[    3.984211] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    3.991464] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    3.997102] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[    4.005949] of_cfs_init
[    4.008733] of_cfs_init: OK
[    4.012543] ALSA device list:
[    4.015594]   No soundcards found.
[    4.019779] Waiting for root device /dev/mmcblk0p2...
[    4.025821] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    4.034369] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    4.084906] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    4.091619] Indeed it is in host mode hprt0 = 00001101
[    4.166941] mmc0: host does not support reading read-only switch, assuming write-enable
[    4.180775] mmc0: new high speed SDHC card at address aaaa
[    4.187535] mmcblk0: mmc0:aaaa SC16G 14.8 GiB
[    4.197599]  mmcblk0: p1 p2
[    4.214202] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    4.222572] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    4.232226] devtmpfs: mounted
[    4.245484] Freeing unused kernel memory: 1024K
[    4.258234] mmc1: new high speed SDIO card at address 0001
[    4.305526] Run /sbin/init as init process
[    4.335290] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00
[    4.343613] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.351821] hub 1-1:1.0: USB hub found
[    4.355774] hub 1-1:1.0: 5 ports detected
[    4.586438] systemd[1]: System time before build time, advancing clock.
[    4.680645] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    4.712504] NET: Registered protocol family 10
[    4.718776] Segment Routing with IPv6
[    4.764256] systemd[1]: systemd 249.3+ running in system mode (-PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
[    4.808726] systemd[1]: Detected architecture arm.
[    4.835315] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00
[    4.843808] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.854156] smsc95xx v2.0.0

@matthiasklein
Copy link
Contributor Author

Seems to fixed in latest master branch which contains U-Boot 2021.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant