LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > slarm64
User Name
Password
slarm64 This forum is for the discussion of slarm64.

Notices


Reply
  Search this Thread
Old 07-23-2022, 02:35 PM   #1
wowbaggerHU
Member
 
Registered: Feb 2017
Location: Hungary
Distribution: Slackware
Posts: 288

Rep: Reputation: Disabled
PineBook Pro update and upgrade to 5.18.12: unable to boot


Hi Members,

I just decided to upgrade my slarm64 installation on my PineBook Pro, and I decided to upgrade the kernel image to the official 5.18.12 as well, knowing that doing so will likely break something.
Well, it did. Now my PBP is not booting, not even the power LED turns on. The serial console shows something like this:

Code:
���ٽ�+��E��ʭ�����щ������Z�NOTICE:  BL31: v2.3():v2.3                         
NOTICE:  BL31: Built : 15�c��Q[�=���Wz���������x������SOQḲ��������>��������������Q�{��񫺊��e��uᎨ���ѹp�����ˊ���������&j���x�󫋽u}����;8s�����ѫq���������8��*�ں8�������o�&���Ȫ����鮲u�ъ�����"�������x�qKqU���������"��b�b�勫����ڽ���b�����n�bպq8r���)������q�����>������q���,)�,ک����&9����7񹸊������ʹ��,��꩹�����
=�׆��У#C�����$󣟦����b�c<                                                                                                                                                                                                                                                           �l���v}��꨷�{�yu9���,���*ʊ銼���z�ᚹ��ꎼ���x]�{�yu9�k񞯊b������&���Ḻ�"�����n�b�SO����������x�S����2:񯾋��q����򺧺�ySY�
The baud rate was set to 115000 with no flow-control.

I'm currently in the process of building my own installer image with images-build-kit to try to boot from a micro-SD card.
Stay tuned.
 
Old 07-23-2022, 02:55 PM   #2
wowbaggerHU
Member
 
Registered: Feb 2017
Location: Hungary
Distribution: Slackware
Posts: 288

Original Poster
Rep: Reputation: Disabled
images-build-kit fails with this message in the build.log:
Code:
  CC      plat/rockchip/rk3399/drivers/dram/dfs.c
  CC      plat/rockchip/rk3399/drivers/dram/dram.c
  CC      plat/rockchip/rk3399/drivers/dram/dram_spec_timing.c
  CC      plat/rockchip/rk3399/drivers/dram/suspend.c
  CC      plat/rockchip/rk3399/drivers/gpio/rk3399_gpio.c
  CC      plat/rockchip/rk3399/drivers/pmu/m0_ctl.c
  CC      plat/rockchip/rk3399/drivers/pmu/pmu.c
make -C plat/rockchip/rk3399/drivers/m0 BUILD=/data/build/pinebook-pro/build/source/arm-trusted-firmware/build/rk3399/release/m0
make[1]: Entering directory '/data/build/pinebook-pro/build/source/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0'
  CC      src/dram.c
/data/build/pinebook-pro/build/source/gcc-arm-10.3-2021.07-aarch64-arm-none-linux-gnueabihf/bin/arm-none-linux-gnueabihf-gcc -g -mcpu=cortex-m0 -mthumb -Wall -O3 -nostdlib -mfloat-abi=soft -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-common -Iinclude/ -I../../include/shared/ -MMD -MT /data/build/pinebook-pro/build/source/arm-trusted-firmware/build/rk3399/release/m0/dram.o -c src/dram.c -o /data/build/pinebook-pro/build/source/arm-trusted-firmware/build/rk3399/release/m0/dram.o 
Assembler messages:
Error: unknown architecture `armv6s-m'

Error: unrecognized option -march=armv6s-m
make[1]: *** [Makefile:125: /data/build/pinebook-pro/build/source/arm-trusted-firmware/build/rk3399/release/m0/dram.o] Error 1
make[1]: Leaving directory '/data/build/pinebook-pro/build/source/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0'
make: *** [plat/rockchip/rk3399/platform.mk:110: /data/build/pinebook-pro/build/source/arm-trusted-firmware/build/rk3399/release/m0/rk3399m0.bin] Error 2
 
Old 07-23-2022, 03:06 PM   #3
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS, Manjaro
Posts: 5,762

Rep: Reputation: 2763Reputation: 2763Reputation: 2763Reputation: 2763Reputation: 2763Reputation: 2763Reputation: 2763Reputation: 2763Reputation: 2763Reputation: 2763Reputation: 2763
Quote:
Originally Posted by wowbaggerHU View Post
images-build-kit fails with this message in the build.log:
Code:
  CC      plat/rockchip/rk3399/drivers/dram/dfs.c
  CC      plat/rockchip/rk3399/drivers/dram/dram.c
  CC      plat/rockchip/rk3399/drivers/dram/dram_spec_timing.c
  CC      plat/rockchip/rk3399/drivers/dram/suspend.c
  CC      plat/rockchip/rk3399/drivers/gpio/rk3399_gpio.c
  CC      plat/rockchip/rk3399/drivers/pmu/m0_ctl.c
  CC      plat/rockchip/rk3399/drivers/pmu/pmu.c
make -C plat/rockchip/rk3399/drivers/m0 BUILD=/data/build/pinebook-pro/build/source/arm-trusted-firmware/build/rk3399/release/m0
make[1]: Entering directory '/data/build/pinebook-pro/build/source/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0'
  CC      src/dram.c
/data/build/pinebook-pro/build/source/gcc-arm-10.3-2021.07-aarch64-arm-none-linux-gnueabihf/bin/arm-none-linux-gnueabihf-gcc -g -mcpu=cortex-m0 -mthumb -Wall -O3 -nostdlib -mfloat-abi=soft -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-common -Iinclude/ -I../../include/shared/ -MMD -MT /data/build/pinebook-pro/build/source/arm-trusted-firmware/build/rk3399/release/m0/dram.o -c src/dram.c -o /data/build/pinebook-pro/build/source/arm-trusted-firmware/build/rk3399/release/m0/dram.o 
Assembler messages:
Error: unknown architecture `armv6s-m'

Error: unrecognized option -march=armv6s-m
make[1]: *** [Makefile:125: /data/build/pinebook-pro/build/source/arm-trusted-firmware/build/rk3399/release/m0/dram.o] Error 1
make[1]: Leaving directory '/data/build/pinebook-pro/build/source/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0'
make: *** [plat/rockchip/rk3399/platform.mk:110: /data/build/pinebook-pro/build/source/arm-trusted-firmware/build/rk3399/release/m0/rk3399m0.bin] Error 2
That light ONLY comes on when the boot code (generally uboot) hands off and the kernel gets control. I would hope you have an SD card with a known good image that you can use to boot the PBP from, this will give you a LOT better access to address the problem.
 
Old 07-23-2022, 04:53 PM   #4
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,919

Rep: Reputation: Disabled
Quote:
Originally Posted by wowbaggerHU View Post
Hi Members,

I just decided to upgrade my slarm64 installation on my PineBook Pro, and I decided to upgrade the kernel image to the official 5.18.12 as well, knowing that doing so will likely break something.
Well, it did. Now my PBP is not booting, not even the power LED turns on. The serial console shows something like this:

Code:
���ٽ�+��E��ʭ�����щ������Z�NOTICE:  BL31: v2.3():v2.3                         
NOTICE:  BL31: Built : 15�c��Q[�=���Wz���������x������SOQḲ��������>��������������Q�{������e��uᎨ���ѹp�����ˊ���������&j���x���u}����;8s�����ѫq���������8��*�ں8�������o�&���Ȫ����鮲u�ъ�����"�������x�qKqU���������"��b�b�勫����ڽ���b�����n�bպq8r���)������q�����>������q���,)�,ک����&9����7��������ʹ��,��꩹�����
=�׆��У#C�����$������b�c<                                                                                                                                                                                                                                                           �l���v}��꨷�{�yu9���,���*ʊ銼���z�ᚹ��ꎼ���x]�{�yu9�k��b������&���Ḻ�"�����n�b�SO����������x�S����2:����q�������ySY�
The baud rate was set to 115000 with no flow-control.

