User:Brendlefly62/Rockchip RK3288 Asus Tinker Board S/Getting to Know the Board

From Gentoo Wiki
Jump to:navigation Jump to:search

Learn from Others

It may be instructive to see what developers of other distributions have built "under the hood" when they put together the images available to download for this SBC...

Start with a Debian installation

Getting started with Debian is nearly trivial, but the process and the resulting mature system can reveal important information that may not be easily available from other sources, particularly when working with a board for which there is no documentation of Gentoo use, maybe not even a publicly available device tree blob file. The investigative process basically entails downloading a system image file to your PC and flashing it to removable storage media (micro SD Card).

Go to https://tinker-board.asus.com/download.html, click "Download," and select the product name (TinkerBoard S) from the drop-down box that appears. Then review and select an image from the list that appears below. E.g. Tinker Board S Debian 10 V3.0.23. Note that James Chambers' blog also points to some other image sources such as pre-built images on the Armbian site.[1][2]

Now go here to see what Debian has under the hood ...

(and/or) Move on to an Armbian installation

It is possible to use a procedure identical to that outlined above -

Or, it may be more instructive to build Armbian from scratch

  • Armbian Sources are available on GitHub
  • The author found this YouTube video very easy to follow -- How to Compile Armbian: Step-by-Step Tutorial for Beginners The armbian/build build script is very impressive, but it is only "supported" on Ubuntu 64
    • Pre-requisites:
      • 64 bit Host computer
      • Linux or windows running VirtualBox if this isn't an Ubuntu 64 system
      • An SD card reader in (or connected to, via e.g. USB) the host system
      • Install Ubuntu on Virtualbox
Note
The author used a Windows 11 PC to install VirtualBox and then installed Ubuntu inside VirtualBox using an installation CDROM .iso file image, as outlined in the video

(and/or) Retrieve armbian/build sources

user $sudo apt-get update
user $sudo apt-get upgrade
user $sudo apt-get -y install git
user $git clone --depth=1 --branch=main https://github.com/armbian/build
user $cd build
  • Run the "compile.sh" script
user $compile.sh

From the "output" directory, copy the resulting armbian-image-file and flash it to eMMC or micro SD as described above.

Note
There is an explanation near then end of the youTube video referenced above regarding how to copy the image file from inside the virtualbox environment to the host PC system, from whence it can be written to media

Study System Information

Console information from u-boot will be available via whichever UART serial port is configured (for the bootloader) to provide serial console support.

Note
The serial port configuration may be compiled-into a boot script, but it will more likely be available for user-modification via extlinux/extlinux.conf, cmdline.txt, or uEnv.txt.

The example pre-built Debian image exposes it for modification in /boot/cmdline.txt as console= (unset) which evidently defaults to ttys3, which in turn corresponds to UART3, which is available at pins 36, 37 on the 40-pin GPIO header, and the baud rate is evidently set to 115200.

This armbian image exposes it for modification in /boot/boot.cmd and defaults to "console=ttys2,115200n8."  where ttys2 corresponds to UART2, which is available on the 40-pin GPIO header at pins 32, 33.  To change this, the user would have to edit boot.cmd and then recompile boot.scr using the mkimage tool.
Study u-boot serial console output --
(Armbian-built u-boot)(console output)
U-Boot TPL 2022.04-armbian (Aug 22 2023 - 14:56:16)
Returning to boot ROM...

U-Boot SPL 2022.04-armbian (Aug 22 2023 - 14:56:16 +0000)

U-Boot 2022.04-armbian (Aug 22 2023 - 14:56:16 +0000)

SoC: Rockchip rk3288
Reset cause: POR
Model: Tinker-RK3288
DRAM:  2 GiB
PMIC:  RK808
Core:  185 devices, 22 uclasses, devicetree: separate
MMC:   dwmmc@ff0c0000: 1, dwmmc@ff0f0000: 0
PC event = 0x20
usb connected to SDP, force enter ums mode
rk3288_maskrom_ctrl: enable_emmc = 1
usb_current_limit_ctrl: unlock_current = 1
Loading Environment from MMC... *** Warning - bad CRC, using default environment

In:    serial
Out:   vidconsole
Err:   vidconsole
Model: Tinker-RK3288
Net:   eth0: ethernet@ff290000
starting USB...
Bus usb@ff540000: USB DWC2
Bus usb@ff580000: USB DWC2
scanning bus usb@ff540000 for devices... 5 USB Device(s) found
scanning bus usb@ff580000 for devices... 1 USB Device(s) found
       scanning usb for storage devices... 1 Storage Device(s) found
UMS: LUN 0, dev mmc 0, hwpart 0, sector 0x0, count 0x1d1f000
\wait for usb get descriptor cmd timeout
rk3288_maskrom_ctrl: enable_emmc = 0
usb_current_limit_ctrl: unlock_current = 0
Hit any key to stop autoboot:  0
switch to partitions #0, OK
mmc1 is current device
Scanning mmc 1:1...
Found U-Boot script /boot/boot.scr
3452 bytes read in 4 ms (842.8 KiB/s)
## Executing script at 00000000
Boot script loaded from mmc 1
226 bytes read in 3 ms (73.2 KiB/s)
10184979 bytes read in 442 ms (22 MiB/s)
10189976 bytes read in 442 ms (22 MiB/s)
56457 bytes read in 7 ms (7.7 MiB/s)
262 bytes read in 4 ms (63.5 KiB/s)
Applying kernel provided DT overlay rockchip-i2c1.dtbo
262 bytes read in 5 ms (50.8 KiB/s)
Applying kernel provided DT overlay rockchip-i2c4.dtbo
262 bytes read in 5 ms (50.8 KiB/s)
Applying kernel provided DT overlay rockchip-spi2.dtbo
572 bytes read in 5 ms (111.3 KiB/s)
Applying kernel provided DT overlay rockchip-spidev2.dtbo
263 bytes read in 4 ms (63.5 KiB/s)
Applying kernel provided DT overlay rockchip-uart1.dtbo
263 bytes read in 4 ms (63.5 KiB/s)
Applying kernel provided DT overlay rockchip-uart2.dtbo
232 bytes read in 4 ms (56.6 KiB/s)
Applying kernel provided DT fixup script (rockchip-fixup.scr)
## Executing script at 39000000
Kernel image @ 0x2000000 [ 0x000000 - 0x9b7c98 ]
## Loading init Ramdisk from Legacy Image at 21000000 ...
   Image Name:   uInitrd
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    10184915 Bytes = 9.7 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 01f00000
   Booting using the fdt blob at 0x1f00000
dwc2_usb usb@ff540000: Error disabling vbus supply
device_remove: Device 'usb@ff540000' failed to remove, but children are gone
   Loading Ramdisk to 0f649000, end 0ffff8d3 ... OK
   Loading Device Tree to 0f5d2000, end 0f648fff ... OK

Starting kernel ...


Armbian 23.11.0-trunk Jammy ttyS2

tinkerboard login:

Study the output of dmesg --

The output of dmesg will have valuable information about hardware and associated drivers

root # dmesg
[    0.000000] Booting Linux on physical CPU 0x500
[    0.000000] Linux version 6.1.62-current-rockchip (armbian@next) (arm-linux-gnueabihf-gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #1 SMP PREEMPT Wed Nov  8 08:11:05 EST 2023
[    0.000000] CPU: ARMv7 Processor [410fc0d1] revision 1 (ARMv7), cr=10c5387d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: Rockchip RK3288 Asus Tinker Board S
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] cma: Reserved 16 MiB at 0x7f000000
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x000000002fffffff]
[    0.000000]   HighMem  [mem 0x0000000030000000-0x000000007fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x000000007fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
[    0.000000] percpu: Embedded 17 pages/cpu s40288 r8192 d21152 u69632
[    0.000000] pcpu-alloc: s40288 r8192 d21152 u69632 alloc=17*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 522560
[    0.000000] Kernel command line: earlyprintk root=UUID=6d2e14ae-d484-4de7-a5aa-d4c18eb495ba rootwait rootfstype=ext4 splash=verbose console=ttyS2,115200n8 console=tty1 consoleblank=0 loglevel=1 ubootpart=3cea0a77-01 usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u,0x0bc2:0xab21:u   cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1
[    0.000000] The swapaccount= commandline option is deprecated. Please report your usecase to linux-mm@kvack.org if you depend on this functionality.
[    0.000000] Unknown kernel command line parameters "earlyprintk splash=verbose ubootpart=3cea0a77-01 cgroup_enable=memory cgroup_memory=1", will be passed to user space.
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] allocated 2097152 bytes of page_ext
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 2024828K/2097152K available (16384K kernel code, 2101K rwdata, 3524K rodata, 1024K init, 602K bss, 55940K reserved, 16384K cma-reserved, 1294336K highmem)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 49052 entries in 144 pages
[    0.000000] ftrace: allocated 144 pages with 2 groups
[    0.000000] trace event string verifier disabled
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    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] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    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.000023] Switching to timer-based delay loop, resolution 41ns
[    0.001913] Console: colour dummy device 80x30
[    0.001983] printk: console [tty1] enabled
[    0.002044] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[    0.002069] CPU: Testing write buffer coherency: ok
[    0.002130] CPU0: Spectre v2: using BPIALL workaround
[    0.002143] pid_max: default: 32768 minimum: 301
[    0.002292] LSM: Security Framework initializing
[    0.002317] Yama: becoming mindful.
[    0.002491] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.002519] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.004238] CPU0: thread -1, cpu 0, socket 5, mpidr 80000500
[    0.006211] cblist_init_generic: Setting adjustable number of callback queues.
[    0.006229] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.006449] cblist_init_generic: Setting adjustable number of callback queues.
[    0.006463] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.006668] cblist_init_generic: Setting adjustable number of callback queues.
[    0.006681] cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.006920] Setting up static identity map for 0x100000 - 0x100060
[    0.007174] rcu: Hierarchical SRCU implementation.
[    0.007186] rcu:     Max phase no-delay instances is 1000.
[    0.008495] smp: Bringing up secondary CPUs ...
[    0.010883] CPU1: thread -1, cpu 1, socket 5, mpidr 80000501
[    0.010907] CPU1: Spectre v2: using BPIALL workaround
[    0.013529] CPU2: thread -1, cpu 2, socket 5, mpidr 80000502
[    0.013552] CPU2: Spectre v2: using BPIALL workaround
[    0.016090] CPU3: thread -1, cpu 3, socket 5, mpidr 80000503
[    0.016113] CPU3: Spectre v2: using BPIALL workaround
[    0.016332] smp: Brought up 1 node, 4 CPUs
[    0.016353] SMP: Total of 4 processors activated (192.00 BogoMIPS).
[    0.016368] CPU: All CPU(s) started in SVC mode.
[    0.017477] devtmpfs: initialized
[    0.036855] VFP support v0.3: implementor 41 architecture 3 part 30 variant d rev 0
[    0.037244] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.037279] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.038275] pinctrl core: initialized pinctrl subsystem
[    0.040449] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.043345] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.044456] audit: initializing netlink subsys (disabled)
[    0.044779] audit: type=2000 audit(0.044:1): state=initialized audit_enabled=0 res=1
[    0.046380] thermal_sys: Registered thermal governor 'step_wise'
[    0.046484] cpuidle: using governor ladder
[    0.046547] cpuidle: using governor menu
[    0.047570] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.047592] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.078737] platform ff980000.hdmi: Fixed dependency cycle(s) with /vop@ff930000/port/endpoint@0
[    0.126614] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.197683] raid6: neonx8   gen()   767 MB/s
[    0.265941] raid6: neonx4   gen()  1221 MB/s
[    0.334186] raid6: neonx2   gen()  1075 MB/s
[    0.402404] raid6: neonx1   gen()   762 MB/s
[    0.470667] raid6: int32x8  gen()   244 MB/s
[    0.538949] raid6: int32x4  gen()   262 MB/s
[    0.607170] raid6: int32x2  gen()   273 MB/s
[    0.675383] raid6: int32x1  gen()   264 MB/s
[    0.675397] raid6: using algorithm neonx4 gen() 1221 MB/s
[    0.743570] raid6: .... xor() 810 MB/s, rmw enabled
[    0.743583] raid6: using neon recovery algorithm
[    0.745640] iommu: Default domain type: Translated
[    0.745659] iommu: DMA domain TLB invalidation policy: strict mode
[    0.746553] SCSI subsystem initialized
[    0.746902] usbcore: registered new interface driver usbfs
[    0.746985] usbcore: registered new interface driver hub
[    0.747060] usbcore: registered new device driver usb
[    0.747281] mc: Linux media interface: v0.10
[    0.747379] videodev: Linux video capture interface: v2.00
[    0.747562] pps_core: LinuxPPS API ver. 1 registered
[    0.747575] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.747607] PTP clock support registered
[    0.749386] Bluetooth: Core ver 2.22
[    0.749465] NET: Registered PF_BLUETOOTH protocol family
[    0.749477] Bluetooth: HCI device and connection manager initialized
[    0.749499] Bluetooth: HCI socket layer initialized
[    0.749517] Bluetooth: L2CAP socket layer initialized
[    0.749555] Bluetooth: SCO socket layer initialized
[    0.749760] NetLabel: Initializing
[    0.749769] NetLabel:  domain hash size = 128
[    0.749779] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.749888] NetLabel:  unlabeled traffic allowed by default
[    0.750920] clocksource: Switched to clocksource arch_sys_counter
[    0.903454] VFS: Disk quotas dquot_6.6.0
[    0.903584] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.903844] FS-Cache: Loaded
[    0.904227] CacheFiles: Loaded
[    0.924139] NET: Registered PF_INET protocol family
[    0.924499] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.927774] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 10240 bytes, linear)
[    0.927831] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.927862] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.928035] TCP bind hash table entries: 8192 (order: 6, 327680 bytes, linear)
[    0.928507] TCP: Hash tables configured (established 8192 bind 8192)
[    0.928666] UDP hash table entries: 512 (order: 2, 24576 bytes, linear)
[    0.928754] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes, linear)
[    0.929134] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.930845] Trying to unpack rootfs image as initramfs...
[    0.931946] hw perfevents: enabled with armv7_cortex_a12 PMU driver, 7 counters available
[    0.934997] Initialise system trusted keyrings
[    0.935383] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[    0.947515] zbud: loaded
[    0.950419] SGI XFS with ACLs, security attributes, realtime, scrub, quota, no debug enabled
[    1.097987] xor: measuring software checksum speed
[    1.108352]    arm4regs        :   952 MB/sec
[    1.120234]    8regs           :   829 MB/sec
[    1.132120]    32regs          :   828 MB/sec
[    1.139219]    neon            :  1403 MB/sec
[    1.139236] xor: using function: neon (1403 MB/sec)
[    1.139259] Key type asymmetric registered
[    1.139273] Asymmetric key parser 'x509' registered
[    1.139594] bounce: pool size: 64 pages
[    1.139829] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    1.140227] io scheduler mq-deadline registered
[    1.140246] io scheduler kyber registered
[    1.154341] dma-pl330 ff250000.dma-controller: Loaded driver for PL330 DMAC-241330
[    1.154369] dma-pl330 ff250000.dma-controller:       DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[    1.156287] dma-pl330 ffb20000.dma-controller: Loaded driver for PL330 DMAC-241330
[    1.156310] dma-pl330 ffb20000.dma-controller:       DBUFF-64x8bytes Num_Chans-5 Num_Peri-6 Num_Events-10
[    1.159430] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled
[    1.163990] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 38, base_baud = 1500000) is a 16550A
[    1.164344] serial serial0: tty port ttyS0 registered
[    1.165900] ff190000.serial: ttyS1 at MMIO 0xff190000 (irq = 39, base_baud = 1500000) is a 16550A
[    1.167814] ff690000.serial: ttyS2 at MMIO 0xff690000 (irq = 40, base_baud = 1500000) is a 16550A
[    1.168304] printk: console [ttyS2] enabled
[    1.170131] ff1b0000.serial: ttyS3 at MMIO 0xff1b0000 (irq = 41, base_baud = 1500000) is a 16550A
[    1.172086] ff1c0000.serial: ttyS4 at MMIO 0xff1c0000 (irq = 42, base_baud = 1500000) is a 16550A
[    1.182384] rockchip-vop ff930000.vop: Adding to iommu group 1
[    1.183585] rockchip-vop ff940000.vop: Adding to iommu group 2
[    1.190796] rockchip-drm display-subsystem: bound ff930000.vop (ops 0xc117931c)
[    1.191525] rockchip-drm display-subsystem: bound ff940000.vop (ops 0xc117931c)
[    1.191667] dwhdmi-rockchip ff980000.hdmi: supply avdd-0v9 not found, using dummy regulator
[    1.191981] dwhdmi-rockchip ff980000.hdmi: supply avdd-1v8 not found, using dummy regulator
[    1.193514] usbcore: registered new interface driver udl
[    1.202412] brd: module loaded
[    1.216669] loop: module loaded
[    1.219661] rockchip-spi ff130000.spi: cs1 >= max 1
[    1.219688] spi_master spi2: spi_device register error /spi@ff130000/spidev@1
[    1.219738] spi_master spi2: Failed to create SPI device for /spi@ff130000/spidev@1
[    1.223507] tun: Universal TUN/TAP device driver, 1.6
[    1.223894] CAN device driver interface
[    1.226876] usbcore: registered new interface driver rt2500usb
[    1.227031] usbcore: registered new interface driver rt73usb
[    1.227129] usbcore: registered new interface driver rt2800usb
[    1.227223] usbcore: registered new interface driver rtl8xxxu
[    1.227314] usbcore: registered new interface driver rndis_wlan
[    1.227389] usbcore: registered new interface driver cdc_ether
[    1.227460] usbcore: registered new interface driver rndis_host
[    1.228268] dwc2 ff540000.usb: supply vusb_d not found, using dummy regulator
[    1.228512] dwc2 ff540000.usb: supply vusb_a not found, using dummy regulator
[    1.287675] dwc2 ff540000.usb: DWC OTG Controller
[    1.287730] dwc2 ff540000.usb: new USB bus registered, assigned bus number 1
[    1.287790] dwc2 ff540000.usb: irq 49, io mem 0xff540000
[    1.288149] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    1.288175] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.288193] usb usb1: Product: DWC OTG Controller
[    1.288208] usb usb1: Manufacturer: Linux 6.1.62-current-rockchip dwc2_hsotg
[    1.288222] usb usb1: SerialNumber: ff540000.usb
[    1.289342] hub 1-0:1.0: USB hub found
[    1.289418] hub 1-0:1.0: 1 port detected
[    1.290698] dwc2 ff580000.usb: supply vusb_d not found, using dummy regulator
[    1.291023] dwc2 ff580000.usb: supply vusb_a not found, using dummy regulator
[    1.306302] dwc2 ff580000.usb: dwc2_core_reset: HANG! Soft Reset timeout GRSTCTL_CSFTRST
[    1.306348] dwc2: probe of ff580000.usb failed with error -16
[    1.309807] ehci-platform ff500000.usb: EHCI Host Controller
[    1.310101] usbcore: registered new interface driver usb-storage
[    1.310242] ehci-platform ff500000.usb: new USB bus registered, assigned bus number 2
[    1.311107] ehci-platform ff500000.usb: irq 51, io mem 0xff500000
[    1.311267] usbcore: registered new interface driver iforce
[    1.311375] usbcore: registered new interface driver xpad
[    1.311571] usbcore: registered new interface driver usbtouchscreen
[    1.312396] i2c_dev: i2c /dev entries driver
[    1.317581] i2c 0-001b: Fixed dependency cycle(s) with /i2c@ff650000/pmic@1b/regulators/DCDC_REG4
[    1.322616] usbcore: registered new interface driver bfusb
[    1.322714] usbcore: registered new interface driver btusb
[    1.323672] sdhci: Secure Digital Host Controller Interface driver
[    1.323687] sdhci: Copyright(c) Pierre Ossman
[    1.323698] Synopsys Designware Multimedia Card Interface Driver
[    1.324571] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.325561] ledtrig-cpu: registered to indicate activity on CPUs
[    1.325688] hid: raw HID events driver (C) Jiri Kosina
[    1.325728] dwmmc_rockchip ff0f0000.mmc: IDMAC supports 32-bit address mode.
[    1.326151] dwmmc_rockchip ff0f0000.mmc: Using internal DMA controller.
[    1.326180] dwmmc_rockchip ff0f0000.mmc: Version ID is 270a
[    1.326310] usbcore: registered new interface driver usbhid
[    1.326308] dwmmc_rockchip ff0f0000.mmc: DW MMC controller at irq 57,32 bit host data width,256 deep fifo
[    1.326328] usbhid: USB HID core driver
[    1.326671] mmc_host mmc0: card is non-removable.
[    1.330120] NET: Registered PF_INET6 protocol family
[    1.330957] ehci-platform ff500000.usb: USB 2.0 started, EHCI 1.00
[    1.331419] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    1.331446] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.331465] usb usb2: Product: EHCI Host Controller
[    1.331480] usb usb2: Manufacturer: Linux 6.1.62-current-rockchip ehci_hcd
[    1.331494] usb usb2: SerialNumber: ff500000.usb
[    1.332568] hub 2-0:1.0: USB hub found
[    1.332600] Segment Routing with IPv6
[    1.332661] hub 2-0:1.0: 1 port detected
[    1.332688] In-situ OAM (IOAM) with IPv6
[    1.332835] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    1.335074] NET: Registered PF_PACKET protocol family
[    1.335159] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    1.335177] can: controller area network core
[    1.335280] NET: Registered PF_CAN protocol family
[    1.335569] Bluetooth: RFCOMM TTY layer initialized
[    1.335601] Bluetooth: RFCOMM socket layer initialized
[    1.335644] Bluetooth: RFCOMM ver 1.11
[    1.335678] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    1.335703] Bluetooth: HIDP socket layer initialized
[    1.335952] 8021q: 802.1Q VLAN Support v1.8
[    1.336007] lib80211: common routines for IEEE802.11 drivers
[    1.336021] lib80211_crypt: registered algorithm 'NULL'
[    1.336035] lib80211_crypt: registered algorithm 'WEP'
[    1.336048] lib80211_crypt: registered algorithm 'CCMP'
[    1.336060] lib80211_crypt: registered algorithm 'TKIP'
[    1.336131] Key type dns_resolver registered
[    1.336329] ThumbEE CPU extension supported.
[    1.336354] Registering SWP/SWPB emulation handler
[    1.337838] Loading compiled-in X.509 certificates
[    1.339096] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    1.345796] zswap: loaded using pool zstd/z3fold
[    1.346641] Key type .fscrypt registered
[    1.346660] Key type fscrypt-provisioning registered
[    1.349169] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no
[    1.403066] mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
[    1.420586] rockchip-drm display-subsystem: bound ff930000.vop (ops 0xc117931c)
[    1.421209] rockchip-drm display-subsystem: bound ff940000.vop (ops 0xc117931c)
[    1.421363] dwhdmi-rockchip ff980000.hdmi: supply avdd-0v9 not found, using dummy regulator
[    1.421755] dwhdmi-rockchip ff980000.hdmi: supply avdd-1v8 not found, using dummy regulator
[    1.422135] dwhdmi-rockchip ff980000.hdmi: Detected HDMI TX controller v2.00a with HDCP (DWC MHL PHY)
[    1.423771] rockchip-drm display-subsystem: bound ff980000.hdmi (ops 0xc117cbe8)
[    1.425302] [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 0
[    1.471055] mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
[    1.543460] mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 187500Hz, actual 187500HZ div = 0)
[    1.587021] usb 2-1: new high-speed USB device number 2 using ehci-platform
[    1.590991] usb 1-1: new high-speed USB device number 2 using dwc2
[    1.633601] Console: switching to colour frame buffer device 320x90
[    1.691025] rockchip-drm display-subsystem: [drm] fb0: rockchipdrmfb frame buffer device
[    1.698391] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    1.804685] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
[    1.804720] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.804740] usb 1-1: Product: USB2.0 Hub
[    1.805949] hub 1-1:1.0: USB hub found
[    1.806327] hub 1-1:1.0: 4 ports detected
[    1.925386] Freeing initrd memory: 9948K
[    1.944858] usb 2-1: config 1 has an invalid interface number: 255 but max is 6
[    1.944893] usb 2-1: config 1 has no interface number 6
[    1.946339] usb 2-1: New USB device found, idVendor=0bda, idProduct=481a, bcdDevice= 0.00
[    1.946376] usb 2-1: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    1.946395] usb 2-1: Product: USB Audio
[    1.946409] usb 2-1: Manufacturer: Generic
[    1.946422] usb 2-1: SerialNumber: 201405280001
[    1.956517] input: Generic USB Audio Consumer Control as /devices/platform/ff500000.usb/usb2/2-1/2-1:1.255/0003:0BDA:481A.0001/input/input0
[    1.959691] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    1.963235] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    1.963267] cfg80211: failed to load regulatory.db
[    1.972020] Freeing unused kernel image (initmem) memory: 1024K
[    1.987378] Run /init as init process
[    1.987395]   with arguments:
[    1.987403]     /init
[    1.987413]     earlyprintk
[    1.987422]   with environment:
[    1.987430]     HOME=/
[    1.987438]     TERM=linux
[    1.987446]     splash=verbose
[    1.987454]     ubootpart=3cea0a77-01
[    1.987463]     cgroup_enable=memory
[    1.987471]     cgroup_memory=1
[    2.015681] input: Generic USB Audio as /devices/platform/ff500000.usb/usb2/2-1/2-1:1.255/0003:0BDA:481A.0001/input/input1
[    2.016670] hid-generic 0003:0BDA:481A.0001: input,hiddev96,hidraw0: USB HID v1.11 Device [Generic USB Audio] on usb-ff500000.usb-1/input255
[    2.095010] usb 1-1.1: new high-speed USB device number 3 using dwc2
[    2.198419] usb 1-1.1: New USB device found, idVendor=0bc2, idProduct=ab21, bcdDevice= 1.43
[    2.198453] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.198473] usb 1-1.1: Product: BUP Slim BK
[    2.198488] usb 1-1.1: Manufacturer: Seagate
[    2.198502] usb 1-1.1: SerialNumber: NA7NTXEG
[    2.199818] usb 1-1.1: UAS is ignored for this device, using usb-storage instead
[    2.199844] usb-storage 1-1.1:1.0: USB Mass Storage device detected
[    2.201164] usb-storage 1-1.1:1.0: Quirks match for vid 0bc2 pid ab21: 800000
[    2.201479] scsi host0: usb-storage 1-1.1:1.0
[    2.222987] usbcore: registered new interface driver uas
[    2.286986] usb 1-1.3: new low-speed USB device number 4 using dwc2
[    2.399550] usb 1-1.3: New USB device found, idVendor=045e, idProduct=0750, bcdDevice= 1.10
[    2.399587] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.399607] usb 1-1.3: Product: Wired Keyboard 600
[    2.399623] usb 1-1.3: Manufacturer: Microsoft
[    2.555016] usb 1-1.4: new low-speed USB device number 5 using dwc2
[    2.583829] input: Microsoft Wired Keyboard 600 as /devices/platform/ff540000.usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:045E:0750.0002/input/input2
[    2.645132] microsoft 0003:045E:0750.0002: input,hidraw1: USB HID v1.11 Keyboard [Microsoft Wired Keyboard 600] on usb-ff540000.usb-1.3/input0
[    2.647834] input: Microsoft Wired Keyboard 600 as /devices/platform/ff540000.usb/usb1/1-1/1-1.3/1-1.3:1.1/0003:045E:0750.0003/input/input3
[    2.664288] usb 1-1.4: New USB device found, idVendor=046d, idProduct=c018, bcdDevice=43.00
[    2.664321] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.664340] usb 1-1.4: Product: Logitech USB Optical Mouse
[    2.664355] usb 1-1.4: Manufacturer: Logitech
[    2.669769] input: Logitech Logitech USB Optical Mouse as /devices/platform/ff540000.usb/usb1/1-1/1-1.4/1-1.4:1.0/0003:046D:C018.0004/input/input4
[    2.708415] microsoft 0003:045E:0750.0003: input,hidraw2: USB HID v1.11 Device [Microsoft Wired Keyboard 600] on usb-ff540000.usb-1.3/input1
[    2.708588] hid-generic 0003:046D:C018.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech Logitech USB Optical Mouse] on usb-ff540000.usb-1.4/input0
[    3.205204] scsi 0:0:0:0: Direct-Access     Seagate  BUP Slim BK      0143 PQ: 0 ANSI: 6
[    3.253158] sd 0:0:0:0: [sda] 1953525167 512-byte logical blocks: (1.00 TB/932 GiB)
[    3.254031] sd 0:0:0:0: [sda] Write Protect is off
[    3.254059] sd 0:0:0:0: [sda] Mode Sense: 2b 00 10 08
[    3.254962] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[    3.345490] rockchip-gpio ff750000.gpio: probed /pinctrl/gpio@ff750000
[    3.346605] rockchip-gpio ff780000.gpio: probed /pinctrl/gpio@ff780000
[    3.351545] rk808 0-001b: chip id: 0x0
[    3.352530] rockchip-gpio ff790000.gpio: probed /pinctrl/gpio@ff790000
[    3.352846] input: gpio-keys as /devices/platform/gpio-keys/input/input5
[    3.353903] rockchip-gpio ff7a0000.gpio: probed /pinctrl/gpio@ff7a0000
[    3.355061] rockchip-gpio ff7b0000.gpio: probed /pinctrl/gpio@ff7b0000
[    3.355120] dw-apb-uart ff180000.serial: Failed to create device link (0x180) with ff7b0000.gpio
[    3.356090] rockchip-gpio ff7c0000.gpio: probed /pinctrl/gpio@ff7c0000
[    3.357283] rockchip-gpio ff7d0000.gpio: probed /pinctrl/gpio@ff7d0000
[    3.359298] rockchip-gpio ff7e0000.gpio: probed /pinctrl/gpio@ff7e0000
[    3.361049] rockchip-gpio ff7f0000.gpio: probed /pinctrl/gpio@ff7f0000
[    3.375449] vdd10_lcd: Bringing 800000uV into 1000000-1000000uV
[    3.389963] rk808-rtc rk808-rtc: registered as rtc0
[    3.390710] rk808-rtc rk808-rtc: setting system clock to 2013-01-18T08:50:31 UTC (1358499031)
[    3.485225] dwmmc_rockchip ff0d0000.mmc: IDMAC supports 32-bit address mode.
[    3.485895] dwmmc_rockchip ff0d0000.mmc: Using internal DMA controller.
[    3.485926] dwmmc_rockchip ff0d0000.mmc: Version ID is 270a
[    3.486039] dwmmc_rockchip ff0d0000.mmc: DW MMC controller at irq 80,32 bit host data width,256 deep fifo
[    3.486277] dwmmc_rockchip ff0c0000.mmc: IDMAC supports 32-bit address mode.
[    3.486507] dwmmc_rockchip ff0c0000.mmc: Using internal DMA controller.
[    3.486551] dwmmc_rockchip ff0c0000.mmc: Version ID is 270a
[    3.486671] dwmmc_rockchip ff0c0000.mmc: DW MMC controller at irq 81,32 bit host data width,256 deep fifo
[    3.494702] mmc_host mmc2: card is polling.
[    3.495888] dwmmc_rockchip ff0d0000.mmc: allocated mmc-pwrseq
[    3.495917] mmc_host mmc1: card is non-removable.
[    3.501474] rk_gmac-dwmac ff290000.ethernet: IRQ eth_lpi not found
[    3.501704] rk_gmac-dwmac ff290000.ethernet: PTP uses main clock
[    3.502433] rk_gmac-dwmac ff290000.ethernet: clock input or output? (input).
[    3.502462] rk_gmac-dwmac ff290000.ethernet: TX delay(0x30).
[    3.502505] rk_gmac-dwmac ff290000.ethernet: RX delay(0x10).
[    3.502538] rk_gmac-dwmac ff290000.ethernet: integrated PHY? (no).
[    3.502673] rk_gmac-dwmac ff290000.ethernet: clock input from PHY
[    3.507120] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    3.507120] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    3.509013] rk_gmac-dwmac ff290000.ethernet: init for RGMII
[    3.509455] rk_gmac-dwmac ff290000.ethernet: User ID: 0x10, Synopsys ID: 0x35
[    3.509488] rk_gmac-dwmac ff290000.ethernet:         DWMAC1000
[    3.509506] rk_gmac-dwmac ff290000.ethernet: DMA HW capability register supported
[    3.509520] rk_gmac-dwmac ff290000.ethernet: RX Checksum Offload Engine supported
[    3.509533] rk_gmac-dwmac ff290000.ethernet: COE Type 2
[    3.509548] rk_gmac-dwmac ff290000.ethernet: TX Checksum insertion supported
[    3.509560] rk_gmac-dwmac ff290000.ethernet: Wake-Up On Lan supported
[    3.512489] rk_gmac-dwmac ff290000.ethernet: Normal descriptors
[    3.512512] rk_gmac-dwmac ff290000.ethernet: Ring mode enabled
[    3.512528] rk_gmac-dwmac ff290000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    3.538086] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[    3.540767] mmc1: new high speed SDIO card at address 0001
[    3.571844] mmc_host mmc2: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
[    3.587857]  sda: sda1
[    3.588891] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.702981] random: crng init done
[    3.975485] dwmmc_rockchip ff0c0000.mmc: Successfully tuned phase to 148
[    3.977314] mmc2: new ultra high speed SDR104 SDXC card at address 59b4
[    3.978990] mmcblk2: mmc2:59b4 USD00 58.9 GiB
[    3.983237]  mmcblk2: p1
[    4.517997] EXT4-fs (mmcblk2p1): mounted filesystem with writeback data mode. Quota mode: none.
[    4.625333] RTL8211E Gigabit Ethernet stmmac-0:00: attached PHY driver (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
[    4.625368] RTL8211E Gigabit Ethernet stmmac-0:01: attached PHY driver (mii_bus:phy_addr=stmmac-0:01, irq=POLL)
[    5.034869] systemd[1]: System time before build time, advancing clock.
[    5.091085] systemd[1]: systemd 249.11-0ubuntu3.11 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    5.092765] systemd[1]: Detected architecture arm.
[    5.096978] systemd[1]: Hostname set to <tinkerboard>.
[    5.281652] dw-apb-uart ff690000.serial: forbid DMA for kernel console
[    6.180824] systemd[1]: Queued start job for default target Graphical Interface.
[    6.208184] systemd[1]: Created slice Slice /system/modprobe.
[    6.213792] systemd[1]: Created slice Slice /system/serial-getty.
[    6.217314] systemd[1]: Created slice User and Session Slice.
[    6.218691] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    6.220078] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    6.222777] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    6.223923] systemd[1]: Reached target Local Encrypted Volumes.
[    6.225147] systemd[1]: Reached target Path Units.
[    6.225913] systemd[1]: Reached target Remote File Systems.
[    6.226562] systemd[1]: Reached target Slice Units.
[    6.227401] systemd[1]: Reached target Swaps.
[    6.228160] systemd[1]: Reached target System Time Set.
[    6.229383] systemd[1]: Reached target Local Verity Protected Volumes.
[    6.233599] systemd[1]: Listening on Syslog Socket.
[    6.235457] systemd[1]: Listening on fsck to fsckd communication Socket.
[    6.236677] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    6.239419] systemd[1]: Listening on Journal Audit Socket.
[    6.241244] systemd[1]: Listening on Journal Socket (/dev/log).
[    6.243303] systemd[1]: Listening on Journal Socket.
[    6.247845] systemd[1]: Listening on udev Control Socket.
[    6.249535] systemd[1]: Listening on udev Kernel Socket.
[    6.250230] systemd[1]: Reached target Socket Units.
[    6.251928] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[    6.283601] systemd[1]: Mounting POSIX Message Queue File System...
[    6.293986] systemd[1]: Mounting Kernel Debug File System...
[    6.305042] systemd[1]: Mounting Kernel Trace File System...
[    6.320915] systemd[1]: Starting Restore / save the current clock...
[    6.333767] systemd[1]: Starting Set the console keyboard layout...
[    6.346780] systemd[1]: Starting Create List of Static Device Nodes...
[    6.361304] systemd[1]: Starting Load Kernel Module configfs...
[    6.375984] systemd[1]: Starting Load Kernel Module drm...
[    6.389877] systemd[1]: Starting Load Kernel Module efi_pstore...
[    6.405499] systemd[1]: Starting Load Kernel Module fuse...
[    6.407984] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    6.426049] systemd[1]: Starting Load Kernel Modules...
[    6.440208] systemd[1]: Starting Remount Root and Kernel File Systems...
[    6.453327] systemd[1]: Starting Coldplug All udev Devices...
[    6.460758] fuse: init (API version 7.37)
[    6.479500] systemd[1]: Mounted POSIX Message Queue File System.
[    6.481775] systemd[1]: Mounted Kernel Debug File System.
[    6.483917] systemd[1]: Mounted Kernel Trace File System.
[    6.489537] systemd[1]: Finished Restore / save the current clock.
[    6.497239] systemd[1]: Finished Create List of Static Device Nodes.
[    6.501739] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    6.505812] systemd[1]: Finished Load Kernel Module configfs.
[    6.511489] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    6.516443] systemd[1]: Finished Load Kernel Module drm.
[    6.520978] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    6.525258] systemd[1]: Finished Load Kernel Module efi_pstore.
[    6.529312] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    6.533986] systemd[1]: Finished Load Kernel Module fuse.
[    6.539893] systemd[1]: Finished Load Kernel Modules.
[    6.554611] EXT4-fs (mmcblk2p1): re-mounted. Quota mode: none.
[    6.571844] systemd[1]: Mounting FUSE Control File System...
[    6.583590] systemd[1]: Mounting Kernel Configuration File System...
[    6.598461] systemd[1]: Starting Apply Kernel Variables...
[    6.618654] systemd[1]: Finished Remount Root and Kernel File Systems.
[    6.627623] systemd[1]: Mounted FUSE Control File System.
[    6.629118] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    6.640955] systemd[1]: Starting Load/Save Random Seed...
[    6.653090] systemd[1]: Starting Create System Users...
[    6.657396] systemd[1]: Mounted Kernel Configuration File System.
[    6.742154] systemd[1]: Finished Apply Kernel Variables.
[    6.748999] systemd[1]: Finished Load/Save Random Seed.
[    6.750843] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[    6.784325] systemd[1]: Finished Create System Users.
[    6.823757] systemd[1]: Starting Create Static Device Nodes in /dev...
[    6.903639] systemd[1]: Finished Create Static Device Nodes in /dev.
[    6.932765] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    7.005972] systemd[1]: Finished Set the console keyboard layout.
[    7.008724] systemd[1]: Reached target Preparation for Local File Systems.
[    7.051997] systemd[1]: Mounting /tmp...
[    7.075233] systemd[1]: Mounted /tmp.
[    7.077462] systemd[1]: Reached target Local File Systems.
[    7.090690] systemd[1]: Starting Armbian ZRAM config...
[    7.101784] systemd[1]: Starting Set console font and keymap...
[    7.118140] systemd[1]: Starting Set Up Additional Binary Formats...
[    7.119522] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
[    7.120194] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
[    7.169290] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 310 (systemd-binfmt)
[    7.199608] systemd[1]: Mounting Arbitrary Executable File Formats File System...
[    7.207766] systemd[1]: Finished Set console font and keymap.
[    7.240412] systemd[1]: Started Rule-based Manager for Device Events and Files.
[    7.265107] systemd[1]: Mounted Arbitrary Executable File Formats File System.
[    7.283312] systemd[1]: Finished Set Up Additional Binary Formats.
[    7.655175] zram: Added device: zram0
[    7.671017] zram: Added device: zram1
[    7.716497] zram: Added device: zram2
[    7.797519] core: _opp_supported_by_regulators: OPP minuV: 1475000 maxuV: 1475000, not supported by regulator
[    7.797552] cpu cpu0: _opp_add: OPP not supported by regulators (2016000000)
[    7.797962] core: _opp_supported_by_regulators: OPP minuV: 1475000 maxuV: 1475000, not supported by regulator
[    7.797986] cpu cpu0: _opp_add: OPP not supported by regulators (2040000000)
[    7.798406] core: _opp_supported_by_regulators: OPP minuV: 1475000 maxuV: 1475000, not supported by regulator
[    7.798431] cpu cpu0: _opp_add: OPP not supported by regulators (2064000000)
[    7.798856] core: _opp_supported_by_regulators: OPP minuV: 1500000 maxuV: 1500000, not supported by regulator
[    7.798880] cpu cpu0: _opp_add: OPP not supported by regulators (2088000000)
[    7.799357] core: _opp_supported_by_regulators: OPP minuV: 1500000 maxuV: 1500000, not supported by regulator
[    7.799380] cpu cpu0: _opp_add: OPP not supported by regulators (2112000000)
[    7.799809] core: _opp_supported_by_regulators: OPP minuV: 1500000 maxuV: 1500000, not supported by regulator
[    7.799833] cpu cpu0: _opp_add: OPP not supported by regulators (2136000000)
[    7.800236] core: _opp_supported_by_regulators: OPP minuV: 1500000 maxuV: 1500000, not supported by regulator
[    7.800264] cpu cpu0: _opp_add: OPP not supported by regulators (2160000000)
[    7.800667] core: _opp_supported_by_regulators: OPP minuV: 1500000 maxuV: 1500000, not supported by regulator
[    7.800690] cpu cpu0: _opp_add: OPP not supported by regulators (2184000000)
[    7.801100] core: _opp_supported_by_regulators: OPP minuV: 1500000 maxuV: 1500000, not supported by regulator
[    7.801121] cpu cpu0: _opp_add: OPP not supported by regulators (2208000000)
[    7.801164] cpu cpu0: _opp_is_duplicate: duplicate OPPs detected. Existing: freq: 1704000000, volt: 1350000, enabled: 1. New: freq: 1704000000, volt: 1350000, enabled: 1
[    7.801212] cpu cpu0: _opp_is_duplicate: duplicate OPPs detected. Existing: freq: 1800000000, volt: 1400000, enabled: 1. New: freq: 1800000000, volt: 1400000, enabled: 1
[    7.802509] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 500000 KHz, changing to: 600000 KHz
[    7.823670] systemd[1]: Finished Coldplug All udev Devices.
[    7.881431] r8723bs: module is from the staging directory, the quality is unknown, you have been warned.
[    7.883870] Bluetooth: HCI UART driver ver 2.3
[    7.883889] Bluetooth: HCI UART protocol H4 registered
[    7.883895] Bluetooth: HCI UART protocol ATH3K registered
[    7.883983] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    7.884177] Bluetooth: HCI UART protocol Broadcom registered
[    7.885216] dw-apb-uart ff180000.serial: failed to request DMA
[    7.890845] r8723bs: unknown parameter 'rtw_enusbss' ignored
[    7.899652] pnetdev = 06694154
[    7.919078] zram0: detected capacity change from 0 to 2052184
[    7.989478] Adding 1026088k swap on /dev/zram0.  Priority:5 extents:1 across:1026088k SSFS
[    8.025045] gpiomem-rk3288 ff750000.rk3288-gpiomem: Initialised: Registers at 0xff750000
[    8.029388] dw_wdt ff800000.watchdog: No valid TOPs array specified
[    8.035920] systemd[1]: Found device /dev/ttyS2.
[    8.524368] rk3288-crypto ff8a0000.crypto: will run requests pump with realtime priority
[    8.525141] rk3288-crypto ff8a0000.crypto: Crypto Accelerator successfully registered
[    8.527208] panfrost ffa30000.gpu: clock rate = 400000000
[    8.528249] panfrost ffa30000.gpu: [drm:panfrost_devfreq_init [panfrost]] Failed to register cooling device
[    8.528330] panfrost ffa30000.gpu: mali-t760 id 0x750 major 0x0 minor 0x0 status 0x1
[    8.528338] panfrost ffa30000.gpu: features: 00000000,00000407, issues: 00000000,24040400
[    8.528346] panfrost ffa30000.gpu: Features: L2:0x07120206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7
[    8.528353] panfrost ffa30000.gpu: shader_present=0xf l2_present=0x1
[    8.534992] rockchip_vdec: module is from the staging directory, the quality is unknown, you have been warned.
[    8.535582] rockchip-rga ff920000.rga: HW Version: 0x00.00
[    8.538735] rockchip-iep ff900000.iep: Adding to iommu group 0
[    8.541083] rkvdec ff9c0000.hevc: Adding to iommu group 4
[    8.543237] rockchip-iep ff900000.iep: Device rockchip-iep registered as /dev/video0
[    8.544486] rockchip-rga ff920000.rga: Registered rockchip-rga as /dev/video1
[    8.562330] hantro-vpu ff9a0000.video-codec: Adding to iommu group 3
[    8.563030] hantro-vpu ff9a0000.video-codec: registered rockchip,rk3288-vpu-enc as /dev/video3
[    8.563152] hantro-vpu ff9a0000.video-codec: registered rockchip,rk3288-vpu-dec as /dev/video4
[    8.567003] [drm] Initialized panfrost 1.2.0 20180908 for ffa30000.gpu on minor 1
[    8.645975] Bluetooth: hci0: RTL: examining hci_ver=06 hci_rev=000b lmp_ver=06 lmp_subver=8723
[    8.650233] Bluetooth: hci0: RTL: rom_version status=0 version=1
[    8.650252] Bluetooth: hci0: RTL: loading rtl_bt/rtl8723bs_fw.bin
[    8.659120] Bluetooth: hci0: RTL: loading rtl_bt/rtl8723bs_config.bin
[    8.682063] zram1: detected capacity change from 0 to 102400
[    8.683314] Bluetooth: hci0: RTL: cfg_sz 68, total sz 24088
[    8.691060] usb 2-1: 4:11: invalid format type 0x2001 is detected, processed as PCM
[    8.730463] systemd[1]: Finished Armbian ZRAM config.
[    8.764683] systemd[1]: Starting Armbian memory supported logging...
[    8.808490] systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[    8.859800] systemd[1]: Starting Load/Save RF Kill Switch Status...
[    8.976942] systemd[1]: Started Load/Save RF Kill Switch Status.
[    8.987884] EXT4-fs (zram1): mounted filesystem without journal. Quota mode: none.
[    9.015234] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[    9.052079] systemd[1]: Starting Load Kernel Module efi_pstore...
[    9.088730] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
[    9.088992] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
[    9.091277] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    9.093033] systemd[1]: Finished Load Kernel Module efi_pstore.
[    9.116036] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[    9.143559] systemd[1]: Starting Load Kernel Module efi_pstore...
[    9.156524] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
[    9.156841] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
[    9.164795] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    9.167181] systemd[1]: Finished Load Kernel Module efi_pstore.
[    9.171562] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    9.381852] Bluetooth: hci0: RTL: fw version 0x1e4cc3ff
[   10.754552] usbcore: registered new interface driver snd-usb-audio
[   10.806270] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[   10.823397] systemd[1]: Starting Load Kernel Module efi_pstore...
[   10.832049] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
[   10.832224] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
[   10.833502] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[   10.834545] systemd[1]: Finished Load Kernel Module efi_pstore.
[   10.837822] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[   11.174311] systemd[1]: Finished Armbian memory supported logging.
[   11.207981] systemd[1]: Starting Journal Service...
[   11.360728] systemd[1]: Started Journal Service.
[   11.421318] systemd-journald[610]: Received client request to flush runtime journal.
[   12.120238] Bluetooth: MGMT ver 1.22
[   12.143713] NET: Registered PF_ALG protocol family
[   12.181198] cryptd: max_cpu_qlen set to 1000
[   13.509574] rk_gmac-dwmac ff290000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[   13.513003] rk_gmac-dwmac ff290000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8211E Gigabit Ethernet] (irq=POLL)
[   13.524199] rk_gmac-dwmac ff290000.ethernet eth0: No Safety Features support found
[   13.524222] rk_gmac-dwmac ff290000.ethernet eth0: PTP not supported by HW
[   13.524637] rk_gmac-dwmac ff290000.ethernet eth0: configuring for phy/rgmii link mode
[   13.558167] rtl8723bs: acquire FW from file:rtlwifi/rtl8723bs_nic.bin
[   33.803330] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready

"Re-use" your Armbian-built system to deploy Gentoo

Note
(Backup) Again, the author used Win32 Disk Imager to copy an image of the Armbian system installed on the SD back the Windows PC, for safekeeping.

Move the contents of the Armbian root filesystem, install gentoo stage 3, and restore boot

root #cd /
root #mkdir armbian_rootfs
root #mv -v * /armbian_rootfs/
root #cat stage3-armv7a-openrc-20231104T213159Z.tar.xz.DIGESTS
root #sha512sum stage3-armv7a-openrc-20231104T213159Z.tar.xz
(compare to saved hash)
  • (continue, basically as outlined in Gentoo Handbook (amd64)
root #tar xpvf stage3-*.tar.xz --xattrs-include='*.*' --numeric-owner

Now go back to Rockchip RK3288 Asus Tinker Board S and Install a Gentoo System "From Scratch"