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/mmcblk1p1 rootwait earlyprintk rw ignore_loglevel
- Retrieving file: /boot/sun8i-r40-bananapi-m2-ultra.dtb
- Kernel image @ 0x42000000 [ 0x000000 - 0x3ef750 ]
- ## 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 (kirby@DESKTOP-5820) (arm-buildroot-linux-gnueabihf-gcc.br_real (Buildroot 2024.05) 13.3.0, GNU ld (GNU Binutils) 2.41) #4 SMP Thu Jun 27 20:13:17 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] printk: debug: ignoring loglevel setting.
- [ 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] pcpu-alloc: s14928 r8192 d21936 u45056 alloc=11*4096
- [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
- [ 0.000000] Kernel command line: console=ttyS0,115200n8 root=/dev/mmcblk1p1 rootwait earlyprintk rw ignore_loglevel
- [ 0.000000] Unknown kernel command line parameters "earlyprintk", will be passed to user space.
- [ 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.000002] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
- [ 0.000016] Switching to timer-based delay loop, resolution 41ns
- [ 0.000298] Console: colour dummy device 80x30
- [ 0.000357] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
- [ 0.000375] CPU: Testing write buffer coherency: ok
- [ 0.000430] pid_max: default: 32768 minimum: 301
- [ 0.000538] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
- [ 0.000553] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
- [ 0.001544] /cpus/cpu@0 missing clock-frequency property
- [ 0.001581] /cpus/cpu@1 missing clock-frequency property
- [ 0.001598] /cpus/cpu@2 missing clock-frequency property
- [ 0.001617] /cpus/cpu@3 missing clock-frequency property
- [ 0.001629] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
- [ 0.002701] Setting up static identity map for 0x40100000 - 0x40100060
- [ 0.002890] rcu: Hierarchical SRCU implementation.
- [ 0.002896] rcu: Max phase no-delay instances is 1000.
- [ 0.003634] smp: Bringing up secondary CPUs ...
- [ 0.014545] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
- [ 0.025571] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
- [ 0.036491] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
- [ 0.036607] smp: Brought up 1 node, 4 CPUs
- [ 0.036619] SMP: Total of 4 processors activated (192.00 BogoMIPS).
- [ 0.036628] CPU: All CPU(s) started in HYP mode.
- [ 0.036630] CPU: Virtualization extensions available.
- [ 0.037933] devtmpfs: initialized
- [ 0.043814] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
- [ 0.044052] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
- [ 0.044080] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
- [ 0.044840] pinctrl core: initialized pinctrl subsystem
- [ 0.047045] DMA: preallocated 256 KiB pool for atomic coherent allocations
- [ 0.048065] thermal_sys: Registered thermal governor 'step_wise'
- [ 0.048261] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
- [ 0.048273] hw-breakpoint: maximum watchpoint size is 8 bytes.
- [ 0.053699] platform 1100000.mixer: Fixed dependency cycle(s) with /soc/tcon-top@1c70000
- [ 0.053948] platform 1200000.mixer: Fixed dependency cycle(s) with /soc/tcon-top@1c70000
- [ 0.057301] platform 1c20800.pinctrl: Fixed dependency cycle(s) with /soc/pinctrl@1c20800/clk-out-a-pin
- [ 0.058813] platform 1c2ac00.i2c: Fixed dependency cycle(s) with /soc/pinctrl@1c20800/i2c0-pins
- [ 0.059518] platform 1200000.mixer: Fixed dependency cycle(s) with /soc/tcon-top@1c70000
- [ 0.059601] platform 1100000.mixer: Fixed dependency cycle(s) with /soc/tcon-top@1c70000
- [ 0.059672] platform 1c70000.tcon-top: Fixed dependency cycle(s) with /soc/mixer@1200000
- [ 0.059753] platform 1c70000.tcon-top: Fixed dependency cycle(s) with /soc/lcd-controller@1c71000
- [ 0.059770] platform 1c70000.tcon-top: Fixed dependency cycle(s) with /soc/mixer@1100000
- [ 0.060051] platform 1c70000.tcon-top: Fixed dependency cycle(s) with /soc/lcd-controller@1c71000
- [ 0.060146] platform 1c71000.lcd-controller: Fixed dependency cycle(s) with /soc/dsi@1ca0000
- [ 0.060166] platform 1c71000.lcd-controller: Fixed dependency cycle(s) with /soc/tcon-top@1c70000
- [ 0.060470] platform 1c71000.lcd-controller: Fixed dependency cycle(s) with /soc/dsi@1ca0000
- [ 0.060547] platform 1ca0000.dsi: Fixed dependency cycle(s) with /soc/lcd-controller@1c71000
- [ 0.060624] platform 1ca0000.dsi: Fixed dependency cycle(s) with /soc/d-phy@1ca1000
- [ 0.060914] platform 1ca0000.dsi: Fixed dependency cycle(s) with /soc/d-phy@1ca1000
- [ 0.060999] platform 1ca1000.d-phy: Fixed dependency cycle(s) with /soc/tcon-top@1c70000
- [ 0.064809] SCSI subsystem initialized
- [ 0.065107] libata version 3.00 loaded.
- [ 0.065234] usbcore: registered new interface driver usbfs
- [ 0.065271] usbcore: registered new interface driver hub
- [ 0.065319] usbcore: registered new device driver usb
- [ 0.065549] mc: Linux media interface: v0.10
- [ 0.065601] videodev: Linux video capture interface: v2.00
- [ 0.065688] pps_core: LinuxPPS API ver. 1 registered
- [ 0.065698] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
- [ 0.066177] Advanced Linux Sound Architecture Driver Initialized.
- [ 0.066594] clocksource: Switched to clocksource arch_sys_counter
- [ 0.076647] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
- [ 0.078028] workingset: timestamp_bits=30 max_order=18 bucket_order=0
- [ 0.078484] bounce: pool size: 64 pages
- [ 0.078539] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
- [ 0.078550] io scheduler mq-deadline registered
- [ 0.078557] io scheduler kyber registered
- [ 0.078576] io scheduler bfq registered
- [ 0.146093] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
- [ 0.152566] sun6i-mipi-dsi 1ca0000.dsi: Couldn't get the MIPI D-PHY
- [ 0.159265] lima 1c40000.gpu: gp - mali400 version major 1 minor 1
- [ 0.159369] lima 1c40000.gpu: pp0 - mali400 version major 1 minor 1
- [ 0.159470] lima 1c40000.gpu: pp1 - mali400 version major 1 minor 1
- [ 0.159519] lima 1c40000.gpu: l2 cache 64K, 4-way, 64byte cache line, 64bit external bus
- [ 0.159803] lima 1c40000.gpu: bus rate = 200000000
- [ 0.159817] lima 1c40000.gpu: mod rate = 297000000
- [ 0.160333] [drm] Initialized lima 1.1.0 20191231 for 1c40000.gpu on minor 0
- [ 0.163333] sun6i-rtc 1c20400.rtc: registered as rtc0
- [ 0.163384] sun6i-rtc 1c20400.rtc: setting system clock to 1970-01-01T05:38:26 UTC (20306)
- [ 0.163853] i2c_dev: i2c /dev entries driver
- [ 0.165975] thermal_sys: Failed to find 'trips' node
- [ 0.165984] thermal_sys: Failed to find trip points for thermal-sensor id=1
- [ 0.165996] sun8i-thermal: probe of 1c24c00.thermal-sensor failed with error -22
- [ 0.166918] sunxi-wdt 1c20c90.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
- [ 0.168276] sun8i-ce 1c15000.crypto: Set mod clock to 300000000 (300 Mhz) from 24000000 (24 Mhz)
- [ 0.168708] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
- [ 0.169028] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
- [ 0.169246] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
- [ 0.169446] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
- [ 0.169596] sun8i-ce 1c15000.crypto: Register cbc(aes)
- [ 0.169616] sun8i-ce 1c15000.crypto: Register ecb(aes)
- [ 0.169626] sun8i-ce 1c15000.crypto: Register cbc(des3_ede)
- [ 0.169636] sun8i-ce 1c15000.crypto: Register ecb(des3_ede)
- [ 0.169664] sun8i-ce 1c15000.crypto: CryptoEngine Die ID 0
- [ 0.170726] usbcore: registered new interface driver usbhid
- [ 0.170736] usbhid: USB HID core driver
- [ 0.171346] cedrus 1c0e000.video-codec: Device registered as /dev/video0
- [ 0.175101] Registering SWP/SWPB emulation handler
- [ 0.199215] sun6i-mipi-dphy 1ca1000.d-phy: Couldn't get the DPHY mod clock
- [ 0.201478] sun4i-pinctrl 1c20800.pinctrl: supply vcc-pi not found, using dummy regulator
- [ 0.201771] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation.
- [ 0.203618] sun4i-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
- [ 0.204188] sun4i-pinctrl 1c20800.pinctrl: supply vcc-pb not found, using dummy regulator
- [ 0.205094] printk: console [ttyS0] disabled
- [ 0.225700] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 83, base_baud = 1500000) is a U6_16550A
- [ 0.225772] printk: console [ttyS0] enabled
- [ 1.171888] sun6i-mipi-dsi 1ca0000.dsi: Couldn't get the MIPI D-PHY
- [ 1.182369] ehci-platform 1c19000.usb: EHCI Host Controller
- [ 1.182456] ehci-platform 1c1c000.usb: EHCI Host Controller
- [ 1.188065] ehci-platform 1c19000.usb: new USB bus registered, assigned bus number 1
- [ 1.188856] axp20x-i2c 0-0034: AXP20x variant AXP221 found
- [ 1.189048] ohci-platform 1c19400.usb: Generic Platform OHCI controller
- [ 1.189081] ohci-platform 1c19400.usb: new USB bus registered, assigned bus number 2
- [ 1.193614] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 3
- [ 1.194605] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
- [ 1.201693] ohci-platform 1c19400.usb: irq 88, io mem 0x01c19400
- [ 1.206933] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 4
- [ 1.249704] ohci-platform 1c1c400.usb: irq 115, io mem 0x01c1c400
- [ 1.256056] ehci-platform 1c1c000.usb: irq 86, io mem 0x01c1c000
- [ 1.262266] ehci-platform 1c19000.usb: irq 85, io mem 0x01c19000
- [ 1.274267] input: axp20x-pek as /devices/platform/soc/1c2ac00.i2c/i2c-0/0-0034/axp221-pek/input/input0
- [ 1.284818] axp20x-adc axp22x-adc: DMA mask not set
- [ 1.286639] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
- [ 1.288049] vcc-3v3: Bringing 3000000uV into 3300000-3300000uV
- [ 1.291248] axp20x-i2c 0-0034: AXP20X driver loaded
- [ 1.293868] vcc-tv: Bringing 700000uV into 3300000-3300000uV
- [ 1.296360] hub 2-0:1.0: USB hub found
- [ 1.296651] csi-avdd: Bringing 700000uV into 3300000-3300000uV
- [ 1.298076] isp-dvdd12: Bringing 700000uV into 1200000-1200000uV
- [ 1.299068] csi-iovcc: Bringing 700000uV into 2800000-2800000uV
- [ 1.300035] vcc-wifi-io: Bringing 700000uV into 1800000-1800000uV
- [ 1.301090] vcc-wifi: Bringing 700000uV into 1800000-1800000uV
- [ 1.302455] vcc-wifi-2: Bringing 700000uV into 1800000-1800000uV
- [ 1.306671] hub 2-0:1.0: 1 port detected
- [ 1.306786] sun6i-mipi-dphy 1ca1000.d-phy: Couldn't get the DPHY mod clock
- [ 1.312755] sun6i-mipi-dsi 1ca0000.dsi: Couldn't get the MIPI D-PHY
- [ 1.313872] csi-avdd: Bringing 700000uV into 3300000-3300000uV
- [ 1.314340] debugfs: Directory 'csi-avdd' with parent 'regulator' already present!
- [ 1.322255] ehci-platform 1c19000.usb: USB 2.0 started, EHCI 1.00
- [ 1.323826] sun6i-mipi-dphy 1ca1000.d-phy: Couldn't get the DPHY mod clock
- [ 1.328594] hub 3-0:1.0: USB hub found
- [ 1.335577] sun6i-mipi-dsi 1ca0000.dsi: Couldn't get the MIPI D-PHY
- [ 1.340440] hub 3-0:1.0: 1 port detected
- [ 1.357702] sun6i-mipi-dphy 1ca1000.d-phy: Couldn't get the DPHY mod clock
- [ 1.363308] sunxi-mmc 1c12000.mmc: Got CD GPIO
- [ 1.370546] sun6i-mipi-dsi 1ca0000.dsi: Couldn't get the MIPI D-PHY
- [ 1.375761] hub 1-0:1.0: USB hub found
- [ 1.383966] sun6i-mipi-dphy 1ca1000.d-phy: Couldn't get the DPHY mod clock
- [ 1.388891] hub 1-0:1.0: 1 port detected
- [ 1.396780] sun6i-mipi-dsi 1ca0000.dsi: Couldn't get the MIPI D-PHY
- [ 1.399221] sunxi-mmc 1c11000.mmc: initialized, max. request size: 2048 KB, uses new timings mode
- [ 1.399579] sunxi-mmc 1c12000.mmc: initialized, max. request size: 16384 KB, uses new timings mode
- [ 1.407034] sun6i-mipi-dphy 1ca1000.d-phy: Couldn't get the DPHY mod clock
- [ 1.410235] hub 4-0:1.0: USB hub found
- [ 1.417650] sun6i-mipi-dsi 1ca0000.dsi: Couldn't get the MIPI D-PHY
- [ 1.421062] hub 4-0:1.0: 1 port detected
- [ 1.428374] sun6i-mipi-dphy 1ca1000.d-phy: Couldn't get the DPHY mod clock
- [ 1.494807] sun6i-mipi-dsi 1ca0000.dsi: Couldn't get the MIPI D-PHY
- [ 1.502200] sun6i-mipi-dphy 1ca1000.d-phy: Couldn't get the DPHY mod clock
- [ 1.509837] clk: Disabling unused clocks
- [ 1.513947] ALSA device list:
- [ 1.516946] No soundcards found.
- [ 1.521050] Waiting for root device /dev/mmcblk1p1...
- [ 1.573885] mmc1: new DDR MMC card at address 0001
- [ 1.582236] mmcblk1: mmc1:0001 DS1008 7.28 GiB
- [ 1.595590] mmcblk1: p1
- [ 1.599022] mmcblk1boot0: mmc1:0001 DS1008 4.00 MiB
- [ 1.605801] mmcblk1boot1: mmc1:0001 DS1008 4.00 MiB
- [ 1.613437] sun6i-mipi-dsi 1ca0000.dsi: Couldn't get the MIPI D-PHY
- [ 1.621035] sun6i-mipi-dphy 1ca1000.d-phy: Couldn't get the DPHY mod clock
- [ 1.653586] sunxi-mmc 1c11000.mmc: data error, sending stop command
- [ 2.656577] sunxi-mmc 1c11000.mmc: send stop command failed
- [ 2.662214] usb 1-1: new high-speed USB device number 2 using ehci-platform
- [ 3.046620] usb 1-1: device descriptor read/64, error -71
- [ 3.546617] usb 1-1: device descriptor read/64, error -71
- [ 4.036617] usb 1-1: new high-speed USB device number 3 using ehci-platform
- [ 4.416616] usb 1-1: device descriptor read/64, error -71
- [ 4.916616] usb 1-1: device descriptor read/64, error -71
- [ 5.036649] usb usb1-port1: attempt power cycle
- [ 5.506617] usb 1-1: new high-speed USB device number 4 using ehci-platform
- [ 5.956611] usb 1-1: device not accepting address 4, error -71
- [ 6.326616] usb 1-1: new high-speed USB device number 5 using ehci-platform
- [ 6.776611] usb 1-1: device not accepting address 5, error -71
- [ 6.782493] usb usb1-port1: unable to enumerate USB device
- [ 7.266616] usb 2-1: new full-speed USB device number 2 using ohci-platform
- [ 7.529658] usb 2-1: not running at top speed; connect to a high speed hub
- [ 7.545874] hub 2-1:1.0: USB hub found
- [ 7.550659] hub 2-1:1.0: 4 ports detected
- [ 7.572575] sun6i-mipi-dsi 1ca0000.dsi: Couldn't get the MIPI D-PHY
- [ 7.580208] sun6i-mipi-dphy 1ca1000.d-phy: Couldn't get the DPHY mod clock
- [ 11.997528] sun6i-mipi-dsi 1ca0000.dsi: Couldn't get the MIPI D-PHY
- [ 12.012327] sun8i-di 1400000.deinterlace: Device registered as /dev/video1
- [ 12.024054] sun6i-mipi-dphy 1ca1000.d-phy: Couldn't get the DPHY mod clock
- [ 12.036211] sun6i-mipi-dsi 1ca0000.dsi: Couldn't get the MIPI D-PHY
- [ 12.043226] platform 1ca1000.d-phy: deferred probe pending
- [ 12.048748] platform 1ca0000.dsi: deferred probe pending
- [ 31.836655] vcc-lcd: disabling
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement