Jump to content

Odroid N2+ / N2 Plus


NicoD

Recommended Posts

I've updated to the latest Armbian 20.08.14 Focal and after reboot noticed in htop that the CPU clock is showing 0mhz , which is fine as it's most likely just a bug.

 

Though I did notice in armbian-config that it shows CPU freq between 1000mhz and 2016mhz (when it should be 2400mhz in theory). Is this just a display bug?

 

Also attached my dmesg output

Spoiler

[Fri Oct 23 10:03:31 2020] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[Fri Oct 23 10:03:31 2020] Linux version 5.8.16-meson64 (root@xeon) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025, GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209) #20.08.14 SMP PREEMPT Tue Oct 20 22:50:41 CEST 2020
[Fri Oct 23 10:03:31 2020] Machine model: Hardkernel ODROID-N2Plus
[Fri Oct 23 10:03:31 2020] efi: UEFI not found.
[Fri Oct 23 10:03:31 2020] [Firmware Bug]: Kernel image misaligned at boot, please fix your bootloader!
[Fri Oct 23 10:03:31 2020] Reserved memory: created CMA memory pool at 0x00000000b5800000, size 896 MiB
[Fri Oct 23 10:03:31 2020] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[Fri Oct 23 10:03:31 2020] NUMA: No NUMA configuration found
[Fri Oct 23 10:03:31 2020] NUMA: Faking a node at [mem 0x0000000000000000-0x00000000ed7fffff]
[Fri Oct 23 10:03:31 2020] NUMA: NODE_DATA [mem 0xb5031100-0xb5032fff]
[Fri Oct 23 10:03:31 2020] Zone ranges:
[Fri Oct 23 10:03:31 2020]   DMA      [mem 0x0000000000000000-0x000000003fffffff]
[Fri Oct 23 10:03:31 2020]   DMA32    [mem 0x0000000040000000-0x00000000ed7fffff]
[Fri Oct 23 10:03:31 2020]   Normal   empty
[Fri Oct 23 10:03:31 2020] Movable zone start for each node
[Fri Oct 23 10:03:31 2020] Early memory node ranges
[Fri Oct 23 10:03:31 2020]   node   0: [mem 0x0000000000000000-0x0000000004ffffff]
[Fri Oct 23 10:03:31 2020]   node   0: [mem 0x0000000005300000-0x00000000ed7fffff]
[Fri Oct 23 10:03:31 2020] Initmem setup node 0 [mem 0x0000000000000000-0x00000000ed7fffff]
[Fri Oct 23 10:03:31 2020] On node 0 totalpages: 972032
[Fri Oct 23 10:03:31 2020]   DMA zone: 4096 pages used for memmap
[Fri Oct 23 10:03:31 2020]   DMA zone: 0 pages reserved
[Fri Oct 23 10:03:31 2020]   DMA zone: 261376 pages, LIFO batch:63
[Fri Oct 23 10:03:31 2020]   DMA32 zone: 11104 pages used for memmap
[Fri Oct 23 10:03:31 2020]   DMA32 zone: 710656 pages, LIFO batch:63
[Fri Oct 23 10:03:31 2020] psci: probing for conduit method from DT.
[Fri Oct 23 10:03:31 2020] psci: PSCIv1.0 detected in firmware.
[Fri Oct 23 10:03:31 2020] psci: Using standard PSCI v0.2 function IDs
[Fri Oct 23 10:03:31 2020] psci: MIGRATE_INFO_TYPE not supported.
[Fri Oct 23 10:03:31 2020] psci: SMC Calling Convention v1.1
[Fri Oct 23 10:03:31 2020] percpu: Embedded 23 pages/cpu s54360 r8192 d31656 u94208
[Fri Oct 23 10:03:31 2020] pcpu-alloc: s54360 r8192 d31656 u94208 alloc=23*4096
[Fri Oct 23 10:03:31 2020] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 
[Fri Oct 23 10:03:31 2020] Detected VIPT I-cache on CPU0
[Fri Oct 23 10:03:31 2020] CPU features: detected: ARM erratum 845719
[Fri Oct 23 10:03:31 2020] Built 1 zonelists, mobility grouping on.  Total pages: 956832
[Fri Oct 23 10:03:31 2020] Policy zone: DMA32
[Fri Oct 23 10:03:31 2020] Kernel command line: root=UUID=b28c218d-9ac9-4443-b36e-a818bbe595c3 rootwait rootfstype=ext4 console=ttyAML0,115200n8 console=tty1 loglevel=1  no_console_suspend fsck.repair=yes net.ifnames=0 elevator=noop hdmimode=1080p60hz cvbsmode=576cvbs max_freq_a53=1908 max_freq_a73=2208 maxcpus=6 voutmode=hdmi  disablehpd=false  cvbscable=0 overscan=100 consoleblank=0
[Fri Oct 23 10:03:31 2020] Kernel parameter elevator= does not have any effect anymore.
                           Please use sysfs to set IO scheduler for individual devices.
[Fri Oct 23 10:03:31 2020] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[Fri Oct 23 10:03:31 2020] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[Fri Oct 23 10:03:31 2020] mem auto-init: stack:off, heap alloc:on, heap free:off
[Fri Oct 23 10:03:31 2020] software IO TLB: mapped [mem 0x388e7000-0x3c8e7000] (64MB)
[Fri Oct 23 10:03:31 2020] Memory: 2784280K/3888128K available (13820K kernel code, 1306K rwdata, 5544K rodata, 3328K init, 585K bss, 186344K reserved, 917504K cma-reserved)
[Fri Oct 23 10:03:31 2020] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[Fri Oct 23 10:03:31 2020] rcu: Preemptible hierarchical RCU implementation.
[Fri Oct 23 10:03:31 2020] rcu:         RCU event tracing is enabled.
[Fri Oct 23 10:03:31 2020] rcu:         RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=6.
[Fri Oct 23 10:03:31 2020]      Trampoline variant of Tasks RCU enabled.
[Fri Oct 23 10:03:31 2020]      Rude variant of Tasks RCU enabled.
[Fri Oct 23 10:03:31 2020]      Tracing variant of Tasks RCU enabled.
[Fri Oct 23 10:03:31 2020] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[Fri Oct 23 10:03:31 2020] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
[Fri Oct 23 10:03:31 2020] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[Fri Oct 23 10:03:31 2020] GIC: Using split EOI/Deactivate mode
[Fri Oct 23 10:03:31 2020] irq_meson_gpio: 100 to 8 gpio interrupt mux initialized
[Fri Oct 23 10:03:31 2020] random: get_random_bytes called from start_kernel+0x35c/0x528 with crng_init=0
[Fri Oct 23 10:03:31 2020] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[Fri Oct 23 10:03:31 2020] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[Fri Oct 23 10:03:31 2020] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[Fri Oct 23 10:03:31 2020] Console: colour dummy device 80x25
[Fri Oct 23 10:03:31 2020] printk: console [tty1] enabled
[Fri Oct 23 10:03:31 2020] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[Fri Oct 23 10:03:31 2020] pid_max: default: 32768 minimum: 301
[Fri Oct 23 10:03:31 2020] LSM: Security Framework initializing
[Fri Oct 23 10:03:31 2020] Yama: becoming mindful.
[Fri Oct 23 10:03:31 2020] AppArmor: AppArmor initialized
[Fri Oct 23 10:03:31 2020] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[Fri Oct 23 10:03:31 2020] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[Fri Oct 23 10:03:31 2020] rcu: Hierarchical SRCU implementation.
[Fri Oct 23 10:03:31 2020] EFI services will not be available.
[Fri Oct 23 10:03:31 2020] smp: Bringing up secondary CPUs ...
[Fri Oct 23 10:03:31 2020] Detected VIPT I-cache on CPU1
[Fri Oct 23 10:03:31 2020] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[Fri Oct 23 10:03:31 2020] CPU features: detected: ARM erratum 858921
[Fri Oct 23 10:03:31 2020] ARM_SMCCC_ARCH_WORKAROUND_1 missing from firmware
[Fri Oct 23 10:03:31 2020] Detected VIPT I-cache on CPU2
[Fri Oct 23 10:03:31 2020] arch_timer: Enabling local workaround for ARM erratum 858921
[Fri Oct 23 10:03:31 2020] arch_timer: CPU2: Trapping CNTVCT access
[Fri Oct 23 10:03:31 2020] CPU2: Booted secondary processor 0x0000000100 [0x410fd092]
[Fri Oct 23 10:03:31 2020] Detected VIPT I-cache on CPU3
[Fri Oct 23 10:03:31 2020] arch_timer: Enabling local workaround for ARM erratum 858921
[Fri Oct 23 10:03:31 2020] arch_timer: CPU3: Trapping CNTVCT access
[Fri Oct 23 10:03:31 2020] CPU3: Booted secondary processor 0x0000000101 [0x410fd092]
[Fri Oct 23 10:03:31 2020] Detected VIPT I-cache on CPU4
[Fri Oct 23 10:03:31 2020] arch_timer: Enabling local workaround for ARM erratum 858921
[Fri Oct 23 10:03:31 2020] arch_timer: CPU4: Trapping CNTVCT access
[Fri Oct 23 10:03:31 2020] CPU4: Booted secondary processor 0x0000000102 [0x410fd092]
[Fri Oct 23 10:03:31 2020] Detected VIPT I-cache on CPU5
[Fri Oct 23 10:03:31 2020] arch_timer: Enabling local workaround for ARM erratum 858921
[Fri Oct 23 10:03:31 2020] arch_timer: CPU5: Trapping CNTVCT access
[Fri Oct 23 10:03:31 2020] CPU5: Booted secondary processor 0x0000000103 [0x410fd092]
[Fri Oct 23 10:03:31 2020] smp: Brought up 1 node, 6 CPUs
[Fri Oct 23 10:03:31 2020] SMP: Total of 6 processors activated.
[Fri Oct 23 10:03:31 2020] CPU features: detected: 32-bit EL0 Support
[Fri Oct 23 10:03:31 2020] CPU features: detected: CRC32 instructions
[Fri Oct 23 10:03:31 2020] CPU features: detected: 32-bit EL1 Support
[Fri Oct 23 10:03:31 2020] CPU: All CPU(s) started at EL2
[Fri Oct 23 10:03:31 2020] alternatives: patching kernel code
[Fri Oct 23 10:03:31 2020] devtmpfs: initialized
[Fri Oct 23 10:03:31 2020] Registered cp15_barrier emulation handler
[Fri Oct 23 10:03:31 2020] Registered setend emulation handler
[Fri Oct 23 10:03:31 2020] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[Fri Oct 23 10:03:31 2020] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[Fri Oct 23 10:03:31 2020] xor: measuring software checksum speed
[Fri Oct 23 10:03:31 2020]    8regs     :  3323.000 MB/sec
[Fri Oct 23 10:03:31 2020]    32regs    :  3854.000 MB/sec
[Fri Oct 23 10:03:31 2020]    arm64_neon:  3481.000 MB/sec
[Fri Oct 23 10:03:31 2020] xor: using function: 32regs (3854.000 MB/sec)
[Fri Oct 23 10:03:31 2020] pinctrl core: initialized pinctrl subsystem
[Fri Oct 23 10:03:31 2020] thermal_sys: Registered thermal governor 'fair_share'
[Fri Oct 23 10:03:31 2020] thermal_sys: Registered thermal governor 'bang_bang'
[Fri Oct 23 10:03:31 2020] thermal_sys: Registered thermal governor 'step_wise'
[Fri Oct 23 10:03:31 2020] thermal_sys: Registered thermal governor 'user_space'
[Fri Oct 23 10:03:31 2020] DMI not present or invalid.
[Fri Oct 23 10:03:31 2020] NET: Registered protocol family 16
[Fri Oct 23 10:03:31 2020] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[Fri Oct 23 10:03:31 2020] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[Fri Oct 23 10:03:31 2020] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[Fri Oct 23 10:03:31 2020] audit: initializing netlink subsys (disabled)
[Fri Oct 23 10:03:31 2020] audit: type=2000 audit(0.164:1): state=initialized audit_enabled=0 res=1
[Fri Oct 23 10:03:31 2020] cpuidle: using governor menu
[Fri Oct 23 10:03:31 2020] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[Fri Oct 23 10:03:31 2020] ASID allocator initialised with 65536 entries
[Fri Oct 23 10:03:31 2020] Serial: AMBA PL011 UART driver
[Fri Oct 23 10:03:31 2020] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[Fri Oct 23 10:03:31 2020] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[Fri Oct 23 10:03:31 2020] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[Fri Oct 23 10:03:31 2020] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[Fri Oct 23 10:03:31 2020] cryptd: max_cpu_qlen set to 1000
[Fri Oct 23 10:03:31 2020] raid6: neonx8   gen()  2779 MB/s
[Fri Oct 23 10:03:31 2020] raid6: neonx8   xor()  2053 MB/s
[Fri Oct 23 10:03:31 2020] raid6: neonx4   gen()  3008 MB/s
[Fri Oct 23 10:03:31 2020] raid6: neonx4   xor()  2413 MB/s
[Fri Oct 23 10:03:31 2020] raid6: neonx2   gen()  2597 MB/s
[Fri Oct 23 10:03:31 2020] raid6: neonx2   xor()  2181 MB/s
[Fri Oct 23 10:03:31 2020] raid6: neonx1   gen()  1929 MB/s
[Fri Oct 23 10:03:31 2020] raid6: neonx1   xor()  1727 MB/s
[Fri Oct 23 10:03:31 2020] raid6: int64x8  gen()  1383 MB/s
[Fri Oct 23 10:03:31 2020] raid6: int64x8  xor()   736 MB/s
[Fri Oct 23 10:03:31 2020] raid6: int64x4  gen()  1464 MB/s
[Fri Oct 23 10:03:32 2020] raid6: int64x4  xor()   733 MB/s
[Fri Oct 23 10:03:32 2020] raid6: int64x2  gen()  1361 MB/s
[Fri Oct 23 10:03:32 2020] raid6: int64x2  xor()   619 MB/s
[Fri Oct 23 10:03:32 2020] raid6: int64x1  gen()  1088 MB/s
[Fri Oct 23 10:03:32 2020] raid6: int64x1  xor()   376 MB/s
[Fri Oct 23 10:03:32 2020] raid6: using algorithm neonx4 gen() 3008 MB/s
[Fri Oct 23 10:03:32 2020] raid6: .... xor() 2413 MB/s, rmw enabled
[Fri Oct 23 10:03:32 2020] raid6: using neon recovery algorithm
[Fri Oct 23 10:03:32 2020] ACPI: Interpreter disabled.
[Fri Oct 23 10:03:32 2020] 5V: supplied by 12V
[Fri Oct 23 10:03:32 2020] VDDAO_3V3: supplied by 12V
[Fri Oct 23 10:03:32 2020] iommu: Default domain type: Translated 
[Fri Oct 23 10:03:32 2020] vgaarb: loaded
[Fri Oct 23 10:03:32 2020] SCSI subsystem initialized
[Fri Oct 23 10:03:32 2020] usbcore: registered new interface driver usbfs
[Fri Oct 23 10:03:32 2020] usbcore: registered new interface driver hub
[Fri Oct 23 10:03:32 2020] usbcore: registered new device driver usb
[Fri Oct 23 10:03:32 2020] pps_core: LinuxPPS API ver. 1 registered
[Fri Oct 23 10:03:32 2020] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[Fri Oct 23 10:03:32 2020] PTP clock support registered
[Fri Oct 23 10:03:32 2020] EDAC MC: Ver: 3.0.0
[Fri Oct 23 10:03:32 2020] NetLabel: Initializing
[Fri Oct 23 10:03:32 2020] NetLabel:  domain hash size = 128
[Fri Oct 23 10:03:32 2020] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[Fri Oct 23 10:03:32 2020] NetLabel:  unlabeled traffic allowed by default
[Fri Oct 23 10:03:32 2020] clocksource: Switched to clocksource arch_sys_counter
[Fri Oct 23 10:03:32 2020] VFS: Disk quotas dquot_6.6.0
[Fri Oct 23 10:03:32 2020] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[Fri Oct 23 10:03:32 2020] AppArmor: AppArmor Filesystem Enabled
[Fri Oct 23 10:03:32 2020] pnp: PnP ACPI: disabled
[Fri Oct 23 10:03:32 2020] NET: Registered protocol family 2
[Fri Oct 23 10:03:32 2020] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[Fri Oct 23 10:03:32 2020] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[Fri Oct 23 10:03:32 2020] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[Fri Oct 23 10:03:32 2020] TCP: Hash tables configured (established 32768 bind 32768)
[Fri Oct 23 10:03:32 2020] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[Fri Oct 23 10:03:32 2020] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[Fri Oct 23 10:03:32 2020] NET: Registered protocol family 1
[Fri Oct 23 10:03:32 2020] PCI: CLS 0 bytes, default 64
[Fri Oct 23 10:03:32 2020] Trying to unpack rootfs image as initramfs...
[Fri Oct 23 10:03:32 2020] Freeing initrd memory: 15456K
[Fri Oct 23 10:03:32 2020] kvm [1]: IPA Size Limit: 40bits
[Fri Oct 23 10:03:32 2020] kvm [1]: vgic interrupt IRQ1
[Fri Oct 23 10:03:32 2020] kvm [1]: Hyp mode initialized successfully
[Fri Oct 23 10:03:32 2020] Initialise system trusted keyrings
[Fri Oct 23 10:03:32 2020] Key type blacklist registered
[Fri Oct 23 10:03:32 2020] workingset: timestamp_bits=44 max_order=20 bucket_order=0
[Fri Oct 23 10:03:32 2020] zbud: loaded
[Fri Oct 23 10:03:32 2020] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[Fri Oct 23 10:03:32 2020] fuse: init (API version 7.31)
[Fri Oct 23 10:03:32 2020] integrity: Platform Keyring initialized
[Fri Oct 23 10:03:32 2020] Key type asymmetric registered
[Fri Oct 23 10:03:32 2020] Asymmetric key parser 'x509' registered
[Fri Oct 23 10:03:32 2020] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[Fri Oct 23 10:03:32 2020] io scheduler mq-deadline registered
[Fri Oct 23 10:03:32 2020] io scheduler kyber registered
[Fri Oct 23 10:03:32 2020] io scheduler bfq registered
[Fri Oct 23 10:03:32 2020] gpio-447 (usb-hub-reset): hogged as output/high
[Fri Oct 23 10:03:32 2020] EINJ: ACPI disabled.
[Fri Oct 23 10:03:32 2020] soc soc0: Amlogic Meson G12B (S922X) Revision 29:c (40:2) Detected
[Fri Oct 23 10:03:32 2020] pwm-regulator: supplied by regulator-dummy
[Fri Oct 23 10:03:32 2020] VCC_3V3: supplied by VDDAO_3V3
[Fri Oct 23 10:03:32 2020] FLASH_1V8: supplied by VCC_3V3
[Fri Oct 23 10:03:32 2020] VCC_1V8: supplied by VCC_3V3
[Fri Oct 23 10:03:32 2020] VDDAO_1V8: supplied by VDDAO_3V3
[Fri Oct 23 10:03:32 2020] pwm-regulator: supplied by regulator-dummy
[Fri Oct 23 10:03:32 2020] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[Fri Oct 23 10:03:32 2020] Serial: AMBA driver
[Fri Oct 23 10:03:32 2020] ff803000.serial: ttyAML0 at MMIO 0xff803000 (irq = 17, base_baud = 1500000) is a meson_uart
[Fri Oct 23 10:03:32 2020] printk: console [ttyAML0] enabled
[Fri Oct 23 10:03:32 2020] ffd24000.serial: ttyAML1 at MMIO 0xffd24000 (irq = 25, base_baud = 1500000) is a meson_uart
[Fri Oct 23 10:03:32 2020] loop: module loaded
[Fri Oct 23 10:03:32 2020] libphy: Fixed MDIO Bus: probed
[Fri Oct 23 10:03:32 2020] tun: Universal TUN/TAP device driver, 1.6
[Fri Oct 23 10:03:32 2020] thunder_xcv, ver 1.0
[Fri Oct 23 10:03:32 2020] thunder_bgx, ver 1.0
[Fri Oct 23 10:03:32 2020] nicpf, ver 1.0
[Fri Oct 23 10:03:32 2020] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[Fri Oct 23 10:03:32 2020] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[Fri Oct 23 10:03:32 2020] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.6.0-k
[Fri Oct 23 10:03:32 2020] igb: Copyright (c) 2007-2014 Intel Corporation.
[Fri Oct 23 10:03:32 2020] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[Fri Oct 23 10:03:32 2020] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[Fri Oct 23 10:03:32 2020] sky2: driver version 1.30
[Fri Oct 23 10:03:32 2020] VFIO - User Level meta-driver version: 0.3
[Fri Oct 23 10:03:32 2020] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[Fri Oct 23 10:03:32 2020] ehci-pci: EHCI PCI platform driver
[Fri Oct 23 10:03:32 2020] ehci-platform: EHCI generic platform driver
[Fri Oct 23 10:03:32 2020] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[Fri Oct 23 10:03:32 2020] ohci-pci: OHCI PCI platform driver
[Fri Oct 23 10:03:32 2020] ohci-platform: OHCI generic platform driver
[Fri Oct 23 10:03:32 2020] usbcore: registered new interface driver usb-storage
[Fri Oct 23 10:03:32 2020] mousedev: PS/2 mouse device common for all mice
[Fri Oct 23 10:03:32 2020] i2c /dev entries driver
[Fri Oct 23 10:03:32 2020] thermal thermal_zone0: binding zone cpu-thermal with cdev thermal-cpufreq-0 failed:-17
[Fri Oct 23 10:03:32 2020] cpufreq: cpufreq_online: CPU2: Running at unlisted freq: 999999 KHz
[Fri Oct 23 10:03:32 2020] cpufreq: cpufreq_online: CPU2: Unlisted initial frequency changed to: 1000000 KHz
[Fri Oct 23 10:03:32 2020] thermal thermal_zone0: binding zone cpu-thermal with cdev thermal-cpufreq-1 failed:-17
[Fri Oct 23 10:03:32 2020] sdhci: Secure Digital Host Controller Interface driver
[Fri Oct 23 10:03:32 2020] sdhci: Copyright(c) Pierre Ossman
[Fri Oct 23 10:03:32 2020] Synopsys Designware Multimedia Card Interface Driver
[Fri Oct 23 10:03:32 2020] meson-gx-mmc ffe07000.mmc: allocated mmc-pwrseq
[Fri Oct 23 10:03:33 2020] sdhci-pltfm: SDHCI platform and OF driver helper
[Fri Oct 23 10:03:33 2020] ledtrig-cpu: registered to indicate activity on CPUs
[Fri Oct 23 10:03:33 2020] meson-sm: secure-monitor enabled
[Fri Oct 23 10:03:33 2020] hid: raw HID events driver (C) Jiri Kosina
[Fri Oct 23 10:03:33 2020] usbcore: registered new interface driver usbhid
[Fri Oct 23 10:03:33 2020] usbhid: USB HID core driver
[Fri Oct 23 10:03:33 2020] NET: Registered protocol family 10
[Fri Oct 23 10:03:33 2020] Segment Routing with IPv6
[Fri Oct 23 10:03:33 2020] NET: Registered protocol family 17
[Fri Oct 23 10:03:33 2020] 8021q: 802.1Q VLAN Support v1.8
[Fri Oct 23 10:03:33 2020] Key type dns_resolver registered
[Fri Oct 23 10:03:33 2020] registered taskstats version 1
[Fri Oct 23 10:03:33 2020] Loading compiled-in X.509 certificates
[Fri Oct 23 10:03:33 2020] Loaded X.509 cert 'Build time autogenerated kernel key: 3c30550356ab525d6d7708f95571a45a475bcefb'
[Fri Oct 23 10:03:33 2020] zswap: loaded using pool lzo/zbud
[Fri Oct 23 10:03:33 2020] Key type ._fscrypt registered
[Fri Oct 23 10:03:33 2020] Key type .fscrypt registered
[Fri Oct 23 10:03:33 2020] Key type fscrypt-provisioning registered
[Fri Oct 23 10:03:33 2020] Btrfs loaded, crc32c=crc32c-generic
[Fri Oct 23 10:03:33 2020] Key type encrypted registered
[Fri Oct 23 10:03:33 2020] AppArmor: AppArmor sha1 policy hashing enabled
[Fri Oct 23 10:03:33 2020] HUB_5V: supplied by 5V
[Fri Oct 23 10:03:33 2020] USB_PWR_EN: supplied by 5V
[Fri Oct 23 10:03:33 2020] dwc3-meson-g12a ffe09000.usb: USB2 ports: 2
[Fri Oct 23 10:03:33 2020] dwc3-meson-g12a ffe09000.usb: USB3 ports: 1
[Fri Oct 23 10:03:33 2020] dwc2 ff400000.usb: supply vusb_d not found, using dummy regulator
[Fri Oct 23 10:03:33 2020] dwc2 ff400000.usb: supply vusb_a not found, using dummy regulator
[Fri Oct 23 10:03:33 2020] dwc2 ff400000.usb: EPs: 7, dedicated fifos, 712 entries in SPRAM
[Fri Oct 23 10:03:33 2020] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[Fri Oct 23 10:03:33 2020] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[Fri Oct 23 10:03:33 2020] xhci-hcd xhci-hcd.0.auto: hcc params 0x0228fe6c hci version 0x110 quirks 0x0000000000010010
[Fri Oct 23 10:03:33 2020] xhci-hcd xhci-hcd.0.auto: irq 33, io mem 0xff500000
[Fri Oct 23 10:03:33 2020] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[Fri Oct 23 10:03:33 2020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Fri Oct 23 10:03:33 2020] usb usb1: Product: xHCI Host Controller
[Fri Oct 23 10:03:33 2020] usb usb1: Manufacturer: Linux 5.8.16-meson64 xhci-hcd
[Fri Oct 23 10:03:33 2020] usb usb1: SerialNumber: xhci-hcd.0.auto
[Fri Oct 23 10:03:33 2020] hub 1-0:1.0: USB hub found
[Fri Oct 23 10:03:33 2020] hub 1-0:1.0: 2 ports detected
[Fri Oct 23 10:03:33 2020] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[Fri Oct 23 10:03:33 2020] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[Fri Oct 23 10:03:33 2020] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[Fri Oct 23 10:03:33 2020] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[Fri Oct 23 10:03:33 2020] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08
[Fri Oct 23 10:03:33 2020] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Fri Oct 23 10:03:33 2020] usb usb2: Product: xHCI Host Controller
[Fri Oct 23 10:03:33 2020] usb usb2: Manufacturer: Linux 5.8.16-meson64 xhci-hcd
[Fri Oct 23 10:03:33 2020] usb usb2: SerialNumber: xhci-hcd.0.auto
[Fri Oct 23 10:03:33 2020] hub 2-0:1.0: USB hub found
[Fri Oct 23 10:03:33 2020] hub 2-0:1.0: 1 port detected
[Fri Oct 23 10:03:33 2020] dwc3-meson-g12a ffe09000.usb: switching to Device Mode
[Fri Oct 23 10:03:33 2020] meson-gx-mmc ffe05000.sd: Got CD GPIO
[Fri Oct 23 10:03:33 2020] Freeing unused kernel memory: 3328K
[Fri Oct 23 10:03:33 2020] Run /init as init process
[Fri Oct 23 10:03:33 2020]   with arguments:
[Fri Oct 23 10:03:33 2020]     /init
[Fri Oct 23 10:03:33 2020]   with environment:
[Fri Oct 23 10:03:33 2020]     HOME=/
[Fri Oct 23 10:03:33 2020]     TERM=linux
[Fri Oct 23 10:03:33 2020]     hdmimode=1080p60hz
[Fri Oct 23 10:03:33 2020]     cvbsmode=576cvbs
[Fri Oct 23 10:03:33 2020]     max_freq_a53=1908
[Fri Oct 23 10:03:33 2020]     max_freq_a73=2208
[Fri Oct 23 10:03:33 2020]     voutmode=hdmi
[Fri Oct 23 10:03:33 2020]     disablehpd=false
[Fri Oct 23 10:03:33 2020]     cvbscable=0
[Fri Oct 23 10:03:33 2020]     overscan=100
[Fri Oct 23 10:03:33 2020] mmc0: new HS200 MMC card at address 0001
[Fri Oct 23 10:03:33 2020] mmcblk0: mmc0:0001 BJTD4R 29.1 GiB 
[Fri Oct 23 10:03:33 2020] mmcblk0boot0: mmc0:0001 BJTD4R partition 1 4.00 MiB
[Fri Oct 23 10:03:33 2020] mmcblk0boot1: mmc0:0001 BJTD4R partition 2 4.00 MiB
[Fri Oct 23 10:03:33 2020] mmcblk0rpmb: mmc0:0001 BJTD4R partition 3 4.00 MiB, chardev (242:0)
[Fri Oct 23 10:03:33 2020]  mmcblk0: p1
[Fri Oct 23 10:03:33 2020] random: fast init done
[Fri Oct 23 10:03:33 2020] meson8b-dwmac ff3f0000.ethernet: IRQ eth_wake_irq not found
[Fri Oct 23 10:03:33 2020] meson8b-dwmac ff3f0000.ethernet: IRQ eth_lpi not found
[Fri Oct 23 10:03:33 2020] meson8b-dwmac ff3f0000.ethernet: PTP uses main clock
[Fri Oct 23 10:03:33 2020] meson8b-dwmac ff3f0000.ethernet: no reset control found
[Fri Oct 23 10:03:33 2020] meson8b-dwmac ff3f0000.ethernet: User ID: 0x11, Synopsys ID: 0x37
[Fri Oct 23 10:03:33 2020] meson8b-dwmac ff3f0000.ethernet:     DWMAC1000
[Fri Oct 23 10:03:33 2020] meson8b-dwmac ff3f0000.ethernet: DMA HW capability register supported
[Fri Oct 23 10:03:33 2020] meson8b-dwmac ff3f0000.ethernet: RX Checksum Offload Engine supported
[Fri Oct 23 10:03:33 2020] meson8b-dwmac ff3f0000.ethernet: COE Type 2
[Fri Oct 23 10:03:33 2020] meson8b-dwmac ff3f0000.ethernet: TX Checksum insertion supported
[Fri Oct 23 10:03:33 2020] meson8b-dwmac ff3f0000.ethernet: Wake-Up On Lan supported
[Fri Oct 23 10:03:33 2020] meson8b-dwmac ff3f0000.ethernet: Normal descriptors
[Fri Oct 23 10:03:33 2020] meson8b-dwmac ff3f0000.ethernet: Ring mode enabled
[Fri Oct 23 10:03:33 2020] meson8b-dwmac ff3f0000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[Fri Oct 23 10:03:33 2020] libphy: stmmac: probed
[Fri Oct 23 10:03:33 2020] libphy: mdio_mux: probed
[Fri Oct 23 10:03:33 2020] libphy: mdio_mux: probed
[Fri Oct 23 10:03:33 2020] meson-vrtc ff8000a8.rtc: registered as rtc0
[Fri Oct 23 10:03:33 2020] meson-vrtc ff8000a8.rtc: setting system clock to 1970-01-01T00:00:02 UTC (2)
[Fri Oct 23 10:03:33 2020] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[Fri Oct 23 10:03:33 2020] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=93.04
[Fri Oct 23 10:03:33 2020] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Fri Oct 23 10:03:33 2020] usb 1-1: Product: USB2.1 Hub
[Fri Oct 23 10:03:33 2020] usb 1-1: Manufacturer: GenesysLogic
[Fri Oct 23 10:03:33 2020] hub 1-1:1.0: USB hub found
[Fri Oct 23 10:03:33 2020] hub 1-1:1.0: 4 ports detected
[Fri Oct 23 10:03:33 2020] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci-hcd
[Fri Oct 23 10:03:33 2020] usb 2-1: New USB device found, idVendor=05e3, idProduct=0620, bcdDevice=93.04
[Fri Oct 23 10:03:33 2020] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Fri Oct 23 10:03:33 2020] usb 2-1: Product: USB3.1 Hub
[Fri Oct 23 10:03:33 2020] usb 2-1: Manufacturer: GenesysLogic
[Fri Oct 23 10:03:33 2020] hub 2-1:1.0: USB hub found
[Fri Oct 23 10:03:33 2020] hub 2-1:1.0: 4 ports detected
[Fri Oct 23 10:03:33 2020] usb 1-1.4: new high-speed USB device number 3 using xhci-hcd
[Fri Oct 23 10:03:34 2020] usb 1-1.4: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 1.27
[Fri Oct 23 10:03:34 2020] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Fri Oct 23 10:03:34 2020] usb 1-1.4: Product: 4-Port USB 2.1 Hub
[Fri Oct 23 10:03:34 2020] usb 1-1.4: Manufacturer: Generic
[Fri Oct 23 10:03:34 2020] hub 1-1.4:1.0: USB hub found
[Fri Oct 23 10:03:34 2020] hub 1-1.4:1.0: 4 ports detected
[Fri Oct 23 10:03:34 2020] usb 2-1.2: new SuperSpeed Gen 1 USB device number 3 using xhci-hcd
[Fri Oct 23 10:03:34 2020] usb 2-1.2: New USB device found, idVendor=0bc2, idProduct=ab2d, bcdDevice= 1.00
[Fri Oct 23 10:03:34 2020] usb 2-1.2: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[Fri Oct 23 10:03:34 2020] usb 2-1.2: Product: Ultra Slim PL
[Fri Oct 23 10:03:34 2020] usb 2-1.2: Manufacturer: Seagate
[Fri Oct 23 10:03:34 2020] usb 2-1.2: SerialNumber: NA7VAJC2
[Fri Oct 23 10:03:34 2020] scsi host0: uas
[Fri Oct 23 10:03:34 2020] usbcore: registered new interface driver uas
[Fri Oct 23 10:03:34 2020] scsi 0:0:0:0: Direct-Access     Seagate  Ultra Slim PL    0304 PQ: 0 ANSI: 6
[Fri Oct 23 10:03:34 2020] sd 0:0:0:0: [sda] Spinning up disk...
[Fri Oct 23 10:03:34 2020] usb 2-1.3: new SuperSpeed Gen 1 USB device number 4 using xhci-hcd
[Fri Oct 23 10:03:34 2020] usb 2-1.3: New USB device found, idVendor=174c, idProduct=55aa, bcdDevice= 1.00
[Fri Oct 23 10:03:34 2020] usb 2-1.3: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[Fri Oct 23 10:03:34 2020] usb 2-1.3: Product: ASM1153E
[Fri Oct 23 10:03:34 2020] usb 2-1.3: Manufacturer: RSH-339
[Fri Oct 23 10:03:34 2020] usb 2-1.3: SerialNumber: 00000000001D
[Fri Oct 23 10:03:34 2020] scsi host1: uas
[Fri Oct 23 10:03:34 2020] scsi 1:0:0:0: Direct-Access     RSH-339  ASM1153E         0    PQ: 0 ANSI: 6
[Fri Oct 23 10:03:34 2020] sd 1:0:0:0: [sdb] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[Fri Oct 23 10:03:34 2020] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[Fri Oct 23 10:03:34 2020] sd 1:0:0:0: [sdb] Write Protect is off
[Fri Oct 23 10:03:34 2020] sd 1:0:0:0: [sdb] Mode Sense: 43 00 00 00
[Fri Oct 23 10:03:34 2020] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[Fri Oct 23 10:03:34 2020] sd 1:0:0:0: [sdb] Optimal transfer size 33553920 bytes not a multiple of physical block size (4096 bytes)
[Fri Oct 23 10:03:34 2020] usb 2-1.4: new SuperSpeed Gen 1 USB device number 5 using xhci-hcd
[Fri Oct 23 10:03:34 2020]  sdb: sdb1
[Fri Oct 23 10:03:34 2020] sd 1:0:0:0: [sdb] Attached SCSI disk
[Fri Oct 23 10:03:34 2020] usb 2-1.4: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.27
[Fri Oct 23 10:03:34 2020] usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Fri Oct 23 10:03:34 2020] usb 2-1.4: Product: 4-Port USB 3.1 Hub
[Fri Oct 23 10:03:34 2020] usb 2-1.4: Manufacturer: Generic
[Fri Oct 23 10:03:34 2020] hub 2-1.4:1.0: USB hub found
[Fri Oct 23 10:03:34 2020] hub 2-1.4:1.0: 4 ports detected
[Fri Oct 23 10:03:34 2020] usb 2-1.4.4: new SuperSpeed Gen 1 USB device number 6 using xhci-hcd
[Fri Oct 23 10:03:34 2020] usb 2-1.4.4: New USB device found, idVendor=152d, idProduct=0562, bcdDevice= 2.08
[Fri Oct 23 10:03:34 2020] usb 2-1.4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[Fri Oct 23 10:03:34 2020] usb 2-1.4.4: Product: SSK Storage
[Fri Oct 23 10:03:34 2020] usb 2-1.4.4: Manufacturer: SSK
[Fri Oct 23 10:03:34 2020] usb 2-1.4.4: SerialNumber: DD564198838D9
[Fri Oct 23 10:03:34 2020] scsi host2: uas
[Fri Oct 23 10:03:34 2020] scsi 2:0:0:0: Direct-Access     SSK                       0208 PQ: 0 ANSI: 6
[Fri Oct 23 10:03:34 2020] sd 2:0:0:0: [sdc] 2000409264 512-byte logical blocks: (1.02 TB/954 GiB)
[Fri Oct 23 10:03:34 2020] sd 2:0:0:0: [sdc] 4096-byte physical blocks
[Fri Oct 23 10:03:34 2020] sd 2:0:0:0: [sdc] Write Protect is off
[Fri Oct 23 10:03:34 2020] sd 2:0:0:0: [sdc] Mode Sense: 5f 00 00 08
[Fri Oct 23 10:03:34 2020] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[Fri Oct 23 10:03:34 2020] sd 2:0:0:0: [sdc] Optimal transfer size 33553920 bytes not a multiple of physical block size (4096 bytes)
[Fri Oct 23 10:03:35 2020] ..ready
[Fri Oct 23 10:03:36 2020]  sdc: sdc1
[Fri Oct 23 10:03:36 2020] sd 2:0:0:0: [sdc] Attached SCSI disk
[Fri Oct 23 10:03:37 2020] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null)
[Fri Oct 23 10:03:37 2020] systemd[1]: System time before build time, advancing clock.
[Fri Oct 23 10:03:37 2020] systemd[1]: Inserted module 'autofs4'
[Fri Oct 23 10:03:37 2020] systemd[1]: systemd 245.4-4ubuntu3.2 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[Fri Oct 23 10:03:37 2020] systemd[1]: Detected architecture arm64.
[Fri Oct 23 10:03:37 2020] systemd[1]: Set hostname to <odroidn2>.
[Fri Oct 23 10:03:37 2020] systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
[Fri Oct 23 10:03:38 2020] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly.
[Fri Oct 23 10:03:38 2020] random: systemd: uninitialized urandom read (16 bytes read)
[Fri Oct 23 10:03:38 2020] systemd[1]: Created slice system-modprobe.slice.
[Fri Oct 23 10:03:38 2020] random: systemd: uninitialized urandom read (16 bytes read)
[Fri Oct 23 10:03:38 2020] systemd[1]: Created slice system-serial\x2dgetty.slice.
[Fri Oct 23 10:03:38 2020] random: systemd: uninitialized urandom read (16 bytes read)
[Fri Oct 23 10:03:38 2020] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[Fri Oct 23 10:03:38 2020] systemd[1]: Created slice User and Session Slice.
[Fri Oct 23 10:03:38 2020] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped.
[Fri Oct 23 10:03:38 2020] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[Fri Oct 23 10:03:38 2020] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[Fri Oct 23 10:03:38 2020] systemd[1]: Reached target Local Encrypted Volumes.
[Fri Oct 23 10:03:38 2020] systemd[1]: Reached target Remote File Systems.
[Fri Oct 23 10:03:38 2020] systemd[1]: Reached target Slices.
[Fri Oct 23 10:03:38 2020] systemd[1]: Reached target Swap.
[Fri Oct 23 10:03:38 2020] systemd[1]: Reached target System Time Set.
[Fri Oct 23 10:03:38 2020] systemd[1]: Listening on Syslog Socket.
[Fri Oct 23 10:03:38 2020] systemd[1]: Listening on fsck to fsckd communication Socket.
[Fri Oct 23 10:03:38 2020] systemd[1]: Listening on initctl Compatibility Named Pipe.
[Fri Oct 23 10:03:38 2020] systemd[1]: Listening on Journal Audit Socket.
[Fri Oct 23 10:03:38 2020] systemd[1]: Listening on Journal Socket (/dev/log).
[Fri Oct 23 10:03:38 2020] systemd[1]: Listening on Journal Socket.
[Fri Oct 23 10:03:38 2020] systemd[1]: Listening on udev Control Socket.
[Fri Oct 23 10:03:38 2020] systemd[1]: Listening on udev Kernel Socket.
[Fri Oct 23 10:03:38 2020] systemd[1]: Mounting Huge Pages File System...
[Fri Oct 23 10:03:38 2020] systemd[1]: Mounting POSIX Message Queue File System...
[Fri Oct 23 10:03:38 2020] systemd[1]: Mounting Kernel Debug File System...
[Fri Oct 23 10:03:38 2020] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
[Fri Oct 23 10:03:38 2020] systemd[1]: Starting Restore / save the current clock...
[Fri Oct 23 10:03:38 2020] systemd[1]: Starting Set the console keyboard layout...
[Fri Oct 23 10:03:38 2020] systemd[1]: Starting Create list of static device nodes for the current kernel...
[Fri Oct 23 10:03:38 2020] systemd[1]: Starting Load Kernel Module drm...
[Fri Oct 23 10:03:38 2020] systemd[1]: Started Nameserver information manager.
[Fri Oct 23 10:03:38 2020] systemd[1]: Reached target Network (Pre).
[Fri Oct 23 10:03:38 2020] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[Fri Oct 23 10:03:38 2020] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[Fri Oct 23 10:03:38 2020] systemd[1]: Starting Load Kernel Modules...
[Fri Oct 23 10:03:38 2020] systemd[1]: Starting Remount Root and Kernel File Systems...
[Fri Oct 23 10:03:38 2020] systemd[1]: Starting udev Coldplug all Devices...
[Fri Oct 23 10:03:38 2020] systemd[1]: Mounted Huge Pages File System.
[Fri Oct 23 10:03:38 2020] systemd[1]: Mounted POSIX Message Queue File System.
[Fri Oct 23 10:03:38 2020] systemd[1]: Mounted Kernel Debug File System.
[Fri Oct 23 10:03:38 2020] systemd[1]: Finished Create list of static device nodes for the current kernel.
[Fri Oct 23 10:03:38 2020] EXT4-fs (sdc1): re-mounted. Opts: commit=600,errors=remount-ro
[Fri Oct 23 10:03:38 2020] systemd[1]: modprobe@drm.service: Succeeded.
[Fri Oct 23 10:03:38 2020] systemd[1]: Finished Load Kernel Module drm.
[Fri Oct 23 10:03:38 2020] systemd[1]: Finished Remount Root and Kernel File Systems.
[Fri Oct 23 10:03:38 2020] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[Fri Oct 23 10:03:38 2020] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[Fri Oct 23 10:03:38 2020] systemd[1]: Starting Load/Save Random Seed...
[Fri Oct 23 10:03:38 2020] systemd[1]: Starting Create System Users...
[Fri Oct 23 10:03:38 2020] systemd[1]: Finished Restore / save the current clock.
[Fri Oct 23 10:03:38 2020] g_serial gadget: Gadget Serial v2.4
[Fri Oct 23 10:03:38 2020] g_serial gadget: g_serial ready
[Fri Oct 23 10:03:38 2020] dwc2 ff400000.usb: bound driver g_serial
[Fri Oct 23 10:03:38 2020] systemd[1]: Finished Create System Users.
[Fri Oct 23 10:03:38 2020] systemd[1]: Starting Create Static Device Nodes in /dev...
[Fri Oct 23 10:03:38 2020] systemd[1]: Finished udev Coldplug all Devices.
[Fri Oct 23 10:03:38 2020] systemd[1]: Starting Helper to synchronize boot up for ifupdown...
[Fri Oct 23 10:03:38 2020] systemd[1]: Finished Set the console keyboard layout.
[Fri Oct 23 10:03:38 2020] systemd[1]: Finished Create Static Device Nodes in /dev.
[Fri Oct 23 10:03:38 2020] systemd[1]: Finished Helper to synchronize boot up for ifupdown.
[Fri Oct 23 10:03:38 2020] systemd[1]: Reached target Local File Systems (Pre).
[Fri Oct 23 10:03:38 2020] systemd[1]: Mounting /tmp...
[Fri Oct 23 10:03:38 2020] systemd[1]: Starting udev Kernel Device Manager...
[Fri Oct 23 10:03:38 2020] systemd[1]: Mounted /tmp.
[Fri Oct 23 10:03:38 2020] systemd[1]: Started udev Kernel Device Manager.
[Fri Oct 23 10:03:38 2020] pwm-gpio pwmgpio: 1 gpio pwms loaded
[Fri Oct 23 10:03:38 2020] systemd[1]: Found device /dev/ttyS0.
[Fri Oct 23 10:03:38 2020] meson-saradc ff809000.adc: supply vref not found, using dummy regulator
[Fri Oct 23 10:03:38 2020] systemd[1]: Found device /dev/ttyAML0.
[Fri Oct 23 10:03:38 2020] meson-drm ff900000.vpu: Queued 2 outputs on vpu
[Fri Oct 23 10:03:38 2020] mc: Linux media interface: v0.10
[Fri Oct 23 10:03:38 2020] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[Fri Oct 23 10:03:38 2020] meson-drm ff900000.vpu: CVBS Output connector not available
[Fri Oct 23 10:03:38 2020] videodev: Linux video capture interface: v2.00
[Fri Oct 23 10:03:38 2020] Registered IR keymap rc-odroid
[Fri Oct 23 10:03:38 2020] IR NEC protocol handler initialized
[Fri Oct 23 10:03:38 2020] meson-dw-hdmi ff600000.hdmi-tx: Detected HDMI TX controller v2.01a with HDCP (meson_dw_hdmi_phy)
[Fri Oct 23 10:03:38 2020] meson-dw-hdmi ff600000.hdmi-tx: registered DesignWare HDMI I2C bus driver
[Fri Oct 23 10:03:38 2020] meson-drm ff900000.vpu: bound ff600000.hdmi-tx (ops meson_dw_hdmi_ops [meson_dw_hdmi])
[Fri Oct 23 10:03:38 2020] [drm] Initialized meson 1.0.0 20161109 for ff900000.vpu on minor 0
[Fri Oct 23 10:03:38 2020] meson-drm ff900000.vpu: [drm] Cannot find any crtc or sizes
[Fri Oct 23 10:03:38 2020] rc rc0: meson-ir as /devices/platform/soc/ff800000.bus/ff808000.ir/rc/rc0
[Fri Oct 23 10:03:38 2020] rc rc0: lirc_dev: driver meson-ir registered at minor = 0, raw IR receiver, no transmitter
[Fri Oct 23 10:03:38 2020] input: meson-ir as /devices/platform/soc/ff800000.bus/ff808000.ir/rc/rc0/input0
[Fri Oct 23 10:03:38 2020] meson-ir ff808000.ir: receiver initialized
[Fri Oct 23 10:03:38 2020] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped.
[Fri Oct 23 10:03:38 2020] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
[Fri Oct 23 10:03:38 2020] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[Fri Oct 23 10:03:38 2020] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[Fri Oct 23 10:03:38 2020] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[Fri Oct 23 10:03:38 2020] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[Fri Oct 23 10:03:38 2020] systemd[1]: Found device /dev/disk/by-uuid/c11fd3f6-b73a-4543-b76a-b3f6eca5751a.
[Fri Oct 23 10:03:38 2020] systemd[1]: Starting File System Check on /dev/disk/by-uuid/c11fd3f6-b73a-4543-b76a-b3f6eca5751a...
[Fri Oct 23 10:03:38 2020] meson_vdec: module is from the staging directory, the quality is unknown, you have been warned.
[Fri Oct 23 10:03:38 2020] sd 0:0:0:0: Attached scsi generic sg0 type 0
[Fri Oct 23 10:03:38 2020] sd 1:0:0:0: Attached scsi generic sg1 type 0
[Fri Oct 23 10:03:38 2020] sd 2:0:0:0: Attached scsi generic sg2 type 0
[Fri Oct 23 10:03:38 2020] systemd[1]: Started File System Check Daemon to report status.
[Fri Oct 23 10:03:38 2020] systemd[1]: Finished File System Check on /dev/disk/by-uuid/c11fd3f6-b73a-4543-b76a-b3f6eca5751a.
[Fri Oct 23 10:03:38 2020] systemd[1]: Mounting /media/mmcboot...
[Fri Oct 23 10:03:38 2020] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: commit=600,errors=remount-ro
[Fri Oct 23 10:03:38 2020] systemd[1]: Found device ST8000VN0022-2EL112 primary.
[Fri Oct 23 10:03:38 2020] systemd[1]: Mounted /media/mmcboot.
[Fri Oct 23 10:03:38 2020] systemd[1]: Mounting /boot...
[Fri Oct 23 10:03:38 2020] systemd[1]: mnt-hdd.mount: Directory /mnt/hdd to mount over is not empty, mounting anyway.
[Fri Oct 23 10:03:38 2020] systemd[1]: Mounting /mnt/hdd...
[Fri Oct 23 10:03:38 2020] systemd[1]: Mounted /boot.
[Fri Oct 23 10:03:38 2020] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[Fri Oct 23 10:03:38 2020] systemd[1]: Mounted /mnt/hdd.
[Fri Oct 23 10:03:40 2020] random: crng init done
[Fri Oct 23 10:03:40 2020] random: 7 urandom warning(s) missed due to ratelimiting
[Fri Oct 23 10:03:40 2020] systemd[1]: Finished Load/Save Random Seed.
[Fri Oct 23 10:04:04 2020] USB_PWR_EN: disabling
[Fri Oct 23 10:04:04 2020] TF_IO: disabling
[Fri Oct 23 10:04:06 2020] sd 0:0:0:0: tag#20 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD IN 
[Fri Oct 23 10:04:06 2020] sd 0:0:0:0: tag#20 CDB: opcode=0x9e, sa=0x10 9e 10 00 00 00 00 00 00 00 00 00 00 00 20 00 00
[Fri Oct 23 10:04:06 2020] scsi host0: uas_eh_device_reset_handler start
[Fri Oct 23 10:04:06 2020] usb 2-1.2: reset SuperSpeed Gen 1 USB device number 3 using xhci-hcd
[Fri Oct 23 10:04:06 2020] scsi host0: uas_eh_device_reset_handler success
[Fri Oct 23 10:04:06 2020] sd 0:0:0:0: [sda] 3907029167 512-byte logical blocks: (2.00 TB/1.82 TiB)
[Fri Oct 23 10:04:06 2020] sd 0:0:0:0: [sda] 2048-byte physical blocks
[Fri Oct 23 10:04:06 2020] sd 0:0:0:0: [sda] Write Protect is off
[Fri Oct 23 10:04:06 2020] sd 0:0:0:0: [sda] Mode Sense: 4f 00 00 00
[Fri Oct 23 10:04:06 2020] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[Fri Oct 23 10:04:06 2020] sd 0:0:0:0: [sda] Optimal transfer size 33553920 bytes not a multiple of physical block size (2048 bytes)
[Fri Oct 23 10:04:07 2020]  sda: sda1
[Fri Oct 23 10:04:07 2020] sd 0:0:0:0: [sda] Attached SCSI disk
[Fri Oct 23 10:04:07 2020] systemd[1]: Finished Load Kernel Modules.
[Fri Oct 23 10:04:07 2020] systemd[1]: Mounting FUSE Control File System...
[Fri Oct 23 10:04:07 2020] systemd[1]: Mounting Kernel Configuration File System...
[Fri Oct 23 10:04:07 2020] systemd[1]: Starting Apply Kernel Variables...
[Fri Oct 23 10:04:07 2020] systemd[1]: Mounted FUSE Control File System.
[Fri Oct 23 10:04:07 2020] systemd[1]: Mounted Kernel Configuration File System.
[Fri Oct 23 10:04:07 2020] systemd[1]: Finished Apply Kernel Variables.
[Fri Oct 23 10:04:07 2020] systemd[1]: Found device Ultra_Slim_PL 1.
[Fri Oct 23 10:04:07 2020] systemd[1]: mnt-hdd2.mount: Directory /mnt/hdd2 to mount over is not empty, mounting anyway.
[Fri Oct 23 10:04:07 2020] systemd[1]: Mounting /mnt/hdd2...
[Fri Oct 23 10:04:07 2020] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[Fri Oct 23 10:04:07 2020] systemd[1]: Mounted /mnt/hdd2.
[Fri Oct 23 10:04:07 2020] systemd[1]: Reached target Local File Systems.
[Fri Oct 23 10:04:07 2020] systemd[1]: Starting Armbian ZRAM config...
[Fri Oct 23 10:04:07 2020] systemd[1]: Starting Set console font and keymap...
[Fri Oct 23 10:04:07 2020] systemd[1]: Starting Raise network interfaces...
[Fri Oct 23 10:04:07 2020] systemd[1]: Condition check resulted in Mark the need to relabel after reboot being skipped.
[Fri Oct 23 10:04:07 2020] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
[Fri Oct 23 10:04:07 2020] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
[Fri Oct 23 10:04:07 2020] systemd[1]: Finished Set console font and keymap.
[Fri Oct 23 10:04:07 2020] zram: Added device: zram0
[Fri Oct 23 10:04:07 2020] zram: Added device: zram1
[Fri Oct 23 10:04:07 2020] zram: Added device: zram2
[Fri Oct 23 10:04:07 2020] zram1: detected capacity change from 0 to 1904930816
[Fri Oct 23 10:04:07 2020] systemd[1]: Finished Raise network interfaces.
[Fri Oct 23 10:04:07 2020] Adding 1860280k swap on /dev/zram1.  Priority:5 extents:1 across:1860280k SSFS
[Fri Oct 23 10:04:07 2020] zram0: detected capacity change from 0 to 52428800
[Fri Oct 23 10:04:07 2020] systemd[1]: Finished Armbian ZRAM config.
[Fri Oct 23 10:04:07 2020] systemd[1]: Starting Armbian memory supported logging...
[Fri Oct 23 10:04:07 2020] EXT4-fs (zram0): mounted filesystem without journal. Opts: discard
[Fri Oct 23 10:04:07 2020] ext4 filesystem being mounted at /var/log supports timestamps until 2038 (0x7fffffff)
[Fri Oct 23 10:04:08 2020] systemd[1]: systemd-fsckd.service: Succeeded.
[Fri Oct 23 10:04:08 2020] systemd[1]: Finished Armbian memory supported logging.
[Fri Oct 23 10:04:08 2020] systemd[1]: Starting Journal Service...
[Fri Oct 23 10:04:08 2020] systemd[1]: Started Journal Service.
[Fri Oct 23 10:04:08 2020] systemd-journald[1700]: Received client request to flush runtime journal.
[Fri Oct 23 10:04:09 2020] meson8b-dwmac ff3f0000.ethernet eth0: PHY [0.0:00] driver [RTL8211F Gigabit Ethernet] (irq=34)
[Fri Oct 23 10:04:09 2020] meson8b-dwmac ff3f0000.ethernet eth0: No Safety Features support found
[Fri Oct 23 10:04:09 2020] meson8b-dwmac ff3f0000.ethernet eth0: PTP not supported by HW
[Fri Oct 23 10:04:09 2020] meson8b-dwmac ff3f0000.ethernet eth0: configuring for phy/rgmii link mode
[Fri Oct 23 10:04:10 2020] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[Fri Oct 23 10:04:10 2020] Bridge firewalling registered
[Fri Oct 23 10:04:10 2020] Initializing XFRM netlink socket
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 1(veth4a36e2d) entered blocking state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 1(veth4a36e2d) entered disabled state
[Fri Oct 23 10:04:11 2020] device veth4a36e2d entered promiscuous mode
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 1(veth4a36e2d) entered blocking state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 1(veth4a36e2d) entered forwarding state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 1(veth4a36e2d) entered disabled state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 2(veth0726fcc) entered blocking state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 2(veth0726fcc) entered disabled state
[Fri Oct 23 10:04:11 2020] device veth0726fcc entered promiscuous mode
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 2(veth0726fcc) entered blocking state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 2(veth0726fcc) entered forwarding state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 3(veth8ac905b) entered blocking state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 3(veth8ac905b) entered disabled state
[Fri Oct 23 10:04:11 2020] device veth8ac905b entered promiscuous mode
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 3(veth8ac905b) entered blocking state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 3(veth8ac905b) entered forwarding state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 4(vetha711af6) entered blocking state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 4(vetha711af6) entered disabled state
[Fri Oct 23 10:04:11 2020] device vetha711af6 entered promiscuous mode
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 4(vetha711af6) entered blocking state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 4(vetha711af6) entered forwarding state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 5(veth075069c) entered blocking state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 5(veth075069c) entered disabled state
[Fri Oct 23 10:04:11 2020] device veth075069c entered promiscuous mode
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 5(veth075069c) entered blocking state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 5(veth075069c) entered forwarding state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 6(veth69b9341) entered blocking state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 6(veth69b9341) entered disabled state
[Fri Oct 23 10:04:11 2020] device veth69b9341 entered promiscuous mode
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 6(veth69b9341) entered blocking state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 6(veth69b9341) entered forwarding state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 7(veth67ddb3e) entered blocking state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 7(veth67ddb3e) entered disabled state
[Fri Oct 23 10:04:11 2020] device veth67ddb3e entered promiscuous mode
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 7(veth67ddb3e) entered blocking state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 7(veth67ddb3e) entered forwarding state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 2(veth0726fcc) entered disabled state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 3(veth8ac905b) entered disabled state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 4(vetha711af6) entered disabled state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 5(veth075069c) entered disabled state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 6(veth69b9341) entered disabled state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 7(veth67ddb3e) entered disabled state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 8(vethcd3f3b7) entered blocking state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 8(vethcd3f3b7) entered disabled state
[Fri Oct 23 10:04:11 2020] device vethcd3f3b7 entered promiscuous mode
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 8(vethcd3f3b7) entered blocking state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 8(vethcd3f3b7) entered forwarding state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 9(vethf44f75d) entered blocking state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 9(vethf44f75d) entered disabled state
[Fri Oct 23 10:04:11 2020] device vethf44f75d entered promiscuous mode
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 9(vethf44f75d) entered blocking state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 9(vethf44f75d) entered forwarding state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 10(veth2f20036) entered blocking state
[Fri Oct 23 10:04:11 2020] br-e9c26c0ab1d9: port 10(veth2f20036) entered disabled state
[Fri Oct 23 10:04:11 2020] device veth2f20036 entered promiscuous mode
[Fri Oct 23 10:04:12 2020] br-e9c26c0ab1d9: port 10(veth2f20036) entered blocking state
[Fri Oct 23 10:04:12 2020] br-e9c26c0ab1d9: port 10(veth2f20036) entered forwarding state
[Fri Oct 23 10:04:12 2020] cgroup: cgroup: disabling cgroup2 socket matching due to net_prio or net_cls activation
[Fri Oct 23 10:04:12 2020] br-e9c26c0ab1d9: port 11(veth36136a9) entered blocking state
[Fri Oct 23 10:04:12 2020] br-e9c26c0ab1d9: port 11(veth36136a9) entered disabled state
[Fri Oct 23 10:04:12 2020] device veth36136a9 entered promiscuous mode
[Fri Oct 23 10:04:12 2020] br-e9c26c0ab1d9: port 11(veth36136a9) entered blocking state
[Fri Oct 23 10:04:12 2020] br-e9c26c0ab1d9: port 11(veth36136a9) entered forwarding state
[Fri Oct 23 10:04:12 2020] br-e9c26c0ab1d9: port 12(vethbc07d4b) entered blocking state
[Fri Oct 23 10:04:12 2020] br-e9c26c0ab1d9: port 12(vethbc07d4b) entered disabled state
[Fri Oct 23 10:04:12 2020] device vethbc07d4b entered promiscuous mode
[Fri Oct 23 10:04:12 2020] br-e9c26c0ab1d9: port 12(vethbc07d4b) entered blocking state
[Fri Oct 23 10:04:12 2020] br-e9c26c0ab1d9: port 12(vethbc07d4b) entered forwarding state
[Fri Oct 23 10:04:12 2020] br-e9c26c0ab1d9: port 13(veth720c8de) entered blocking state
[Fri Oct 23 10:04:12 2020] br-e9c26c0ab1d9: port 13(veth720c8de) entered disabled state
[Fri Oct 23 10:04:12 2020] device veth720c8de entered promiscuous mode
[Fri Oct 23 10:04:12 2020] br-e9c26c0ab1d9: port 13(veth720c8de) entered blocking state
[Fri Oct 23 10:04:12 2020] br-e9c26c0ab1d9: port 13(veth720c8de) entered forwarding state
[Fri Oct 23 10:04:12 2020] br-e9c26c0ab1d9: port 14(veth78c5f88) entered blocking state
[Fri Oct 23 10:04:12 2020] br-e9c26c0ab1d9: port 14(veth78c5f88) entered disabled state
[Fri Oct 23 10:04:12 2020] device veth78c5f88 entered promiscuous mode
[Fri Oct 23 10:04:12 2020] br-e9c26c0ab1d9: port 14(veth78c5f88) entered blocking state
[Fri Oct 23 10:04:12 2020] br-e9c26c0ab1d9: port 14(veth78c5f88) entered forwarding state
[Fri Oct 23 10:04:12 2020] br-e9c26c0ab1d9: port 15(vethce749f6) entered blocking state
[Fri Oct 23 10:04:12 2020] br-e9c26c0ab1d9: port 15(vethce749f6) entered disabled state
[Fri Oct 23 10:04:12 2020] device vethce749f6 entered promiscuous mode
[Fri Oct 23 10:04:12 2020] br-e9c26c0ab1d9: port 15(vethce749f6) entered blocking state
[Fri Oct 23 10:04:12 2020] br-e9c26c0ab1d9: port 15(vethce749f6) entered forwarding state
[Fri Oct 23 10:04:12 2020] br-e9c26c0ab1d9: port 8(vethcd3f3b7) entered disabled state
[Fri Oct 23 10:04:12 2020] br-e9c26c0ab1d9: port 9(vethf44f75d) entered disabled state
[Fri Oct 23 10:04:12 2020] br-e9c26c0ab1d9: port 10(veth2f20036) entered disabled state
[Fri Oct 23 10:04:12 2020] br-e9c26c0ab1d9: port 11(veth36136a9) entered disabled state
[Fri Oct 23 10:04:12 2020] br-e9c26c0ab1d9: port 12(vethbc07d4b) entered disabled state
[Fri Oct 23 10:04:12 2020] br-e9c26c0ab1d9: port 13(veth720c8de) entered disabled state
[Fri Oct 23 10:04:12 2020] br-e9c26c0ab1d9: port 14(veth78c5f88) entered disabled state
[Fri Oct 23 10:04:12 2020] br-e9c26c0ab1d9: port 15(vethce749f6) entered disabled state
[Fri Oct 23 10:04:13 2020] meson8b-dwmac ff3f0000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[Fri Oct 23 10:04:13 2020] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[Fri Oct 23 10:04:13 2020] eth0: renamed from veth1a0196f
[Fri Oct 23 10:04:13 2020] br-e9c26c0ab1d9: port 9(vethf44f75d) entered blocking state
[Fri Oct 23 10:04:13 2020] br-e9c26c0ab1d9: port 9(vethf44f75d) entered forwarding state
[Fri Oct 23 10:04:13 2020] meson8b-dwmac ff3f0000.ethernet eth0: Link is Down
[Fri Oct 23 10:04:13 2020] meson8b-dwmac ff3f0000.ethernet eth0: PHY [0.0:00] driver [RTL8211F Gigabit Ethernet] (irq=34)
[Fri Oct 23 10:04:13 2020] meson8b-dwmac ff3f0000.ethernet eth0: No Safety Features support found
[Fri Oct 23 10:04:13 2020] meson8b-dwmac ff3f0000.ethernet eth0: PTP not supported by HW
[Fri Oct 23 10:04:13 2020] meson8b-dwmac ff3f0000.ethernet eth0: configuring for phy/rgmii link mode
[Fri Oct 23 10:04:13 2020] eth0: renamed from veth39f6a24
[Fri Oct 23 10:04:13 2020] br-e9c26c0ab1d9: port 1(veth4a36e2d) entered blocking state
[Fri Oct 23 10:04:13 2020] br-e9c26c0ab1d9: port 1(veth4a36e2d) entered forwarding state
[Fri Oct 23 10:04:13 2020] eth0: renamed from vethe738d7f
[Fri Oct 23 10:04:13 2020] br-e9c26c0ab1d9: port 2(veth0726fcc) entered blocking state
[Fri Oct 23 10:04:13 2020] br-e9c26c0ab1d9: port 2(veth0726fcc) entered forwarding state
[Fri Oct 23 10:04:13 2020] eth0: renamed from veth3d148f1
[Fri Oct 23 10:04:13 2020] br-e9c26c0ab1d9: port 3(veth8ac905b) entered blocking state
[Fri Oct 23 10:04:13 2020] br-e9c26c0ab1d9: port 3(veth8ac905b) entered forwarding state
[Fri Oct 23 10:04:14 2020] eth0: renamed from veth1944dba
[Fri Oct 23 10:04:14 2020] br-e9c26c0ab1d9: port 4(vetha711af6) entered blocking state
[Fri Oct 23 10:04:14 2020] br-e9c26c0ab1d9: port 4(vetha711af6) entered forwarding state
[Fri Oct 23 10:04:14 2020] eth0: renamed from vethbecb977
[Fri Oct 23 10:04:14 2020] eth0: renamed from vethc3ecdec
[Fri Oct 23 10:04:14 2020] br-e9c26c0ab1d9: port 7(veth67ddb3e) entered blocking state
[Fri Oct 23 10:04:14 2020] br-e9c26c0ab1d9: port 7(veth67ddb3e) entered forwarding state
[Fri Oct 23 10:04:14 2020] br-e9c26c0ab1d9: port 6(veth69b9341) entered blocking state
[Fri Oct 23 10:04:14 2020] br-e9c26c0ab1d9: port 6(veth69b9341) entered forwarding state
[Fri Oct 23 10:04:14 2020] eth0: renamed from vethc598f9b
[Fri Oct 23 10:04:14 2020] br-e9c26c0ab1d9: port 15(vethce749f6) entered blocking state
[Fri Oct 23 10:04:14 2020] br-e9c26c0ab1d9: port 15(vethce749f6) entered forwarding state
[Fri Oct 23 10:04:14 2020] eth0: renamed from veth7356081
[Fri Oct 23 10:04:14 2020] eth0: renamed from vethd3ab741
[Fri Oct 23 10:04:14 2020] br-e9c26c0ab1d9: port 5(veth075069c) entered blocking state
[Fri Oct 23 10:04:14 2020] br-e9c26c0ab1d9: port 5(veth075069c) entered forwarding state
[Fri Oct 23 10:04:14 2020] br-e9c26c0ab1d9: port 10(veth2f20036) entered blocking state
[Fri Oct 23 10:04:14 2020] br-e9c26c0ab1d9: port 10(veth2f20036) entered forwarding state
[Fri Oct 23 10:04:15 2020] eth0: renamed from vethfa00801
[Fri Oct 23 10:04:15 2020] br-e9c26c0ab1d9: port 11(veth36136a9) entered blocking state
[Fri Oct 23 10:04:15 2020] br-e9c26c0ab1d9: port 11(veth36136a9) entered forwarding state
[Fri Oct 23 10:04:15 2020] eth0: renamed from veth92de8eb
[Fri Oct 23 10:04:15 2020] br-e9c26c0ab1d9: port 13(veth720c8de) entered blocking state
[Fri Oct 23 10:04:15 2020] br-e9c26c0ab1d9: port 13(veth720c8de) entered forwarding state
[Fri Oct 23 10:04:15 2020] eth0: renamed from vethfb6ba3c
[Fri Oct 23 10:04:15 2020] br-e9c26c0ab1d9: port 14(veth78c5f88) entered blocking state
[Fri Oct 23 10:04:15 2020] br-e9c26c0ab1d9: port 14(veth78c5f88) entered forwarding state
[Fri Oct 23 10:04:16 2020] eth0: renamed from vethffd50c2
[Fri Oct 23 10:04:16 2020] br-e9c26c0ab1d9: port 12(vethbc07d4b) entered blocking state
[Fri Oct 23 10:04:16 2020] br-e9c26c0ab1d9: port 12(vethbc07d4b) entered forwarding state
[Fri Oct 23 10:04:16 2020] meson8b-dwmac ff3f0000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[Fri Oct 23 10:04:16 2020] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[Fri Oct 23 10:04:17 2020] eth0: renamed from veth4dece2e
[Fri Oct 23 10:04:17 2020] br-e9c26c0ab1d9: port 8(vethcd3f3b7) entered blocking state
[Fri Oct 23 10:04:17 2020] br-e9c26c0ab1d9: port 8(vethcd3f3b7) entered forwarding state
[Fri Oct 23 10:04:17 2020] process 'docker/tmp/qemu-check723390556/check' started with executable stack
[Fri Oct 23 10:07:49 2020] br-e9c26c0ab1d9: port 7(veth67ddb3e) entered disabled state
[Fri Oct 23 10:07:49 2020] vethbecb977: renamed from eth0
[Fri Oct 23 10:07:49 2020] br-e9c26c0ab1d9: port 7(veth67ddb3e) entered disabled state
[Fri Oct 23 10:07:49 2020] device veth67ddb3e left promiscuous mode
[Fri Oct 23 10:07:49 2020] br-e9c26c0ab1d9: port 7(veth67ddb3e) entered disabled state
[Fri Oct 23 10:07:50 2020] br-e9c26c0ab1d9: port 7(veth4b3539a) entered blocking state
[Fri Oct 23 10:07:50 2020] br-e9c26c0ab1d9: port 7(veth4b3539a) entered disabled state
[Fri Oct 23 10:07:50 2020] device veth4b3539a entered promiscuous mode
[Fri Oct 23 10:07:50 2020] br-e9c26c0ab1d9: port 7(veth4b3539a) entered blocking state
[Fri Oct 23 10:07:50 2020] br-e9c26c0ab1d9: port 7(veth4b3539a) entered forwarding state
[Fri Oct 23 10:07:50 2020] eth0: renamed from veth308ee5d
[Fri Oct 23 10:08:27 2020] br-e9c26c0ab1d9: port 7(veth4b3539a) entered disabled state
[Fri Oct 23 10:08:27 2020] veth308ee5d: renamed from eth0
[Fri Oct 23 10:08:27 2020] br-e9c26c0ab1d9: port 7(veth4b3539a) entered disabled state
[Fri Oct 23 10:08:27 2020] device veth4b3539a left promiscuous mode
[Fri Oct 23 10:08:27 2020] br-e9c26c0ab1d9: port 7(veth4b3539a) entered disabled state
[Fri Oct 23 10:08:27 2020] br-e9c26c0ab1d9: port 7(vethee2718c) entered blocking state
[Fri Oct 23 10:08:27 2020] br-e9c26c0ab1d9: port 7(vethee2718c) entered disabled state
[Fri Oct 23 10:08:27 2020] device vethee2718c entered promiscuous mode
[Fri Oct 23 10:08:27 2020] br-e9c26c0ab1d9: port 7(vethee2718c) entered blocking state
[Fri Oct 23 10:08:27 2020] br-e9c26c0ab1d9: port 7(vethee2718c) entered forwarding state
[Fri Oct 23 10:08:27 2020] eth0: renamed from veth65d4def
[Fri Oct 23 10:09:41 2020] docker0: port 1(vethf2d362a) entered blocking state
[Fri Oct 23 10:09:41 2020] docker0: port 1(vethf2d362a) entered disabled state
[Fri Oct 23 10:09:41 2020] device vethf2d362a entered promiscuous mode
[Fri Oct 23 10:09:41 2020] eth0: renamed from veth2a93ee6
[Fri Oct 23 10:09:41 2020] docker0: port 1(vethf2d362a) entered blocking state
[Fri Oct 23 10:09:41 2020] docker0: port 1(vethf2d362a) entered forwarding state
[Fri Oct 23 10:09:44 2020] docker0: port 1(vethf2d362a) entered disabled state
[Fri Oct 23 10:09:44 2020] veth2a93ee6: renamed from eth0
[Fri Oct 23 10:09:44 2020] docker0: port 1(vethf2d362a) entered disabled state
[Fri Oct 23 10:09:44 2020] device vethf2d362a left promiscuous mode
[Fri Oct 23 10:09:44 2020] docker0: port 1(vethf2d362a) entered disabled state
[Fri Oct 23 10:09:45 2020] docker0: port 1(veth2fc74d6) entered blocking state
[Fri Oct 23 10:09:45 2020] docker0: port 1(veth2fc74d6) entered disabled state
[Fri Oct 23 10:09:45 2020] device veth2fc74d6 entered promiscuous mode
[Fri Oct 23 10:09:45 2020] docker0: port 1(veth2fc74d6) entered blocking state
[Fri Oct 23 10:09:45 2020] docker0: port 1(veth2fc74d6) entered forwarding state
[Fri Oct 23 10:09:45 2020] docker0: port 1(veth2fc74d6) entered disabled state
[Fri Oct 23 10:09:45 2020] eth0: renamed from veth1fe8c6a
[Fri Oct 23 10:09:45 2020] docker0: port 1(veth2fc74d6) entered blocking state
[Fri Oct 23 10:09:45 2020] docker0: port 1(veth2fc74d6) entered forwarding state
[Fri Oct 23 10:09:53 2020] br-e9c26c0ab1d9: port 1(veth4a36e2d) entered disabled state
[Fri Oct 23 10:09:53 2020] veth39f6a24: renamed from eth0
[Fri Oct 23 10:09:53 2020] br-e9c26c0ab1d9: port 10(veth2f20036) entered disabled state
[Fri Oct 23 10:09:53 2020] veth7356081: renamed from eth0
[Fri Oct 23 10:09:53 2020] br-e9c26c0ab1d9: port 1(veth4a36e2d) entered disabled state
[Fri Oct 23 10:09:53 2020] device veth4a36e2d left promiscuous mode
[Fri Oct 23 10:09:53 2020] br-e9c26c0ab1d9: port 1(veth4a36e2d) entered disabled state
[Fri Oct 23 10:09:53 2020] br-e9c26c0ab1d9: port 4(vetha711af6) entered disabled state
[Fri Oct 23 10:09:53 2020] veth1944dba: renamed from eth0
[Fri Oct 23 10:09:53 2020] br-e9c26c0ab1d9: port 2(veth0726fcc) entered disabled state
[Fri Oct 23 10:09:53 2020] vethe738d7f: renamed from eth0
[Fri Oct 23 10:09:53 2020] br-e9c26c0ab1d9: port 10(veth2f20036) entered disabled state
[Fri Oct 23 10:09:53 2020] device veth2f20036 left promiscuous mode
[Fri Oct 23 10:09:53 2020] br-e9c26c0ab1d9: port 10(veth2f20036) entered disabled state
[Fri Oct 23 10:09:53 2020] br-e9c26c0ab1d9: port 4(vetha711af6) entered disabled state
[Fri Oct 23 10:09:53 2020] device vetha711af6 left promiscuous mode
[Fri Oct 23 10:09:53 2020] br-e9c26c0ab1d9: port 4(vetha711af6) entered disabled state
[Fri Oct 23 10:09:53 2020] br-e9c26c0ab1d9: port 2(veth0726fcc) entered disabled state
[Fri Oct 23 10:09:53 2020] device veth0726fcc left promiscuous mode
[Fri Oct 23 10:09:53 2020] br-e9c26c0ab1d9: port 2(veth0726fcc) entered disabled state
[Fri Oct 23 10:09:53 2020] br-e9c26c0ab1d9: port 1(vethee2c4ed) entered blocking state
[Fri Oct 23 10:09:53 2020] br-e9c26c0ab1d9: port 1(vethee2c4ed) entered disabled state
[Fri Oct 23 10:09:53 2020] device vethee2c4ed entered promiscuous mode
[Fri Oct 23 10:09:53 2020] br-e9c26c0ab1d9: port 1(vethee2c4ed) entered blocking state
[Fri Oct 23 10:09:53 2020] br-e9c26c0ab1d9: port 1(vethee2c4ed) entered forwarding state
[Fri Oct 23 10:09:53 2020] br-e9c26c0ab1d9: port 2(vetha7cf972) entered blocking state
[Fri Oct 23 10:09:53 2020] br-e9c26c0ab1d9: port 2(vetha7cf972) entered disabled state
[Fri Oct 23 10:09:53 2020] device vetha7cf972 entered promiscuous mode
[Fri Oct 23 10:09:53 2020] br-e9c26c0ab1d9: port 2(vetha7cf972) entered blocking state
[Fri Oct 23 10:09:53 2020] br-e9c26c0ab1d9: port 2(vetha7cf972) entered forwarding state
[Fri Oct 23 10:09:53 2020] br-e9c26c0ab1d9: port 4(veth4b5c783) entered blocking state
[Fri Oct 23 10:09:53 2020] br-e9c26c0ab1d9: port 4(veth4b5c783) entered disabled state
[Fri Oct 23 10:09:53 2020] device veth4b5c783 entered promiscuous mode
[Fri Oct 23 10:09:53 2020] br-e9c26c0ab1d9: port 4(veth4b5c783) entered blocking state
[Fri Oct 23 10:09:53 2020] br-e9c26c0ab1d9: port 4(veth4b5c783) entered forwarding state
[Fri Oct 23 10:09:54 2020] br-e9c26c0ab1d9: port 10(veth6f2d9e6) entered blocking state
[Fri Oct 23 10:09:54 2020] br-e9c26c0ab1d9: port 10(veth6f2d9e6) entered disabled state
[Fri Oct 23 10:09:54 2020] device veth6f2d9e6 entered promiscuous mode
[Fri Oct 23 10:09:54 2020] br-e9c26c0ab1d9: port 10(veth6f2d9e6) entered blocking state
[Fri Oct 23 10:09:54 2020] br-e9c26c0ab1d9: port 10(veth6f2d9e6) entered forwarding state
[Fri Oct 23 10:09:54 2020] br-e9c26c0ab1d9: port 1(vethee2c4ed) entered disabled state
[Fri Oct 23 10:09:54 2020] br-e9c26c0ab1d9: port 2(vetha7cf972) entered disabled state
[Fri Oct 23 10:09:54 2020] br-e9c26c0ab1d9: port 4(veth4b5c783) entered disabled state
[Fri Oct 23 10:09:54 2020] br-e9c26c0ab1d9: port 10(veth6f2d9e6) entered disabled state
[Fri Oct 23 10:09:54 2020] br-e9c26c0ab1d9: port 12(vethbc07d4b) entered disabled state
[Fri Oct 23 10:09:54 2020] vethffd50c2: renamed from eth0
[Fri Oct 23 10:09:54 2020] br-e9c26c0ab1d9: port 12(vethbc07d4b) entered disabled state
[Fri Oct 23 10:09:54 2020] device vethbc07d4b left promiscuous mode
[Fri Oct 23 10:09:54 2020] br-e9c26c0ab1d9: port 12(vethbc07d4b) entered disabled state
[Fri Oct 23 10:09:54 2020] br-e9c26c0ab1d9: port 12(veth85ca380) entered blocking state
[Fri Oct 23 10:09:54 2020] br-e9c26c0ab1d9: port 12(veth85ca380) entered disabled state
[Fri Oct 23 10:09:54 2020] device veth85ca380 entered promiscuous mode
[Fri Oct 23 10:09:54 2020] br-e9c26c0ab1d9: port 12(veth85ca380) entered blocking state
[Fri Oct 23 10:09:54 2020] br-e9c26c0ab1d9: port 12(veth85ca380) entered forwarding state
[Fri Oct 23 10:09:54 2020] br-e9c26c0ab1d9: port 12(veth85ca380) entered disabled state
[Fri Oct 23 10:09:54 2020] br-e9c26c0ab1d9: port 7(vethee2718c) entered disabled state
[Fri Oct 23 10:09:54 2020] veth65d4def: renamed from eth0
[Fri Oct 23 10:09:54 2020] br-e9c26c0ab1d9: port 7(vethee2718c) entered disabled state
[Fri Oct 23 10:09:54 2020] device vethee2718c left promiscuous mode
[Fri Oct 23 10:09:54 2020] br-e9c26c0ab1d9: port 7(vethee2718c) entered disabled state
[Fri Oct 23 10:09:55 2020] br-e9c26c0ab1d9: port 7(veth110059e) entered blocking state
[Fri Oct 23 10:09:55 2020] br-e9c26c0ab1d9: port 7(veth110059e) entered disabled state
[Fri Oct 23 10:09:55 2020] device veth110059e entered promiscuous mode
[Fri Oct 23 10:09:55 2020] br-e9c26c0ab1d9: port 7(veth110059e) entered blocking state
[Fri Oct 23 10:09:55 2020] br-e9c26c0ab1d9: port 7(veth110059e) entered forwarding state
[Fri Oct 23 10:09:55 2020] eth0: renamed from veth73d2b34
[Fri Oct 23 10:09:55 2020] br-e9c26c0ab1d9: port 7(veth110059e) entered disabled state
[Fri Oct 23 10:09:55 2020] br-e9c26c0ab1d9: port 1(vethee2c4ed) entered blocking state
[Fri Oct 23 10:09:55 2020] br-e9c26c0ab1d9: port 1(vethee2c4ed) entered forwarding state
[Fri Oct 23 10:09:55 2020] eth0: renamed from veth4ad1ef6
[Fri Oct 23 10:09:55 2020] eth0: renamed from veth85e97ca
[Fri Oct 23 10:09:55 2020] br-e9c26c0ab1d9: port 2(vetha7cf972) entered blocking state
[Fri Oct 23 10:09:55 2020] br-e9c26c0ab1d9: port 2(vetha7cf972) entered forwarding state
[Fri Oct 23 10:09:55 2020] br-e9c26c0ab1d9: port 4(veth4b5c783) entered blocking state
[Fri Oct 23 10:09:55 2020] br-e9c26c0ab1d9: port 4(veth4b5c783) entered forwarding state
[Fri Oct 23 10:09:56 2020] eth0: renamed from veth519fc8a
[Fri Oct 23 10:09:56 2020] br-e9c26c0ab1d9: port 10(veth6f2d9e6) entered blocking state
[Fri Oct 23 10:09:56 2020] br-e9c26c0ab1d9: port 10(veth6f2d9e6) entered forwarding state
[Fri Oct 23 10:09:56 2020] eth0: renamed from vethe5b177c
[Fri Oct 23 10:09:56 2020] br-e9c26c0ab1d9: port 7(veth110059e) entered blocking state
[Fri Oct 23 10:09:56 2020] br-e9c26c0ab1d9: port 7(veth110059e) entered forwarding state
[Fri Oct 23 10:09:57 2020] br-e9c26c0ab1d9: port 8(vethcd3f3b7) entered disabled state
[Fri Oct 23 10:09:57 2020] veth4dece2e: renamed from eth0
[Fri Oct 23 10:09:57 2020] br-e9c26c0ab1d9: port 8(vethcd3f3b7) entered disabled state
[Fri Oct 23 10:09:57 2020] device vethcd3f3b7 left promiscuous mode
[Fri Oct 23 10:09:57 2020] br-e9c26c0ab1d9: port 8(vethcd3f3b7) entered disabled state
[Fri Oct 23 10:09:57 2020] eth0: renamed from vethea0a92a
[Fri Oct 23 10:09:57 2020] br-e9c26c0ab1d9: port 12(veth85ca380) entered blocking state
[Fri Oct 23 10:09:57 2020] br-e9c26c0ab1d9: port 12(veth85ca380) entered forwarding state
[Fri Oct 23 10:09:57 2020] br-e9c26c0ab1d9: port 8(veth51d82ec) entered blocking state
[Fri Oct 23 10:09:57 2020] br-e9c26c0ab1d9: port 8(veth51d82ec) entered disabled state
[Fri Oct 23 10:09:57 2020] device veth51d82ec entered promiscuous mode
[Fri Oct 23 10:09:59 2020] eth0: renamed from vethf748c6a
[Fri Oct 23 10:10:00 2020] br-e9c26c0ab1d9: port 8(veth51d82ec) entered blocking state
[Fri Oct 23 10:10:00 2020] br-e9c26c0ab1d9: port 8(veth51d82ec) entered forwarding state
[Fri Oct 23 10:10:00 2020] docker0: port 1(veth2fc74d6) entered disabled state
[Fri Oct 23 10:10:00 2020] veth1fe8c6a: renamed from eth0
[Fri Oct 23 10:10:00 2020] docker0: port 1(veth2fc74d6) entered disabled state
[Fri Oct 23 10:10:00 2020] device veth2fc74d6 left promiscuous mode
[Fri Oct 23 10:10:00 2020] docker0: port 1(veth2fc74d6) entered disabled state

 

 

 

armbian_config_cpu_gov.png

Link to comment
Share on other sites

Hello,

 

i have the newest Armbian Image for N2+ from Feb 4 2021.

ive tried to set the CPU Frequency to 2400 Mhz and 2016 Mhz for the a53 cores.  But htop is showing the maximum frequncy of 2,21 Ghz and 1,8 Ghz. Ive set it in the boot ini. I dont know much about linux. Can someone provide me a way how i can set the frequcny to the overclocked 2400 Mhz and 2016Mhz. 

 

Thanks in advace. 

Link to comment
Share on other sites

5 hours ago, liose said:

Hello,

 

i have the newest Armbian Image for N2+ from Feb 4 2021.

ive tried to set the CPU Frequency to 2400 Mhz and 2016 Mhz for the a53 cores.  But htop is showing the maximum frequncy of 2,21 Ghz and 1,8 Ghz. Ive set it in the boot ini. I dont know much about linux. Can someone provide me a way how i can set the frequcny to the overclocked 2400 Mhz and 2016Mhz. 

 

Thanks in advace. 

 

Do you have N2+? If you don't, you can't overclock to N2+ values. Just to N2 overclocking values.

Link to comment
Share on other sites

This has to be set

 

# max cpu frequency in MHz unit
if test "${variant}" = "n2_plus"; then
        setenv fdtfile meson-g12b-odroid-n2-plus.dtb
        setenv max_freq_a73 "2400"
        setenv max_freq_a53 "2016"
else
        setenv fdtfile meson-g12b-odroid-n2.dtb
        setenv max_freq_a73 "1800"
        setenv max_freq_a53 "1896"
fi


... but I it looks like it doesn't work anymore. I found the problem. Will be fixed at next release.

 

Edit: Tested

Spoiler

  ___      _           _     _   _   _ ____       
 / _ \  __| |_ __ ___ (_) __| | | \ | |___ \  _   
| | | |/ _` | '__/ _ \| |/ _` | |  \| | __) || |_ 
| |_| | (_| | | | (_) | | (_| | | |\  |/ __/_   _|
 \___/ \__,_|_|  \___/|_|\__,_| |_| \_|_____||_|  
                                                  
Welcome to Armbian 21.02.0-trunk.100 Focal with Linux 5.10.15-meson64

No end-user support: untested automated build

System load:   22%           	Up time:       0 min		
Memory usage:  4% of 3.55G  	IP:            
CPU temp:      46°C           	Usage of /:    8% of 29G    	

Last login: Wed Feb 10 18:15:29 2021 from 10.0.10.8
root@odroidn2:~# cpufreq-info 
cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to cpufreq@vger.kernel.org, please.
analyzing CPU 0:
  driver: cpufreq-dt
  CPUs which run at the same hardware frequency: 0 1
  CPUs which need to have their frequency coordinated by software: 0 1
  maximum transition latency: 50.0 us.
  hardware limits: 100.0 MHz - 2.02 GHz
  available frequency steps: 100.0 MHz, 250 MHz, 500 MHz, 667 MHz, 1000 MHz, 1.20 GHz, 1.40 GHz, 1.51 GHz, 1.61 GHz, 1.70 GHz, 1.80 GHz, 1.91 GHz, 2.02 GHz
  available cpufreq governors: conservative, powersave, ondemand, userspace, performance, schedutil
  current policy: frequency should be within 1000 MHz and 2.02 GHz.
                  The governor "ondemand" may decide which speed to use
                  within this range.
  current CPU frequency is 1000 MHz (asserted by call to hardware).
  cpufreq stats: 100.0 MHz:0.00%, 250 MHz:0.00%, 500 MHz:0.00%, 667 MHz:0.00%, 1000 MHz:44.10%, 1.20 GHz:0.00%, 1.40 GHz:0.00%, 1.51 GHz:0.00%, 1.61 GHz:0.00%, 1.70 GHz:0.00%, 1.80 GHz:0.00%, 1.91 GHz:0.00%, 2.02 GHz:55.90%  (8)
analyzing CPU 1:
  driver: cpufreq-dt
  CPUs which run at the same hardware frequency: 0 1
  CPUs which need to have their frequency coordinated by software: 0 1
  maximum transition latency: 50.0 us.
  hardware limits: 100.0 MHz - 2.02 GHz
  available frequency steps: 100.0 MHz, 250 MHz, 500 MHz, 667 MHz, 1000 MHz, 1.20 GHz, 1.40 GHz, 1.51 GHz, 1.61 GHz, 1.70 GHz, 1.80 GHz, 1.91 GHz, 2.02 GHz
  available cpufreq governors: conservative, powersave, ondemand, userspace, performance, schedutil
  current policy: frequency should be within 1000 MHz and 2.02 GHz.
                  The governor "ondemand" may decide which speed to use
                  within this range.
  current CPU frequency is 1000 MHz (asserted by call to hardware).
  cpufreq stats: 100.0 MHz:0.00%, 250 MHz:0.00%, 500 MHz:0.00%, 667 MHz:0.00%, 1000 MHz:44.10%, 1.20 GHz:0.00%, 1.40 GHz:0.00%, 1.51 GHz:0.00%, 1.61 GHz:0.00%, 1.70 GHz:0.00%, 1.80 GHz:0.00%, 1.91 GHz:0.00%, 2.02 GHz:55.90%  (8)
analyzing CPU 2:
  driver: cpufreq-dt
  CPUs which run at the same hardware frequency: 2 3 4 5
  CPUs which need to have their frequency coordinated by software: 2 3 4 5
  maximum transition latency: 50.0 us.
  hardware limits: 100.0 MHz - 2.40 GHz
  available frequency steps: 100.0 MHz, 250 MHz, 500 MHz, 667 MHz, 1000 MHz, 1.20 GHz, 1.40 GHz, 1.51 GHz, 1.61 GHz, 1.70 GHz, 1.80 GHz, 1.91 GHz, 2.02 GHz, 2.11 GHz, 2.21 GHz, 2.30 GHz, 2.40 GHz
  available cpufreq governors: conservative, powersave, ondemand, userspace, performance, schedutil
  current policy: frequency should be within 1000 MHz and 2.40 GHz.
                  The governor "ondemand" may decide which speed to use
                  within this range.
  current CPU frequency is 1000 MHz (asserted by call to hardware).
  cpufreq stats: 100.0 MHz:0.00%, 250 MHz:0.00%, 500 MHz:0.00%, 667 MHz:0.00%, 1000 MHz:10.65%, 1.20 GHz:0.00%, 1.40 GHz:0.00%, 1.51 GHz:0.00%, 1.61 GHz:0.00%, 1.70 GHz:0.00%, 1.80 GHz:0.00%, 1.91 GHz:0.00%, 2.02 GHz:0.00%, 2.11 GHz:0.00%, 2.21 GHz:0.00%, 2.30 GHz:0.00%, 2.40 GHz:89.35%  (6)
analyzing CPU 3:
  driver: cpufreq-dt
  CPUs which run at the same hardware frequency: 2 3 4 5
  CPUs which need to have their frequency coordinated by software: 2 3 4 5
  maximum transition latency: 50.0 us.
  hardware limits: 100.0 MHz - 2.40 GHz
  available frequency steps: 100.0 MHz, 250 MHz, 500 MHz, 667 MHz, 1000 MHz, 1.20 GHz, 1.40 GHz, 1.51 GHz, 1.61 GHz, 1.70 GHz, 1.80 GHz, 1.91 GHz, 2.02 GHz, 2.11 GHz, 2.21 GHz, 2.30 GHz, 2.40 GHz
  available cpufreq governors: conservative, powersave, ondemand, userspace, performance, schedutil
  current policy: frequency should be within 1000 MHz and 2.40 GHz.
                  The governor "ondemand" may decide which speed to use
                  within this range.
  current CPU frequency is 1000 MHz (asserted by call to hardware).
  cpufreq stats: 100.0 MHz:0.00%, 250 MHz:0.00%, 500 MHz:0.00%, 667 MHz:0.00%, 1000 MHz:10.65%, 1.20 GHz:0.00%, 1.40 GHz:0.00%, 1.51 GHz:0.00%, 1.61 GHz:0.00%, 1.70 GHz:0.00%, 1.80 GHz:0.00%, 1.91 GHz:0.00%, 2.02 GHz:0.00%, 2.11 GHz:0.00%, 2.21 GHz:0.00%, 2.30 GHz:0.00%, 2.40 GHz:89.35%  (6)
analyzing CPU 4:
  driver: cpufreq-dt
  CPUs which run at the same hardware frequency: 2 3 4 5
  CPUs which need to have their frequency coordinated by software: 2 3 4 5
  maximum transition latency: 50.0 us.
  hardware limits: 100.0 MHz - 2.40 GHz
  available frequency steps: 100.0 MHz, 250 MHz, 500 MHz, 667 MHz, 1000 MHz, 1.20 GHz, 1.40 GHz, 1.51 GHz, 1.61 GHz, 1.70 GHz, 1.80 GHz, 1.91 GHz, 2.02 GHz, 2.11 GHz, 2.21 GHz, 2.30 GHz, 2.40 GHz
  available cpufreq governors: conservative, powersave, ondemand, userspace, performance, schedutil
  current policy: frequency should be within 1000 MHz and 2.40 GHz.
                  The governor "ondemand" may decide which speed to use
                  within this range.
  current CPU frequency is 1000 MHz (asserted by call to hardware).
  cpufreq stats: 100.0 MHz:0.00%, 250 MHz:0.00%, 500 MHz:0.00%, 667 MHz:0.00%, 1000 MHz:10.65%, 1.20 GHz:0.00%, 1.40 GHz:0.00%, 1.51 GHz:0.00%, 1.61 GHz:0.00%, 1.70 GHz:0.00%, 1.80 GHz:0.00%, 1.91 GHz:0.00%, 2.02 GHz:0.00%, 2.11 GHz:0.00%, 2.21 GHz:0.00%, 2.30 GHz:0.00%, 2.40 GHz:89.35%  (6)
analyzing CPU 5:
  driver: cpufreq-dt
  CPUs which run at the same hardware frequency: 2 3 4 5
  CPUs which need to have their frequency coordinated by software: 2 3 4 5
  maximum transition latency: 50.0 us.
  hardware limits: 100.0 MHz - 2.40 GHz
  available frequency steps: 100.0 MHz, 250 MHz, 500 MHz, 667 MHz, 1000 MHz, 1.20 GHz, 1.40 GHz, 1.51 GHz, 1.61 GHz, 1.70 GHz, 1.80 GHz, 1.91 GHz, 2.02 GHz, 2.11 GHz, 2.21 GHz, 2.30 GHz, 2.40 GHz
  available cpufreq governors: conservative, powersave, ondemand, userspace, performance, schedutil
  current policy: frequency should be within 1000 MHz and 2.40 GHz.
                  The governor "ondemand" may decide which speed to use
                  within this range.
  current CPU frequency is 1000 MHz (asserted by call to hardware).
  cpufreq stats: 100.0 MHz:0.00%, 250 MHz:0.00%, 500 MHz:0.00%, 667 MHz:0.00%, 1000 MHz:10.65%, 1.20 GHz:0.00%, 1.40 GHz:0.00%, 1.51 GHz:0.00%, 1.61 GHz:0.00%, 1.70 GHz:0.00%, 1.80 GHz:0.00%, 1.91 GHz:0.00%, 2.02 GHz:0.00%, 2.11 GHz:0.00%, 2.21 GHz:0.00%, 2.30 GHz:0.00%, 2.40 GHz:89.35%  (6)

 

 

Link to comment
Share on other sites

  • Igor pinned this topic

Hello forum,

I am new to Armbian. Selected it for my Odroid N2+ because I need high CPU performance for a virtual piano software and current Armbian Buster comes with 2.4 GHz.

I'd like to share my alsa settings for the analog stereo output of the N2+.

Could not find much info on the net, but at least I have analog sound now at the 3.5mm TRS-jack -- don't know really, why it works, but it does :)

Created a /etc/asound.conf with

pcm.!default {
        type plug
        slave {
        pcm "hw:0,1"
        }
}

(sets analog stereo device as default).

The alsamixer settings I made manually. The following is the output of the command amixer:

Simple mixer control 'ACODEC',0
  Capabilities: pvolume pswitch pswitch-joined
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 255
  Mono:
  Front Left: Playback 222 [87%] [-12.33dB] [on]
  Front Right: Playback 222 [87%] [-12.33dB] [on]
Simple mixer control 'ACODEC Left DAC Sel',0
  Capabilities: enum
  Items: 'Left' 'Right'
  Item0: 'Left'
Simple mixer control 'ACODEC Mute Ramp',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [off]
Simple mixer control 'ACODEC Playback Channel Mode',0
  Capabilities: enum
  Items: 'Stereo' 'Mono'
  Item0: 'Stereo'
Simple mixer control 'ACODEC Ramp Rate',0
  Capabilities: enum
  Items: 'Fast' 'Slow'
  Item0: 'Fast'
Simple mixer control 'ACODEC Right DAC Sel',0
  Capabilities: enum
  Items: 'Right' 'Left'
  Item0: 'Right'
Simple mixer control 'ACODEC Unmute Ramp',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [off]
Simple mixer control 'FRDDR_A SINK 1 SEL',0
  Capabilities: enum
  Items: 'OUT 0' 'OUT 1' 'OUT 2' 'OUT 3' 'OUT 4' 'OUT 5' 'OUT 6' 'OUT 7'
  Item0: 'OUT 1'
Simple mixer control 'FRDDR_A SINK 2 SEL',0
  Capabilities: enum
  Items: 'OUT 0' 'OUT 1' 'OUT 2' 'OUT 3' 'OUT 4' 'OUT 5' 'OUT 6' 'OUT 7'
  Item0: 'OUT 0'
Simple mixer control 'FRDDR_A SINK 3 SEL',0
  Capabilities: enum
  Items: 'OUT 0' 'OUT 1' 'OUT 2' 'OUT 3' 'OUT 4' 'OUT 5' 'OUT 6' 'OUT 7'
  Item0: 'OUT 0'
Simple mixer control 'FRDDR_A SRC 1 EN',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'FRDDR_A SRC 2 EN',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [off]
Simple mixer control 'FRDDR_A SRC 3 EN',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [off]
Simple mixer control 'FRDDR_B SINK 1 SEL',0
  Capabilities: enum
  Items: 'OUT 0' 'OUT 1' 'OUT 2' 'OUT 3' 'OUT 4' 'OUT 5' 'OUT 6' 'OUT 7'
  Item0: 'OUT 2'
Simple mixer control 'FRDDR_B SINK 2 SEL',0
  Capabilities: enum
  Items: 'OUT 0' 'OUT 1' 'OUT 2' 'OUT 3' 'OUT 4' 'OUT 5' 'OUT 6' 'OUT 7'
  Item0: 'OUT 0'
Simple mixer control 'FRDDR_B SINK 3 SEL',0
  Capabilities: enum
  Items: 'OUT 0' 'OUT 1' 'OUT 2' 'OUT 3' 'OUT 4' 'OUT 5' 'OUT 6' 'OUT 7'
  Item0: 'OUT 0'
Simple mixer control 'FRDDR_B SRC 1 EN',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'FRDDR_B SRC 2 EN',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [off]
Simple mixer control 'FRDDR_B SRC 3 EN',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [off]
Simple mixer control 'FRDDR_C SINK 1 SEL',0
  Capabilities: enum
  Items: 'OUT 0' 'OUT 1' 'OUT 2' 'OUT 3' 'OUT 4' 'OUT 5' 'OUT 6' 'OUT 7'
  Item0: 'OUT 3'
Simple mixer control 'FRDDR_C SINK 2 SEL',0
  Capabilities: enum
  Items: 'OUT 0' 'OUT 1' 'OUT 2' 'OUT 3' 'OUT 4' 'OUT 5' 'OUT 6' 'OUT 7'
  Item0: 'OUT 0'
Simple mixer control 'FRDDR_C SINK 3 SEL',0
  Capabilities: enum
  Items: 'OUT 0' 'OUT 1' 'OUT 2' 'OUT 3' 'OUT 4' 'OUT 5' 'OUT 6' 'OUT 7'
  Item0: 'OUT 0'
Simple mixer control 'FRDDR_C SRC 1 EN',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'FRDDR_C SRC 2 EN',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [off]
Simple mixer control 'FRDDR_C SRC 3 EN',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [off]
Simple mixer control 'TDMIN_A SRC SEL',0
  Capabilities: enum
  Items: 'IN 0' 'IN 1' 'IN 2' 'IN 3' 'IN 4' 'IN 5' 'IN 6' 'IN 7' 'IN 8' 'IN 9' 'IN 10' 'IN 11' 'IN 12' 'IN 13' 'IN 14' 'IN 15'
  Item0: 'IN 0'
Simple mixer control 'TDMIN_B SRC SEL',0
  Capabilities: enum
  Items: 'IN 0' 'IN 1' 'IN 2' 'IN 3' 'IN 4' 'IN 5' 'IN 6' 'IN 7' 'IN 8' 'IN 9' 'IN 10' 'IN 11' 'IN 12' 'IN 13' 'IN 14' 'IN 15'
  Item0: 'IN 0'
Simple mixer control 'TDMIN_C SRC SEL',0
  Capabilities: enum
  Items: 'IN 0' 'IN 1' 'IN 2' 'IN 3' 'IN 4' 'IN 5' 'IN 6' 'IN 7' 'IN 8' 'IN 9' 'IN 10' 'IN 11' 'IN 12' 'IN 13' 'IN 14' 'IN 15'
  Item0: 'IN 0'
Simple mixer control 'TDMIN_LB SRC SEL',0
  Capabilities: enum
  Items: 'IN 0' 'IN 1' 'IN 2' 'IN 3' 'IN 4' 'IN 5' 'IN 6' 'IN 7' 'IN 8' 'IN 9' 'IN 10' 'IN 11' 'IN 12' 'IN 13' 'IN 14' 'IN 15'
  Item0: 'IN 0'
Simple mixer control 'TDMOUT_B Gain Enable',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [off]
Simple mixer control 'TDMOUT_B Lane 0',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 255
  Front Left: 0 [0%]
  Front Right: 0 [0%]
Simple mixer control 'TDMOUT_B Lane 1',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 255
  Front Left: 0 [0%]
  Front Right: 0 [0%]
Simple mixer control 'TDMOUT_B Lane 2',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 255
  Front Left: 0 [0%]
  Front Right: 0 [0%]
Simple mixer control 'TDMOUT_B Lane 3',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 255
  Front Left: 0 [0%]
  Front Right: 0 [0%]
Simple mixer control 'TDMOUT_B SRC SEL',0
  Capabilities: enum
  Items: 'IN 0' 'IN 1' 'IN 2'
  Item0: 'IN 0'
Simple mixer control 'TDMOUT_C Gain Enable',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [off]
Simple mixer control 'TDMOUT_C Lane 0',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 255
  Front Left: 0 [0%]
  Front Right: 0 [0%]
Simple mixer control 'TDMOUT_C Lane 1',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 255
  Front Left: 0 [0%]
  Front Right: 0 [0%]
Simple mixer control 'TDMOUT_C Lane 2',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 255
  Front Left: 0 [0%]
  Front Right: 0 [0%]
Simple mixer control 'TDMOUT_C Lane 3',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 255
  Front Left: 0 [0%]
  Front Right: 0 [0%]
Simple mixer control 'TDMOUT_C SRC SEL',0
  Capabilities: enum
  Items: 'IN 0' 'IN 1' 'IN 2'
  Item0: 'IN 1'
Simple mixer control 'TOACODEC Lane Select',0
  Capabilities: volume volume-joined
  Playback channels: Mono
  Capture channels: Mono
  Limits: 0 - 3
  Mono: 0 [0%]
Simple mixer control 'TOACODEC OUT EN',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'TOACODEC SRC',0
  Capabilities: enum
  Items: 'I2S A' 'I2S B' 'I2S C'
  Item0: 'I2S C'
Simple mixer control 'TODDR_A SRC SEL',0
  Capabilities: enum
  Items: 'IN 0' 'IN 1' 'IN 2' 'IN 3' 'IN 4' 'IN 5' 'IN 6' 'IN 7'
  Item0: 'IN 0'
Simple mixer control 'TODDR_B SRC SEL',0
  Capabilities: enum
  Items: 'IN 0' 'IN 1' 'IN 2' 'IN 3' 'IN 4' 'IN 5' 'IN 6' 'IN 7'
  Item0: 'IN 0'
Simple mixer control 'TODDR_C SRC SEL',0
  Capabilities: enum
  Items: 'IN 0' 'IN 1' 'IN 2' 'IN 3' 'IN 4' 'IN 5' 'IN 6' 'IN 7'
  Item0: 'IN 0'
Simple mixer control 'TOHDMITX',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'TOHDMITX I2S SRC',0
  Capabilities: enum
  Items: 'I2S A' 'I2S B' 'I2S C'
  Item0: 'I2S B'
Simple mixer control 'TOHDMITX SPDIF SRC',0
  Capabilities: enum
  Items: 'SPDIF A' 'SPDIF B'
  Item0: 'SPDIF A'

System: Armbian 21.02.4 Buster with Linux 5.10.27-meson64

Great project!
Thank you all!

Link to comment
Share on other sites

The Odroid N2+ has a serial port, that I would like to use for MIDI input. At the moment this is impossible, because MIDI requires 31250 baud, but Armbian - like the most other OS - supports only standard rates like 38400 baud.

On my Armbian Buster current it is /dev/ttyAML1 at pin 8 and 10 of the 40-pin J2. It has 9600 baud per default and I can exchange serial data with my Laptop (minicom, usb-to-serial, /dev/ttyUSB0). Fine to this point.

But how to change the baudrate to the 31250?
I found a nice hack for hardkernels legacy Ubuntu, where the meson_uart.c is patched that it works actually with 31250 baud when 38400 baud is selected.
Odroid N2 UART Custom Baud Rate for MIDI
Just for demonstration:

...
static void meson_uart_change_speed(struct uart_port *port, unsigned long baud)
{
    u32 val;
    struct meson_uart_port *mup = to_meson_port(port);
    struct platform_device *pdev = to_platform_device(port->dev);

    while (!(readl(port->membase + AML_UART_STATUS) & AML_UART_TX_EMPTY))
        cpu_relax();

#ifdef UART_TEST_DEBUG
    if (port->line != 0)
        baud = 115200;
#endif

    // this part is added.
    // trace_printk() is not neccesarry, it is just for debugging.
    trace_printk("Your baudrate: %ld\n", baud);
    if(baud == 38400)
    {
        baud = 31250;
        trace_printk("Change to %ld\n", baud);
    }

...

But I can't find similar code in my build of Armbian Buster current:
~/build/cache/sources/linux-mainline/linux-5.10.y/drivers/tty/serial/meson_uart.c
--> https://pastebin.com/raw/gEJt1reB

Will it be impossible to hack the meson_uart.c in Armbian, that it supports "baud = 31250"?

My serial/UART in dmesg:

[...]
[    0.943915] soc soc0: Amlogic Meson G12B (S922X) Revision 29:c (40:2) Detected
[...]
[    0.945359] VCC_3V3: supplied by VDDAO_3V3
[    0.945394] FLASH_1V8: supplied by VCC_3V3
[    0.945423] VCC_1V8: supplied by VCC_3V3
[    0.945450] VDDAO_1V8: supplied by VDDAO_3V3
[    0.945494] VDDCPU_A: supplied by regulator-dummy
[    0.945917] VDDCPU_B: supplied by regulator-dummy
[    0.946680] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[    0.949136] Serial: AMBA driver
[    0.949436] ff803000.serial: ttyAML0 at MMIO 0xff803000 (irq = 25, base_baud = 1500000) is a meson_uart
[    0.949552] printk: console [ttyAML0] enabled
[    0.950111] ffd24000.serial: ttyAML1 at MMIO 0xffd24000 (irq = 33, base_baud = 1500000) is a meson_uart
[...]

It is Armbian 21.08.0-trunk Buster with Linux 5.10.32-meson64.

My C-programming is more than limited, sorry, but I can compile a linux kernel or Armbian image if needed. Serial MIDI-input with an Armbian powered N2+ would be a dream machine!

 

Kind regards

Link to comment
Share on other sites

1 hour ago, Odroidian said:

a serial port, that I would like to use for MIDI input.

I like what you are trying. 
I use a presonus USB audiobox on N2+ and it works great.
I know there are USB to MIDI converters. Not much difference between serial uart and usb. So I do think your idea could work. I'd use USB for ease of use. Good luck.

Link to comment
Share on other sites

Just from analogy ... could that work?

 

static void meson_uart_change_speed(struct uart_port *port, unsigned long baud)
{
	u32 val;

	while (!meson_uart_tx_empty(port))
		cpu_relax();

	/* Would this force 38400 to 31250 for MIDI? */
	if (baud == 38400) {
		baud = 31250;
	}

	if (port->uartclk == 24000000) {
		val = ((port->uartclk / 3) / baud) - 1;
		val |= AML_UART_BAUD_XTAL;
	} else {
		val = ((port->uartclk * 10 / (baud * 4) + 5) / 10) - 1;
	}
	val |= AML_UART_BAUD_USE;
	writel(val, port->membase + AML_UART_REG5);
}

 

Link to comment
Share on other sites

It works!

I tested the quick and dirty hack. Okay, not quick. I had to compile the  Buster minimal image two times, because my change was overwritten when ./compile.sh downloads the sources. The second time I waited until the download had finished and the kernel's menuconfig popped up. In this pause I edited meson_uart.c and removed meson_uart.o.

When I now set the UART to 38400 baud ...

stty -F /dev/ttyAML1 38400

... it actually outputs with 31250 baud, for example when I enter some characters with minicom running on the Odroid N2+:

 

tty-AML1forcedto31250baud.png

 

With the program ttymidi I am able to read the input (RX) of /dev/ttyAML1 and to connect it to ALSA. My virtual piano software is presenting a new MIDI input then (with the name "midi out").

ttymidi -s /dev/ttyAML1 -b 38400

Probably it is not necessary to compile the whole Armbian image, but I don't know so far how to compile and install the kernel only.

I guess I have to "freeze" my image now in some kind, so that my change is not overwritten by accident in the future.

Feel free to give me some advice what could have been done better.


PS: Now on minimal Armbian_21.08.0-trunk_Odroidn2_buster_current_5.10.32.img

Link to comment
Share on other sites

I receive "No end-user support: built from trunk" at MoTD even though I used a stable and recommended img: Armbian_21.05.4_Odroidn2_buster_current_5.10.43.img. Is that correct given it's a stable build?

 

Furthermore, I've received a kernel panick - not syncing: kernel stack overflow "Insufficient stack space to handle exception!".  Are the logs saved a place? Can't find it in journalctl. 

 

 

Link to comment
Share on other sites

6 hours ago, Z11ntal33r said:

I receive "No end-user support: built from trunk" at MoTD even though I used a stable and recommended img

Needs to be checked. https://armbian.atlassian.net/browse/AR-822?atlOrigin=eyJpIjoiZWQzYjJiZjM3NDEwNDY5Y2IxMzI2ZWRiZTRlZDRmYjciLCJwIjoiaiJ9

 

6 hours ago, Z11ntal33r said:

Furthermore, I've received a kernel panick - not syncing: kernel stack overflow "Insufficient stack space to handle exception!".  Are the logs saved a place? Can't find it in journalctl. 

To reduce wear on sdcard logs are written to a ramdisk and only synced periodically. To debug such things the best way is to put a serial console to it and log everything from there.

Link to comment
Share on other sites

22 hours ago, Z11ntal33r said:

I receive "No end-user support: built from trunk" at MoTD even though I used a stable and recommended


Should be fixed with v21.05.6

Link to comment
Share on other sites

As I didn't find a more suitable thread to ask my bit of questions about the odroid-n2+...:


 

1) When I use my Buster image with 5.6 Kernel from my Odroid-N2 and plug it into the Odroid-n2+, the result is that the device starts, but has no working Ethernet. When I try to ifconfig eth0 up it never finishes. Again: Can somebody advise me what to do about that?

 

2) Maybe not N2 specific, but I never had that on my Banana Pi or Odroid C2: When I make a backup of my 64GB MicroSD card using DD, Etcher cant write the image back: The MicroSD card is too small by a few MB. Even a new card of the same model is reported as too small. Can somebody explain this to me? How can I strip the image of empty space to get it writable onto the card?

 

Any help muchly appreciated!

Link to comment
Share on other sites

21 hours ago, Ruediger said:

1) When I use my Buster image with 5.6 Kernel from my Odroid-N2 and plug it into the Odroid-n2+, the result is that the device starts, but has no working Ethernet. When I try to ifconfig eth0 up it never finishes. Again: Can somebody advise me what to do about that?

Where did you find that image? Seems old.
These days there's a script that checks if it's the N2 or N2+ and then loads the correct devicetree.
But with old images (usually in config.txt) you had to manually select the correct device.
My advice would be to use a more recent image.
 

 

21 hours ago, Ruediger said:

2) Maybe not N2 specific, but I never had that on my Banana Pi or Odroid C2: When I make a backup of my 64GB MicroSD card using DD, Etcher cant write the image back: The MicroSD card is too small by a few MB. Even a new card of the same model is reported as too small. Can somebody explain this to me? How can I strip the image of empty space to get it writable onto the card?

You need to decrease the size of your sd partition to do this correct.
Safest way to do this is using another image on another sd/eMMC. Then use gparted to resize the partition so there's almost no free space. Then create the backup image.
Then set the patition size again to original.
The same when you burn the image to sd-card. Resize the partition with gparted.

Link to comment
Share on other sites

Am 8.3.2022 um 19:42 schrieb NicoD:

Where did you find that image? Seems old.
These days there's a script that checks if it's the N2 or N2+ and then loads the correct devicetree.
But with old images (usually in config.txt) you had to manually select the correct device.
My advice would be to use a more recent image.
 

 

You need to decrease the size of your sd partition to do this correct.
Safest way to do this is using another image on another sd/eMMC. Then use gparted to resize the partition so there's almost no free space. Then create the backup image.
Then set the patition size again to original.
The same when you burn the image to sd-card. Resize the partition with gparted.

 

 

Well, it is the operating image of my Odroid-N2 that I wanted to move to my Odroid-N2+

The problem is that there's 5 years of additional services and modifications in the system, and as I am no longer a student I do not have the time needed to analyse what I did and then trying to recreate it.

 

The DTD seems to have helped: I got ethernet working and was now able to update to

Linux odroid-n2 5.10.81-meson64 #21.08.6
 

So, operation on the same level as on the n2 is now possible again.

Updating the DTD however did not make it possible to select the 2.4GHz speed for the 4 big cores.

I modified that in the boot.ini file, but the system ignores that, even after a full update to Bullseye - which worked, debian typical, like a charm.

 

So my next question is:

Where does the system actually set the CPUs speed if not in the boot.ini file?

 

 

 

As for decreasing the partition sizes, this does not decrease the resulting image file size.

When I would make a backup of only the partition, that would help.

But a sole partition backup doesn't create a bootable sdcard.

I suspect the uboot header isn't part of the partition, but the drive.

Only when I make an image of the whole drive, can I  write the image back ( each time on a larger drive, I worked my way up from a 8GB card to 128BG by now ) and have a bootable system.

 

So far it didnt bother me, but the next size a 256GB card will get expensive and the read/write times start to get ridiculous.

 

Link to comment
Share on other sites

19 hours ago, Ruediger said:

Where does the system actually set the CPUs speed if not in the boot.ini file?

Should be something like this.
 

# max cpu frequency in MHz unit
if test "${variant}" = "n2_plus"; then
	setenv fdtfile meson-g12b-odroid-n2-plus.dtb
	setenv max_freq_a73 "2208"
	setenv max_freq_a53 "1908"
else
	setenv fdtfile meson-g12b-odroid-n2.dtb
	setenv max_freq_a73 "1800"
	setenv max_freq_a53 "1896"
fi


If you create an image, it only does the used disk space. Not the unused. So that's why I'm saying to decrease the partition size and then make the backup image. That is how Armbian images start. But there is a tool that expands the partition to full disk size at first boot.

And check a new image to see how everything is done to see if it's n2 or n2+. I'm not sure where the "${variant}" is declared.
I don't think that will be done on your image since older than that script.

Link to comment
Share on other sites

vor 1 Stunde schrieb NicoD:

Should be something like this.
 

# max cpu frequency in MHz unit
if test "${variant}" = "n2_plus"; then
	setenv fdtfile meson-g12b-odroid-n2-plus.dtb
	setenv max_freq_a73 "2208"
	setenv max_freq_a53 "1908"
else
	setenv fdtfile meson-g12b-odroid-n2.dtb
	setenv max_freq_a73 "1800"
	setenv max_freq_a53 "1896"
fi


If you create an image, it only does the used disk space. Not the unused. So that's why I'm saying to decrease the partition size and then make the backup image. That is how Armbian images start. But there is a tool that expands the partition to full disk size at first boot.

And check a new image to see how everything is done to see if it's n2 or n2+. I'm not sure where the "${variant}" is declared.
I don't think that will be done on your image since older than that script.

Well, as for the speed issue, I grabbed this:

# max cpu frequency for big core, A73 in MHz unit
# setenv max_freq_a73 "2004"  # 2.004 GHz
# setenv max_freq_a73 "1992"  # 1.992 GHz
# setenv max_freq_a73 "1908"  # 1.908 GHz
setenv max_freq_a73 "2400"  # 1.8 GHz, default value
# setenv max_freq_a73 "1704"  # 1.704 GHz

# max cpu frequency for little core, A53 in MHz unit
setenv max_freq_a53 "1992"  # 1.992 GHz
# setenv max_freq_a53 "1896"  # 1.896 GHz, default value
# setenv max_freq_a53 "1704"  # 1.704 GHz

 

from a current image, as in my own older image there were just slower speeds given. So, with the newer image I thought that would work, too.

However, the syste mstill runs at a mere 1908 MHz - both large and small cores.

 

As for the image sinze:

when I do

dd if=/dev/sdc  of=/media/backup/64gbmsd.img bs=1M

I cannot write /media/backup/64gbmsd.img back to /dev/sdc with etcher because the file is larger than the drive.

I have to use a larger microsd card to write it. The resulting card does boot without problems.

Shrinking the partitions doesn't affect this, as the partitions are a subset of the drive.

When I just do

dd if=/dev/sdc1  of=/media/backup/armbian.img bs=1M

the resulting img file is just 7.2GB in size, and can be written back with etcher, but the system doesn't boot from the resulting card.

 

What I need is the trick how the armbian images do not contain empty space. Enlarging them I can do easiyl later on, thats not a issue. But I need to get the image stripped of al lthe empty space.

And zipping or other compressions dont work because, on unpacking ,al lthe empty space is back and Etcher will need again a card larger than the one the image was made from - as described above.

 

Link to comment
Share on other sites

On 3/10/2022 at 11:25 PM, Ruediger said:

What I need is the trick how the armbian images do not contain empty space.

No "trick" is required, dd only the space occupied from the start of the raw device up to the end of the last partition. The "count=..." Parameter of dd is your friend. See "man dd" for reference.

Link to comment
Share on other sites

Am 12.3.2022 um 08:10 schrieb usual user:

No "trick" is required, dd only the space occupied from the start of the raw device up to the end of the last partition. The "count=..." Parameter of dd is your friend. See "man dd" for reference.

 

After realizing that I'm obviously very bad at understanding the way they count for DD, I got the image copied to a smaller card without the filesystem being corrupted or anything else.

I am now back on a 64GB Card instead of the last current 128GB card, so, yay!

I should be able to clean up the system and discard trash, and then I maybe even can get back to a 32GB card.

 

So: Thank you @usual userand @NicoD!

Now I still have a question left.

I compared the old boot.ini of my system and then copied the one from a current image into its place. The major change there was the addition of this sequence:

# Show what uboot default fdtfile is
echo "U-boot default fdtfile: ${fdtfile}"
echo "Current variant: ${variant}"

# there is a mismatch between u-boot and kernel in the n2-plus/n2_plus DTB filename.
# Also u-boot can't seem to decide between having, or not, 'amlogic/' in there.
if test "${variant}" = "n2_plus"; then
       setenv fdtfile "amlogic/meson-g12b-odroid-n2-plus.dtb"
       echo "For variant ${variant}, set default fdtfile: ${fdtfile}"
fi

if test "${variant}" = "n2-plus"; then
       setenv fdtfile "amlogic/meson-g12b-odroid-n2-plus.dtb"
       echo "For variant ${variant} (dash version, 2021.07 or up), set default fdtfile: ${fdtfile}"
fi


I am admittedly confused that boot.ini and boot.cmd contain and set pretty much similar settings.

I fixed the boot.cmd setting s to reflect what I found in the newer image ( a53 and a73 cores instead of references to a55 cores - I have no idea where that boot.cmd originated from ) and now hope that once the servers current business is finished and the next restart comes up, the N2+ will finally start running at its full 2.4GHz instead of a pesky 1.8GHz .

 

Should I maybe move al lfiles obviously from older images ( simply compared to a current one ) into a folder like "OLD" as to see if maybe interference with old copnfig files stops the device from running at full speed?
 

 

Link to comment
Share on other sites

  • Igor unpinned this topic

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines