ORCA-TN-001 — Running Armbian Bullseye (Debian 11)

From DAVE Developer's Wiki
Jump to: navigation, search
Info Box

History[edit | edit source]

Version Date Notes
1.0.0 February 2023 First public release

Introduction[edit | edit source]

This Technical Note (TN) shows how to run Debian 11 (Bullseye) distribution on Orca SBC.

To make the whole process as straightforward as possible, a prebuilt binary image was used, specifically an Armbian Generic ARM64 minimal image.

Preparing the bootable microSD card[edit | edit source]

The starting point is the default bootable microSD card associated with the release 2.0.0 of the DESK-MX8M-L kit. The card partition scheme has to be modified in order to create a partition that will be used to store the Debian root file system. In the following example, this partition was created using the unused space. This partition is mounted at /media/user/debian/ when the card is inserted into the host's reader. After downloading the Armbian image on the host, the contents of the Debian root file system are extracted and copied to this partition. To calculate the offset to mount the partition of the Armbian image, multiply the start address (532480 in the example) by 512.

$ unxz Armbian_22.11.1_Uefi-arm64_bullseye_current_5.15.80_minimal.img.xz
...
$ fdisk -l ./Armbian_22.11.1_Uefi-arm64_bullseye_current_5.15.80_minimal.img
Disk ./Armbian_22.11.1_Uefi-arm64_bullseye_current_5.15.80_minimal.img: 3,45 GiB, 3690987520 bytes, 7208960 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: DA7CB2A5-40D2-374F-998C-5C601A83CF12

Device                                                              Start     End Sectors  Size Type
./Armbian_22.11.1_Uefi-arm64_bullseye_current_5.15.80_minimal.img1   8192  532479  524288  256M EFI 
./Armbian_22.11.1_Uefi-arm64_bullseye_current_5.15.80_minimal.img2 532480 7208926 6676447  3,2G Linu
$ sudo mount -o loop,offset=272629760 Armbian_22.11.1_Uefi-arm64_bullseye_current_5.15.80_minimal.img /mnt/tmp/
$ cd /mnt/tmp/
$ sudo cp -aRv * /media/user/debian/
'armbian.key' -> '/media/user/debian/armbian.key'
'bin' -> '/media/user/debian/bin'
'boot' -> '/media/user/debian/boot'
...

Then, adjust the /etc/fstab file to make it match the actual UUID of the microSD card's partition used for storing the Debian file system. The resulting file used for this test is the following:

root@uefi-arm64:~# cat /etc/fstab
UUID=41eabd71-ef7f-4a75-94a0-3a55dbacbaea / ext4 defaults,noatime,commit=600,errors=remount-ro 0 1
#UUID=7EEE-611C /boot/efi vfat defaults 0 2
tmpfs /tmp tmpfs defaults,nosuid 0 0

After unmounting the microSD card's partition, move the card to the target.

The last step before booting Orca SBC target is to change the U-Boot environment so that the Linux kernel uses the /dev/mmcblk1p3 partition for mounting the root file system.

Bootstrap process[edit | edit source]

If the target is set up properly, the booting process will look like this:

U-Boot SPL 2020.04-desk-mx8m-l-2.0.0-rc2+fslc+g32087d457a (Dec 20 2022 - 15:01:10 +0000)
SOM ConfigID not found, using default
SOM ConfigID#: ffffffff
DDRINFO: start DRAM init
DDRINFO: DRAM rate 4000MTS
DDRINFO:ddrphy calibration done
DDRINFO: ddrmix config done
Normal Boot
Trying to boot from BOOTROM
image offset 0x8000, pagesize 0x200, ivt offset 0x0
NOTICE:  BL31: v2.2(release):rel_imx_5.4.70_2.3.2_rc1-0-g2a2678646
NOTICE:  BL31: Built : 22:11:34, Dec 15 2021


U-Boot 2020.04-desk-mx8m-l-2.0.0-rc2+fslc+g32087d457a (Dec 20 2022 - 15:01:10 +0000)

CPU:   i.MX8MP[8] rev1.1 1800 MHz (running at 1200 MHz)
CPU:   Commercial temperature grade (0C to 95C) at 46C
Reset cause: POR
Model: DAVE i.MX8MPlus on SBC ORCA Rev A
DRAM:  6 GiB
TCPC:  Vendor ID [0x1fc9], Product ID [0x5110], Addr [I2C2 0x50]
tcpc_init: Can't find device id=0x3d
MMC:   FSL_SDHC: 1, FSL_SDHC: 2
Loading Environment from MMC... OK
Fail to setup video link
In:    serial
Out:   serial
Err:   serial

 BuildInfo:
  - ATF 2a26786
  - U-Boot 2020.04-desk-mx8m-l-2.0.0-rc2+fslc+g32087d457a

SOM ConfigID not found, using default
SOM ConfigID#: ffffffff
SOM UniqueID#: 0002aaff:a32f16cc
CB ConfigID#: 00001001
CB UniqueID#: 00000000:00000000
SOM ConfigID not found, using default
SOM: Unknown on SBC ORCA
switch to partitions #0, OK
mmc1 is current device
flash target is MMC:1
Net:   
Warning: ethernet@30be0000 (eth0) using random MAC address - 5e:83:9d:9b:04:e4
eth0: ethernet@30be0000
Fastboot: Normal
Normal Boot
Hit any key to stop autoboot:  0 
switch to partitions #0, OK
mmc1 is current device
1084 bytes read in 13 ms (81.1 KiB/s)
Running bootscript from mmc ...
## Executing script at 40480000
bootscript generated with command "mkimage -A ARM -T script -C none -n DESK-MX8M -d bootscript.txt boot.scr"
Booting DESK-MX8M via mmcboot with imx8mp-mito8mplus-cb1001.dtb as device tree
30931456 bytes read in 1325 ms (22.3 MiB/s)
59285 bytes read in 19 ms (3 MiB/s)
## Flattened Device Tree blob at 43000000
   Booting using the fdt blob at 0x43000000
   Using Device Tree in place at 0000000043000000, end 0000000043011794

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 5.15.32-00007-gfe10aa07dfca-dirty (rborsellino@bionicbakery) (aarch64-poky-linux-gcc (GCC) 11.2.0, GNU ld (
GNU Binutils) 2.38.20220313) #2 SMP PREEMPT Wed Oct 26 08:58:42 CEST 2022
[    0.000000] Machine model: i.MX8MPlus Mito8MPlus on SBC Orca
[    0.000000] earlycon: ec_imx6q0 at MMIO 0x0000000030890000 (options '115200')
[    0.000000] printk: bootconsole [ec_imx6q0] enabled
[    0.000000] efi: UEFI not found.
[    0.000000] Reserved memory: created CMA memory pool at 0x00000000c4000000, size 960 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x0000000094300000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node vdev0buffer@94300000, compatible id shared-dma-pool
[    0.000000] NUMA: No NUMA configuration found
[    0.000000] NUMA: Faking a node at [mem 0x0000000040000000-0x00000001bfffffff]
[    0.000000] NUMA: NODE_DATA [mem 0x1bf44f800-0x1bf451fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000040000000-0x00000000ffffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   [mem 0x0000000100000000-0x00000001bfffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000040000000-0x00000000557fffff]
[    0.000000]   node   0: [mem 0x0000000055800000-0x0000000055ffffff]
[    0.000000]   node   0: [mem 0x0000000058000000-0x00000000923fffff]
[    0.000000]   node   0: [mem 0x0000000092400000-0x00000000a43fffff]
[    0.000000]   node   0: [mem 0x00000000a4400000-0x00000001bfffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x00000001bfffffff]
[    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: Trusted OS migration not required
[    0.000000] psci: SMC Calling Convention v1.1
[    0.000000] percpu: Embedded 20 pages/cpu s41176 r8192 d32552 u81920
[    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] Built 1 zonelists, mobility grouping on.  Total pages: 1540096
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: console=ttymxc1,115200 earlycon=ec_imx6q,0x30890000,115200 root=/dev/mmcblk1p3
[    0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] software IO TLB: mapped [mem 0x00000000c0000000-0x00000000c4000000] (64MB)
[    0.000000] Memory: 4752512K/6258688K available (18560K kernel code, 1534K rwdata, 7072K rodata, 2944K init, 541K bss, 523136K reserv
ed, 983040K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    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=4.
[    0.000000] 	Trampoline 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=4
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[    0.000000] GICv3: 160 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:0x0000000038880000
[    0.000000] ITS: No ITS available, not enabling LPIs
[    0.000000] random: get_random_bytes called from start_kernel+0x474/0x660 with crng_init=0
[    0.000000] arch_timer: cp15 timer(s) running at 8.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1d854df40, max_idle_ns: 440795202120 ns
[    0.000000] sched_clock: 56 bits at 8MHz, resolution 125ns, wraps every 2199023255500ns
[    0.008452] Console: colour dummy device 80x25
[    0.012574] Calibrating delay loop (skipped), value calculated using timer frequency.. 16.00 BogoMIPS (lpj=32000)
[    0.022841] pid_max: default: 32768 minimum: 301
[    0.027528] LSM: Security Framework initializing
[    0.032172] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.039749] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.048941] rcu: Hierarchical SRCU implementation.
[    0.053747] EFI services will not be available.
[    0.057332] smp: Bringing up secondary CPUs ...
[    0.062081] Detected VIPT I-cache on CPU1
[    0.062105] GICv3: CPU1: found redistributor 1 region 0:0x00000000388a0000
[    0.062140] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.062560] Detected VIPT I-cache on CPU2
[    0.062578] GICv3: CPU2: found redistributor 2 region 0:0x00000000388c0000
[    0.062597] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.062991] Detected VIPT I-cache on CPU3
[    0.063010] GICv3: CPU3: found redistributor 3 region 0:0x00000000388e0000
[    0.063030] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.063094] smp: Brought up 1 node, 4 CPUs
[    0.118314] SMP: Total of 4 processors activated.
[    0.123031] CPU features: detected: 32-bit EL0 Support
[    0.128207] CPU features: detected: 32-bit EL1 Support
[    0.133356] CPU features: detected: CRC32 instructions
[    0.145828] CPU: All CPU(s) started at EL2
[    0.147109] alternatives: patching kernel code
[    0.153158] devtmpfs: initialized
[    0.162466] KASLR disabled due to lack of seed
[    0.164216] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.173882] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.216102] pinctrl core: initialized pinctrl subsystem
[    0.219000] DMI not present or invalid.
[    0.222712] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.233145] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.237940] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.245899] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.253486] audit: initializing netlink subsys (disabled)
[    0.258998] audit: type=2000 audit(0.200:1): state=initialized audit_enabled=0 res=1
[    0.259544] thermal_sys: Registered thermal governor 'step_wise'
[    0.266619] thermal_sys: Registered thermal governor 'power_allocator'
[    0.272925] cpuidle: using governor menu
[    0.283320] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.290054] ASID allocator initialised with 65536 entries
[    0.296378] Serial: AMBA PL011 UART driver
[    0.299571] imx mu driver is registered.
[    0.303459] imx rpmsg driver is registered.
[    0.318256] imx8mp-pinctrl 30330000.pinctrl: initialized IMX pinctrl driver
[    0.337368] platform 32fd8000.hdmi: Fixing up cyclic dependency with 32fc6000.lcd-controller
[    0.364575] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.368469] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    0.375237] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.381933] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    0.389686] cryptd: max_cpu_qlen set to 1000
[    0.395774] ACPI: Interpreter disabled.
[    0.397530] iommu: Default domain type: Translated 
[    0.401712] iommu: DMA domain TLB invalidation policy: strict mode 
[    0.408174] vgaarb: loaded
[    0.410978] SCSI subsystem initialized
[    0.414794] usbcore: registered new interface driver usbfs
[    0.420033] usbcore: registered new interface driver hub
[    0.425353] usbcore: registered new device driver usb
[    0.431353] mc: Linux media interface: v0.10
[    0.434717] videodev: Linux video capture interface: v2.00
[    0.440277] pps_core: LinuxPPS API ver. 1 registered
[    0.445194] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.454401] PTP clock support registered
[    0.458498] EDAC MC: Ver: 3.0.0
[    0.462556] FPGA manager framework
[    0.464955] Advanced Linux Sound Architecture Driver Initialized.
[    0.471511] Bluetooth: Core ver 2.22
[    0.474609] NET: Registered PF_BLUETOOTH protocol family
[    0.479935] Bluetooth: HCI device and connection manager initialized
[    0.486324] Bluetooth: HCI socket layer initialized
[    0.491221] Bluetooth: L2CAP socket layer initialized
[    0.496303] Bluetooth: SCO socket layer initialized
[    0.501797] clocksource: Switched to clocksource arch_sys_counter
[    0.507469] VFS: Disk quotas dquot_6.6.0
[    0.511302] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.518318] pnp: PnP ACPI: disabled
[    0.527865] NET: Registered PF_INET protocol family
[    0.530114] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.540407] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.546229] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.554489] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.562451] TCP: Hash tables configured (established 65536 bind 65536)
[    0.568221] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.575051] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.582411] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.588218] RPC: Registered named UNIX socket transport module.
[    0.593819] RPC: Registered udp transport module.
[    0.598553] RPC: Registered tcp transport module.
[    0.603264] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.610422] PCI: CLS 0 bytes, default 64
[    0.614329] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[    0.622618] kvm [1]: IPA Size Limit: 40 bits
[    0.627805] kvm [1]: GICv3: no GICV resource entry
[    0.631003] kvm [1]: disabling GICv2 emulation
[    0.635467] kvm [1]: GIC system register CPU interface enabled
[    0.641398] kvm [1]: vgic interrupt IRQ9
[    0.645379] kvm [1]: Hyp mode initialized successfully
[    0.653435] Initialise system trusted keyrings
[    0.655159] workingset: timestamp_bits=42 max_order=21 bucket_order=0
[    0.667445] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.671002] NFS: Registering the id_resolver key type
[    0.675546] Key type id_resolver registered
[    0.679725] Key type id_legacy registered
[    0.683818] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.690488] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.697943] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    0.704373] 9p: Installing v9fs 9p2000 file system support
[    0.744904] Key type asymmetric registered
[    0.746156] Asymmetric key parser 'x509' registered
[    0.751099] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.758491] io scheduler mq-deadline registered
[    0.763040] io scheduler kyber registered
[    0.773725] EINJ: ACPI disabled.
[    0.784543] imx-sdma 30bd0000.dma-controller: Direct firmware load for imx/sdma/sdma-imx7d.bin failed with error -2
[    0.787457] mxs-dma 33000000.dma-apbh: initialized
[    0.792209] imx-sdma 30bd0000.dma-controller: Falling back to sysfs fallback for: imx/sdma/sdma-imx7d.bin
[    0.798661] SoC: i.MX8MP revision 1.1
[    0.810800] Bus freq driver module loaded
[    0.820322] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.825997] 30860000.serial: ttymxc0 at MMIO 0x30860000 (irq = 31, base_baud = 5000000) is a IMX
[    0.833120] 30880000.serial: ttymxc2 at MMIO 0x30880000 (irq = 32, base_baud = 5000000) is a IMX
[    0.841867] 30890000.serial: ttymxc1 at MMIO 0x30890000 (irq = 33, base_baud = 1500000) is a IMX
[    0.850339] printk: console [ttymxc1] enabled
[    0.850339] printk: console [ttymxc1] enabled
[    0.858975] printk: bootconsole [ec_imx6q0] disabled
[    0.858975] printk: bootconsole [ec_imx6q0] disabled
[    0.882487] loop: module loaded
[    0.887025] megasas: 07.717.02.00-rc1
[    0.892265] imx ahci driver is registered.
[    0.901941] tun: Universal TUN/TAP device driver, 1.6
[    0.907894] thunder_xcv, ver 1.0
[    0.911167] thunder_bgx, ver 1.0
[    0.914436] nicpf, ver 1.0
[    0.919391] hclge is initializing
[    0.922730] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[    0.929960] hns3: Copyright (c) 2017 Huawei Corporation.
[    0.935325] e1000: Intel(R) PRO/1000 Network Driver
[    0.940209] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    0.945999] e1000e: Intel(R) PRO/1000 Network Driver
[    0.950969] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    0.956928] igb: Intel(R) Gigabit Ethernet Network Driver
[    0.962336] igb: Copyright (c) 2007-2014 Intel Corporation.
[    0.967941] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[    0.974221] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    0.980333] sky2: driver version 1.30
[    0.984635] usbcore: registered new interface driver r8152
[    0.990349] VFIO - User Level meta-driver version: 0.3
[    1.000832] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.007439] ehci-pci: EHCI PCI platform driver
[    1.011937] ehci-platform: EHCI generic platform driver
[    1.017383] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.023597] ohci-pci: OHCI PCI platform driver
[    1.028085] ohci-platform: OHCI generic platform driver
[    1.034134] usbcore: registered new interface driver uas
[    1.039500] usbcore: registered new interface driver usb-storage
[    1.045574] usbcore: registered new interface driver usbserial_generic
[    1.052128] usbserial: USB Serial support registered for generic
[    1.058168] usbcore: registered new interface driver ftdi_sio
[    1.063937] usbserial: USB Serial support registered for FTDI USB Serial Device
[    1.071283] usbcore: registered new interface driver usb_serial_simple
[    1.077836] usbserial: USB Serial support registered for carelink
[    1.083946] usbserial: USB Serial support registered for zio
[    1.089631] usbserial: USB Serial support registered for funsoft
[    1.095662] usbserial: USB Serial support registered for flashloader
[    1.102047] usbserial: USB Serial support registered for google
[    1.107990] usbserial: USB Serial support registered for libtransistor
[    1.114539] usbserial: USB Serial support registered for vivopay
[    1.120566] usbserial: USB Serial support registered for moto_modem
[    1.126858] usbserial: USB Serial support registered for motorola_tetra
[    1.133491] usbserial: USB Serial support registered for novatel_gps
[    1.139866] usbserial: USB Serial support registered for hp4x
[    1.145637] usbserial: USB Serial support registered for suunto
[    1.151580] usbserial: USB Serial support registered for siemens_mpi
[    1.157969] usbcore: registered new interface driver usb_ehset_test
[    1.168257] snvs_rtc 30370000.snvs:snvs-rtc-lp: registered as rtc0
[    1.174480] snvs_rtc 30370000.snvs:snvs-rtc-lp: setting system clock to 1970-01-01T00:09:45 UTC (585)
[    1.183850] i2c_dev: i2c /dev entries driver
[    1.192344] Bluetooth: HCI UART driver ver 2.3
[    1.196819] Bluetooth: HCI UART protocol H4 registered
[    1.201970] Bluetooth: HCI UART protocol BCSP registered
[    1.207304] Bluetooth: HCI UART protocol LL registered
[    1.212449] Bluetooth: HCI UART protocol ATH3K registered
[    1.217873] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    1.224247] Bluetooth: HCI UART protocol Broadcom registered
[    1.229943] Bluetooth: HCI UART protocol QCA registered
[    1.235393] EDAC MC: ECC not enabled
[    1.240412] sdhci: Secure Digital Host Controller Interface driver
[    1.246615] sdhci: Copyright(c) Pierre Ossman
[    1.251717] Synopsys Designware Multimedia Card Interface Driver
[    1.258476] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.266312] ledtrig-cpu: registered to indicate activity on CPUs
[    1.273834] usbcore: registered new interface driver usbhid
[    1.279425] usbhid: USB HID core driver
[    1.287730]  cs_system_cfg: CoreSight Configuration manager initialised
[    1.296034] optee: probing for conduit method.
[    1.297209] mmc2: SDHCI controller on 30b60000.mmc [30b60000.mmc] using ADMA
[    1.300507] optee: revision 3.10 (a991c904)
[    1.301262] optee: dynamic shared memory is enabled
[    1.316954] optee: initialized driver
[    1.323636] Galcore version 6.4.3.p4.398061
[    1.386570] mmc2: new HS400 Enhanced strobe MMC card at address 0001
[    1.394329] mmcblk2: mmc2:0001 DG4008 7.28 GiB 
[    1.401873]  mmcblk2: p1 p2
[    1.406410] mmcblk2boot0: mmc2:0001 DG4008 4.00 MiB 
[    1.413160] mmcblk2boot1: mmc2:0001 DG4008 4.00 MiB 
[    1.419986] mmcblk2rpmb: mmc2:0001 DG4008 4.00 MiB, chardev (234:0)
[    1.441381] [drm] Initialized vivante 1.0.0 20170808 for 40000000.mix_gpu_ml on minor 0
[    1.451090] hantrodec 0 : module inserted. Major = 511
[    1.456704] hantrodec 1 : module inserted. Major = 511
[    1.463267] hantroenc: HW at base <0000000038320000> with ID <0x80006200>
[    1.470198] hx280enc: module inserted. Major <510>
[    1.478003] NET: Registered PF_LLC protocol family
[    1.483307] NET: Registered PF_INET6 protocol family
[    1.490180] Segment Routing with IPv6
[    1.493878] In-situ OAM (IOAM) with IPv6
[    1.497850] NET: Registered PF_PACKET protocol family
[    1.503607] Bluetooth: RFCOMM TTY layer initialized
[    1.508507] Bluetooth: RFCOMM socket layer initialized
[    1.513682] Bluetooth: RFCOMM ver 1.11
[    1.517452] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    1.522770] Bluetooth: BNEP filters: protocol multicast
[    1.528014] Bluetooth: BNEP socket layer initialized
[    1.532983] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    1.538918] Bluetooth: HIDP socket layer initialized
[    1.544578] 8021q: 802.1Q VLAN Support v1.8
[    1.548798] lib80211: common routines for IEEE802.11 drivers
[    1.554571] 9pnet: Installing 9P2000 support
[    1.558883] tsn generic netlink module v1 init...
[    1.563656] Key type dns_resolver registered
[    1.568791] Loading compiled-in X.509 certificates
[    1.598302] regulator-se050-en GPIO handle specifies active low - ignored
[    1.605616] reg-fixed-voltage regulator-csi-en: nonexclusive access to GPIO for regulator-csi-en
[    1.775644] i2c i2c-0: IMX I2C adapter registered
[    1.781288] i2c 1-003c: Fixing up cyclic dependency with 32e40000.csi
[    1.788025] ov5640 1-003c: supply DOVDD not found, using dummy regulator
[    1.794839] ov5640 1-003c: supply AVDD not found, using dummy regulator
[    1.801498] ov5640 1-003c: supply DVDD not found, using dummy regulator
[    1.809529] ov5640 1-003c: ov5640_read_reg: error: reg=300a
[    1.815131] ov5640 1-003c: ov5640_check_chip_id: failed to read chip identifier
[    1.822707] i2c i2c-1: IMX I2C adapter registered
[    1.828562] i2c 2-003c: Fixing up cyclic dependency with 32e50000.csi
[    1.835305] ov5640 2-003c: supply DOVDD not found, using dummy regulator
[    1.842117] ov5640 2-003c: supply AVDD not found, using dummy regulator
[    1.848775] ov5640 2-003c: supply DVDD not found, using dummy regulator
[    1.856340] ov5640 2-003c: ov5640_read_reg: error: reg=300a
[    1.861948] ov5640 2-003c: ov5640_check_chip_id: failed to read chip identifier
[    1.869506] i2c i2c-2: IMX I2C adapter registered
[    1.875170] i2c i2c-5: IMX I2C adapter registered
[    1.880239] imx8mq-usb-phy 381f0040.usb-phy: supply vbus not found, using dummy regulator
[    1.888739] imx8mq-usb-phy 382f0040.usb-phy: supply vbus not found, using dummy regulator
[    1.898999] imx6q-pcie 33800000.pcie: supply epdev_on not found, using dummy regulator
[    1.907074] imx6q-pcie 33800000.pcie: error -ENOENT: pcie_phy clock source missing or invalid
[    1.915711] imx6q-pcie: probe of 33800000.pcie failed with error -2
[    1.926822] pps pps0: new PPS source ptp0
[    1.938742] fec 30be0000.ethernet eth0: registered PHC device 0
[    1.945510] imx-dwmac 30bf0000.ethernet: IRQ eth_lpi not found
[    1.952246] imx-dwmac 30bf0000.ethernet: User ID: 0x10, Synopsys ID: 0x51
[    1.959054] imx-dwmac 30bf0000.ethernet: 	DWMAC4/5
[    1.963855] imx-dwmac 30bf0000.ethernet: DMA HW capability register supported
[    1.970994] imx-dwmac 30bf0000.ethernet: RX Checksum Offload Engine supported
[    1.978135] imx-dwmac 30bf0000.ethernet: TX Checksum insertion supported
[    1.984840] imx-dwmac 30bf0000.ethernet: Wake-Up On Lan supported
[    1.990991] imx-dwmac 30bf0000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    1.998661] imx-dwmac 30bf0000.ethernet: device MAC address 3a:d3:7c:68:83:2e
[    2.005813] imx-dwmac 30bf0000.ethernet: Enabled L3L4 Flow TC (entries=8)
[    2.012612] imx-dwmac 30bf0000.ethernet: Enabled RFS Flow TC (entries=8)
[    2.019328] imx-dwmac 30bf0000.ethernet: Enabling HW TC (entries=256, max_off=256)
[    2.026908] imx-dwmac 30bf0000.ethernet: Using 34 bits DMA width
[    2.038138] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    2.043663] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
[    2.051669] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe6d hci version 0x110 quirks 0x0000002001010010
[    2.061118] xhci-hcd xhci-hcd.1.auto: irq 77, io mem 0x38200000
[    2.068011] hub 1-0:1.0: USB hub found
[    2.071789] hub 1-0:1.0: 1 port detected
[    2.075976] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    2.081481] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
[    2.089155] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[    2.095737] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.104593] hub 2-0:1.0: USB hub found
[    2.108379] hub 2-0:1.0: 1 port detected
[    2.113322] imx-cpufreq-dt imx-cpufreq-dt: cpu speed grade 5 mkt segment 0 supported-hw 0x20 0x1
[    2.124835] mxc-mipi-csi2-sam 32e40000.csi: supply mipi-phy not found, using dummy regulator
[    2.125106] sdhci-esdhc-imx 30b50000.mmc: Got CD GPIO
[    2.133656] : mipi_csis_imx8mp_phy_reset, No remote pad found!
[    2.144245] mxc-mipi-csi2-sam 32e40000.csi: lanes: 2, hs_settle: 13, clk_settle: 2, wclk: 1, freq: 500000000
[    2.155213] mxc-mipi-csi2-sam 32e50000.csi: supply mipi-phy not found, using dummy regulator
[    2.164019] : mipi_csis_imx8mp_phy_reset, No remote pad found!
[    2.169921] mxc-mipi-csi2-sam 32e50000.csi: lanes: 2, hs_settle: 13, clk_settle: 2, wclk: 1, freq: 266000000
[    2.172629] mmc1: SDHCI controller on 30b50000.mmc [30b50000.mmc] using ADMA
[    2.181676] isi-capture 32e00000.isi:cap_device: deferring 32e00000.isi:cap_device device registration
[    2.196978] mxc-isi 32e00000.isi: mxc_isi.0 registered successfully
[    2.204912] isi-capture 32e02000.isi:cap_device: deferring 32e02000.isi:cap_device device registration
[    2.214374] mxc-isi 32e02000.isi: mxc_isi.1 registered successfully
[    2.223575] dwhdmi-imx 32fd8000.hdmi: Detected HDMI TX controller v2.13a with HDCP (samsung_dw_hdmi_phy2)
[    2.227158] mmc1: host does not support reading read-only switch, assuming write-enable
[    2.235103] dwhdmi-imx 32fd8000.hdmi: registered DesignWare HDMI I2C bus driver
[    2.245092] mmc1: new high speed SDHC card at address aaaa
[    2.252673] imx-drm display-subsystem: bound imx-lcdifv3-crtc.0 (ops lcdifv3_crtc_ops)
[    2.255359] mmcblk1: mmc1:aaaa SA16G 14.8 GiB 
[    2.262033] imx-drm display-subsystem: bound 32fd8000.hdmi (ops dw_hdmi_imx_ops)
[    2.270081]  mmcblk1: p1 p2 p3
[    2.274337] [drm] Initialized imx-drm 1.0.0 20120507 for display-subsystem on minor 1
[    2.284752] imx-drm display-subsystem: [drm] Cannot find any crtc or sizes
[    2.298449] isi-m2m 32e00000.isi:m2m_device: Register m2m success for ISI.0
[    2.305583] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    2.316639] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    2.317420] mmc0: SDHCI controller on 30b40000.mmc [30b40000.mmc] using ADMA
[    2.325914] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    2.338943] platform regulatory.0: Falling back to sysfs fallback for: regulatory.db
[    2.347091] ALSA device list:
[    2.350072]   No soundcards found.
[    2.372674] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    2.382504] VFS: Mounted root (ext4 filesystem) readonly on device 179:99.
[    2.398828] devtmpfs: mounted
[    2.402506] Freeing unused kernel memory: 2944K
[    2.407121] Run /sbin/init as init process
[    2.551919] random: fast init done
[    3.026354] systemd[1]: System time before build time, advancing clock.
[    3.064706] systemd[1]: systemd 247.3-7+deb11u1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +
LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
[    3.088550] systemd[1]: Detected architecture arm64.

Welcome to Debian GNU/Linux 11 (bullseye)!

[    3.139998] systemd[1]: Set hostname to <uefi-arm64>.
[    3.201880] Hot alarm is canceled. GPU3D clock will return to 64/64
[    3.609007] systemd[178]: /usr/lib/systemd/system-generators/netplan failed with exit status 1.
[    3.880648] systemd[1]: /lib/systemd/system/plymouth-start.service:16: Unit configured to use KillMode=none. This is unsafe, as it di
sables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or '
control-group'. Support for KillMode=none is deprecated and will eventually be removed.
[    4.074251] systemd[1]: Queued start job for default target Graphical Interface.
[    4.084321] random: systemd: uninitialized urandom read (16 bytes read)
[    4.091166] systemd[1]: system-modprobe.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firew
alling.
[    4.103793] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[    4.114485] systemd[1]: Created slice system-modprobe.slice.
[  OK  ] Created slice system-modprobe.slice.
[    4.138251] random: systemd: uninitialized urandom read (16 bytes read)
[    4.146036] systemd[1]: Created slice system-serial\x2dgetty.slice.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[    4.170255] random: systemd: uninitialized urandom read (16 bytes read)
[    4.177892] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[    4.202520] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password R…uests to Wall Directory Watch.
[    4.226123] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
[    4.238098] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[    4.262246] systemd[1]: Reached target Slices.
[  OK  ] Reached target Slices.
[    4.282260] systemd[1]: Reached target Swap.
[  OK  ] Reached target Swap.
[    4.302397] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[    4.322655] systemd[1]: Listening on fsck to fsckd communication Socket.
[  OK  ] Listening on fsck to fsckd communication Socket.
[    4.346457] systemd[1]: Listening on initctl Compatibility Named Pipe.
[  OK  ] Listening on initctl Compatibility Named Pipe.
[    4.370839] systemd[1]: Listening on Journal Audit Socket.
[  OK  ] Listening on Journal Audit Socket.
[    4.383574] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[    4.406754] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[    4.434100] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[    4.458673] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[    4.485562] systemd[1]: Mounting Huge Pages File System...
         Mounting Huge Pages File System...
[    4.508830] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[    4.532797] systemd[1]: Mounting Kernel Debug File System...
         Mounting Kernel Debug File System...
[    4.550883] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
[    4.569735] systemd[1]: Starting Restore / save the current clock...
         Starting Restore / save the current clock...
[    4.593660] systemd[1]: Starting Set the console keyboard layout...
         Starting Set the console keyboard layout...
[    4.614380] systemd[1]: Condition check resulted in Create list of static device nodes for the current kernel being skipped.
[    4.629117] systemd[1]: Starting Load Kernel Module configfs...
         Starting Load Kernel Module configfs...
[    4.653138] systemd[1]: Starting Load Kernel Module drm...
         Starting Load Kernel Module drm...
[    4.673290] systemd[1]: Starting Load Kernel Module fuse...
         Starting Load Kernel Module fuse...
[    4.696967] systemd[1]: Started Nameserver information manager.
[  OK  ] Started Nameserver information manager.
[    4.718364] systemd[1]: Reached target Network (Pre).
[  OK  ] Reached target Network (Pre).
[    4.740455] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    4.752435] systemd[1]: Starting File System Check on Root Device...
         Starting File System Check on Root Device...
[    4.780826] systemd[1]: Starting Load Kernel Modules...
         Starting Load Kernel Modules...
[    4.789397] systemd[1]: Starting Coldplug All udev Devices...
         Starting Coldplug All udev Devices...
[    4.802600] systemd[1]: Mounted Huge Pages File System.
[  OK  ] Mounted     4.808509] systemd[1]: Mounted POSIX Message Queue File System.
;39mHuge Pages File System.
[    4.817509] systemd[1]: Mounted Kernel Debug File System.
[  OK  ] Mounted     4.826614] systemd[1]: Finished Restore / save the current clock.
;39mPOSIX Message Queue File Syst[    4.835477] systemd[1]: modprobe@configfs.service: Succeeded.
em.
[  OK  ] Moun[    4.843716] systemd[1]: Finished Load Kernel Module configfs.
ted Kernel Debug File Sy[    4.852727] systemd[1]: modprobe@drm.service: Succeeded.
stem.
[  OK  ] Fi[    4.860517] systemd[1]: Finished Load Kernel Module drm.
nished Restore / save th[    4.868992] systemd[1]: modprobe@fuse.service: Succeeded.
e current clock.
[  O[    4.876953] systemd[1]: Finished Load Kernel Module fuse.
K  ] Finished Load Kernel Module configfs.
[    4.887084] systemd[1]: Finished Load Kernel Modules.
0;32m  OK  ] Finished     4.896628] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
9mLoad Kernel Module drm.
[  OK  ] Finished     4.909507] systemd[1]: Mounting Kernel Configuration File System...
1;39mLoad Kernel Module fuse.
[  OK  ] Finished [    4.921091] systemd[1]: Started File System Check Daemon to report status.
Load Kernel Modules.
         Mounting Ke[    4.933844] systemd[1]: Starting Apply Kernel Variables...
rnel Configuration File System...
[  OK  ] Start[    4.945273] systemd[1]: Finished Set the console keyboard layout.
ed File System Check Dae[    4.954257] systemd[1]: Mounted Kernel Configuration File System.
mon to report status.
         Starting Apply Kernel Variables...
[  OK  ] Finished Set the console keyboard layout.
[  OK  ] Mounted Kernel Configuration File System.
[    5.007387] systemd[1]: Finished File System Check on Root Device.
[  OK  ] Finished File System Check on Root Device.
[    5.031370] systemd[1]: Finished Apply Kernel Variables.
[  OK  ] Finished Apply Kernel Variables.
[    5.057614] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems...
[    5.256231] EXT4-fs (mmcblk1p3): re-mounted. Opts: commit=600,errors=remount-ro. Quota mode: none.
[    5.269736] systemd[1]: Finished Remount Root and Kernel File Systems.
[  OK  ] Finished Remount Root and Kernel File Systems.
[    5.300724] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    5.309390] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    5.321700] systemd[1]: Starting Load/Save Random Seed...
         Starting Load/Save Random Seed...
[    5.344978] systemd[1]: Starting Create System Users...
         Starting Create System Users...
[    5.396537] systemd[1]: Finished Create System Users.
[  OK  ] Finished Create System Users.
[    5.416013] systemd[1]: Finished Coldplug All udev Devices.
[  OK  ] Finished Coldplug All udev Devices.
[    5.443231] systemd[1]: Starting Helper to synchronize boot up for ifupdown...
         Starting Helper to synchronize boot up for ifupdown...
[    5.468965] systemd[1]: Starting Create Static Device Nodes in /dev...
         Starting Create Static Device Nodes in /dev...
[    5.514321] systemd[1]: Finished Create Static Device Nodes in /dev.
[  OK  ] Finished Create Static Device Nodes in /dev.
[    5.542593] systemd[1]: Reached target Local File Systems (Pre).
[  OK  ] Reached target Local File Systems (Pre).
[    5.570962] systemd[1]: Mounting /tmp...
         Mounting /tmp...
[    5.593042] systemd[1]: Starting Rule-based Manager for Device Events and Files...
         Starting Rule-based Manage…for Device Events and Files...
[    5.620259] systemd[1]: Mounted /tmp.
[  OK  ] Mounted /tmp.
[    5.638377] systemd[1]: Reached target Local File Systems.
[  OK  ] Reached target Local File Systems.
[    5.664910] systemd[1]: Starting Armbian leds state...
         Starting Armbian leds state...
[    5.685146] systemd[1]: Starting Armbian ZRAM config...
         Starting Armbian ZRAM config...
[    5.704707] systemd[1]: Starting Set console font and keymap...
         Starting Set console font and keymap...
[    5.724808] systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
         Starting Tell Plymouth To Write Out Runtime Data...
[    5.747410] systemd[1]: Finished Set console font and keymap.
[  OK  ] Finished Set console font and keymap.
[    5.771579] systemd[1]: Finished Tell Plymouth To Write Out Runtime Data.
[  OK  ] Finished Tell Plymouth To Write Out Runtime Data.
[    5.794462] systemd[1]: Started Rule-based Manager for Device Events and Files.
[  OK  ] Started Rule-based Manager for Device Events and Files.
[    5.819462] systemd[1]: Finished Armbian leds state.
[  OK  ] Finished Armbian leds state.
[    5.841045] systemd[1]: Starting Show Plymouth Boot Screen...
         Starting Show Plymouth Boot Screen...
[    5.885988] systemd[1]: Received SIGRTMIN+20 from PID 267 (plymouthd).
[    5.915469] systemd[1]: Started Show Plymouth Boot Screen.
[  OK  ] Started     5.922352] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsp
lash is active being skipped.
;39mShow Plymouth Boot Screen[    5.938359] systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
.
[  OK  ] Started     5.949356] systemd[1]: Reached target Local Encrypted Volumes.
;39mForward Password R…s to Ply[    5.959551] systemd[1]: Reached target Paths.
mouth Directory Watch.
[  OK  ] Reached target Local Encrypted Volumes.
[  OK  ] Reached target Paths.
[    6.026527] systemd[1]: armbian-zram-config.service: Main process exited, code=exited, status=1/FAILURE
[    6.036769] systemd[1]: armbian-zram-config.service: Failed with result 'exit-code'.
[    6.045780] systemd[1]: Failed to start Armbian ZRAM config.
[FAILED] Failed to start Armbian ZRAM conf[    6.055314] systemd[1]: Starting Armbian memory supported logging...
ig.
See 'systemctl status armbian-zram-config.service' for details.
         Starting Armbian memory supported logging...
[    6.265405] systemd[1]: Found device /dev/ttymxc1.
[    6.270606] cfg80211: failed to load regulatory.db
[  OK  ] Found device /dev/ttymxc1.
[    6.421201] imx-sdma 30e10000.dma-controller: firmware found.
[    6.421201] imx-sdma 30bd0000.dma-controller: firmware found.
[    6.421372] imx-sdma 30bd0000.dma-controller: loaded firmware 4.5
[    7.001399] systemd[1]: Finished Helper to synchronize boot up for ifupdown.
[  OK  ] Finished     7.011956] systemd[1]: Starting Raise network interfaces...
1;39mHelper to synchronize boot up for ifupdown.
         Starting Raise network interfaces...
[    7.225419] Generic PHY 30be0000.ethernet-1:08: attached PHY driver (mii_bus:phy_addr=30be0000.ethernet-1:08, irq=POLL)
[    7.310724] systemd[1]: Finished Raise network interfaces.
[  OK  ] Finished Raise network interfaces.
[    7.613835] random: crng init done
[    7.617252] random: 7 urandom warning(s) missed due to ratelimiting
[    7.648331] systemd[1]: Finished Load/Save Random Seed.
[  OK  ] Finished     7.654340] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[    7.664986] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.

[    7.677519] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
[    8.607137] systemd[1]: Finished Armbian memory supported logging.
[  OK  ] Finished Armbian memory supported l[    8.616777] systemd[1]: Starting Journal Service...
ogging.
         Starting Journal Service...
[    8.813254] systemd[1]: Started Journal Service.
[  OK  ] Started Journal Service.
         Starting Flush Journal to Persistent Storage...
[    8.851136] systemd-journald[422]: Received client request to flush runtime journal.
[  OK  ] Finished Flush Journal to Persistent Storage.
         Starting Create Volatile Files and Directories...
[  OK  ] Finished Create Volatile Files and Directories.
[  OK  ] Started Entropy Daemon based on the HAVEGE algorithm.
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Finished Update UTMP about System Boot/Shutdown.
[  OK  ] Reached target System Initialization.
[  OK  ] Started Daily apt download activities.
[  OK  ] Started Daily apt upgrade and clean activities.
[  OK  ] Started Periodic ext4 Onli…ata Check for All Filesystems.
[  OK  ] Started Discard unused blocks once a week.
[  OK  ] Started Daily rotation of log files.
[  OK  ] Started Clean PHP session files every 30 mins.
[  OK  ] Started Run system activit…ounting tool every 10 minutes.
[  OK  ] Started Generate summary o…esterday's process accounting.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target Timers.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Reached target Sockets.
         Starting Armbian hardware monitoring...
         Starting Armbian hardware optimization...
[  OK  ] Finished Armbian hardware monitoring.
[  OK  ] Finished Armbian hardware optimization.
[  OK  ] Reached target Basic System.
[  OK  ] Started Armbian first run tasks.
[  OK  ] Created slice system-getty.slice.
[  OK  ] Started Regular background program processing daemon.
[  OK  ] Started D-Bus System Message Bus.
         Starting Remove Stale Onli…t4 Metadata Check Snapshots...
         Starting LSB: Load kernel …d to enable cpufreq scaling...
         Starting System Logging Service...
         Starting Resets System Activity Logs...
         Starting User Login Management...
         Starting WPA supplicant...
[  OK  ] Finished Remove Stale Onli…ext4 Metadata Check Snapshots.
[    9.283020] fec 30be0000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
[    9.291303] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  OK  ] Finished Resets System Activity Logs.
[  OK  ] Started LSB: Load kernel m…ded to enable cpufreq scaling.
         Starting LSB: set CPUFreq kernel parameters...
[  OK  ] Started System Logging Service.
[  OK  ] Started LSB: set CPUFreq kernel parameters.
         Starting LSB: Set sysfs variables from /etc/sysfs.conf...
[  OK  ] Started User Login Management.
[  OK  ] Started WPA supplicant.
[  OK  ] Reached target Network.
[  OK  ] Reached target Network is Online.
         Starting LSB: Advanced IEEE 802.11 management daemon...
         Starting Network Time Service...
         Starting OpenVPN service...
         Starting /etc/rc.local Compatibility...
         Starting OpenBSD Secure Shell server...
         Starting Permit User Sessions...
[    9.710449] systemd-journald[422]: Received client request to relinquish /var/log/journal/9d4683f3346a494aa37ca5176b1495aa access.
[  OK  ] Started LSB: Advanced IEEE 802.11 management daemon.
[  OK  ] Finished OpenVPN service.
[  OK  ] Started /etc/rc.local Compatibility.
[  OK  ] Finished Permit User Sessions.
         Starting Hold until boot process finishes up...
         Starting Terminate Plymouth Boot Screen...

Armbian 22.11.1 Bullseye ttymxc1 

uefi-arm64 login: [   21.520671] systemd-journald[422]: Received client request to flush runtime journal.
[   21.589388] systemd-journald[422]: Received client request to relinquish /var/log/journal/9d4683f3346a494aa37ca5176b1495aa access.

uefi-arm64 login: root
Password: 
 _   _ _____ _____ ___                         __   _  _   
| | | | ____|  ___|_ _|   __ _ _ __ _ __ ___  / /_ | || |  
| | | |  _| | |_   | |   / _` | '__| '_ ` _ \| '_ \| || |_ 
| |_| | |___|  _|  | |  | (_| | |  | | | | | | (_) |__   _|
 \___/|_____|_|   |___|  \__,_|_|  |_| |_| |_|\___/   |_|  
                                                           
Welcome to Armbian 22.11.4 Bullseye with Linux 5.15.32-00007-gfe10aa07dfca-dirty

System load:   21%           	Up time:       1 min	
Memory usage:  6% of 5.47G  	IP:	       192.168.0.81
CPU temp:      47°C           	Usage of /:    41% of 9.2G   	

[ Menu-driven system configuration (beta): sudo apt update && sudo apt install armbian-config ]

root@uefi-arm64:~#