I'm currently in the process of building my own installer image with images-build-kit to try to boot from a micro-SD card.
Stay tuned.
Thanks wowbaggerHU,

speed for tty debug for PineBook Pro 1500000
the ATF version was incorrect.

Last edited by sndwvs; 07-23-2022 at 05:17 PM.
 
1 members found this post helpful.
Old 07-24-2022, 08:50 AM   #5
wowbaggerHU
Member
 
Registered: Feb 2017
Location: Hungary
Distribution: Slackware
Posts: 288

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by sndwvs View Post
Thanks wowbaggerHU,

speed for tty debug for PineBook Pro 1500000
Yes, thanks for pointing that one out. I knew it wasn't the standard 115200, but then again, I only remembered 115000 and not 150000. Also, minicom ignored the 150000 value and defaulted back to 115200.

But now, here is the boot log:

Code:
U-Boot TPL 2020.10-rk3399 (Dec 10 2020 - 15:55:26)
Channel 0: LPDDR4, 50MHz
BW=32 Col=10 Bk=8 CS0 Row=15 CS1 Row=15 CS=2 Die BW=16 Size=2048MB
Channel 1: LPDDR4, 50MHz
BW=32 Col=10 Bk=8 CS0 Row=15 CS1 Row=15 CS=2 Die BW=16 Size=2048MB
256B stride
lpddr4_set_rate: change freq to 400000000 mhz 0, 1
lpddr4_set_rate: change freq to 800000000 mhz 1, 0
Trying to boot from BOOTROM
Returning to boot ROM...
   
U-Boot SPL 2020.10-rk3399 (Dec 10 2020 - 15:55:26 +0100)
Trying to boot from MMC2
   
   
U-Boot 2020.10-rk3399 (Dec 10 2020 - 15:57:06 +0100)
   
SoC: Rockchip rk3399
Reset cause: POR
Model: Pine64 Pinebook Pro
DRAM:  3.9 GiB
PMIC:  RK808
MMC:   mmc@fe310000: 2, mmc@fe320000: 1, sdhci@fe330000: 0
Loading Environment from SPIFlash... Invalid bus 0 (err=-19)
*** Warning - spi_flash_probe_bus_cs() failed, using default environment
   
In:    serial
Out:   serial
Err:   serial
Model: Pine64 Pinebook Pro
Net:   No ethernet found.
starting USB...
Bus usb@fe380000: failed to get usb phy
Port not available.
Bus usb@fe3a0000: failed to get usb phy
Port not available.
Bus usb@fe3c0000: failed to get usb phy
Port not available.
Bus usb@fe3e0000: failed to get usb phy
Port not available.
Bus dwc3: Failed to get PHY0 for dwc3
Port not available.
Bus dwc3: Failed to get PHY0 for dwc3
Port not available.
Hit any key to stop autoboot:  0
Card did not respond to voltage select!
switch to partitions #0, OK
mmc0(part 0) is current device
Scanning mmc 0:1...
Found U-Boot script /boot.scr
1651 bytes read in 12 ms (133.8 KiB/s)
## Executing script at 00500000
Boot script loaded from mmc 0
96 bytes read in 9 ms (9.8 KiB/s)
Failed to load '/dtb/rk3399-pinebook-pro.dtb'
29702656 bytes read in 1316 ms (21.5 MiB/s)
libfdt fdt_check_header(): FDT_ERR_BADMAGIC
No FDT memory address configured. Please configure
the FDT address via "fdt addr <address>" command.
Aborting!
No FDT memory address configured. Please configure
the FDT address via "fdt addr <address>" command.
Aborting!
5496252 bytes read in 251 ms (20.9 MiB/s)
Moving Image from 0x2080000 to 0x2200000, end=3ee0000
## Loading init Ramdisk from Legacy Image at 06000000 ...
   Image Name:   uInitrd
   Image Type:   AArch64 Linux RAMDisk Image (gzip compressed)
   Data Size:    5496188 Bytes = 5.2 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
ERROR: Did not find a cmdline Flattened Device Tree
Could not find a valid device tree
SCRIPT FAILED: continuing...
PCIe link training gen1 timeout!

Device 0: unknown device
starting USB...
Bus usb@fe380000: failed to get usb phy
Port not available.
Bus usb@fe3a0000: failed to get usb phy
Port not available.
Bus usb@fe3c0000: failed to get usb phy
Port not available.
Bus usb@fe3e0000: failed to get usb phy
Port not available.
Bus dwc3: Failed to get PHY0 for dwc3
Port not available.
Bus dwc3: Failed to get PHY0 for dwc3
Port not available.
USB is stopped. Please issue 'usb start' first.
starting USB...
Bus usb@fe380000: failed to get usb phy
Port not available.
Bus usb@fe3a0000: failed to get usb phy
Port not available.
Bus usb@fe3c0000: failed to get usb phy
Port not available.
Bus usb@fe3e0000: failed to get usb phy
Port not available.
Bus dwc3: Failed to get PHY0 for dwc3
Port not available.
Bus dwc3: Failed to get PHY0 for dwc3
Port not available.
failed to find ep-gpios property
No ethernet found.
missing environment variable: pxeuuid
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/00000000
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/0000000
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/000000
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/00000
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/0000
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/000
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/00
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/0
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/default-arm-rk3399-pinebook-pro-rk3399
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/default-arm-rk3399
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/default-arm
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/default
No ethernet found.
Config file not found
starting USB...
Bus usb@fe380000: failed to get usb phy
Port not available.
Bus usb@fe3a0000: failed to get usb phy
Port not available.
Bus usb@fe3c0000: failed to get usb phy
Port not available.
Bus usb@fe3e0000: failed to get usb phy
Port not available.
Bus dwc3: Failed to get PHY0 for dwc3
Port not available.
Bus dwc3: Failed to get PHY0 for dwc3
Port not available.
failed to find ep-gpios property
No ethernet found.
No ethernet found.
Invalid bus 0 (err=-19)
Failed to initialize SPI flash at 0:0 (error -19)
 
Old 07-24-2022, 09:03 AM   #6
wowbaggerHU
Member
 
Registered: Feb 2017
Location: Hungary
Distribution: Slackware
Posts: 288

Original Poster
Rep: Reputation: Disabled
Just a note: your latest image boots okay on my PBP from a microSD card.
 
Old 07-24-2022, 11:30 AM   #7
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,919

Rep: Reputation: Disabled
Quote:
Originally Posted by wowbaggerHU View Post
Yes, thanks for pointing that one out. I knew it wasn't the standard 115200, but then again, I only remembered 115000 and not 150000. Also, minicom ignored the 150000 value and defaulted back to 115200.

But now, here is the boot log:

Code:
U-Boot TPL 2020.10-rk3399 (Dec 10 2020 - 15:55:26)
Channel 0: LPDDR4, 50MHz
BW=32 Col=10 Bk=8 CS0 Row=15 CS1 Row=15 CS=2 Die BW=16 Size=2048MB
Channel 1: LPDDR4, 50MHz
BW=32 Col=10 Bk=8 CS0 Row=15 CS1 Row=15 CS=2 Die BW=16 Size=2048MB
256B stride
lpddr4_set_rate: change freq to 400000000 mhz 0, 1
lpddr4_set_rate: change freq to 800000000 mhz 1, 0
Trying to boot from BOOTROM
Returning to boot ROM...
   
U-Boot SPL 2020.10-rk3399 (Dec 10 2020 - 15:55:26 +0100)
Trying to boot from MMC2
   
   
U-Boot 2020.10-rk3399 (Dec 10 2020 - 15:57:06 +0100)
   
SoC: Rockchip rk3399
Reset cause: POR
Model: Pine64 Pinebook Pro
DRAM:  3.9 GiB
PMIC:  RK808
MMC:   mmc@fe310000: 2, mmc@fe320000: 1, sdhci@fe330000: 0
Loading Environment from SPIFlash... Invalid bus 0 (err=-19)
*** Warning - spi_flash_probe_bus_cs() failed, using default environment
   
In:    serial
Out:   serial
Err:   serial
Model: Pine64 Pinebook Pro
Net:   No ethernet found.
starting USB...
Bus usb@fe380000: failed to get usb phy
Port not available.
Bus usb@fe3a0000: failed to get usb phy
Port not available.
Bus usb@fe3c0000: failed to get usb phy
Port not available.
Bus usb@fe3e0000: failed to get usb phy
Port not available.
Bus dwc3: Failed to get PHY0 for dwc3
Port not available.
Bus dwc3: Failed to get PHY0 for dwc3
Port not available.
Hit any key to stop autoboot:  0
Card did not respond to voltage select!
switch to partitions #0, OK
mmc0(part 0) is current device
Scanning mmc 0:1...
Found U-Boot script /boot.scr
1651 bytes read in 12 ms (133.8 KiB/s)
## Executing script at 00500000
Boot script loaded from mmc 0
96 bytes read in 9 ms (9.8 KiB/s)
Failed to load '/dtb/rk3399-pinebook-pro.dtb'
29702656 bytes read in 1316 ms (21.5 MiB/s)
libfdt fdt_check_header(): FDT_ERR_BADMAGIC
No FDT memory address configured. Please configure
the FDT address via "fdt addr <address>" command.
Aborting!
No FDT memory address configured. Please configure
the FDT address via "fdt addr <address>" command.
Aborting!
5496252 bytes read in 251 ms (20.9 MiB/s)
Moving Image from 0x2080000 to 0x2200000, end=3ee0000
## Loading init Ramdisk from Legacy Image at 06000000 ...
   Image Name:   uInitrd
   Image Type:   AArch64 Linux RAMDisk Image (gzip compressed)
   Data Size:    5496188 Bytes = 5.2 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
ERROR: Did not find a cmdline Flattened Device Tree
Could not find a valid device tree
SCRIPT FAILED: continuing...
PCIe link training gen1 timeout!

Device 0: unknown device
starting USB...
Bus usb@fe380000: failed to get usb phy
Port not available.
Bus usb@fe3a0000: failed to get usb phy
Port not available.
Bus usb@fe3c0000: failed to get usb phy
Port not available.
Bus usb@fe3e0000: failed to get usb phy
Port not available.
Bus dwc3: Failed to get PHY0 for dwc3
Port not available.
Bus dwc3: Failed to get PHY0 for dwc3
Port not available.
USB is stopped. Please issue 'usb start' first.
starting USB...
Bus usb@fe380000: failed to get usb phy
Port not available.
Bus usb@fe3a0000: failed to get usb phy
Port not available.
Bus usb@fe3c0000: failed to get usb phy
Port not available.
Bus usb@fe3e0000: failed to get usb phy
Port not available.
Bus dwc3: Failed to get PHY0 for dwc3
Port not available.
Bus dwc3: Failed to get PHY0 for dwc3
Port not available.
failed to find ep-gpios property
No ethernet found.
missing environment variable: pxeuuid
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/00000000
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/0000000
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/000000
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/00000
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/0000
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/000
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/00
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/0
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/default-arm-rk3399-pinebook-pro-rk3399
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/default-arm-rk3399
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/default-arm
No ethernet found.
missing environment variable: bootfile
Retrieving file: pxelinux.cfg/default
No ethernet found.
Config file not found
starting USB...
Bus usb@fe380000: failed to get usb phy
Port not available.
Bus usb@fe3a0000: failed to get usb phy
Port not available.
Bus usb@fe3c0000: failed to get usb phy
Port not available.
Bus usb@fe3e0000: failed to get usb phy
Port not available.
Bus dwc3: Failed to get PHY0 for dwc3
Port not available.
Bus dwc3: Failed to get PHY0 for dwc3
Port not available.
failed to find ep-gpios property
No ethernet found.
No ethernet found.
Invalid bus 0 (err=-19)
Failed to initialize SPI flash at 0:0 (error -19)
Failed to load '/dtb/rk3399-pinebook-pro.dtb'
Everything is clear, now in uEnv.txt the path to dtb has the prefix rockchip or allwinner or amlogic according to the structure of the installed dtb.
 
1 members found this post helpful.
Old 07-25-2022, 03:39 AM   #8
wowbaggerHU
Member
 
Registered: Feb 2017
Location: Hungary
Distribution: Slackware
Posts: 288

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by sndwvs View Post
Failed to load '/dtb/rk3399-pinebook-pro.dtb'
Everything is clear, now in uEnv.txt the path to dtb has the prefix rockchip or allwinner or amlogic according to the structure of the installed dtb.
Okay, I fixed that. Now I get the following:

Code:
U-Boot TPL 2020.10-rk3399 (Dec 10 2020 - 15:55:26)
Channel 0: LPDDR4, 50MHz
BW=32 Col=10 Bk=8 CS0 Row=15 CS1 Row=15 CS=2 Die BW=16 Size=2048MB
Channel 1: LPDDR4, 50MHz
BW=32 Col=10 Bk=8 CS0 Row=15 CS1 Row=15 CS=2 Die BW=16 Size=2048MB
256B stride
lpddr4_set_rate: change freq to 400000000 mhz 0, 1
lpddr4_set_rate: change freq to 800000000 mhz 1, 0
Trying to boot from BOOTROM
Returning to boot ROM...

U-Boot SPL 2020.10-rk3399 (Dec 10 2020 - 15:55:26 +0100)
Trying to boot from MMC2


U-Boot 2020.10-rk3399 (Dec 10 2020 - 15:57:06 +0100)

SoC: Rockchip rk3399
Reset cause: POR
Model: Pine64 Pinebook Pro
DRAM:  3.9 GiB
PMIC:  RK808 
MMC:   mmc@fe310000: 2, mmc@fe320000: 1, sdhci@fe330000: 0
Loading Environment from SPIFlash... Invalid bus 0 (err=-19)
*** Warning - spi_flash_probe_bus_cs() failed, using default environment

In:    serial
Out:   serial
Err:   serial
Model: Pine64 Pinebook Pro
Net:   No ethernet found.
starting USB...
Bus usb@fe380000: failed to get usb phy
Port not available.
Bus usb@fe3a0000: failed to get usb phy
Port not available.
Bus usb@fe3c0000: failed to get usb phy
Port not available.
Bus usb@fe3e0000: failed to get usb phy
Port not available.
Bus dwc3: Failed to get PHY0 for dwc3
Port not available.
Bus dwc3: Failed to get PHY0 for dwc3
Port not available.
Hit any key to stop autoboot:  0 
Card did not respond to voltage select!
switch to partitions #0, OK
mmc0(part 0) is current device
Scanning mmc 0:1...
Found U-Boot script /boot.scr
1651 bytes read in 12 ms (133.8 KiB/s)
## Executing script at 00500000
Boot script loaded from mmc 0
105 bytes read in 9 ms (10.7 KiB/s)
84290 bytes read in 41 ms (2 MiB/s)
29702656 bytes read in 1314 ms (21.6 MiB/s)
5496252 bytes read in 251 ms (20.9 MiB/s)
Moving Image from 0x2080000 to 0x2200000, end=3ee0000
## Loading init Ramdisk from Legacy Image at 06000000 ...
   Image Name:   uInitrd
   Image Type:   AArch64 Linux RAMDisk Image (gzip compressed)
   Data Size:    5496188 Bytes = 5.2 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 01f00000
   Booting using the fdt blob at 0x1f00000
   Loading Ramdisk to f49e8000, end f4f25d7c ... OK
   Loading Device Tree to 00000000f496b000, end 00000000f49e7fff ... OK

Starting kernel ...

[    1.674386] fusb302 4-0022: Unable to request IRQ for INT_N GPIO! 0
[    2.934731] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00007f00
[    2.935432] CPU: 0 PID: 1 Comm: init Not tainted 5.18.12 #1
[    2.935945] Hardware name: Pine64 Pinebook Pro (DT)
[    2.936388] Call trace:
[    2.936616]  dump_backtrace+0xb0/0x120
[    2.936980]  show_stack+0x18/0x70
[    2.937297]  dump_stack_lvl+0x68/0x84
[    2.937643]  dump_stack+0x18/0x34
[    2.937954]  panic+0x168/0x360
[    2.938246]  make_task_dead+0x0/0xf0
[    2.938586]  do_group_exit+0x34/0xa0
[    2.938924]  __arm64_sys_exit_group+0x18/0x20
[    2.939332]  invoke_syscall+0x48/0x114
[    2.939686]  el0_svc_common.constprop.0+0x44/0xfc
[    2.940123]  do_el0_svc+0x28/0x90
[    2.940436]  el0_svc+0x34/0xac
[    2.940726]  el0t_64_sync_handler+0xa4/0x130
[    2.941124]  el0t_64_sync+0x18c/0x190
[    2.941469] SMP: stopping secondary CPUs
[    2.941843] Kernel Offset: disabled
[    2.942163] CPU features: 0x100,00020909,00001086
[    2.942596] Memory Limit: none
[    2.942898] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00007f00 ]---
Maybe I will try to boot from micro-SD, and chroot into the original environment, and will try to rebuild uinitrd. I'll see what added value that will bring.
 
Old 07-25-2022, 10:30 AM   #9
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,919

Rep: Reputation: Disabled
Quote:
Originally Posted by wowbaggerHU View Post
Okay, I fixed that. Now I get the following:

Code:
U-Boot TPL 2020.10-rk3399 (Dec 10 2020 - 15:55:26)
Channel 0: LPDDR4, 50MHz
BW=32 Col=10 Bk=8 CS0 Row=15 CS1 Row=15 CS=2 Die BW=16 Size=2048MB
Channel 1: LPDDR4, 50MHz
BW=32 Col=10 Bk=8 CS0 Row=15 CS1 Row=15 CS=2 Die BW=16 Size=2048MB
256B stride
lpddr4_set_rate: change freq to 400000000 mhz 0, 1
lpddr4_set_rate: change freq to 800000000 mhz 1, 0
Trying to boot from BOOTROM
Returning to boot ROM...

U-Boot SPL 2020.10-rk3399 (Dec 10 2020 - 15:55:26 +0100)
Trying to boot from MMC2


U-Boot 2020.10-rk3399 (Dec 10 2020 - 15:57:06 +0100)

SoC: Rockchip rk3399
Reset cause: POR
Model: Pine64 Pinebook Pro
DRAM:  3.9 GiB
PMIC:  RK808 
MMC:   mmc@fe310000: 2, mmc@fe320000: 1, sdhci@fe330000: 0
Loading Environment from SPIFlash... Invalid bus 0 (err=-19)
*** Warning - spi_flash_probe_bus_cs() failed, using default environment

In:    serial
Out:   serial
Err:   serial
Model: Pine64 Pinebook Pro
Net:   No ethernet found.
starting USB...
Bus usb@fe380000: failed to get usb phy
Port not available.
Bus usb@fe3a0000: failed to get usb phy
Port not available.
Bus usb@fe3c0000: failed to get usb phy
Port not available.
Bus usb@fe3e0000: failed to get usb phy
Port not available.
Bus dwc3: Failed to get PHY0 for dwc3
Port not available.
Bus dwc3: Failed to get PHY0 for dwc3
Port not available.
Hit any key to stop autoboot:  0 
Card did not respond to voltage select!
switch to partitions #0, OK
mmc0(part 0) is current device
Scanning mmc 0:1...
Found U-Boot script /boot.scr
1651 bytes read in 12 ms (133.8 KiB/s)
## Executing script at 00500000
Boot script loaded from mmc 0
105 bytes read in 9 ms (10.7 KiB/s)
84290 bytes read in 41 ms (2 MiB/s)
29702656 bytes read in 1314 ms (21.6 MiB/s)
5496252 bytes read in 251 ms (20.9 MiB/s)
Moving Image from 0x2080000 to 0x2200000, end=3ee0000
## Loading init Ramdisk from Legacy Image at 06000000 ...
   Image Name:   uInitrd
   Image Type:   AArch64 Linux RAMDisk Image (gzip compressed)
   Data Size:    5496188 Bytes = 5.2 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 01f00000
   Booting using the fdt blob at 0x1f00000
   Loading Ramdisk to f49e8000, end f4f25d7c ... OK
   Loading Device Tree to 00000000f496b000, end 00000000f49e7fff ... OK

Starting kernel ...

[    1.674386] fusb302 4-0022: Unable to request IRQ for INT_N GPIO! 0
[    2.934731] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00007f00
[    2.935432] CPU: 0 PID: 1 Comm: init Not tainted 5.18.12 #1
[    2.935945] Hardware name: Pine64 Pinebook Pro (DT)
[    2.936388] Call trace:
[    2.936616]  dump_backtrace+0xb0/0x120
[    2.936980]  show_stack+0x18/0x70
[    2.937297]  dump_stack_lvl+0x68/0x84
[    2.937643]  dump_stack+0x18/0x34
[    2.937954]  panic+0x168/0x360
[    2.938246]  make_task_dead+0x0/0xf0
[    2.938586]  do_group_exit+0x34/0xa0
[    2.938924]  __arm64_sys_exit_group+0x18/0x20
[    2.939332]  invoke_syscall+0x48/0x114
[    2.939686]  el0_svc_common.constprop.0+0x44/0xfc
[    2.940123]  do_el0_svc+0x28/0x90
[    2.940436]  el0_svc+0x34/0xac
[    2.940726]  el0t_64_sync_handler+0xa4/0x130
[    2.941124]  el0t_64_sync+0x18c/0x190
[    2.941469] SMP: stopping secondary CPUs
[    2.941843] Kernel Offset: disabled
[    2.942163] CPU features: 0x100,00020909,00001086
[    2.942596] Memory Limit: none
[    2.942898] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00007f00 ]---
Maybe I will try to boot from micro-SD, and chroot into the original environment, and will try to rebuild uinitrd. I'll see what added value that will bring.
It looks like the root partition has changed, try booting from the new image and see what EMMC.
 
Old 07-26-2022, 01:53 AM   #10
wowbaggerHU
Member
 
Registered: Feb 2017
Location: Hungary
Distribution: Slackware
Posts: 288

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by sndwvs View Post
It looks like the root partition has changed, try booting from the new image and see what EMMC.
Yes, I likely forgot to add f2fs support to the uinitrd (but then again, judging from the output of rebuild-uinitrd.sh, f2fs support should be built into the kernel).
Either way, I chrooted into my original environment and rebuilt uinitrd (with the 5.18.12 kernel version that is currently installed in the original environment).

All I got was a blank screen with a power led emitting steady green light. (Earlier when I got the kernel panic it flashed red/green.)
This is all the output I saw on the serial console:

Code:
U-Boot TPL 2020.10-rk3399 (Dec 10 2020 - 15:55:26)
Channel 0: LPDDR4, 50MHz
BW=32 Col=10 Bk=8 CS0 Row=15 CS1 Row=15 CS=2 Die BW=16 Size=2048MB
Channel 1: LPDDR4, 50MHz
BW=32 Col=10 Bk=8 CS0 Row=15 CS1 Row=15 CS=2 Die BW=16 Size=2048MB
256B stride
lpddr4_set_rate: change freq to 400000000 mhz 0, 1
lpddr4_set_rate: change freq to 800000000 mhz 1, 0
Trying to boot from BOOTROM
Returning to boot ROM...

U-Boot SPL 2020.10-rk3399 (Dec 10 2020 - 15:55:26 +0100)
Trying to boot from MMC2


U-Boot 2020.10-rk3399 (Dec 10 2020 - 15:57:06 +0100)

SoC: Rockchip rk3399
Reset cause: POR
Model: Pine64 Pinebook Pro
DRAM:  3.9 GiB
PMIC:  RK808 
MMC:   mmc@fe310000: 2, mmc@fe320000: 1, sdhci@fe330000: 0
Loading Environment from SPIFlash... Invalid bus 0 (err=-19)
*** Warning - spi_flash_probe_bus_cs() failed, using default environment

In:    serial
Out:   serial
Err:   serial
Model: Pine64 Pinebook Pro
Net:   No ethernet found.
starting USB...
Bus usb@fe380000: failed to get usb phy
Port not available.
Bus usb@fe3a0000: failed to get usb phy
Port not available.
Bus usb@fe3c0000: failed to get usb phy
Port not available.
Bus usb@fe3e0000: failed to get usb phy
Port not available.
Bus dwc3: Failed to get PHY0 for dwc3
Port not available.
Bus dwc3: Failed to get PHY0 for dwc3
Port not available.
Hit any key to stop autoboot:  0 
Card did not respond to voltage select!
switch to partitions #0, OK
mmc0(part 0) is current device
Scanning mmc 0:1...
Found U-Boot script /boot.scr
1651 bytes read in 12 ms (133.8 KiB/s)
## Executing script at 00500000
Boot script loaded from mmc 0
105 bytes read in 8 ms (12.7 KiB/s)
84290 bytes read in 41 ms (2 MiB/s)
29702656 bytes read in 1314 ms (21.6 MiB/s)
12164331 bytes read in 541 ms (21.4 MiB/s)
Moving Image from 0x2080000 to 0x2200000, end=3ee0000
## Loading init Ramdisk from Legacy Image at 06000000 ...
   Image Name:   uInitrd
   Image Type:   AArch64 Linux RAMDisk Image (gzip compressed)
   Data Size:    12164267 Bytes = 11.6 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 01f00000
   Booting using the fdt blob at 0x1f00000
   Loading Ramdisk to f438c000, end f4f25cab ... OK
   Loading Device Tree to 00000000f430f000, end 00000000f438bfff ... OK

Starting kernel ...

[    2.121380] fusb302 4-0022: Unable to request IRQ for INT_N GPIO! 0
 
Old 07-26-2022, 10:40 AM   #11
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,919

Rep: Reputation: Disabled
Quote:
Originally Posted by wowbaggerHU View Post
Yes, I likely forgot to add f2fs support to the uinitrd (but then again, judging from the output of rebuild-uinitrd.sh, f2fs support should be built into the kernel).
Either way, I chrooted into my original environment and rebuilt uinitrd (with the 5.18.12 kernel version that is currently installed in the original environment).

All I got was a blank screen with a power led emitting steady green light. (Earlier when I got the kernel panic it flashed red/green.)
This is all the output I saw on the serial console:

Code:
U-Boot TPL 2020.10-rk3399 (Dec 10 2020 - 15:55:26)
Channel 0: LPDDR4, 50MHz
BW=32 Col=10 Bk=8 CS0 Row=15 CS1 Row=15 CS=2 Die BW=16 Size=2048MB
Channel 1: LPDDR4, 50MHz
BW=32 Col=10 Bk=8 CS0 Row=15 CS1 Row=15 CS=2 Die BW=16 Size=2048MB
256B stride
lpddr4_set_rate: change freq to 400000000 mhz 0, 1
lpddr4_set_rate: change freq to 800000000 mhz 1, 0
Trying to boot from BOOTROM
Returning to boot ROM...

U-Boot SPL 2020.10-rk3399 (Dec 10 2020 - 15:55:26 +0100)
Trying to boot from MMC2


U-Boot 2020.10-rk3399 (Dec 10 2020 - 15:57:06 +0100)

SoC: Rockchip rk3399
Reset cause: POR
Model: Pine64 Pinebook Pro
DRAM:  3.9 GiB
PMIC:  RK808 
MMC:   mmc@fe310000: 2, mmc@fe320000: 1, sdhci@fe330000: 0
Loading Environment from SPIFlash... Invalid bus 0 (err=-19)
*** Warning - spi_flash_probe_bus_cs() failed, using default environment

In:    serial
Out:   serial
Err:   serial
Model: Pine64 Pinebook Pro
Net:   No ethernet found.
starting USB...
Bus usb@fe380000: failed to get usb phy
Port not available.
Bus usb@fe3a0000: failed to get usb phy
Port not available.
Bus usb@fe3c0000: failed to get usb phy
Port not available.
Bus usb@fe3e0000: failed to get usb phy
Port not available.
Bus dwc3: Failed to get PHY0 for dwc3
Port not available.
Bus dwc3: Failed to get PHY0 for dwc3
Port not available.
Hit any key to stop autoboot:  0 
Card did not respond to voltage select!
switch to partitions #0, OK
mmc0(part 0) is current device
Scanning mmc 0:1...
Found U-Boot script /boot.scr
1651 bytes read in 12 ms (133.8 KiB/s)
## Executing script at 00500000
Boot script loaded from mmc 0
105 bytes read in 8 ms (12.7 KiB/s)
84290 bytes read in 41 ms (2 MiB/s)
29702656 bytes read in 1314 ms (21.6 MiB/s)
12164331 bytes read in 541 ms (21.4 MiB/s)
Moving Image from 0x2080000 to 0x2200000, end=3ee0000
## Loading init Ramdisk from Legacy Image at 06000000 ...
   Image Name:   uInitrd
   Image Type:   AArch64 Linux RAMDisk Image (gzip compressed)
   Data Size:    12164267 Bytes = 11.6 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 01f00000
   Booting using the fdt blob at 0x1f00000
   Loading Ramdisk to f438c000, end f4f25cab ... OK
   Loading Device Tree to 00000000f430f000, end 00000000f438bfff ... OK

Starting kernel ...

[    2.121380] fusb302 4-0022: Unable to request IRQ for INT_N GPIO! 0
F2FS is built in the kernel, so there is no need to rebuild the initrd.
Code:
CONFIG_F2FS_FS=y
CONFIG_F2FS_STAT_FS=y
CONFIG_F2FS_FS_XATTR=y
CONFIG_F2FS_FS_POSIX_ACL=y
CONFIG_F2FS_FS_SECURITY=y
CONFIG_F2FS_CHECK_FS=y
# CONFIG_F2FS_FAULT_INJECTION is not set
# CONFIG_F2FS_FS_COMPRESSION is not set
CONFIG_F2FS_IOSTAT=y
# CONFIG_F2FS_UNFAIR_RWSEM is not set
for more information change in uEnv.txt verbosity=8
 
Old 07-27-2022, 07:16 AM   #12
wowbaggerHU
Member
 
Registered: Feb 2017
Location: Hungary
Distribution: Slackware
Posts: 288

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by sndwvs View Post
for more information change in uEnv.txt verbosity=8
Okay, I did just that:

Code:
Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 5.18.12 (root@firefly-rk3399) (gcc (GCC) 11.2.0, GNU ld version 2.37-slack15) #1 SMP PREEMPT Fri Jul 15 15:32:11 EEST 2022
[    0.000000] Machine model: Pine64 Pinebook Pro
[    0.000000] earlycon: uart8250 at MMIO32 0x00000000ff1a0000 (options '')
[    0.000000] printk: bootconsole [uart8250] enabled
[    0.000000] efi: UEFI not found.
--- had to trim the output a bit to get below the 30000 char threshold ---
[    0.000000] GICv3: 0 Extended SPIs implemented
[    0.000000] GICv3: Distributor has no Range Selector support
[    0.000000] Root IRQ handler: gic_handle_irq
[    0.000000] GICv3: 16 PPIs implemented
[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fef00000
[    0.000000] ITS [mem 0xfee20000-0xfee3ffff]
[    0.000000] ITS@0x00000000fee20000: allocated 65536 Devices @500000 (flat, esz 8, psz 64K, shr 0)
[    0.000000] ITS: using cache flushing for cmd queue
[    0.000000] GICv3: using LPI property table @0x00000000004d0000
[    0.000000] GIC: using cache flushing for LPI property table
[    0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000000004e0000
[    0.000000] GICv3: GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] }
[    0.000000] GICv3: GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] }
[    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.002900] Console: colour dummy device 80x25
[    0.003337] printk: console [tty1] enabled
[    0.003737] printk: bootconsole [uart8250] disabled
[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 5.18.12 (root@firefly-rk3399) (gcc (GCC) 11.2.0, GNU ld version 2.37-slack15) #1 SMP PREEMPT Fri Jul 15 15:32:11 EEST 2022
[    0.000000] Machine model: Pine64 Pinebook Pro
[    0.000000] earlycon: uart8250 at MMIO32 0x00000000ff1a0000 (options '')
[    0.000000] printk: bootconsole [uart8250] enabled
[    0.000000] efi: UEFI not found.
[    0.000000] NUMA: No NUMA configuration found
[    0.000000] NUMA: Faking a node at [mem 0x0000000000200000-0x00000000f7ffffff]
[    0.000000] NUMA: NODE_DATA [mem 0xf77ca040-0xf77cbfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000200000-0x00000000f7ffffff]
[    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 0x0000000000200000-0x00000000f7ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x00000000f7ffffff]
[    0.000000] On node 0, zone DMA: 512 pages in unavailable ranges
[    0.000000] cma: Reserved 128 MiB at 0x00000000e8400000
[    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 29 pages/cpu s81704 r8192 d28888 u118784
[    0.000000] pcpu-alloc: s81704 r8192 d28888 u118784 alloc=29*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: detected: GIC system register CPU interface
[    0.000000] CPU features: detected: ARM erratum 845719
[    0.000000] Fallback order for Node 0: 0
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 999432
[    0.000000] Policy zone: DMA
[    0.000000] Kernel command line: root=/dev/mmcblk2p2 ro rootwait rootfstype=f2fs init=/sbin/init console=ttyS2,1500000n8 console=tty1 consoleblank=0 loglevel=8 usb-storage.quirks=  earlycon=uart8250,mmio32,0xff1a0000
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.000000] Memory: 3809832K/4061184K available (15680K kernel code, 2702K rwdata, 6108K rodata, 4352K init, 508K bss, 120280K reserved, 131072K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    0.000000] trace event string verifier disabled
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU event tracing is enabled.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=6.
[    0.000000]  Trampoline variant of Tasks RCU enabled.
[    0.000000]  Rude variant of Tasks RCU enabled.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[    0.000000] GICv3: 256 SPIs implemented
[    0.000000] GICv3: 0 Extended SPIs implemented
[    0.000000] GICv3: Distributor has no Range Selector support
[    0.000000] Root IRQ handler: gic_handle_irq
[    0.000000] GICv3: 16 PPIs implemented
[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fef00000
[    0.000000] ITS [mem 0xfee20000-0xfee3ffff]
[    0.000000] ITS@0x00000000fee20000: allocated 65536 Devices @500000 (flat, esz 8, psz 64K, shr 0)
[    0.000000] ITS: using cache flushing for cmd queue
[    0.000000] GICv3: using LPI property table @0x00000000004d0000
[    0.000000] GIC: using cache flushing for LPI property table
[    0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000000004e0000
[    0.000000] GICv3: GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] }
[    0.000000] GICv3: GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] }
[    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.002900] Console: colour dummy device 80x25
[    0.003337] printk: console [tty1] enabled
[    0.003737] printk: bootconsole [uart8250] disabled
[    0.004311] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[    0.004354] pid_max: default: 32768 minimum: 301
[    0.004491] LSM: Security Framework initializing
[    0.004549] Yama: becoming mindful.
[    0.004693] AppArmor: AppArmor initialized
[    0.004855] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.004908] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.008148] cblist_init_generic: Setting adjustable number of callback queues.
[    0.008194] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.008377] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.008558] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.008939] rcu: Hierarchical SRCU implementation.
[    0.010103] Platform MSI: interrupt-controller@fee20000 domain created
[    0.010661] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
[    0.013003] EFI services will not be available.
[    0.013851] smp: Bringing up secondary CPUs ...
[    0.014956] Detected VIPT I-cache on CPU1
[    0.015007] GICv3: CPU1: found redistributor 1 region 0:0x00000000fef20000
[    0.015030] GICv3: CPU1: using allocated LPI pending table @0x00000000004f0000
[    0.015101] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.016257] Detected VIPT I-cache on CPU2
[    0.016297] GICv3: CPU2: found redistributor 2 region 0:0x00000000fef40000
[    0.016317] GICv3: CPU2: using allocated LPI pending table @0x0000000000580000
[    0.016365] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.017471] Detected VIPT I-cache on CPU3
[    0.017510] GICv3: CPU3: found redistributor 3 region 0:0x00000000fef60000
[    0.017530] GICv3: CPU3: using allocated LPI pending table @0x0000000000590000
[    0.017575] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.018681] CPU features: detected: Spectre-v2
[    0.018698] CPU features: detected: Spectre-BHB
[    0.018711] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[    0.018717] Detected PIPT I-cache on CPU4
[    0.018753] GICv3: CPU4: found redistributor 100 region 0:0x00000000fef80000
[    0.018772] GICv3: CPU4: using allocated LPI pending table @0x00000000005a0000
[    0.018818] CPU4: Booted secondary processor 0x0000000100 [0x410fd082]
[    0.019985] Detected PIPT I-cache on CPU5
[    0.020019] GICv3: CPU5: found redistributor 101 region 0:0x00000000fefa0000
[    0.020037] GICv3: CPU5: using allocated LPI pending table @0x00000000005b0000
[    0.020075] CPU5: Booted secondary processor 0x0000000101 [0x410fd082]
[    0.020227] smp: Brought up 1 node, 6 CPUs
[    0.020621] SMP: Total of 6 processors activated.
[    0.020644] CPU features: detected: 32-bit EL0 Support
[    0.020665] CPU features: detected: 32-bit EL1 Support
[    0.020689] CPU features: detected: CRC32 instructions
[    0.022193] CPU: All CPU(s) started at EL2
[    0.022275] alternatives: patching kernel code
[    0.025347] devtmpfs: initialized
[    0.040774] Registered cp15_barrier emulation handler
[    0.040819] Registered setend emulation handler
[    0.041042] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.041108] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.044137] pinctrl core: initialized pinctrl subsystem
[    0.044800] DMI not present or invalid.
[    0.045592] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.049548] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.050965] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.053112] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.053210] audit: initializing netlink subsys (disabled)
[    0.053485] audit: type=2000 audit(0.052:1): state=initialized audit_enabled=0 res=1
[    0.054759] thermal_sys: Registered thermal governor 'fair_share'
[    0.054769] thermal_sys: Registered thermal governor 'bang_bang'
[    0.054789] thermal_sys: Registered thermal governor 'step_wise'
[    0.054803] thermal_sys: Registered thermal governor 'user_space'
[    0.055336] cpuidle: using governor menu
[    0.055590] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.055828] ASID allocator initialised with 65536 entries
[    0.057087] Serial: AMBA PL011 UART driver
[    0.086287] platform ff770000.syscon:phy@f780: Fixing up cyclic dependency with fe330000.mmc
[    0.093067] platform ff970000.edp: Fixing up cyclic dependency with ff8f0000.vop
[    0.093157] platform ff970000.edp: Fixing up cyclic dependency with ff900000.vop
[    0.104127] rockchip-gpio ff720000.gpio: probed /pinctrl/gpio@ff720000
[    0.104962] rockchip-gpio ff730000.gpio: probed /pinctrl/gpio@ff730000
[    0.105829] rockchip-gpio ff780000.gpio: probed /pinctrl/gpio@ff780000
[    0.106639] rockchip-gpio ff788000.gpio: probed /pinctrl/gpio@ff788000
[    0.107375] rockchip-gpio ff790000.gpio: probed /pinctrl/gpio@ff790000
[    0.109185] platform edp-panel: Fixing up cyclic dependency with ff970000.edp
[    0.132683] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.132715] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    0.132734] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.132751] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    0.133684] cryptd: max_cpu_qlen set to 1000
[    0.199545] raid6: neonx8   gen()  1666 MB/s
[    0.267725] raid6: neonx4   gen()  1727 MB/s
[    0.335902] raid6: neonx2   gen()  1480 MB/s
[    0.404042] raid6: neonx1   gen()  1178 MB/s
[    0.472206] raid6: int64x8  gen()   913 MB/s
[    0.540350] raid6: int64x4  gen()  1023 MB/s
[    0.608514] raid6: int64x2  gen()   961 MB/s
[    0.676666] raid6: int64x1  gen()   732 MB/s
[    0.676681] raid6: using algorithm neonx4 gen() 1727 MB/s
[    0.744816] raid6: .... xor() 1214 MB/s, rmw enabled
[    0.744833] raid6: using neon recovery algorithm
[    0.859024] iommu: Default domain type: Translated
[    0.859054] iommu: DMA domain TLB invalidation policy: strict mode
[    0.859548] SCSI subsystem initialized
[    0.859821] libata version 3.00 loaded.
[    0.860120] usbcore: registered new interface driver usbfs
[    0.860177] usbcore: registered new interface driver hub
[    0.860238] usbcore: registered new device driver usb
[    0.860860] pps_core: LinuxPPS API ver. 1 registered
[    0.860877] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.860906] PTP clock support registered
[    0.861241] EDAC MC: Ver: 3.0.0
[    0.862531] NetLabel: Initializing
[    0.862550] NetLabel:  domain hash size = 128
[    0.862564] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.862643] NetLabel:  unlabeled traffic allowed by default
[    0.862800] vgaarb: loaded
[    0.863292] clocksource: Switched to clocksource arch_sys_counter
[    0.919929] VFS: Disk quotas dquot_6.6.0
[    0.920021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.920914] AppArmor: AppArmor Filesystem Enabled
[    0.931363] NET: Registered PF_INET protocol family
[    0.931670] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.934739] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.934954] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.935047] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.935546] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.936228] TCP: Hash tables configured (established 32768 bind 32768)
[    0.936392] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.936559] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.936919] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.936966] NET: Registered PF_XDP protocol family
[    0.936988] PCI: CLS 0 bytes, default 64
[    0.937659] Trying to unpack rootfs image as initramfs...
[    0.938224] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[    0.938758] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[    0.939677] kvm [1]: IPA Size Limit: 40 bits
[    0.941080] kvm [1]: vgic-v2@fff20000
[    0.941125] kvm [1]: GIC system register CPU interface enabled
[    0.941414] kvm [1]: vgic interrupt IRQ18
[    0.941729] kvm [1]: Hyp mode initialized successfully
[    0.944189] Initialise system trusted keyrings
[    0.944261] Key type blacklist registered
[    0.944624] workingset: timestamp_bits=44 max_order=20 bucket_order=0
[    0.951490] zbud: loaded
[    0.953495] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.954475] fuse: init (API version 7.36)
[    0.956107] integrity: Platform Keyring initialized
[    1.022668] xor: measuring software checksum speed
[    1.026077]    8regs           :  2926 MB/sec
[    1.029229]    32regs          :  3149 MB/sec
[    1.033524]    arm64_neon      :  2304 MB/sec
[    1.033540] xor: using function: 32regs (3149 MB/sec)
[    1.033562] Key type asymmetric registered
[    1.033575] Asymmetric key parser 'x509' registered
[    1.813689] Freeing initrd memory: 11876K
[    1.836331] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    1.836448] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    1.836679] io scheduler mq-deadline registered
[    1.836699] io scheduler kyber registered
[    1.836862] io scheduler bfq registered
[    1.875872] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330
[    1.875928] dma-pl330 ff6d0000.dma-controller:       DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12
[    1.878490] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330
[    1.878532] dma-pl330 ff6e0000.dma-controller:       DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[    1.944020] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[    1.947731] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 41, base_baud = 1500000) is a 16550A
[    1.947947] serial serial0: tty port ttyS0 registered
[    1.949577] ff1a0000.serial: ttyS2 at MMIO 0xff1a0000 (irq = 42, base_baud = 1500000) is a 16550A
[    2.067046] printk: console [ttyS2] enabled
[    2.068963] Serial: AMBA driver
[    2.073682] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    2.083117] loop: module loaded
[    2.088704] tun: Universal TUN/TAP device driver, 1.6
[    2.090297] thunder_xcv, ver 1.0
[    2.090650] thunder_bgx, ver 1.0
[    2.090985] nicpf, ver 1.0
[    2.092381] e1000e: Intel(R) PRO/1000 Network Driver
[    2.092830] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    2.093400] igb: Intel(R) Gigabit Ethernet Network Driver
[    2.093884] igb: Copyright (c) 2007-2014 Intel Corporation.
[    2.094414] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[    2.094974] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    2.095806] sky2: driver version 1.30
[    2.096822] VFIO - User Level meta-driver version: 0.3
[    2.108157] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.108769] ehci-pci: EHCI PCI platform driver
[    2.109206] ehci-platform: EHCI generic platform driver
[    2.112083] ehci-platform fe3c0000.usb: EHCI Host Controller
[    2.112618] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 1
[    2.113476] ehci-platform fe3c0000.usb: irq 36, io mem 0xfe3c0000
[    2.127324] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00
[    2.128133] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
[    2.128879] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.129527] usb usb1: Product: EHCI Host Controller
[    2.129968] usb usb1: Manufacturer: Linux 5.18.12 ehci_hcd
[    2.130461] usb usb1: SerialNumber: fe3c0000.usb
[    2.131427] hub 1-0:1.0: USB hub found
[    2.131809] hub 1-0:1.0: 1 port detected
[    2.132886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.133464] ohci-pci: OHCI PCI platform driver
[    2.133915] ohci-platform: OHCI generic platform driver
[    2.134719] ohci-platform fe3e0000.usb: Generic Platform OHCI controller
[    2.135359] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 2
[    2.136174] ohci-platform fe3e0000.usb: irq 37, io mem 0xfe3e0000
[    2.199520] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.18
[    2.200266] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.200915] usb usb2: Product: Generic Platform OHCI controller
[    2.201445] usb usb2: Manufacturer: Linux 5.18.12 ohci_hcd
[    2.201937] usb usb2: SerialNumber: fe3e0000.usb
[    2.202847] hub 2-0:1.0: USB hub found
[    2.203225] hub 2-0:1.0: 1 port detected
[    2.205077] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    2.205593] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 3
[    2.206427] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x8000000002010010
[    2.207348] xhci-hcd xhci-hcd.0.auto: irq 75, io mem 0xfe900000
[    2.208124] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    2.208626] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 4
[    2.209318] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[    2.210081] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
[    2.210827] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.211615] usb usb3: Product: xHCI Host Controller
[    2.212059] usb usb3: Manufacturer: Linux 5.18.12 xhci-hcd
[    2.212552] usb usb3: SerialNumber: xhci-hcd.0.auto
[    2.213499] hub 3-0:1.0: USB hub found
[    2.213879] hub 3-0:1.0: 1 port detected
[    2.214648] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.215531] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.18
[    2.216274] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.216921] usb usb4: Product: xHCI Host Controller
[    2.217360] usb usb4: Manufacturer: Linux 5.18.12 xhci-hcd
[    2.217852] usb usb4: SerialNumber: xhci-hcd.0.auto
[    2.218766] hub 4-0:1.0: USB hub found
[    2.219143] hub 4-0:1.0: 1 port detected
[    2.220010] usbcore: registered new interface driver usb-storage
[    2.223116] mousedev: PS/2 mouse device common for all mice
[    2.225047] i2c_dev: i2c /dev entries driver
[    2.229897] rk808 0-001b: chip id: 0x0
[    2.234961] rk808-regulator rk808-regulator: there is no dvs0 gpio
[    2.235716] rk808-regulator rk808-regulator: there is no dvs1 gpio
[    2.236277] rk808-regulator rk808-regulator: max buck steps per change: 8
[    2.251358] rk808-rtc rk808-rtc: registered as rtc0
[    2.252356] rk808-rtc rk808-rtc: setting system clock to 2022-07-27T14:04:37 UTC (1658930677)
[    2.254820] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected!
[    2.258908] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected!
[    2.268272] dw_wdt ff848000.watchdog: No valid TOPs array specified
[    2.271123] sdhci: Secure Digital Host Controller Interface driver
[    2.271714] sdhci: Copyright(c) Pierre Ossman
[    2.272134] Synopsys Designware Multimedia Card Interface Driver
[    2.274303] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.274874] dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode.
[    2.275199] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[    2.275561] dwmmc_rockchip fe320000.mmc: Using internal DMA controller.
[    2.276224] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[    2.276789] dwmmc_rockchip fe320000.mmc: Version ID is 270a
[    2.277388] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[    2.277932] dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 32,32 bit host data width,256 deep fifo
[    2.278513] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 31,32 bit host data width,256 deep fifo
[    2.279263] ledtrig-cpu: registered to indicate activity on CPUs
[    2.279762] dwmmc_rockchip fe320000.mmc: Got CD GPIO
[    2.280586] dwmmc_rockchip fe310000.mmc: allocated mmc-pwrseq
[    2.281633] mmc_host mmc0: card is non-removable.
[    2.281803] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    2.282969] hid: raw HID events driver (C) Jiri Kosina
[    2.283599] usbcore: registered new interface driver usbhid
[    2.284103] usbhid: USB HID core driver
[    2.285200] fusb302 4-0022: Can't get property of role, set role to default DRP
[    2.292548] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    2.294141] fusb302 4-0022: Unable to request IRQ for INT_N GPIO! 0
[    2.295020] fusb302: probe of 4-0022 failed with error -22
[    2.301244] drop_monitor: Initializing network drop monitor service
[    2.302555] NET: Registered PF_INET6 protocol family
[    2.324654] Segment Routing with IPv6
[    2.325055] In-situ OAM (IOAM) with IPv6
[    2.325495] NET: Registered PF_PACKET protocol family
[    2.326140] 8021q: 802.1Q VLAN Support v1.8
[    2.326593] Key type dns_resolver registered
[    2.328870] registered taskstats version 1
[    2.329256] Loading compiled-in X.509 certificates
[    2.333507] Loaded X.509 cert 'Build time autogenerated kernel key: 4064e6bd5fa14d661a17d7d6c4c05813f5a30a23'
[    2.335678] zswap: loaded using pool lzo/zbud
[    2.336745] Key type ._fscrypt registered
[    2.337112] Key type .fscrypt registered
[    2.337466] Key type fscrypt-provisioning registered
[    2.340234] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=yes
[    2.341233] Key type encrypted registered
[    2.341617] AppArmor: AppArmor sha1 policy hashing enabled
[    2.387348] usb 1-1: new high-speed USB device number 2 using ehci-platform
[    2.399409] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    2.417901] rockchip-pcie f8000000.pcie: host bridge /pcie@f8000000 ranges:
[    2.418615] rockchip-pcie f8000000.pcie:      MEM 0x00fa000000..0x00fbdfffff -> 0x00fa000000
[    2.419549] rockchip-pcie f8000000.pcie:       IO 0x00fbe00000..0x00fbefffff -> 0x00fbe00000
[    2.421344] rockchip-pcie f8000000.pcie: no vpcie12v regulator found
[    2.461550] rockchip-pcie f8000000.pcie: wait 1000 ms (from device tree) before bus scan
[    2.511056] mmc_host mmc0: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
[    2.545075] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.36
[    2.545824] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.546464] usb 1-1: Product: USB2.0 Hub
[    2.547722] hub 1-1:1.0: USB hub found
[    2.548450] hub 1-1:1.0: 4 ports detected
[    2.835334] usb 1-1.2: new high-speed USB device number 3 using ehci-platform
[    2.992943] usb 1-1.2: New USB device found, idVendor=0c45, idProduct=6321, bcdDevice= 0.00
[    2.993698] usb 1-1.2: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    2.994353] usb 1-1.2: Product: USB Camera
[    2.994725] usb 1-1.2: Manufacturer: Sonix Technology Co., Ltd.
[    3.156353] dwmmc_rockchip fe310000.mmc: Successfully tuned phase to 52
[    3.162831] mmc0: new ultra high speed SDR104 SDIO card at address 0001
[    3.487864] rockchip-pcie f8000000.pcie: PCI host bridge to bus 0000:00
[    3.488479] pci_bus 0000:00: root bus resource [bus 00-1f]
[    3.488990] pci_bus 0000:00: root bus resource [mem 0xfa000000-0xfbdfffff]
[    3.489622] pci_bus 0000:00: root bus resource [io  0x0000-0xfffff] (bus address [0xfbe00000-0xfbefffff])
[    3.490542] pci 0000:00:00.0: [1d87:0100] type 01 class 0x060400
[    3.491269] pci 0000:00:00.0: supports D1
[    3.491672] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[    3.499879] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    3.500913] pci 0000:01:00.0: [15b7:5009] type 00 class 0x010802
[    3.501562] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[    3.502298] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x000000ff 64bit]
[    3.502983] pci 0000:01:00.0: Max Payload Size set to 256 (was 128, max 512)
[    3.504266] pci 0000:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:00:00.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[    3.522408] pci_bus 0000:01: busn_res: [bus 01-1f] end is updated to 01
[    3.523063] pci 0000:00:00.0: BAR 14: assigned [mem 0xfa000000-0xfa0fffff]
[    3.523732] pci 0000:01:00.0: BAR 0: assigned [mem 0xfa000000-0xfa003fff 64bit]
[    3.524452] pci 0000:01:00.0: BAR 4: assigned [mem 0xfa004000-0xfa0040ff 64bit]
[    3.525165] pci 0000:00:00.0: PCI bridge to [bus 01]
[    3.525631] pci 0000:00:00.0:   bridge window [mem 0xfa000000-0xfa0fffff]
[    3.526555] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[    3.527632] pcieport 0000:00:00.0: PME: Signaling with IRQ 89
[    3.528738] pcieport 0000:00:00.0: AER: enabled with IRQ 89
[    3.530084] nvme nvme0: pci function 0000:01:00.0
[    3.530589] nvme 0000:01:00.0: enabling device (0000 -> 0002)
[    3.539723] WCN: marlin_init entry!
[    3.541344] input: gpio-key-lid as /devices/platform/gpio-key-lid/input/input0
[    3.543115] input: gpio-key-power as /devices/platform/gpio-key-power/input/input1
[    3.564496] nvme nvme0: allocated 32 MiB host memory buffer.
[    3.569421] nvme nvme0: 6/0/0 default/read/poll queues
[    3.577864]  nvme0n1: p1
[    3.581539] Freeing unused kernel memory: 4352K
[    3.599456] Run /init as init process
[    3.599795]   with arguments:
[    3.600067]     /init
[    3.600279]   with environment:
[    3.600563]     HOME=/
[    3.600781]     TERM=linux
[    5.671307] random: crng init done
[    5.701265] udevd[256]: starting eudev-3.2.11
[    6.000011] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
[    6.024028] device-mapper: uevent: version 1.0.3
[    6.025013] device-mapper: ioctl: 4.46.0-ioctl (2022-02-22) initialised: dm-devel@redhat.com
And after that it just hangs there.
I will try to start up a console on the serial port.
 
Old 07-27-2022, 07:19 AM   #13
wowbaggerHU
Member
 
Registered: Feb 2017
Location: Hungary
Distribution: Slackware
Posts: 288

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by wowbaggerHU View Post
And after that it just hangs there.
I will try to start up a console on the serial port.
Also, I have to note that there is no output on the display. It remains black.
Plus there is a console configured in inittab, but apparently it is not being started, because there is no login prompt on the serial port.

Last edited by wowbaggerHU; 07-27-2022 at 07:23 AM.
 
Old 07-27-2022, 10:14 AM   #14
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,919

Rep: Reputation: Disabled
ok, for clarification, they've been talking about the core all this time https://dl.slarm64.org/slackware/ima...ok_pro/kernel/ ?
 
Old 07-27-2022, 10:19 AM   #15
wowbaggerHU
Member
 
Registered: Feb 2017
Location: Hungary
Distribution: Slackware
Posts: 288

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by sndwvs View Post
ok, for clarification, they've been talking about the core all this time https://dl.slarm64.org/slackware/ima...ok_pro/kernel/ ?
I used the 5.18.12 version kernel that was the most recent version there, but after I started this thread you built, packaged and posted 5.18.14.
Do you expect any significant changes between the two kernel versions, or were there any differences in how you built or packaged it?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Boot Loader updates available for the RockPro64 and PineBook Pro drmozes Slackware - ARM 8 05-15-2022 02:14 PM
[SOLVED] Slarm64 on Pinebook Pro - black screen after kernel upgrade wowbaggerHU Slackware - ARM 5 08-25-2021 06:54 AM
LXer: Pinebook Pro Linux Laptop Is Back in Stock and You Can Get One for Only $220 USD LXer Syndicated Linux News 0 03-30-2021 08:33 AM
Video : New PINE64 Products. PineBook Pro, PinePhone, PineCam, PineH64 NicoD SBC Linux - Embedded & Single-board computer 2 02-06-2019 04:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > slarm64

All times are GMT -5. The time now is 11:35 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration