hcac Posted September 8, 2020 Share Posted September 8, 2020 Hi, I just wanted to report this bug. Latest Armbian Buster images for OPi Lite 2 don't work. When they're booted up, it takes 30 seconds for the device to freeze completely. The screen, keyboard, network, everything is frozen after less than a minute. I downgraded to a release from a month ago and it boots up correctly. 0 Quote Link to comment Share on other sites More sharing options...
Werner Posted September 8, 2020 Share Posted September 8, 2020 Any chance to get a serial console to the device and catch the output? Also increase boot verbosity: https://docs.armbian.com/User-Guide_Fine-Tuning/#how-to-toggle-verbose-boot 0 Quote Link to comment Share on other sites More sharing options...
Igor Posted September 8, 2020 Share Posted September 8, 2020 6 hours ago, hcac said: Hi, I just wanted to report this bug. Latest Armbian Buster images for OPi Lite 2 don't work. I can confirm that it crashes. 0 Quote Link to comment Share on other sites More sharing options...
forever_ noob Posted September 10, 2020 Share Posted September 10, 2020 Same here. Everything works fine for about 30 seconds and after that the whole orange pi lite 2 freezes. Linux orangepilite2 5.8.6-sunxi64 #20.08.2 SMP Fri Sep 4 08:52:31 CEST 2020 aarch64 GNU/Linux Serial console boot sequence: U-Boot SPL 2020.04-armbian (Jun 03 2020 - 07:34:09 +0200) DRAM: 1024 MiB Trying to boot from MMC1 NOTICE: BL31: v2.3(debug):ec29ce6-dirty NOTICE: BL31: Built : 07:34:00, Jun 3 2020 NOTICE: BL31: Detected Allwinner H6 SoC (1728) NOTICE: BL31: Found U-Boot DTB at 0xc07fd98, model: OrangePi Lite2 INFO: ARM GICv2 driver initialized INFO: PMIC: Probing AXP805 on I2C INFO: PMIC: aldo1 voltage: 3.300V INFO: PMIC: aldo3 voltage: 3.300V INFO: PMIC: bldo1 voltage: 1.800V INFO: PMIC: bldo2 voltage: 1.800V INFO: PMIC: bldo3 voltage: 1.800V INFO: PMIC: cldo1 voltage: 3.300V INFO: PMIC: dcdcd voltage: 0.960V INFO: PMIC: dcdce voltage: 1.200V INFO: BL31: Platform setup done INFO: BL31: Initializing runtime services INFO: BL31: cortex_a53: CPU workaround for 855873 was applied NOTICE: PSCI: System suspend is unavailable INFO: BL31: Preparing for EL3 exit to normal world INFO: Entry point address = 0x4a000000 INFO: SPSR = 0x3c9 U-Boot 2020.04-armbian (Jun 03 2020 - 07:34:09 +0200) Allwinner Technology CPU: Allwinner H6 (SUN50I) Model: OrangePi Lite2 DRAM: 1 GiB MMC: mmc@4020000: 0 Loading Environment from FAT... Unable to use mmc 0:1... In: serial@5000000 Out: serial@5000000 Err: serial@5000000 Net: No ethernet found. starting USB... Bus usb@5101000: USB EHCI 1.00 Bus usb@5101400: USB OHCI 1.0 Bus usb@5311000: USB EHCI 1.00 Bus usb@5311400: USB OHCI 1.0 scanning bus usb@5101000 for devices... 1 USB Device(s) found scanning bus usb@5101400 for devices... 1 USB Device(s) found scanning bus usb@5311000 for devices... 2 USB Device(s) found scanning bus usb@5311400 for devices... 1 USB Device(s) found scanning usb for storage devices... 1 Storage Device(s) found Autoboot in 1 seconds, press <Space> to stop switch to partitions #0, OK mmc0 is current device Scanning mmc 0:1... Found U-Boot script /boot/boot.scr 3033 bytes read in 5 ms (591.8 KiB/s) ## Executing script at 4fc00000 U-boot loaded from SD Boot script loaded from mmc 165 bytes read in 4 ms (40 KiB/s) 36948 bytes read in 12 ms (2.9 MiB/s) 4191 bytes read in 9 ms (454.1 KiB/s) Applying kernel provided DT fixup script (sun50i-h6-fixup.scr) ## Executing script at 44000000 10719786 bytes read in 1077 ms (9.5 MiB/s) 21168136 bytes read in 2122 ms (9.5 MiB/s) ## Loading init Ramdisk from Legacy Image at 4fe00000 ... Image Name: uInitrd Image Type: AArch64 Linux RAMDisk Image (gzip compressed) Data Size: 10719722 Bytes = 10.2 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 4fa00000 Booting using the fdt blob at 0x4fa00000 EHCI failed to shut down host controller. Loading Ramdisk to 495c6000, end 49fff1ea ... OK Loading Device Tree to 0000000049554000, end 00000000495c5fff ... OK Starting kernel ... Armbian 20.02.1 Buster ttyS0 orangepilite2 login: root Password: Last login: Thu Sep 10 09:19:42 CEST 2020 from 192.168.8.249 on pts/3 ___ ____ _ _ _ _ ____ / _ \| _ \(_) | | (_) |_ ___ |___ \ | | | | |_) | | | | | | __/ _ \ __) | | |_| | __/| | | |___| | || __/ / __/ \___/|_| |_| |_____|_|\__\___| |_____| Welcome to Debian GNU/Linux 10 (buster) with Linux 5.8.6-sunxi64 System load: 1.68 0.40 0.13 Up time: 0 min Memory usage: 16 % of 985MB IP: 192.168.8.109 192.168.8.110 CPU temp: 35°C Usage of /: 19% of 29G root@orangepilite2:~# armbian-config The system froze after the arbian-config command. @Werner, I don't have those files in /boot folder... from your "Also increase boot verbosity: https://docs.armbian.com/User-Guide_Fine-Tuning/#how-to-toggle-verbose-boot " link, even If i have I couldn't execute sudo armbianmonitor -u because there is not enough time before the freeze. 0 Quote Link to comment Share on other sites More sharing options...
guidol Posted September 10, 2020 Share Posted September 10, 2020 maybe it does help running htop after the login and checking which processes may block the system in the first place... or running dmesg -w after login if there is a kernel-message? 0 Quote Link to comment Share on other sites More sharing options...
forever_ noob Posted September 10, 2020 Share Posted September 10, 2020 41 minutes ago, guidol said: maybe it does help running htop after the login and checking which processes may block the system in the first place... Htop had looked clean overhere. It was nice chilling system without anything suspicious. The intereresting thing was that it didn't freeze while htop was running. Now it's getting worse, sometimes it hangs at starting kernel as well. dmesg -w output: root@orangepilite2:~# dmesg -w [ 2.121531] sun8i-dw-hdmi 6000000.hdmi: Detected HDMI TX controller v2.12a with HDCP (DWC HDMI 2.0 TX PHY) [ 2.121999] sun8i-dw-hdmi 6000000.hdmi: registered DesignWare HDMI I2C bus driver [ 2.122295] sun4i-drm display-engine: bound 6000000.hdmi (ops 0xffff800010daf6f8) [ 2.122304] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 2.122608] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0 [ 2.122664] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes [ 2.123229] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes [ 2.229105] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller [ 2.229126] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 3 [ 2.229269] xhci-hcd xhci-hcd.3.auto: hcc params 0x0220f064 hci version 0x100 quirks 0x0000000002010010 [ 2.229321] xhci-hcd xhci-hcd.3.auto: irq 29, io mem 0x05200000 [ 2.229637] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08 [ 2.229644] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.229649] usb usb3: Product: xHCI Host Controller [ 2.229655] usb usb3: Manufacturer: Linux 5.8.6-sunxi64 xhci-hcd [ 2.229660] usb usb3: SerialNumber: xhci-hcd.3.auto [ 2.230078] hub 3-0:1.0: USB hub found [ 2.230109] hub 3-0:1.0: 1 port detected [ 2.230389] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller [ 2.230404] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 4 [ 2.230418] xhci-hcd xhci-hcd.3.auto: Host supports USB 3.0 SuperSpeed [ 2.230504] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. [ 2.230606] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08 [ 2.230612] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.230618] usb usb4: Product: xHCI Host Controller [ 2.230623] usb usb4: Manufacturer: Linux 5.8.6-sunxi64 xhci-hcd [ 2.230629] usb usb4: SerialNumber: xhci-hcd.3.auto [ 2.230972] hub 4-0:1.0: USB hub found [ 2.231000] hub 4-0:1.0: 1 port detected [ 2.233380] sun8i-thermal 5070400.thermal-sensor: Thermal sensor ready! [ 2.233518] sun50i_cpufreq_nvmem: Using CPU speed bin speed0 [ 2.234141] sun50i-h6-pinctrl 300b000.pinctrl: supply vcc-pf not found, using dummy regulator [ 2.234814] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PG regulator [ 2.234821] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 192 [ 2.234828] sun50i-h6-pinctrl 300b000.pinctrl: pin-192 (4021000.mmc) status -517 [ 2.234835] sun50i-h6-pinctrl 300b000.pinctrl: could not request pin 192 (PG0) from group PG0 on device 300b000.pinctrl [ 2.234840] sunxi-mmc 4021000.mmc: Error applying setting, reverse things back [ 2.235100] scpi_protocol scpi: SCP Protocol 0.0 Firmware 0.0.0 version [ 2.235546] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PC regulator [ 2.235552] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 70 [ 2.235559] sun50i-h6-pinctrl 300b000.pinctrl: pin-70 (300b000.pinctrl:70) status -517 [ 2.235907] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PG regulator [ 2.235914] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 198 [ 2.235920] sun50i-h6-pinctrl 300b000.pinctrl: pin-198 (5000400.serial) status -517 [ 2.235928] sun50i-h6-pinctrl 300b000.pinctrl: could not request pin 198 (PG6) from group PG6 on device 300b000.pinctrl [ 2.235933] dw-apb-uart 5000400.serial: Error applying setting, reverse things back [ 2.237463] sun50i-h6-pinctrl 300b000.pinctrl: supply vcc-pf not found, using dummy regulator [ 2.238065] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PG regulator [ 2.238071] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 192 [ 2.238078] sun50i-h6-pinctrl 300b000.pinctrl: pin-192 (4021000.mmc) status -517 [ 2.238085] sun50i-h6-pinctrl 300b000.pinctrl: could not request pin 192 (PG0) from group PG0 on device 300b000.pinctrl [ 2.238090] sunxi-mmc 4021000.mmc: Error applying setting, reverse things back [ 2.238277] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PC regulator [ 2.238283] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 70 [ 2.238289] sun50i-h6-pinctrl 300b000.pinctrl: pin-70 (300b000.pinctrl:70) status -517 [ 2.238618] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PG regulator [ 2.238624] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 198 [ 2.238631] sun50i-h6-pinctrl 300b000.pinctrl: pin-198 (5000400.serial) status -517 [ 2.238638] sun50i-h6-pinctrl 300b000.pinctrl: could not request pin 198 (PG6) from group PG6 on device 300b000.pinctrl [ 2.238643] dw-apb-uart 5000400.serial: Error applying setting, reverse things back [ 2.240041] sun50i-h6-pinctrl 300b000.pinctrl: supply vcc-pf not found, using dummy regulator [ 2.240620] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PG regulator [ 2.240626] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 192 [ 2.240632] sun50i-h6-pinctrl 300b000.pinctrl: pin-192 (4021000.mmc) status -517 [ 2.240639] sun50i-h6-pinctrl 300b000.pinctrl: could not request pin 192 (PG0) from group PG0 on device 300b000.pinctrl [ 2.240644] sunxi-mmc 4021000.mmc: Error applying setting, reverse things back [ 2.241084] of_cfs_init [ 2.241190] of_cfs_init: OK [ 2.241365] ALSA device list: [ 2.241368] No soundcards found. [ 2.242734] Freeing unused kernel memory: 2432K [ 2.252809] Run /init as init process [ 2.252814] with arguments: [ 2.252817] /init [ 2.252820] with environment: [ 2.252823] HOME=/ [ 2.252826] TERM=linux [ 2.252829] ubootpart=d2c43062-01 [ 2.252832] cgroup_enable=memory [ 2.568932] usb 4-1: new SuperSpeed Gen 1 USB device number 2 using xhci-hcd [ 2.582480] axp20x-i2c 1-0036: AXP20x variant AXP806 found [ 2.586513] input: axp20x-pek as /devices/platform/soc/7081400.i2c/i2c-1/1-0036/axp221-pek/input/input0 [ 2.591630] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PC regulator [ 2.591641] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 70 [ 2.591647] sun50i-h6-pinctrl 300b000.pinctrl: pin-70 (300b000.pinctrl:70) status -517 [ 2.592239] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PG regulator [ 2.592249] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 198 [ 2.592256] sun50i-h6-pinctrl 300b000.pinctrl: pin-198 (5000400.serial) status -517 [ 2.592263] sun50i-h6-pinctrl 300b000.pinctrl: could not request pin 198 (PG6) from group PG6 on device 300b000.pinctrl [ 2.592269] dw-apb-uart 5000400.serial: Error applying setting, reverse things back [ 2.593856] usb 4-1: New USB device found, idVendor=05e3, idProduct=0612, bcdDevice=92.26 [ 2.593869] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.593875] usb 4-1: Product: USB3.1 Hub [ 2.593880] usb 4-1: Manufacturer: GenesysLogic [ 2.594704] sun50i-h6-pinctrl 300b000.pinctrl: supply vcc-pf not found, using dummy regulator [ 2.595621] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PG regulator [ 2.595633] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 192 [ 2.595639] sun50i-h6-pinctrl 300b000.pinctrl: pin-192 (4021000.mmc) status -517 [ 2.595647] sun50i-h6-pinctrl 300b000.pinctrl: could not request pin 192 (PG0) from group PG0 on device 300b000.pinctrl [ 2.595653] sunxi-mmc 4021000.mmc: Error applying setting, reverse things back [ 2.596287] dcdca: supplied by vcc-5v [ 2.597533] dcdcc: supplied by vcc-5v [ 2.598343] dcdcd: supplied by vcc-5v [ 2.599188] dcdce: supplied by vcc-5v [ 2.599977] aldo1: supplied by vcc-5v [ 2.601012] aldo2: supplied by vcc-5v [ 2.601522] vcc33-audio-tv-ephy-mac: Bringing 700000uV into 3300000-3300000uV [ 2.602100] aldo3: supplied by vcc-5v [ 2.603077] bldo1: supplied by vcc-5v [ 2.605301] bldo2: supplied by vcc-5v [ 2.606266] bldo3: supplied by vcc-5v [ 2.607357] bldo4: supplied by vcc-5v [ 2.608519] cldo1: supplied by vcc-5v [ 2.609666] cldo2: supplied by vcc-5v [ 2.610170] vcc-wifi-1: Bringing 700000uV into 3300000-3300000uV [ 2.611425] cldo3: supplied by vcc-5v [ 2.611908] vcc-wifi-2: Bringing 700000uV into 3300000-3300000uV [ 2.613395] sw: supplied by regulator-dummy [ 2.615128] axp20x-i2c 1-0036: AXP20X driver loaded [ 2.615178] hub 4-1:1.0: USB hub found [ 2.615516] hub 4-1:1.0: 4 ports detected [ 2.617706] 5000400.serial: ttyS1 at MMIO 0x5000400 (irq = 25, base_baud = 1500000) is a 16550A [ 2.617923] serial serial0: tty port ttyS1 registered [ 2.618518] ehci-platform 5311000.usb: EHCI Host Controller [ 2.618547] ehci-platform 5311000.usb: new USB bus registered, assigned bus number 5 [ 2.618685] ehci-platform 5311000.usb: irq 30, io mem 0x05311000 [ 2.716741] usb 3-1: new high-speed USB device number 2 using xhci-hcd [ 2.732722] ehci-platform 5311000.usb: USB 2.0 started, EHCI 1.00 [ 2.732961] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08 [ 2.732968] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.732974] usb usb5: Product: EHCI Host Controller [ 2.732980] usb usb5: Manufacturer: Linux 5.8.6-sunxi64 ehci_hcd [ 2.732985] usb usb5: SerialNumber: 5311000.usb [ 2.733506] hub 5-0:1.0: USB hub found [ 2.733542] hub 5-0:1.0: 1 port detected [ 2.734387] ohci-platform 5311400.usb: Generic Platform OHCI controller [ 2.734412] ohci-platform 5311400.usb: new USB bus registered, assigned bus number 6 [ 2.734538] ohci-platform 5311400.usb: irq 31, io mem 0x05311400 [ 2.796909] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.08 [ 2.796921] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.796927] usb usb6: Product: Generic Platform OHCI controller [ 2.796933] usb usb6: Manufacturer: Linux 5.8.6-sunxi64 ohci_hcd [ 2.796938] usb usb6: SerialNumber: 5311400.usb [ 2.797461] hub 6-0:1.0: USB hub found [ 2.797498] hub 6-0:1.0: 1 port detected [ 2.798463] usb_phy_generic usb_phy_generic.4.auto: supply vcc not found, using dummy regulator [ 2.799310] musb-hdrc musb-hdrc.5.auto: MUSB HDRC host driver [ 2.799336] musb-hdrc musb-hdrc.5.auto: new USB bus registered, assigned bus number 7 [ 2.799423] phy id_det change to host [ 2.799621] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08 [ 2.799628] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.799634] usb usb7: Product: MUSB HDRC host driver [ 2.799640] usb usb7: Manufacturer: Linux 5.8.6-sunxi64 musb-hcd [ 2.799645] usb usb7: SerialNumber: musb-hdrc.5.auto [ 2.800105] hub 7-0:1.0: USB hub found [ 2.800137] hub 7-0:1.0: 1 port detected [ 2.801523] sun50i-h6-pinctrl 300b000.pinctrl: supply vcc-pf not found, using dummy regulator [ 2.802261] sunxi-mmc 4020000.mmc: Got CD GPIO [ 2.824965] sunxi-mmc 4020000.mmc: initialized, max. request size: 16384 KB, uses new timings mode [ 2.826309] sunxi-mmc 4021000.mmc: allocated mmc-pwrseq [ 2.840555] random: fast init done [ 2.859905] mmc0: host does not support reading read-only switch, assuming write-enable [ 2.861835] mmc0: new high speed SDHC card at address 1234 [ 2.862662] mmcblk0: mmc0:1234 SA32G 29.3 GiB [ 2.864847] mmcblk0: p1 [ 2.884168] usb 3-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=92.26 [ 2.884179] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.884185] usb 3-1: Product: USB2.0 Hub [ 2.884191] usb 3-1: Manufacturer: GenesysLogic [ 2.934897] hub 3-1:1.0: USB hub found [ 2.935234] hub 3-1:1.0: 4 ports detected [ 2.966519] usb 4-1.3: new SuperSpeed Gen 1 USB device number 3 using xhci-hcd [ 2.985723] usb 4-1.3: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=30.00 [ 2.985735] usb 4-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=6 [ 2.985741] usb 4-1.3: Product: USB 10/100/1000 LAN [ 2.985747] usb 4-1.3: Manufacturer: Realtek [ 2.985752] usb 4-1.3: SerialNumber: 000001 [ 3.057290] sunxi-mmc 4021000.mmc: initialized, max. request size: 16384 KB, uses new timings mode [ 3.068720] usb 5-1: new high-speed USB device number 2 using ehci-platform [ 3.073358] mmc1: queuing unknown CIS tuple 0x80 (2 bytes) [ 3.074877] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [ 3.076395] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [ 3.079125] mmc1: queuing unknown CIS tuple 0x80 (7 bytes) [ 3.082504] mmc1: queuing unknown CIS tuple 0x81 (9 bytes) [ 3.136299] mmc1: new high speed SDIO card at address 0001 [ 3.231356] usb 5-1: New USB device found, idVendor=18a5, idProduct=0237, bcdDevice= 5.10 [ 3.231368] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 3.231374] usb 5-1: Product: Portable USB 3.0 Drive [ 3.231380] usb 5-1: Manufacturer: Verbatim [ 3.231385] usb 5-1: SerialNumber: 1702050200116299 [ 3.232094] usb-storage 5-1:1.0: USB Mass Storage device detected [ 3.232532] scsi host0: usb-storage 5-1:1.0 [ 3.240073] usbcore: registered new interface driver uas [ 3.300801] usb 3-1.1: new high-speed USB device number 3 using xhci-hcd [ 3.401199] usb 3-1.1: New USB device found, idVendor=0bda, idProduct=b812, bcdDevice= 2.10 [ 3.401211] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 3.401217] usb 3-1.1: Product: 802.11ac NIC [ 3.401223] usb 3-1.1: Manufacturer: Realtek [ 3.401228] usb 3-1.1: SerialNumber: 123456 [ 3.724526] random: crng init done [ 3.732727] usb 3-1.2: new full-speed USB device number 4 using xhci-hcd [ 3.892749] usb 3-1.2: new high-speed USB device number 5 using xhci-hcd [ 3.994332] usb 3-1.2: New USB device found, idVendor=04cf, idProduct=9920, bcdDevice=a3.16 [ 3.994339] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 3.994345] usb 3-1.2: Product: CS8819A3-116 [ 3.994351] usb 3-1.2: Manufacturer: Myson Century, Inc. [ 3.994356] usb 3-1.2: SerialNumber: 100 [ 3.996251] usb-storage 3-1.2:1.0: USB Mass Storage device detected [ 3.996638] scsi host1: usb-storage 3-1.2:1.0 [ 4.080732] usb 3-1.4: new low-speed USB device number 6 using xhci-hcd [ 4.160731] usb 3-1.4: device descriptor read/64, error -32 [ 4.262141] scsi 0:0:0:0: Direct-Access ST1000LM 035-1RK172 SBM3 PQ: 0 ANSI: 6 [ 4.262627] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 4.263395] sd 0:0:0:0: [sda] 1953525164 512-byte logical blocks: (1.00 TB/932 GiB) [ 4.264311] sd 0:0:0:0: [sda] Write Protect is off [ 4.264325] sd 0:0:0:0: [sda] Mode Sense: 23 00 00 00 [ 4.265269] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 4.356777] usb 3-1.4: device descriptor read/64, error -32 [ 4.795094] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null) [ 5.029542] scsi 1:0:0:0: Direct-Access Myson CS8819A3-116 0 1.01 PQ: 0 ANSI: 0 CCS [ 5.030007] sd 1:0:0:0: Attached scsi generic sg1 type 0 [ 5.030873] scsi 1:0:0:1: Direct-Access Myson CS8819A3-116 1 1.01 PQ: 0 ANSI: 0 CCS [ 5.031187] sd 1:0:0:1: Attached scsi generic sg2 type 0 [ 5.032058] scsi 1:0:0:2: Direct-Access Myson CS8819A3-116 2 1.01 PQ: 0 ANSI: 0 CCS [ 5.032307] scsi 1:0:0:2: Attached scsi generic sg3 type 0 [ 5.033503] scsi 1:0:0:3: Direct-Access Myson CS8819A3-116 3 1.01 PQ: 0 ANSI: 0 CCS [ 5.033819] sd 1:0:0:3: Attached scsi generic sg4 type 0 [ 5.053809] sd 1:0:0:1: [sdc] Attached SCSI removable disk [ 5.055199] sd 1:0:0:3: [sde] Attached SCSI removable disk [ 5.056112] sd 1:0:0:0: [sdb] Attached SCSI removable disk [ 5.061715] sd 1:0:0:2: [sdd] Attached SCSI removable disk [ 5.722030] systemd[1]: System time before build time, advancing clock. [ 5.754494] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid) [ 5.755064] systemd[1]: Detected architecture arm64. [ 5.795398] systemd[1]: Set hostname to <orangepilite2>. [ 6.264909] sda: sda1 [ 6.267745] sd 0:0:0:0: [sda] Attached SCSI disk [ 6.393142] systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly. [ 6.403862] systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/nmbd.pid → /run/samba/nmbd.pid; please update the unit file accordingly. [ 6.415827] systemd[1]: /lib/systemd/system/lighttpd.service:6: PIDFile= references path below legacy directory /var/run/, updating /var/run/lighttpd.pid → /run/lighttpd.pid; please update the unit file accordingly. [ 6.537989] systemd[1]: Reached target Swap. [ 6.540843] systemd[1]: Created slice User and Session Slice. [ 6.541431] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 6.541843] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 6.652572] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro [ 7.267470] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 912000 KHz [ 7.270486] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 1080000 KHz [ 7.380046] sun8i-ce 1904000.crypto: Set mod clock to 300000000 (300 Mhz) from 24000000 (24 Mhz) [ 7.382146] sun8i-ce 1904000.crypto: will run requests pump with realtime priority [ 7.382334] sun8i-ce 1904000.crypto: will run requests pump with realtime priority [ 7.382389] sun8i-ce 1904000.crypto: will run requests pump with realtime priority [ 7.382442] sun8i-ce 1904000.crypto: will run requests pump with realtime priority [ 7.382503] sun8i-ce 1904000.crypto: Register cbc(aes) [ 7.382666] sun8i-ce 1904000.crypto: Register ecb(aes) [ 7.382747] sun8i-ce 1904000.crypto: Register cbc(des3_ede) [ 7.382811] sun8i-ce 1904000.crypto: Register ecb(des3_ede) [ 7.382897] sun8i-ce 1904000.crypto: CryptoEngine Die ID 0 [ 7.411181] mc: Linux media interface: v0.10 [ 7.451072] panfrost 1800000.gpu: clock rate = 432000000 [ 7.451091] panfrost 1800000.gpu: bus_clock rate = 100000000 [ 7.452337] panfrost 1800000.gpu: mali-t720 id 0x720 major 0x1 minor 0x1 status 0x0 [ 7.452347] panfrost 1800000.gpu: features: 00000000,10309e40, issues: 00000000,21054400 [ 7.452352] panfrost 1800000.gpu: Features: L2:0x07110206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002821 AS:0xf JS:0x7 [ 7.452355] panfrost 1800000.gpu: shader_present=0x3 l2_present=0x1 [ 7.454160] [drm] Initialized panfrost 1.1.0 20180908 for 1800000.gpu on minor 1 [ 7.481927] videodev: Linux video capture interface: v2.00 [ 7.702339] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 7.703223] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 7.748851] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ 7.748863] cfg80211: failed to load regulatory.db [ 7.763975] Bluetooth: Core ver 2.22 [ 7.764103] NET: Registered protocol family 31 [ 7.764105] Bluetooth: HCI device and connection manager initialized [ 7.764125] Bluetooth: HCI socket layer initialized [ 7.764130] Bluetooth: L2CAP socket layer initialized [ 7.764142] Bluetooth: SCO socket layer initialized [ 8.038643] sunxi_cedrus: module is from the staging directory, the quality is unknown, you have been warned. [ 8.039894] cedrus 1c0e000.video-codec: Adding to iommu group 0 [ 8.047464] cedrus 1c0e000.video-codec: Device registered as /dev/video0 [ 8.092829] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 [ 8.180763] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.xunlong,orangepi-lite2.txt failed with error -2 [ 8.199179] Bluetooth: HCI UART driver ver 2.3 [ 8.199188] Bluetooth: HCI UART protocol H4 registered [ 8.199189] Bluetooth: HCI UART protocol BCSP registered [ 8.199237] Bluetooth: HCI UART protocol LL registered [ 8.199239] Bluetooth: HCI UART protocol ATH3K registered [ 8.199260] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 8.199387] Bluetooth: HCI UART protocol Intel registered [ 8.199474] Bluetooth: HCI UART protocol Broadcom registered [ 8.199496] Bluetooth: HCI UART protocol QCA registered [ 8.199498] Bluetooth: HCI UART protocol AG6XX registered [ 8.199526] Bluetooth: HCI UART protocol Marvell registered [ 8.199709] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator [ 8.199771] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator [ 8.214681] usb 4-1.3: reset SuperSpeed Gen 1 USB device number 3 using xhci-hcd [ 8.315303] r8152 4-1.3:1.0 eth0: v2.13.0 (2020/04/20) [ 8.315317] r8152 4-1.3:1.0 eth0: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625. [ 8.315461] usbcore: registered new interface driver r8152 [ 8.484254] usbcore: registered new interface driver rtl88x2bu [ 8.553492] Bluetooth: hci1: BCM: chip id 107 [ 8.553825] Bluetooth: hci1: BCM: features 0x2f [ 8.555999] Bluetooth: hci1: BCM4345C0 [ 8.556013] Bluetooth: hci1: BCM4345C0 (003.001.025) build 0000 [ 8.556094] Bluetooth: hci1: BCM: firmware Patch file not found, tried: [ 8.556096] Bluetooth: hci1: BCM: 'brcm/BCM4345C0.hcd' [ 8.556098] Bluetooth: hci1: BCM: 'brcm/BCM.hcd' [ 8.570981] rtl88x2bu 3-1.1:1.0 wlx1cbfce9e439e: renamed from wlan0 [ 8.599638] r8152 4-1.3:1.0 enx00e04c6800b0: renamed from eth0 [ 10.281760] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 [ 10.292021] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Feb 27 2018 03:15:32 version 7.45.154 (r684107 CY) FWID 01-4fbe0b04 [ 10.596614] systemd-journald[583]: Received request to flush runtime journal from PID 1 [ 12.624200] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 12.639657] br0: port 1(enx00e04c6800b0) entered blocking state [ 12.639670] br0: port 1(enx00e04c6800b0) entered disabled state [ 12.639936] device enx00e04c6800b0 entered promiscuous mode [ 12.680811] br0: port 1(enx00e04c6800b0) entered blocking state [ 12.680827] br0: port 1(enx00e04c6800b0) entered forwarding state [ 12.682231] IPv6: ADDRCONF(NETDEV_CHANGE): br0: link becomes ready [ 12.711776] IPv6: ADDRCONF(NETDEV_CHANGE): enx00e04c6800b0: link becomes ready [ 12.712035] r8152 4-1.3:1.0 enx00e04c6800b0: Promiscuous mode enabled [ 12.712217] r8152 4-1.3:1.0 enx00e04c6800b0: carrier on [ 12.712981] r8152 4-1.3:1.0 enx00e04c6800b0: Promiscuous mode enabled [ 13.920197] br0: port 2(wlx1cbfce9e439e) entered blocking state [ 13.920215] br0: port 2(wlx1cbfce9e439e) entered disabled state [ 13.920533] device wlx1cbfce9e439e entered promiscuous mode [ 14.227646] fuse: init (API version 7.31) [ 15.730433] IPv6: ADDRCONF(NETDEV_CHANGE): wlx1cbfce9e439e: link becomes ready [ 15.730752] br0: port 2(wlx1cbfce9e439e) entered blocking state [ 15.730762] br0: port 2(wlx1cbfce9e439e) entered forwarding state [ 33.764806] ddc-io: disabling [ 33.764822] vdd-gpu: disabling 0 Quote Link to comment Share on other sites More sharing options...
guidol Posted September 10, 2020 Share Posted September 10, 2020 it looks like you got some devices connected via usb: hub [ 2.593856] usb 4-1: New USB device found, idVendor=05e3, idProduct=0612, bcdDevice=92.26 [ 2.593869] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.593875] usb 4-1: Product: USB3.1 Hub [ 2.593880] usb 4-1: Manufacturer: GenesysLogic hdd-controller/drives [ 3.231356] usb 5-1: New USB device found, idVendor=18a5, idProduct=0237, bcdDevice= 5.10 [ 3.231368] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 3.231374] usb 5-1: Product: Portable USB 3.0 Drive [ 3.231380] usb 5-1: Manufacturer: Verbatim [ 3.231385] usb 5-1: SerialNumber: 1702050200116299 [ 3.232094] usb-storage 5-1:1.0: USB Mass Storage device detected [ 3.994332] usb 3-1.2: New USB device found, idVendor=04cf, idProduct=9920, bcdDevice=a3.16 [ 3.994339] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 3.994345] usb 3-1.2: Product: CS8819A3-116 [ 3.994351] usb 3-1.2: Manufacturer: Myson Century, Inc. [ 3.994356] usb 3-1.2: SerialNumber: 100 [ 3.996251] usb-storage 3-1.2:1.0: USB Mass Storage device detected [ 5.029542] scsi 1:0:0:0: Direct-Access Myson CS8819A3-116 0 1.01 PQ: 0 ANSI: 0 CCS [ 5.030007] sd 1:0:0:0: Attached scsi generic sg1 type 0 [ 5.030873] scsi 1:0:0:1: Direct-Access Myson CS8819A3-116 1 1.01 PQ: 0 ANSI: 0 CCS [ 5.031187] sd 1:0:0:1: Attached scsi generic sg2 type 0 [ 5.032058] scsi 1:0:0:2: Direct-Access Myson CS8819A3-116 2 1.01 PQ: 0 ANSI: 0 CCS [ 5.032307] scsi 1:0:0:2: Attached scsi generic sg3 type 0 [ 5.033503] scsi 1:0:0:3: Direct-Access Myson CS8819A3-116 3 1.01 PQ: 0 ANSI: 0 CCS [ 5.033819] sd 1:0:0:3: Attached scsi generic sg4 type 0 [ 5.053809] sd 1:0:0:1: [sdc] Attached SCSI removable disk [ 5.055199] sd 1:0:0:3: [sde] Attached SCSI removable disk [ 5.056112] sd 1:0:0:0: [sdb] Attached SCSI removable disk [ 5.061715] sd 1:0:0:2: [sdd] Attached SCSI removable disk realtek-network-devices [ 2.985723] usb 4-1.3: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=30.00 [ 2.985735] usb 4-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=6 [ 2.985741] usb 4-1.3: Product: USB 10/100/1000 LAN [ 2.985747] usb 4-1.3: Manufacturer: Realtek [ 2.985752] usb 4-1.3: SerialNumber: 000001 [ 3.300801] usb 3-1.1: new high-speed USB device number 3 using xhci-hcd [ 3.401199] usb 3-1.1: New USB device found, idVendor=0bda, idProduct=b812, bcdDevice= 2.10 [ 3.401211] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 3.401217] usb 3-1.1: Product: 802.11ac NIC [ 3.401223] usb 3-1.1: Manufacturer: Realtek [ 3.401228] usb 3-1.1: SerialNumber: 123456 Does the OPi Lite2 H6 hang if you disconnect all this while booting? And does your PowerSupply can supply enough power? 0 Quote Link to comment Share on other sites More sharing options...
Werner Posted September 10, 2020 Share Posted September 10, 2020 5 hours ago, forever_ noob said: @Werner, I don't have those files in /boot folder... from your "Also increase boot verbosity: https://docs.armbian.com/User-Guide_Fine-Tuning/#how-to-toggle-verbose-boot " link, even If i have I couldn't execute sudo armbianmonitor -u because there is not enough time before the freeze. I am pretty sure you have a file called armbianEnv.txt in your /boot directory. I know it is kind a hard to edit a file in a very short time window but you can simply put the sd card into any other computer, mount and then edit the file from there . 0 Quote Link to comment Share on other sites More sharing options...
forever_ noob Posted September 10, 2020 Share Posted September 10, 2020 @guidol, I have disconnected everything ftom USB ports and the problem is still present. Power supply is 3000mA at 5V. @Werner, you're right, there is a file armbianEnv.txt in /boot folder. I have an micro SD card reader and I did add a line verbosity=7 into the file /boot/armbianEnv.txt. Here is a serial console boot sequence with more details: U-Boot SPL 2020.04-armbian (Jun 03 2020 - 07:34:09 +0200) DRAM: 1024 MiB Trying to boot from MMC1 NOTICE: BL31: v2.3(debug):ec29ce6-dirty NOTICE: BL31: Built : 07:34:00, Jun 3 2020 NOTICE: BL31: Detected Allwinner H6 SoC (1728) NOTICE: BL31: Found U-Boot DTB at 0xc07fd98, model: OrangePi Lite2 INFO: ARM GICv2 driver initialized INFO: PMIC: Probing AXP805 on I2C INFO: PMIC: aldo1 voltage: 3.300V INFO: PMIC: aldo3 voltage: 3.300V INFO: PMIC: bldo1 voltage: 1.800V INFO: PMIC: bldo2 voltage: 1.800V INFO: PMIC: bldo3 voltage: 1.800V INFO: PMIC: cldo1 voltage: 3.300V INFO: PMIC: dcdcd voltage: 0.960V INFO: PMIC: dcdce voltage: 1.200V INFO: BL31: Platform setup done INFO: BL31: Initializing runtime services INFO: BL31: cortex_a53: CPU workaround for 855873 was applied NOTICE: PSCI: System suspend is unavailable INFO: BL31: Preparing for EL3 exit to normal world INFO: Entry point address = 0x4a000000 INFO: SPSR = 0x3c9 U-Boot 2020.04-armbian (Jun 03 2020 - 07:34:09 +0200) Allwinner Technology CPU: Allwinner H6 (SUN50I) Model: OrangePi Lite2 DRAM: 1 GiB MMC: mmc@4020000: 0 Loading Environment from FAT... Unable to use mmc 0:1... In: serial@5000000 Out: serial@5000000 Err: serial@5000000 Net: No ethernet found. starting USB... Bus usb@5101000: USB EHCI 1.00 Bus usb@5101400: USB OHCI 1.0 Bus usb@5311000: USB EHCI 1.00 Bus usb@5311400: USB OHCI 1.0 scanning bus usb@5101000 for devices... 1 USB Device(s) found scanning bus usb@5101400 for devices... 1 USB Device(s) found scanning bus usb@5311000 for devices... 1 USB Device(s) found scanning bus usb@5311400 for devices... 1 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Autoboot in 1 seconds, press <Space> to stop switch to partitions #0, OK mmc0 is current device Scanning mmc 0:1... Found U-Boot script /boot/boot.scr 3033 bytes read in 5 ms (591.8 KiB/s) ## Executing script at 4fc00000 U-boot loaded from SD Boot script loaded from mmc 165 bytes read in 4 ms (40 KiB/s) 36948 bytes read in 12 ms (2.9 MiB/s) 4191 bytes read in 9 ms (454.1 KiB/s) Applying kernel provided DT fixup script (sun50i-h6-fixup.scr) ## Executing script at 44000000 10719786 bytes read in 1077 ms (9.5 MiB/s) 21168136 bytes read in 2122 ms (9.5 MiB/s) ## Loading init Ramdisk from Legacy Image at 4fe00000 ... Image Name: uInitrd Image Type: AArch64 Linux RAMDisk Image (gzip compressed) Data Size: 10719722 Bytes = 10.2 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 4fa00000 Booting using the fdt blob at 0x4fa00000 EHCI failed to shut down host controller. Loading Ramdisk to 495c6000, end 49fff1ea ... OK Loading Device Tree to 0000000049554000, end 00000000495c5fff ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 5.8.6-sunxi64 (root@desktop) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025, GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209) #20.08.2 SMP Fri Sep 4 08:52:31 CEST 2020 [ 0.000000] Machine model: OrangePi Lite2 [ 0.000000] cma: Reserved 128 MiB at 0x0000000078000000 [ 0.000000] NUMA: No NUMA configuration found [ 0.000000] NUMA: Faking a node at [mem 0x0000000040000000-0x000000007fffffff] [ 0.000000] NUMA: NODE_DATA [mem 0x77dd2100-0x77dd3fff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000040000000-0x000000007fffffff] [ 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-0x000000007fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007fffffff] [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 22 pages/cpu s50072 r8192 d31848 u90112 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: ARM erratum 845719 [ 0.000000] Speculative Store Bypass Disable mitigation not required [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 258048 [ 0.000000] Policy zone: DMA [ 0.000000] Kernel command line: root=UUID=04407c89-1e9e-419d-895a-2b95ab0b7fd1 rootwait rootfstype=ext4 console=ttyS0,115200 console=tty1 consoleblank=0 loglevel=7 ubootpart=d2c43062-01 usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u cgroup_enable=memory swapaccount=1 [ 0.000000] printk: log_buf_len individual max cpu contribution: 4096 bytes [ 0.000000] printk: log_buf_len total cpu_extra contributions: 12288 bytes [ 0.000000] printk: log_buf_len min size: 16384 bytes [ 0.000000] printk: log_buf_len: 32768 bytes [ 0.000000] printk: early log buf free: 13832(84%) [ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 865384K/1048576K available (13182K kernel code, 896K rwdata, 4080K rodata, 2432K init, 331K bss, 52120K reserved, 131072K cma-reserved) [ 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 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] GIC: Using split EOI/Deactivate mode [ 0.000000] random: get_random_bytes called from start_kernel+0x34c/0x50c with crng_init=0 [ 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.000004] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.000315] Console: colour dummy device 80x25 [ 0.000697] printk: console [tty1] enabled [ 0.000782] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000) [ 0.000804] pid_max: default: 32768 minimum: 301 [ 0.000899] LSM: Security Framework initializing [ 0.000930] Yama: becoming mindful. [ 0.001012] AppArmor: AppArmor initialized [ 0.001067] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.001088] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.002602] rcu: Hierarchical SRCU implementation. [ 0.004568] smp: Bringing up secondary CPUs ... [ 0.005208] Detected VIPT I-cache on CPU1 [ 0.005269] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.005774] Detected VIPT I-cache on CPU2 [ 0.005808] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] [ 0.006276] Detected VIPT I-cache on CPU3 [ 0.006307] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] [ 0.006368] smp: Brought up 1 node, 4 CPUs [ 0.006426] SMP: Total of 4 processors activated. [ 0.006438] CPU features: detected: 32-bit EL0 Support [ 0.006449] CPU features: detected: CRC32 instructions [ 0.023570] CPU: All CPU(s) started at EL2 [ 0.023605] alternatives: patching kernel code [ 0.024970] devtmpfs: initialized [ 0.031333] Registered cp15_barrier emulation handler [ 0.031366] Registered setend emulation handler [ 0.031553] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.031581] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.035769] xor: measuring software checksum speed [ 0.072147] 8regs : 1803.000 MB/sec [ 0.112187] 32regs : 2069.000 MB/sec [ 0.152238] arm64_neon: 1799.000 MB/sec [ 0.152250] xor: using function: 32regs (2069.000 MB/sec) [ 0.152310] pinctrl core: initialized pinctrl subsystem [ 0.152763] thermal_sys: Registered thermal governor 'fair_share' [ 0.152766] thermal_sys: Registered thermal governor 'bang_bang' [ 0.152780] thermal_sys: Registered thermal governor 'step_wise' [ 0.152791] thermal_sys: Registered thermal governor 'user_space' [ 0.153906] NET: Registered protocol family 16 [ 0.155516] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations [ 0.155562] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.155682] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.155777] audit: initializing netlink subsys (disabled) [ 0.155919] audit: type=2000 audit(0.152:1): state=initialized audit_enabled=0 res=1 [ 0.156391] cpuidle: using governor menu [ 0.156649] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.156738] ASID allocator initialised with 65536 entries [ 0.156894] Serial: AMBA PL011 UART driver [ 0.172753] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 0.172783] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages [ 0.172797] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.172811] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages [ 0.174485] cryptd: max_cpu_qlen set to 1000 [ 0.244378] raid6: neonx8 gen() 1638 MB/s [ 0.312438] raid6: neonx8 xor() 1226 MB/s [ 0.380505] raid6: neonx4 gen() 1676 MB/s [ 0.448568] raid6: neonx4 xor() 1214 MB/s [ 0.516628] raid6: neonx2 gen() 1591 MB/s [ 0.584692] raid6: neonx2 xor() 1131 MB/s [ 0.652748] raid6: neonx1 gen() 1390 MB/s [ 0.720816] raid6: neonx1 xor() 952 MB/s [ 0.788878] raid6: int64x8 gen() 1133 MB/s [ 0.856950] raid6: int64x8 xor() 596 MB/s [ 0.925018] raid6: int64x4 gen() 1232 MB/s [ 0.993088] raid6: int64x4 xor() 637 MB/s [ 1.061149] raid6: int64x2 gen() 1075 MB/s [ 1.129227] raid6: int64x2 xor() 555 MB/s [ 1.197309] raid6: int64x1 gen() 800 MB/s [ 1.265374] raid6: int64x1 xor() 425 MB/s [ 1.265385] raid6: using algorithm neonx4 gen() 1676 MB/s [ 1.265396] raid6: .... xor() 1214 MB/s, rmw enabled [ 1.265406] raid6: using neon recovery algorithm [ 1.266339] iommu: Default domain type: Translated [ 1.266657] SCSI subsystem initialized [ 1.266836] usbcore: registered new interface driver usbfs [ 1.266881] usbcore: registered new interface driver hub [ 1.266935] usbcore: registered new device driver usb [ 1.267239] pps_core: LinuxPPS API ver. 1 registered [ 1.267252] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.267282] PTP clock support registered [ 1.267979] Advanced Linux Sound Architecture Driver Initialized. [ 1.268504] NetLabel: Initializing [ 1.268516] NetLabel: domain hash size = 128 [ 1.268526] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 1.268589] NetLabel: unlabeled traffic allowed by default [ 1.268966] clocksource: Switched to clocksource arch_sys_counter [ 1.269189] VFS: Disk quotas dquot_6.6.0 [ 1.269255] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.269810] AppArmor: AppArmor Filesystem Enabled [ 1.275695] NET: Registered protocol family 2 [ 1.276244] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear) [ 1.276286] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 1.276372] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear) [ 1.276519] TCP: Hash tables configured (established 8192 bind 8192) [ 1.276632] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) [ 1.276673] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) [ 1.276853] NET: Registered protocol family 1 [ 1.277394] RPC: Registered named UNIX socket transport module. [ 1.277409] RPC: Registered udp transport module. [ 1.277419] RPC: Registered tcp transport module. [ 1.277429] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.277644] Trying to unpack rootfs image as initramfs... [ 1.846426] Freeing initrd memory: 10468K [ 1.847328] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available [ 1.852680] Initialise system trusted keyrings [ 1.852741] Key type blacklist registered [ 1.852874] workingset: timestamp_bits=44 max_order=18 bucket_order=0 [ 1.858191] zbud: loaded [ 1.859602] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.860369] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 1.862424] integrity: Platform Keyring initialized [ 1.909211] async_tx: api initialized (async) [ 1.909229] Key type asymmetric registered [ 1.909241] Asymmetric key parser 'x509' registered [ 1.909286] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 1.909415] io scheduler mq-deadline registered [ 1.909427] io scheduler kyber registered [ 1.909555] io scheduler bfq registered [ 1.914491] sun50i-h6-r-pinctrl 7022000.pinctrl: initialized sunXi PIO driver [ 1.924776] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled [ 1.929551] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 1.934127] loop: module loaded [ 1.935468] libphy: Fixed MDIO Bus: probed [ 1.936424] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.936450] ehci-platform: EHCI generic platform driver [ 1.936617] ehci-platform 5101000.usb: EHCI Host Controller [ 1.936647] ehci-platform 5101000.usb: new USB bus registered, assigned bus number 1 [ 1.936762] ehci-platform 5101000.usb: irq 27, io mem 0x05101000 [ 1.948969] ehci-platform 5101000.usb: USB 2.0 started, EHCI 1.00 [ 1.949180] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08 [ 1.949200] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.949217] usb usb1: Product: EHCI Host Controller [ 1.949229] usb usb1: Manufacturer: Linux 5.8.6-sunxi64 ehci_hcd [ 1.949242] usb usb1: SerialNumber: 5101000.usb [ 1.949673] hub 1-0:1.0: USB hub found [ 1.949711] hub 1-0:1.0: 1 port detected [ 1.950262] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.950286] ohci-platform: OHCI generic platform driver [ 1.950453] ohci-platform 5101400.usb: Generic Platform OHCI controller [ 1.950482] ohci-platform 5101400.usb: new USB bus registered, assigned bus number 2 [ 1.950585] ohci-platform 5101400.usb: irq 28, io mem 0x05101400 [ 2.013129] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.08 [ 2.013149] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.013165] usb usb2: Product: Generic Platform OHCI controller [ 2.013179] usb usb2: Manufacturer: Linux 5.8.6-sunxi64 ohci_hcd [ 2.013192] usb usb2: SerialNumber: 5101400.usb [ 2.013582] hub 2-0:1.0: USB hub found [ 2.013620] hub 2-0:1.0: 1 port detected [ 2.014482] usbcore: registered new interface driver usb-storage [ 2.014946] mousedev: PS/2 mouse device common for all mice [ 2.015707] sun6i-rtc 7000000.rtc: registered as rtc0 [ 2.015749] sun6i-rtc 7000000.rtc: setting system clock to 1970-01-01T00:00:11 UTC (11) [ 2.015766] sun6i-rtc 7000000.rtc: RTC enabled [ 2.015867] i2c /dev entries driver [ 2.016235] sun8i-thermal 5070400.thermal-sensor: Failed to get calibration nvmem cell (-517) [ 2.016258] sun8i-thermal 5070400.thermal-sensor: Failed to probe thermal sensor (-517) [ 2.016666] sunxi-wdt 7020400.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0) [ 2.017756] sun50i-h6-r-pinctrl 7022000.pinctrl: supply vcc-pm not found, using dummy regulator [ 2.018051] sdhci: Secure Digital Host Controller Interface driver [ 2.018064] sdhci: Copyright(c) Pierre Ossman [ 2.018092] Synopsys Designware Multimedia Card Interface Driver [ 2.018672] sdhci-pltfm: SDHCI platform and OF driver helper [ 2.018788] sun50i-h6-r-pinctrl 7022000.pinctrl: supply vcc-pl not found, using dummy regulator [ 2.019319] ledtrig-cpu: registered to indicate activity on CPUs [ 2.019751] hid: raw HID events driver (C) Jiri Kosina [ 2.019846] usbcore: registered new interface driver usbhid [ 2.019858] usbhid: USB HID core driver [ 2.022279] NET: Registered protocol family 10 [ 2.056338] Segment Routing with IPv6 [ 2.056456] NET: Registered protocol family 17 [ 2.056604] 8021q: 802.1Q VLAN Support v1.8 [ 2.056760] 9pnet: Installing 9P2000 support [ 2.056832] Key type dns_resolver registered [ 2.057357] registered taskstats version 1 [ 2.057377] Loading compiled-in X.509 certificates [ 2.061072] Loaded X.509 cert 'Build time autogenerated kernel key: 346848ecd67c995d675bab6785bece621761b48f' [ 2.061206] zswap: loaded using pool lzo/zbud [ 2.061476] Key type ._fscrypt registered [ 2.061488] Key type .fscrypt registered [ 2.061499] Key type fscrypt-provisioning registered [ 2.062517] Btrfs loaded, crc32c=crc32c-generic [ 2.078680] Key type encrypted registered [ 2.078720] AppArmor: AppArmor sha1 policy hashing enabled [ 2.078764] ima: No TPM chip found, activating TPM-bypass! [ 2.078801] ima: Allocated hash algorithm: sha1 [ 2.078833] ima: No architecture policies found [ 2.078881] evm: Initialising EVM extended attributes: [ 2.078893] evm: security.selinux [ 2.078901] evm: security.SMACK64 [ 2.078909] evm: security.SMACK64EXEC [ 2.078918] evm: security.SMACK64TRANSMUTE [ 2.078926] evm: security.SMACK64MMAP [ 2.078935] evm: security.apparmor [ 2.078943] evm: security.ima [ 2.078951] evm: security.capability [ 2.078960] evm: HMAC attrs: 0x1 [ 2.091204] sun8i-mixer 1100000.mixer: Adding to iommu group 0 [ 2.096322] sun50i-h6-pinctrl 300b000.pinctrl: initialized sunXi PIO driver [ 2.096631] sun50i-h6-pinctrl 300b000.pinctrl: supply vcc-ph not found, using dummy regulator [ 2.097095] printk: console [ttyS0] disabled [ 2.097181] 5000000.serial: ttyS0 at MMIO 0x5000000 (irq = 24, base_baud = 1500000) is a 16550A [ 3.484886] printk: console [ttyS0] enabled [ 3.489800] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PG regulator [ 3.496962] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 198 [ 3.503933] sun50i-h6-pinctrl 300b000.pinctrl: pin-198 (5000400.serial) status -517 [ 3.511598] sun50i-h6-pinctrl 300b000.pinctrl: could not request pin 198 (PG6) from group PG6 on device 300b000.pinctrl [ 3.522472] dw-apb-uart 5000400.serial: Error applying setting, reverse things back [ 3.530829] sun4i-drm display-engine: Adding to iommu group 0 [ 3.555518] sun4i-drm display-engine: bound 1100000.mixer (ops 0xffff800010db0330) [ 3.563241] sun4i-drm display-engine: bound 6510000.tcon-top (ops 0xffff800010db44d8) [ 3.571325] sun4i-drm display-engine: bound 6515000.lcd-controller (ops 0xffff800010dabc60) [ 3.579737] sun8i-dw-hdmi 6000000.hdmi: supply hvcc not found, using dummy regulator [ 3.587781] sun8i-dw-hdmi 6000000.hdmi: Detected HDMI TX controller v2.12a with HDCP (DWC HDMI 2.0 TX PHY) [ 3.597912] sun8i-dw-hdmi 6000000.hdmi: registered DesignWare HDMI I2C bus driver [ 3.605694] sun4i-drm display-engine: bound 6000000.hdmi (ops 0xffff800010daf6f8) [ 3.613191] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 3.620099] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0 [ 3.627901] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes [ 3.635272] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes [ 3.741376] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller [ 3.746894] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 3 [ 3.754706] xhci-hcd xhci-hcd.3.auto: hcc params 0x0220f064 hci version 0x100 quirks 0x0000000002010010 [ 3.764150] xhci-hcd xhci-hcd.3.auto: irq 29, io mem 0x05200000 [ 3.770406] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08 [ 3.778683] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.785913] usb usb3: Product: xHCI Host Controller [ 3.790801] usb usb3: Manufacturer: Linux 5.8.6-sunxi64 xhci-hcd [ 3.796807] usb usb3: SerialNumber: xhci-hcd.3.auto [ 3.802112] hub 3-0:1.0: USB hub found [ 3.805901] hub 3-0:1.0: 1 port detected [ 3.810109] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller [ 3.815618] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 4 [ 3.823281] xhci-hcd xhci-hcd.3.auto: Host supports USB 3.0 SuperSpeed [ 3.829868] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. [ 3.838071] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08 [ 3.846346] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.853576] usb usb4: Product: xHCI Host Controller [ 3.858464] usb usb4: Manufacturer: Linux 5.8.6-sunxi64 xhci-hcd [ 3.864476] usb usb4: SerialNumber: xhci-hcd.3.auto [ 3.869724] hub 4-0:1.0: USB hub found [ 3.873510] hub 4-0:1.0: 1 port detected [ 3.879796] sun8i-thermal 5070400.thermal-sensor: Thermal sensor ready! [ 3.886573] sun50i_cpufreq_nvmem: Using CPU speed bin speed0 [ 3.892905] sun50i-h6-pinctrl 300b000.pinctrl: supply vcc-pf not found, using dummy regulator [ 3.902095] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PG regulator [ 3.909244] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 192 [ 3.916216] sun50i-h6-pinctrl 300b000.pinctrl: pin-192 (4021000.mmc) status -517 [ 3.923621] sun50i-h6-pinctrl 300b000.pinctrl: could not request pin 192 (PG0) from group PG0 on device 300b000.pinctrl [ 3.934494] sunxi-mmc 4021000.mmc: Error applying setting, reverse things back [ 3.941995] scpi_protocol scpi: SCP Protocol 0.0 Firmware 0.0.0 version [ 3.949059] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PC regulator [ 3.956204] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 70 [ 3.963085] sun50i-h6-pinctrl 300b000.pinctrl: pin-70 (300b000.pinctrl:70) status -517 [ 3.971366] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PG regulator [ 3.978511] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 198 [ 3.985481] sun50i-h6-pinctrl 300b000.pinctrl: pin-198 (5000400.serial) status -517 [ 3.993146] sun50i-h6-pinctrl 300b000.pinctrl: could not request pin 198 (PG6) from group PG6 on device 300b000.pinctrl [ 4.004024] dw-apb-uart 5000400.serial: Error applying setting, reverse things back [ 4.013225] sun50i-h6-pinctrl 300b000.pinctrl: supply vcc-pf not found, using dummy regulator [ 4.022382] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PG regulator [ 4.029529] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 192 [ 4.036499] sun50i-h6-pinctrl 300b000.pinctrl: pin-192 (4021000.mmc) status -517 [ 4.043905] sun50i-h6-pinctrl 300b000.pinctrl: could not request pin 192 (PG0) from group PG0 on device 300b000.pinctrl [ 4.054775] sunxi-mmc 4021000.mmc: Error applying setting, reverse things back [ 4.062175] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PC regulator [ 4.069327] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 70 [ 4.076225] sun50i-h6-pinctrl 300b000.pinctrl: pin-70 (300b000.pinctrl:70) status -517 [ 4.084485] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PG regulator [ 4.091632] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 198 [ 4.098601] sun50i-h6-pinctrl 300b000.pinctrl: pin-198 (5000400.serial) status -517 [ 4.106267] sun50i-h6-pinctrl 300b000.pinctrl: could not request pin 198 (PG6) from group PG6 on device 300b000.pinctrl [ 4.117138] dw-apb-uart 5000400.serial: Error applying setting, reverse things back [ 4.126233] sun50i-h6-pinctrl 300b000.pinctrl: supply vcc-pf not found, using dummy regulator [ 4.135365] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PG regulator [ 4.142511] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 192 [ 4.149479] sun50i-h6-pinctrl 300b000.pinctrl: pin-192 (4021000.mmc) status -517 [ 4.156885] sun50i-h6-pinctrl 300b000.pinctrl: could not request pin 192 (PG0) from group PG0 on device 300b000.pinctrl [ 4.167755] sunxi-mmc 4021000.mmc: Error applying setting, reverse things back [ 4.175378] of_cfs_init [ 4.177959] of_cfs_init: OK [ 4.180923] ALSA device list: [ 4.183910] No soundcards found. [ 4.188757] Freeing unused kernel memory: 2432K [ 4.197048] Run /init as init process [ 4.546167] axp20x-i2c 1-0036: AXP20x variant AXP806 found [ 4.558839] input: axp20x-pek as /devices/platform/soc/7081400.i2c/i2c-1/1-0036/axp221-pek/input/input0 [ 4.573622] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PC regulator [ 4.580833] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 70 [ 4.582511] dcdca: supplied by vcc-5v [ 4.587736] sun50i-h6-pinctrl 300b000.pinctrl: pin-70 (300b000.pinctrl:70) status -517 [ 4.588331] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PG regulator [ 4.592591] dcdcc: supplied by vcc-5v [ 4.599376] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 198 [ 4.599383] sun50i-h6-pinctrl 300b000.pinctrl: pin-198 (5000400.serial) status -517 [ 4.607184] dcdcd: supplied by vcc-5v [ 4.610194] sun50i-h6-pinctrl 300b000.pinctrl: could not request pin 198 (PG6) from group PG6 on device 300b000.pinctrl [ 4.617768] dcdce: supplied by vcc-5v [ 4.624816] dw-apb-uart 5000400.serial: Error applying setting, reverse things back [ 4.629090] aldo1: supplied by vcc-5v [ 4.641167] sun50i-h6-pinctrl 300b000.pinctrl: supply vcc-pf not found, using dummy regulator [ 4.643737] aldo2: supplied by vcc-5v [ 4.651427] sun50i-h6-pinctrl 300b000.pinctrl: Couldn't get bank PG regulator [ 4.654817] vcc33-audio-tv-ephy-mac: Bringing 700000uV into 3300000-3300000uV [ 4.662896] sun50i-h6-pinctrl 300b000.pinctrl: request() failed for pin 192 [ 4.667081] aldo3: supplied by vcc-5v [ 4.673705] sun50i-h6-pinctrl 300b000.pinctrl: pin-192 (4021000.mmc) status -517 [ 4.681439] bldo1: supplied by vcc-5v [ 4.687798] sun50i-h6-pinctrl 300b000.pinctrl: could not request pin 192 (PG0) from group PG0 on device 300b000.pinctrl [ 4.692508] bldo2: supplied by vcc-5v [ 4.698862] sunxi-mmc 4021000.mmc: Error applying setting, reverse things back [ 4.703128] bldo3: supplied by vcc-5v [ 4.728569] bldo4: supplied by vcc-5v [ 4.732869] cldo1: supplied by vcc-5v [ 4.737157] cldo2: supplied by vcc-5v [ 4.741271] vcc-wifi-1: Bringing 700000uV into 3300000-3300000uV [ 4.748080] cldo3: supplied by vcc-5v [ 4.752203] vcc-wifi-2: Bringing 700000uV into 3300000-3300000uV [ 4.759037] sw: supplied by regulator-dummy [ 4.763856] axp20x-i2c 1-0036: AXP20X driver loaded [ 4.771018] 5000400.serial: ttyS1 at MMIO 0x5000400 (irq = 25, base_baud = 1500000) is a 16550A [ 4.779999] serial serial0: tty port ttyS1 registered [ 4.785700] ehci-platform 5311000.usb: EHCI Host Controller [ 4.791335] ehci-platform 5311000.usb: new USB bus registered, assigned bus number 5 [ 4.799214] ehci-platform 5311000.usb: irq 30, io mem 0x05311000 [ 4.821031] ehci-platform 5311000.usb: USB 2.0 started, EHCI 1.00 [ 4.827493] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08 [ 4.835828] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.843100] usb usb5: Product: EHCI Host Controller [ 4.848032] usb usb5: Manufacturer: Linux 5.8.6-sunxi64 ehci_hcd [ 4.854075] usb usb5: SerialNumber: 5311000.usb [ 4.859306] hub 5-0:1.0: USB hub found [ 4.863218] hub 5-0:1.0: 1 port detected [ 4.868270] ohci-platform 5311400.usb: Generic Platform OHCI controller [ 4.875002] ohci-platform 5311400.usb: new USB bus registered, assigned bus number 6 [ 4.882919] ohci-platform 5311400.usb: irq 31, io mem 0x05311400 [ 4.949300] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.08 [ 4.957646] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.964878] usb usb6: Product: Generic Platform OHCI controller [ 4.970809] usb usb6: Manufacturer: Linux 5.8.6-sunxi64 ohci_hcd [ 4.976821] usb usb6: SerialNumber: 5311400.usb [ 4.982578] hub 6-0:1.0: USB hub found [ 4.986407] hub 6-0:1.0: 1 port detected [ 4.991373] usb_phy_generic usb_phy_generic.4.auto: supply vcc not found, using dummy regulator [ 5.001075] musb-hdrc musb-hdrc.5.auto: MUSB HDRC host driver [ 5.006885] musb-hdrc musb-hdrc.5.auto: new USB bus registered, assigned bus number 7 [ 5.014810] phy id_det change to host [ 5.018700] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08 [ 5.026985] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 5.034217] usb usb7: Product: MUSB HDRC host driver [ 5.039189] usb usb7: Manufacturer: Linux 5.8.6-sunxi64 musb-hcd [ 5.045201] usb usb7: SerialNumber: musb-hdrc.5.auto [ 5.050708] hub 7-0:1.0: USB hub found [ 5.054526] hub 7-0:1.0: 1 port detected [ 5.059801] sun50i-h6-pinctrl 300b000.pinctrl: supply vcc-pf not found, using dummy regulator [ 5.069103] sunxi-mmc 4020000.mmc: Got CD GPIO [ 5.099086] sunxi-mmc 4020000.mmc: initialized, max. request size: 16384 KB, uses new timings mode [ 5.109408] sunxi-mmc 4021000.mmc: allocated mmc-pwrseq [ 5.148918] mmc0: host does not support reading read-only switch, assuming write-enable [ 5.158962] mmc0: new high speed SDHC card at address 1234 [ 5.165309] mmcblk0: mmc0:1234 SA32G 29.3 GiB [ 5.172202] mmcblk0: p1 [ 5.190325] random: fast init done [ 5.345554] sunxi-mmc 4021000.mmc: initialized, max. request size: 16384 KB, uses new timings mode [ 5.370645] mmc1: queuing unknown CIS tuple 0x80 (2 bytes) [ 5.377677] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [ 5.384693] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [ 5.392912] mmc1: queuing unknown CIS tuple 0x80 (7 bytes) [ 5.401745] mmc1: queuing unknown CIS tuple 0x81 (9 bytes) [ 5.459723] mmc1: new high speed SDIO card at address 0001 [ 7.444419] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null) [ 8.362550] systemd[1]: System time before build time, advancing clock. [ 8.401823] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid) [ 8.423678] systemd[1]: Detected architecture arm64. [ 8.467651] systemd[1]: Set hostname to <orangepilite2>. [ 9.064272] systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly. [ 9.094481] systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/nmbd.pid → /run/samba/nmbd.pid; please update the unit file accordingly. [ 9.125898] systemd[1]: /lib/systemd/system/lighttpd.service:6: PIDFile= references path below legacy directory /var/run/, updating /var/run/lighttpd.pid → /run/lighttpd.pid; please update the unit file accordingly. [ 9.258283] random: systemd: uninitialized urandom read (16 bytes read) [ 9.273768] random: systemd: uninitialized urandom read (16 bytes read) [ 9.280942] systemd[1]: Listening on fsck to fsckd communication Socket. [ 9.288307] random: systemd: uninitialized urandom read (16 bytes read) [ 9.298128] systemd[1]: Created slice system-getty.slice. [ 9.304569] systemd[1]: Listening on Journal Audit Socket. [ 9.310600] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 9.442050] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro [ 10.020710] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 912000 KHz [ 10.028616] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 1080000 KHz [ 10.122544] sun8i-ce 1904000.crypto: Set mod clock to 300000000 (300 Mhz) from 24000000 (24 Mhz) [ 10.141423] sun8i-ce 1904000.crypto: will run requests pump with realtime priority [ 10.149521] sun8i-ce 1904000.crypto: will run requests pump with realtime priority [ 10.149669] panfrost 1800000.gpu: clock rate = 432000000 [ 10.157817] sun8i-ce 1904000.crypto: will run requests pump with realtime priority [ 10.162498] panfrost 1800000.gpu: bus_clock rate = 100000000 [ 10.170203] sun8i-ce 1904000.crypto: will run requests pump with realtime priority [ 10.176893] panfrost 1800000.gpu: mali-t720 id 0x720 major 0x1 minor 0x1 status 0x0 [ 10.183356] sun8i-ce 1904000.crypto: Register cbc(aes) [ 10.190937] panfrost 1800000.gpu: features: 00000000,10309e40, issues: 00000000,21054400 [ 10.196236] sun8i-ce 1904000.crypto: Register ecb(aes) [ 10.204154] panfrost 1800000.gpu: Features: L2:0x07110206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002821 AS:0xf JS:0x7 [ 10.204158] panfrost 1800000.gpu: shader_present=0x3 l2_present=0x1 [ 10.205319] [drm] Initialized panfrost 1.1.0 20180908 for 1800000.gpu on minor 1 [ 10.221460] sun8i-ce 1904000.crypto: Register cbc(des3_ede) [ 10.244649] mc: Linux media interface: v0.10 [ 10.246944] sun8i-ce 1904000.crypto: Register ecb(des3_ede) [ 10.255411] sun8i-ce 1904000.crypto: CryptoEngine Die ID 0 [ 10.316679] videodev: Linux video capture interface: v2.00 [ 10.531942] Bluetooth: Core ver 2.22 [ 10.535690] NET: Registered protocol family 31 [ 10.540213] Bluetooth: HCI device and connection manager initialized [ 10.546625] Bluetooth: HCI socket layer initialized [ 10.551555] Bluetooth: L2CAP socket layer initialized [ 10.556664] Bluetooth: SCO socket layer initialized [ 10.568246] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 10.576950] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 10.622621] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ 10.631294] cfg80211: failed to load regulatory.db [ 10.633483] sunxi_cedrus: module is from the staging directory, the quality is unknown, you have been warned. [ 10.647289] cedrus 1c0e000.video-codec: Adding to iommu group 0 [ 10.654047] cedrus 1c0e000.video-codec: Device registered as /dev/video0 [ 10.683971] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 [ 10.747376] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.xunlong,orangepi-lite2.txt failed with error -2 [ 10.762200] Bluetooth: HCI UART driver ver 2.3 [ 10.766687] Bluetooth: HCI UART protocol H4 registered [ 10.771875] Bluetooth: HCI UART protocol BCSP registered [ 10.777303] Bluetooth: HCI UART protocol LL registered [ 10.782465] Bluetooth: HCI UART protocol ATH3K registered [ 10.786521] random: crng init done [ 10.787918] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 10.791262] random: 7 urandom warning(s) missed due to ratelimiting [ 10.803933] Bluetooth: HCI UART protocol Intel registered [ 10.809477] Bluetooth: HCI UART protocol Broadcom registered [ 10.809626] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator [ 10.815199] Bluetooth: HCI UART protocol QCA registered [ 10.822630] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator [ 10.827794] Bluetooth: HCI UART protocol AG6XX registered [ 10.827831] Bluetooth: HCI UART protocol Marvell registered [ 11.189798] Bluetooth: hci1: BCM: chip id 107 [ 11.194699] Bluetooth: hci1: BCM: features 0x2f [ 11.201468] Bluetooth: hci1: BCM4345C0 [ 11.205271] Bluetooth: hci1: BCM4345C0 (003.001.025) build 0000 [ 11.211285] Bluetooth: hci1: BCM: firmware Patch file not found, tried: [ 11.217915] Bluetooth: hci1: BCM: 'brcm/BCM4345C0.hcd' [ 11.223069] Bluetooth: hci1: BCM: 'brcm/BCM.hcd' [ 12.842388] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 [ 12.861978] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Feb 27 2018 03:15:32 version 7.45.154 (r684107 CY) FWID 01-4fbe0b04 [ 13.145816] systemd-journald[525]: Received request to flush runtime journal from PID 1 [ 16.063793] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. 0 Quote Link to comment Share on other sites More sharing options...
Werner Posted September 10, 2020 Share Posted September 10, 2020 Awesome! I see the log ends after 16 seconds. Did the board freeze then? Please also try to use a different power supply as well as cable. Just to make sure it is not PSU issue related. 0 Quote Link to comment Share on other sites More sharing options...
forever_ noob Posted September 10, 2020 Share Posted September 10, 2020 1 hour ago, Werner said: Awesome! I see the log ends after 16 seconds. Did the board freeze then? Please also try to use a different power supply as well as cable. Just to make sure it is not PSU issue related. It froze, yes, after the login screen and one more line which was vdd-gpu: disabling. The PSU is in attachement, I could do some soldering iron hack and connect it to the computer ATX PSU, but I don't see a need. But if you really insist... Everything works with another SD card which has Linux orangepilite2 5.7.15-sunxi64 #20.08 SMP Mon Aug 17 10:32:57 CEST 2020 aarch64 GNU/Linux on it. 0 Quote Link to comment Share on other sites More sharing options...
forever_ noob Posted September 10, 2020 Share Posted September 10, 2020 Ok, got the armbianmonitor -u command through, maybe it can help. http://ix.io/2x61 0 Quote Link to comment Share on other sites More sharing options...
Werner Posted September 11, 2020 Share Posted September 11, 2020 On 9/10/2020 at 6:18 PM, forever_ noob said: Everything works with another SD card Okay, np. Just wanted to make sure and avoid being defeated by a trivial issue 1 Quote Link to comment Share on other sites More sharing options...
xaduha Posted September 12, 2020 Share Posted September 12, 2020 Same here, hangs with new 20.08.1 images and when running dist-upgrade from 20.08. 0 Quote Link to comment Share on other sites More sharing options...
Igor Posted September 12, 2020 Share Posted September 12, 2020 We know they (some H6 / all?) hang pretty quickly but not why. Using old kernel / images and don't upgrade is only way.Probably mainline dvfs is broken while our implementation found in 5.7.,y and below is better. Probably ...Wrote on mobile 0 Quote Link to comment Share on other sites More sharing options...
Werner Posted September 12, 2020 Share Posted September 12, 2020 @martinayotte did you experience issues on H6 devices while being on 5.8 or meanwhile 5.9? 0 Quote Link to comment Share on other sites More sharing options...
martinayotte Posted September 13, 2020 Share Posted September 13, 2020 20 hours ago, Werner said: @martinayotte did you experience issues on H6 devices while being on 5.8 or meanwhile 5.9? Nope ! All my H6 (OPi3/OPiLite2/OPiOne+) are now on 5.9.y (after a month on 5.8.y), and none have frozen ... But none of them been "upgraded", I'm always do "fresh" install. 0 Quote Link to comment Share on other sites More sharing options...
naked123 Posted September 14, 2020 Share Posted September 14, 2020 my orange pi lite 2 also freezes after updating to 20.08.1 boot, login and freeze. flashed 20.02.1 and it works just fine. is there a problem with this kernel? 0 Quote Link to comment Share on other sites More sharing options...
Igor Posted September 14, 2020 Share Posted September 14, 2020 43 minutes ago, naked123 said: is there a problem with this kernel? Yes it is. Check your support contract https://github.com/armbian/build#support before bumping the topic further. 0 Quote Link to comment Share on other sites More sharing options...
forever_ noob Posted September 14, 2020 Share Posted September 14, 2020 Flashed "Linux orangepilite2 5.8.5-sunxi64 #20.08.1 SMP Wed Sep 2 08:26:47 CEST 2020 aarch64 GNU/Linux" on a fresh sd card and it looks stable. 0 Quote Link to comment Share on other sites More sharing options...
Werner Posted September 14, 2020 Share Posted September 14, 2020 Hm when upgrading from 5.7 to 5.8 has the dtb package also been upgraded properly? 0 Quote Link to comment Share on other sites More sharing options...
forever_ noob Posted September 14, 2020 Share Posted September 14, 2020 I have no idea what you're taking about @Werner. Can I find that out by putting bricked linux 5.8.6 sd card into the sd card reader? SD card reader is plugged into the opi lite 2 with linux 5.7.15 0 Quote Link to comment Share on other sites More sharing options...
Werner Posted September 15, 2020 Share Posted September 15, 2020 Device Tree Blobs are not packed with the kernel, they have their own package. You can check on both the running and the bricked sd card under /boot/dtb/ if the files are identical. If so the dtbs might not been upgraded properly. The files can be decompiled with the dtc tool. Overall a pure guess only. 0 Quote Link to comment Share on other sites More sharing options...
forever_ noob Posted September 15, 2020 Share Posted September 15, 2020 @Werner, there are many files that seem to be associated with many SBC's. By guess I went to see how big are files associated with opi lite 2 and this is what I got: Linux 5.7.15 root@orangepilite2:/boot/dtb/allwinner# ls -lah|grep lite -rw-r--r-- 1 root root 36K kol 17 10:32 sun50i-h6-orangepi-lite2.dtb Linux 5.8.6 root@orangepilite2:/media/586/boot/dtb/allwinner# ls -lah | grep lite -rw-r--r-- 1 root root 37K ruj 4 08:52 sun50i-h6-orangepi-lite2.dtb Is there maybe a need to compare those two files after modifying them with dtc tool? 0 Quote Link to comment Share on other sites More sharing options...
Werner Posted September 15, 2020 Share Posted September 15, 2020 Quote there are many files that seem to be associated with many SBC's. Yeah that is normal. No worries. Since their size differs I assume everything has been updated properly and my guess was wrong. 0 Quote Link to comment Share on other sites More sharing options...
forever_ noob Posted September 15, 2020 Share Posted September 15, 2020 One guess less to the solution. 0 Quote Link to comment Share on other sites More sharing options...
AndreBotelho Posted September 16, 2020 Share Posted September 16, 2020 Same Here, I was doing a configuration and apt upgraded to 5.8 kernel, everything ok unless you spend some seconds on terminal, if graphics login open before the hang it is all working fine but you cant use it on terminal(works on tty fine, just hangs on hdmi), after a fresh install of 5.8 image it hangs asking for root password, no way to make ir work yet. 0 Quote Link to comment Share on other sites More sharing options...
MichaelSL Posted September 16, 2020 Share Posted September 16, 2020 Today I've installed latest 20.08.1 on Lite2 board - board is frozen just after login prompt. Then I've found old image: 20.05.4 and flashed the same SD card with it. It worked ok until I did packages upgrade. After restart board is frozen again. Let me know if I can help to troubleshoot somehow. 0 Quote Link to comment Share on other sites More sharing options...
Doc_WiFi_RF Posted September 22, 2020 Share Posted September 22, 2020 20.08.3 has same issue as 20.08.01. Freezes some time after login. It also freezes during htop. Release notes for 20.08.3 does list H6 stability issue on "some boards" 0 Quote Link to comment Share on other sites More sharing options...
Casa1223 Posted October 17, 2020 Share Posted October 17, 2020 Does anyone know if the problem is solved? Is it safe to upgrade to the latest release? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.