Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- U-Boot 2024.07-rc4-allpatches20240614 (Jun 27 2024 - 15:46:55 +1000) Allwinner Technology
- CPU: Allwinner R40 (SUN8I 1701)
- Model: Banana Pi BPI-M2-Ultra
- DRAM: 1 GiB
- Core: 69 devices, 21 uclasses, devicetree: separate
- WDT: Not starting watchdog@1c20c90
- MMC: mmc@1c11000: 1
- Loading Environment from FAT... Unable to use mmc 1:1...
- In: serial@1c28000
- Out: serial@1c28000
- Err: serial@1c28000
- starting USB...
- Bus usb@1c19000: USB EHCI 1.00
- Bus usb@1c19400: USB OHCI 1.0
- Bus usb@1c1c000: USB EHCI 1.00
- Bus usb@1c1c400: USB OHCI 1.0
- scanning bus usb@1c19000 for devices... cannot reset port 1!?
- 1 USB Device(s) found
- scanning bus usb@1c19400 for devices... 1 USB Device(s) found
- scanning bus usb@1c1c000 for devices... 1 USB Device(s) found
- scanning bus usb@1c1c400 for devices... 1 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
- mmc1(part 0) is current device
- Scanning mmc 1:1...
- Found /boot/extlinux/extlinux.conf
- Retrieving file: /boot/extlinux/extlinux.conf
- 1: Bananapi M2 Ultra linux
- Retrieving file: /boot/zImage
- append: console=ttyS0,115200n8 root=/dev/mmcblk0p1 rootwait
- Retrieving file: /boot/sun8i-r40-bananapi-m2-ultra.dtb
- Kernel image @ 0x42000000 [ 0x000000 - 0x3ef758 ]
- ## Flattened Device Tree blob at 43000000
- Booting using the fdt blob at 0x43000000
- Working FDT set to 43000000
- Loading Device Tree to 49ff6000, end 49fff34d ... OK
- Working FDT set to 49ff6000
- Starting kernel ...
- [ 0.000000] Booting Linux on physical CPU 0x0
- [ 0.000000] Linux version 6.6.30 (arm-buildroot-linux-gnueabihf-gcc.br_real (Buildroot 2024.05) 13.3.0, GNU ld (GNU Binutils) 2.41) #2 SMP Thu Jun 27 17:02:28 AEST 2024
- [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
- [ 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: Banana Pi BPI-M2-Ultra
- [ 0.000000] Memory policy: Data cache writealloc
- [ 0.000000] cma: Reserved 16 MiB at 0x7ec00000 on node -1
- [ 0.000000] Zone ranges:
- [ 0.000000] Normal [mem 0x0000000040000000-0x000000006fffffff]
- [ 0.000000] HighMem [mem 0x0000000070000000-0x000000007fffffff]
- [ 0.000000] Movable zone start for each node
- [ 0.000000] Early memory node ranges
- [ 0.000000] node 0: [mem 0x0000000040000000-0x000000007fffffff]
- [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007fffffff]
- [ 0.000000] psci: probing for conduit method from DT.
- [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT
- [ 0.000000] percpu: Embedded 11 pages/cpu s14928 r8192 d21936 u45056
- [ 0.000000] Kernel command line: console=ttyS0,115200n8 root=/dev/mmcblk0p1 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] Built 1 zonelists, mobility grouping on. Total pages: 260608
- [ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
- [ 0.000000] Memory: 1012536K/1048576K available (6144K kernel code, 895K rwdata, 1884K rodata, 1024K init, 242K bss, 19656K reserved, 16384K cma-reserved, 245748K highmem)
- [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
- [ 0.000000] rcu: Hierarchical RCU implementation.
- [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
- [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
- [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
- [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
- [ 0.000000] GIC: Using split EOI/Deactivate mode
- [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
- [ 0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
- [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
- [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
- [ 0.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
- [ 0.000015] Switching to timer-based delay loop, resolution 41ns
- [ 0.000301] Console: colour dummy device 80x30
- [ 0.000362] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
- [ 0.000380] CPU: Testing write buffer coherency: ok
- [ 0.000437] pid_max: default: 32768 minimum: 301
- [ 0.000547] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
- [ 0.000564] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
- [ 0.001541] /cpus/cpu@0 missing clock-frequency property
- [ 0.001575] /cpus/cpu@1 missing clock-frequency property
- [ 0.001593] /cpus/cpu@2 missing clock-frequency property
- [ 0.001612] /cpus/cpu@3 missing clock-frequency property
- [ 0.001624] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
- [ 0.002714] Setting up static identity map for 0x40100000 - 0x40100060
- [ 0.002909] rcu: Hierarchical SRCU implementation.
- [ 0.002916] rcu: Max phase no-delay instances is 1000.
- [ 0.003664] smp: Bringing up secondary CPUs ...
- [ 0.014579] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
- [ 0.025613] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
- [ 0.036549] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
- [ 0.036666] smp: Brought up 1 node, 4 CPUs
- [ 0.036680] SMP: Total of 4 processors activated (192.00 BogoMIPS).
- [ 0.036688] CPU: All CPU(s) started in HYP mode.
- [ 0.036691] CPU: Virtualization extensions available.
- [ 0.037993] devtmpfs: initialized
- [ 0.043869] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
- [ 0.044109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
- [ 0.044135] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
- [ 0.044894] pinctrl core: initialized pinctrl subsystem
- [ 0.047100] DMA: preallocated 256 KiB pool for atomic coherent allocations
- [ 0.048128] thermal_sys: Registered thermal governor 'step_wise'
- [ 0.048315] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
- [ 0.048328] hw-breakpoint: maximum watchpoint size is 8 bytes.
- [ 0.053763] platform 1100000.mixer: Fixed dependency cycle(s) with /soc/tcon-top@1c70000
- [ 0.054010] platform 1200000.mixer: Fixed dependency cycle(s) with /soc/tcon-top@1c70000
- [ 0.057350] platform 1c20800.pinctrl: Fixed dependency cycle(s) with /soc/pinctrl@1c20800/clk-out-a-pin
- [ 0.058861] platform 1c2ac00.i2c: Fixed dependency cycle(s) with /soc/pinctrl@1c20800/i2c0-pins
- [ 0.059570] platform 1200000.mixer: Fixed dependency cycle(s) with /soc/tcon-top@1c70000
- [ 0.059653] platform 1100000.mixer: Fixed dependency cycle(s) with /soc/tcon-top@1c70000
- [ 0.059724] platform 1c70000.tcon-top: Fixed dependency cycle(s) with /soc/mixer@1200000
- [ 0.059806] platform 1c70000.tcon-top: Fixed dependency cycle(s) with /soc/lcd-controller@1c71000
- [ 0.059822] platform 1c70000.tcon-top: Fixed dependency cycle(s) with /soc/mixer@1100000
- [ 0.060105] platform 1c70000.tcon-top: Fixed dependency cycle(s) with /soc/lcd-controller@1c71000
- [ 0.060201] platform 1c71000.lcd-controller: Fixed dependency cycle(s) with /soc/dsi@1ca0000
- [ 0.060220] platform 1c71000.lcd-controller: Fixed dependency cycle(s) with /soc/tcon-top@1c70000
- [ 0.060522] platform 1c71000.lcd-controller: Fixed dependency cycle(s) with /soc/dsi@1ca0000
- [ 0.060599] platform 1ca0000.dsi: Fixed dependency cycle(s) with /soc/lcd-controller@1c71000
- [ 0.060676] platform 1ca0000.dsi: Fixed dependency cycle(s) with /soc/d-phy@1ca1000
- [ 0.060962] platform 1ca0000.dsi: Fixed dependency cycle(s) with /soc/d-phy@1ca1000
- [ 0.061046] platform 1ca1000.d-phy: Fixed dependency cycle(s) with /soc/tcon-top@1c70000
- [ 0.064821] SCSI subsystem initialized
- [ 0.065334] usbcore: registered new interface driver usbfs
- [ 0.065380] usbcore: registered new interface driver hub
- [ 0.065431] usbcore: registered new device driver usb
- [ 0.065669] mc: Linux media interface: v0.10
- [ 0.065722] videodev: Linux video capture interface: v2.00
- [ 0.065818] pps_core: LinuxPPS API ver. 1 registered
- [ 0.065824] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
- [ 0.066315] Advanced Linux Sound Architecture Driver Initialized.
- [ 0.066724] clocksource: Switched to clocksource arch_sys_counter
- [ 0.076929] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
- [ 0.078298] workingset: timestamp_bits=30 max_order=18 bucket_order=0
- [ 0.078754] bounce: pool size: 64 pages
- [ 0.078805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
- [ 0.078815] io scheduler mq-deadline registered
- [ 0.078821] io scheduler kyber registered
- [ 0.078839] io scheduler bfq registered
- [ 0.147645] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
- [ 0.154018] sun6i-mipi-dsi 1ca0000.dsi: Couldn't get the MIPI D-PHY
- [ 0.160766] lima 1c40000.gpu: gp - mali400 version major 1 minor 1
- [ 0.160873] lima 1c40000.gpu: pp0 - mali400 version major 1 minor 1
- [ 0.160979] lima 1c40000.gpu: pp1 - mali400 version major 1 minor 1
- [ 0.161023] lima 1c40000.gpu: l2 cache 64K, 4-way, 64byte cache line, 64bit external bus
- [ 0.161315] lima 1c40000.gpu: bus rate = 200000000
- [ 0.161331] lima 1c40000.gpu: mod rate = 297000000
- [ 0.161852] [drm] Initialized lima 1.1.0 20191231 for 1c40000.gpu on minor 0
- [ 0.164848] sun6i-rtc 1c20400.rtc: registered as rtc0
- [ 0.164901] sun6i-rtc 1c20400.rtc: setting system clock to 1970-01-01T01:18:58 UTC (4738)
- [ 0.165373] i2c_dev: i2c /dev entries driver
- [ 0.167598] thermal_sys: Failed to find 'trips' node
- [ 0.167609] thermal_sys: Failed to find trip points for thermal-sensor id=1
- [ 0.167623] sun8i-thermal: probe of 1c24c00.thermal-sensor failed with error -22
- [ 0.168510] sunxi-wdt 1c20c90.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
- [ 0.169839] sun8i-ce 1c15000.crypto: Set mod clock to 300000000 (300 Mhz) from 24000000 (24 Mhz)
- [ 0.170264] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
- [ 0.170578] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
- [ 0.170790] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
- [ 0.170989] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
- [ 0.171141] sun8i-ce 1c15000.crypto: Register cbc(aes)
- [ 0.171161] sun8i-ce 1c15000.crypto: Register ecb(aes)
- [ 0.171171] sun8i-ce 1c15000.crypto: Register cbc(des3_ede)
- [ 0.171180] sun8i-ce 1c15000.crypto: Register ecb(des3_ede)
- [ 0.171208] sun8i-ce 1c15000.crypto: CryptoEngine Die ID 0
- [ 0.172274] usbcore: registered new interface driver usbhid
- [ 0.172284] usbhid: USB HID core driver
- [ 0.172911] cedrus 1c0e000.video-codec: Device registered as /dev/video0
- [ 0.176651] Registering SWP/SWPB emulation handler
- [ 0.200767] sun6i-mipi-dphy 1ca1000.d-phy: Couldn't get the DPHY mod clock
- [ 0.203030] sun4i-pinctrl 1c20800.pinctrl: supply vcc-pi not found, using dummy regulator
- [ 0.203321] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation.
- [ 0.205178] sun4i-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
- [ 0.205758] sun4i-pinctrl 1c20800.pinctrl: supply vcc-pb not found, using dummy regulator
- [ 0.206658] printk: console [ttyS0] disabled
- [ 0.227337] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 83, base_baud = 1500000) is a U6_16550A
- [ 0.227410] printk: console [ttyS0] enabled
- [ 1.142537] sun6i-mipi-dsi 1ca0000.dsi: Couldn't get the MIPI D-PHY
- [ 1.153004] ehci-platform 1c19000.usb: EHCI Host Controller
- [ 1.153081] ehci-platform 1c1c000.usb: EHCI Host Controller
- [ 1.158688] ehci-platform 1c19000.usb: new USB bus registered, assigned bus number 1
- [ 1.159506] axp20x-i2c 0-0034: AXP20x variant AXP221 found
- [ 1.159707] ohci-platform 1c19400.usb: Generic Platform OHCI controller
- [ 1.159732] ohci-platform 1c19400.usb: new USB bus registered, assigned bus number 2
- [ 1.164257] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 3
- [ 1.165256] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
- [ 1.172288] ohci-platform 1c19400.usb: irq 88, io mem 0x01c19400
- [ 1.177555] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 4
- [ 1.220303] ohci-platform 1c1c400.usb: irq 115, io mem 0x01c1c400
- [ 1.226654] ehci-platform 1c1c000.usb: irq 86, io mem 0x01c1c000
- [ 1.232866] ehci-platform 1c19000.usb: irq 85, io mem 0x01c19000
- [ 1.244870] input: axp20x-pek as /devices/platform/soc/1c2ac00.i2c/i2c-0/0-0034/axp221-pek/input/input0
- [ 1.255439] axp20x-adc axp22x-adc: DMA mask not set
- [ 1.256768] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
- [ 1.258255] vcc-3v3: Bringing 3000000uV into 3300000-3300000uV
- [ 1.261477] axp20x-i2c 0-0034: AXP20X driver loaded
- [ 1.264084] vcc-tv: Bringing 700000uV into 3300000-3300000uV
- [ 1.266822] csi-avdd: Bringing 700000uV into 3300000-3300000uV
- [ 1.266999] hub 2-0:1.0: USB hub found
- [ 1.267046] hub 2-0:1.0: 1 port detected
- [ 1.268131] hub 3-0:1.0: USB hub found
- [ 1.268175] hub 3-0:1.0: 1 port detected
- [ 1.289619] sun6i-mipi-dphy 1ca1000.d-phy: Couldn't get the DPHY mod clock
- [ 1.292536] ehci-platform 1c19000.usb: USB 2.0 started, EHCI 1.00
- [ 1.294088] hub 4-0:1.0: USB hub found
- [ 1.294163] hub 4-0:1.0: 1 port detected
- [ 1.304595] sun6i-mipi-dsi 1ca0000.dsi: Couldn't get the MIPI D-PHY
- [ 1.312017] hub 1-0:1.0: USB hub found
- [ 1.319213] isp-dvdd12: Bringing 700000uV into 1200000-1200000uV
- [ 1.320442] sun6i-mipi-dphy 1ca1000.d-phy: Couldn't get the DPHY mod clock
- [ 1.323466] sun6i-mipi-dsi 1ca0000.dsi: Couldn't get the MIPI D-PHY
- [ 1.326794] hub 1-0:1.0: 1 port detected
- [ 1.334432] csi-iovcc: Bringing 700000uV into 2800000-2800000uV
- [ 1.334463] sun6i-mipi-dphy 1ca1000.d-phy: Couldn't get the DPHY mod clock
- [ 1.335221] clk: Disabling unused clocks
- [ 1.335395] ALSA device list:
- [ 1.335400] No soundcards found.
- [ 1.343714] sun6i-mipi-dsi 1ca0000.dsi: Couldn't get the MIPI D-PHY
- [ 1.349996] sunxi-mmc 1c12000.mmc: Got CD GPIO
- [ 1.350880] vcc-wifi-io: Bringing 700000uV into 1800000-1800000uV
- [ 1.351920] vcc-wifi: Bringing 700000uV into 1800000-1800000uV
- [ 1.353187] vcc-wifi-2: Bringing 700000uV into 1800000-1800000uV
- [ 1.354391] csi-avdd: Bringing 700000uV into 3300000-3300000uV
- [ 1.354789] debugfs: Directory 'csi-avdd' with parent 'regulator' already present!
- [ 1.357508] sun6i-mipi-dphy 1ca1000.d-phy: Couldn't get the DPHY mod clock
- [ 1.360455] sunxi-mmc 1c11000.mmc: initialized, max. request size: 2048 KB, uses new timings mode
- [ 1.367178] sun6i-mipi-dsi 1ca0000.dsi: Couldn't get the MIPI D-PHY
- [ 1.385748] sunxi-mmc 1c12000.mmc: initialized, max. request size: 16384 KB, uses new timings mode
- [ 1.390785] sun6i-mipi-dphy 1ca1000.d-phy: Couldn't get the DPHY mod clock
- [ 1.464212] sun6i-mipi-dsi 1ca0000.dsi: Couldn't get the MIPI D-PHY
- [ 1.471676] sun6i-mipi-dphy 1ca1000.d-phy: Couldn't get the DPHY mod clock
- [ 1.479204] Waiting for root device /dev/mmcblk0p1...
- [ 1.547912] mmc1: new DDR MMC card at address 0001
- [ 1.553615] mmcblk1: mmc1:0001 DS1008 7.28 GiB
- [ 1.562152] sunxi-mmc 1c11000.mmc: data error, sending stop command
- [ 1.569215] sunxi-mmc 1c11000.mmc: send stop command failed
- [ 1.581870] mmcblk1: p1
- [ 1.585239] mmcblk1boot0: mmc1:0001 DS1008 4.00 MiB
- [ 1.592047] mmcblk1boot1: mmc1:0001 DS1008 4.00 MiB
- [ 1.599618] sun6i-mipi-dsi 1ca0000.dsi: Couldn't get the MIPI D-PHY
- [ 1.607395] sun6i-mipi-dphy 1ca1000.d-phy: Couldn't get the DPHY mod clock
- [ 1.646755] usb 1-1: new high-speed USB device number 2 using ehci-platform
- [ 2.036760] usb 1-1: device descriptor read/64, error -71
- [ 2.536748] usb 1-1: device descriptor read/64, error -71
- [ 3.026747] usb 1-1: new high-speed USB device number 3 using ehci-platform
- [ 3.406740] usb 1-1: device descriptor read/64, error -71
- [ 3.906764] usb 1-1: device descriptor read/64, error -71
- [ 4.026797] usb usb1-port1: attempt power cycle
- [ 4.496743] usb 1-1: new high-speed USB device number 4 using ehci-platform
- [ 4.946740] usb 1-1: device not accepting address 4, error -71
- [ 5.316764] usb 1-1: new high-speed USB device number 5 using ehci-platform
- [ 5.766762] usb 1-1: device not accepting address 5, error -71
- [ 5.772645] usb usb1-port1: unable to enumerate USB device
- [ 6.256745] usb 2-1: new full-speed USB device number 2 using ohci-platform
- [ 6.519792] usb 2-1: not running at top speed; connect to a high speed hub
- [ 6.535994] hub 2-1:1.0: USB hub found
- [ 6.540793] hub 2-1:1.0: 4 ports detected
- [ 6.562402] sun6i-mipi-dsi 1ca0000.dsi: Couldn't get the MIPI D-PHY
- [ 6.570088] sun6i-mipi-dphy 1ca1000.d-phy: Couldn't get the DPHY mod clock
- [ 11.357650] sun6i-mipi-dsi 1ca0000.dsi: Couldn't get the MIPI D-PHY
- [ 11.370884] sun8i-di 1400000.deinterlace: Device registered as /dev/video1
- [ 11.381388] sun6i-mipi-dphy 1ca1000.d-phy: Couldn't get the DPHY mod clock
- [ 11.393881] sun6i-mipi-dsi 1ca0000.dsi: Couldn't get the MIPI D-PHY
- [ 11.400857] platform 1ca1000.d-phy: deferred probe pending
- [ 11.406350] platform 1ca0000.dsi: deferred probe pending
- [ 31.836785] vcc-lcd: disabling
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement