Jump to content

CSC Armbian for RK322x TV box boards


jock

Recommended Posts

@Khoa Nguyen

The kernel crash does not look specific to a device, but it is happening when a core exit the idle state handling an interrupt.

I suspect stability issues, so I suggest you these two things:

  • sun sudo rk322x-config and select rk3228a soc from the list. This limits the highest frequency to 1.2ghz
  • edit /boot/armbianEnv.txt and append cpu-stability to overlays= line

do both of them, then reboot the board and try again to install the desktop environment.

I have a board with similar issues like yours, and cpu-stability overlay solved my issues so far, I hope it solves yours too!

Link to comment
Share on other sites

On 5/22/2021 at 10:21 PM, ArkhanLK said:

And second, the errors are in/with the armsoc install from media framework, because it changes some stuff with xorg, that makes it break. And this has nothing todo with lightdm because it was the first problem I had in first plance when first talked to you about it.

The armsoc .deb package actually installs the armsoc X.org .so driver (the same as .dll in windows) and places armsoc.conf it in /etc/X11/xorg.conf.d to enable it.

 

Looking at the logs you provided I now see something that actually should not be there... a reference to "Lima" driver, which is not expected in non-mainline kernel... now I'm starting to understand that maybe you got 40-serverflags.conf in /etc/X11/xorg.conf.d directory. If so, remove that file and try again. I will double check this, because the way desktop packages are assembled changed recently in armbian and maybe I did a mistake with some configuration.

 

Link to comment
Share on other sites

1 hour ago, jock said:

@Khoa Nguyen

The kernel crash does not look specific to a device, but it is happening when a core exit the idle state handling an interrupt.

I suspect stability issues, so I suggest you these two things:

  • sun sudo rk322x-config and select rk3228a soc from the list. This limits the highest frequency to 1.2ghz
  • edit /boot/armbianEnv.txt and append cpu-stability to overlays= line

do both of them, then reboot the board and try again to install the desktop environment.

I have a board with similar issues like yours, and cpu-stability overlay solved my issues so far, I hope it solves yours too!

I edited armbianEnv.txt file, overlays= emmc led-conf1 cpu-stability, then reboot and tried install desktop interface but it still not work :( sometimes it crashed, sometimes it just freezed 

Link to comment
Share on other sites

34 minutes ago, Khoa Nguyen said:

I edited armbianEnv.txt file, overlays= emmc led-conf1 cpu-stability, then reboot and tried install desktop interface but it still not work :( sometimes it crashed, sometimes it just freezed 

Can't say anything more without further details. Please provide photos of the board (both sides), maybe the original dtb or the original firmware (or a link to a firmware upgrade supplied by manufacturer), the link provided by armbianmonitor -u command.

As already said, eMCP boards are quite unknown at the moment, so every detail is essential.

 

Link to comment
Share on other sites

@ArkhanLK

I made some further investigation and it seems that lightdm-gtk-greeter is the great offender: the package in Ubuntu Focal seems to be broken for armhf architecture: https://bugs.launchpad.net/ubuntu/+source/lightdm-gtk-greeter/+bug/1897491

 

I just tried to install the lightdm-autologin-greeter and uninstall lightdm-gtk-greeter and, after a reboot, it looks like it works:

apt install lightdm-autologin-greeter && apt remove lightdm-gtk-greeter

 

If apt is lamenting issues about armsoc, that's because of a previous package upgrade. I don't know why, but it tries to install armsoc-exynos as a dependency of Kodi. It is unclear to me why it tries to install packaged Kodi instead of keeping the one from media-framework, but probably I made some mess with versioning.

 

However, to try to get back the media framework situation, first uninstall the wrong armsoc driver:

apt remove xserver-xorg-video-armsoc

 

The install the media framework packages manually:

apt install armsoc/*.deb

apt install kodi/*.deb

apt install ffmpeg/*.deb

 

And finally mark the packages as hold, so apt upgrade won't try to update them:

apt-mark hold xserver-xorg-video-armsoc

apt-mark hold kodi kodi-addon-dev kodi-bin kodi-data kodi-tools-texturepacker

apt-mark hold ffmpeg libavutil56 libpostproc55 libswscale5 libavutil-dev libpostproc-dev libswresample3 libavresample4 libswscale-dev libavcodec58 libavcodec-dev libavresample-dev libavformat-dev libavfilter7 libavfilter-dev libavdevice58 libavdevice-dev

 

If you start from a fresh system, just run the apt-mark hold commands after installing the media framework and you should be fine enough.

 

This is not exactly tested, because I'm headless right now, so if you feel comfortable enough, it may be a wise idea to start from a fresh system.

I will update the media framework in the next days to include the apt-mark commands automatically, so this further step won't be needed.

 

edit: ah, another thing about /etc/X11/xorg.conf.d directory... The stable image from the download page include 40-serverflags.conf file which should not be there! Curiously a freshly built image by me instead does not include that file, which should be there only on mainline images... so please delete it. I will ask the high towers what happened, maybe fix the lightdm greeter thing and ask for a stable image rebuild.

Link to comment
Share on other sites

Hi @jock ! Thanks for all the help and ways to fix and/or bypass these issues!

I took some time to replay back exactly as I was investigating it myself! And got to some findings similar to yours: the only thing I need to set as hold is the
xserver-xorg-video-armsoc. The rest will update and upgrade just fine.

Doing this, I am able to run some stuff. The gears are working on glxgears. I manage to play quake 1 and 2 (tho I had to add some params, LD_LIBRARY_PATH=/opt/gl4es LIBGL_GL=15 LIBGL_FB=3 LIBGL_MIPMAP=3 LIBGL_FORCENPOT=1 LIBGL_FPS=1 LIBGL_POTFRAMEBUFFER=1 LIBGL_FORCE16BITS=1 quake2)

I also had to change one thing on the install media framework: allow downgrades. Some of the stuff there I had newer versions and the install would just stop. So, in order to avoid it, I allowed downgrades and then upgraded them. Some of the entries on the enxynos were right or interesting, so I merged them on the armsoc config and so far so good. All went ok! And I am still happily using the minimal image you compiled for me + lubuntu. It is working quite well!


I am now with 2 errors but I think they're unrelated to any of these events:
1. For the sake of it, I decided to take a look at armbianmonitor -v and got "It appears you may have corrupt packages.", pointing to "a symptom of filesystem corruption caused by SD cards or eMMC dying", which makes that first suggestion of yours to remain true, but also that it could be "burning the OS image to the installation media went wrong", which I don't think to be the case. It also says, "

The following changes from packaged state files were detected:

/usr/lib/arm-linux-gnueabihf/libgbm.so.1.0.0
/usr/lib/NetworkManager/conf.d/10-globally-managed-devices.conf"
Is this an entirely new problem or may have something to do with video and whatnot?
2. There is something wrong, I think, with the rk322x-config. When I select rk3229, the wifi doesn't work. If I choose rk3228a/b, everything works. Well, after I remove the emmc from overlays, that is. So, is this a thing you've noticed before? Actually, this might not be true. I just reverted the config the wifi is not turning on again! This is what I get from dmesg | grep ssv

Quote

[    8.620941] redirect to /lib/firmware/ssv6051-wifi.cfg
[    8.624426] WARNING: CPU: 3 PID: 359 at drivers/net/wireless/rockchip_wlan/ssv6xxx/ssvdevice/ssvdevice.c:169 sta_cfg_set+0xc0/0x220 [ssv6051]()
[    8.624441] Modules linked in: lz4 lz4_compress ssv6051(+) mali snd_soc_rk3228 lzo zram sch_fq_codel ip_tables autofs4
[    8.624744] [<b00277c8>] (warn_slowpath_null) from [<af0a5b00>] (sta_cfg_set+0xc0/0x220 [ssv6051])
[    8.624900] [<af0a5b00>] (sta_cfg_set [ssv6051]) from [<af08a4b4>] (ssvdevice_init+0xf4/0x12c [ssv6051])
[    8.625051] [<af08a4b4>] (ssvdevice_init [ssv6051]) from [<af0a59c4>] (initWlan+0x40/0x8c [ssv6051])
[    8.625187] [<af0a59c4>] (initWlan [ssv6051]) from [<af0bf020>] (generic_wifi_init_module+0x20/0x1000 [ssv6051])
[    8.625278] [<af0bf020>] (generic_wifi_init_module [ssv6051]) from [<b0009a68>] (do_one_initcall+0xa0/0x1f8)
[    8.625808] ssv6xxx_sdio_init
[    8.626181] ssv6xxx_set_sdio_clk:set sdio clk 25000000Hz
[    8.725161] ssv6xxx_sdio_power_on
[    8.745760] ssv6xxx_dev_probe(): ssv6200 device found !
[    8.746030] WARNING: CPU: 0 PID: 359 at drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/init.c:1471 ssv6xxx_dev_probe+0x2b8/0x1c70 [ssv6051]()
[    8.746045] Modules linked in: gpio_ir_recv lz4 lz4_compress ssv6051(+) mali snd_soc_rk3228 lzo zram sch_fq_codel ip_tables autofs4
[    8.746278] [<b00277c8>] (warn_slowpath_null) from [<af0910a4>] (ssv6xxx_dev_probe+0x2b8/0x1c70 [ssv6051])
[    8.746409] [<af0910a4>] (ssv6xxx_dev_probe [ssv6051]) from [<b066b11c>] (platform_drv_probe+0x60/0xbc)
[    8.746626] [<b066af34>] (platform_device_add) from [<af0aa34c>] (ssv6xxx_sdio_probe+0x358/0x3bc [ssv6051])
[    8.746743] [<af0aa34c>] (ssv6xxx_sdio_probe [ssv6051]) from [<b09011a8>] (sdio_bus_probe+0x9c/0x12c)
[    8.746954] [<b09013f8>] (sdio_register_driver) from [<af0a9e08>] (ssv6xxx_sdio_init+0x2c/0x30 [ssv6051])
[    8.747120] [<af0a9e08>] (ssv6xxx_sdio_init [ssv6051]) from [<af08a4d8>] (ssvdevice_init+0x118/0x12c [ssv6051])
[    8.747276] [<af08a4d8>] (ssvdevice_init [ssv6051]) from [<af0a59c4>] (initWlan+0x40/0x8c [ssv6051])
[    8.747413] [<af0a59c4>] (initWlan [ssv6051]) from [<af0bf020>] (generic_wifi_init_module+0x20/0x1000 [ssv6051])
[    8.747497] [<af0bf020>] (generic_wifi_init_module [ssv6051]) from [<b0009a68>] (do_one_initcall+0xa0/0x1f8)
[    8.747666] SSV WLAN driver ssv6200: Failed to initialize device
[    8.747748] SSV WLAN driver: probe of ssv6200 failed with error -12

Well, I ran a bunch of stuff from armbian-config and it is working again... Here is the last log:

Quote

[    8.528862] redirect to /lib/firmware/ssv6051-wifi.cfg
[    8.570261] ssv6xxx_sdio_init
[    8.572794] ssv6xxx_set_sdio_clk:set sdio clk 25000000Hz
[    8.646940] ssv6xxx_sdio_power_on
[    8.669819] ssv6xxx_dev_probe(): ssv6200 device found !
[    8.693045] ssv6xxx_sdio_irq_disable
[    8.755147] SSV WLAN driver ssv6200: Crypto task 448 running with priority 120.
[    8.757019] SSV WLAN driver ssv6200: Crypto task 449 running with priority 120.
[    8.765543] SSV WLAN driver ssv6200: Crypto task 450 running with priority 120.
[    8.777224] SSV WLAN driver ssv6200: Crypto task 452 running with priority 120.
[    8.839754] ieee80211 phy0: Selected rate control algorithm 'ssv6xxx_rate_control'
[   29.168139] SVN ROOT URL http://192.168.15.30/svn/software/project/release/android/box/rk3x28/6051.Q0.1009.21.400401/ssv6xxx
[   29.316423] Firmware "/lib/firmware/ssv6051-sw.bin" loaded
[   29.424934] Firmware name sh->cfg.firmware_path=/lib/firmware/ssv6051-sw.bin
[   29.425524] ssv6xxx_watchdog_controller 6
[   29.448922] ssv6xxx_sdio_irq_enable
[   29.615759] ssv6200_start(): current channel: 1,sc->ps_status=0
[   29.619391] ssv6200_add_interface(): vif->type = 2, NL80211_IFTYPE_AP=3
[   29.619420] ssv6xxx_config_vif_res id[0].
[   29.619444] SSV WLAN driver ssv6200: VIF a4:7d:9f:31:c7:74 of type 2 is added.
[   29.620244] ssv6200_bss_info_changed(): leave
[   29.621807] ssv6200_bss_info_changed(): leave



And my main question is: assuming I can make it all work nice and well... Can I "clone" this system and install on another box exactly equal to this one? Like, if I go to multitool and do a "backup" then try to install this on a different box, will it work? I suppose the only way would be to compile a image of my system, but using the multitool would be so much easier, haha.
 

On 5/25/2021 at 1:46 PM, Khoa Nguyen said:

I edited armbianEnv.txt file, overlays= emmc led-conf1 cpu-stability, then reboot and tried install desktop interface but it still not work :( sometimes it crashed, sometimes it just freezed 

And hey, @Khoa Nguyen , maybe I'm mistaken and should not be giving advice as I'm very noob, but I think your overlays is still wrong. You have to remove the word "emmc" from it entirely. At least, for me, that's the only way it works...

Link to comment
Share on other sites

11 hours ago, hexdump said:

@jock - just in case: the slick greeter is also working well on armhf

Yeah I wanted to mention in the previous post but I forgot!

However today had access to the box and it was still not logging in. I'll check further later, but this lightdm thing is very annoying <_<

7 hours ago, ArkhanLK said:

For the sake of it, I decided to take a look at armbianmonitor -v

Uh, to be honest I never tried armbianmonitor -v. Actually the packages installed by media framework are "overwriting" those from armbian/ubuntu, I don't really know how armbianmonitor -v reacts to.

 

7 hours ago, ArkhanLK said:

There is something wrong, I think, with the rk322x-config. When I select rk3229, the wifi doesn't work. If I choose rk3228a/b, everything works. Well, after I remove the emmc from overlays, that is. So, is this a thing you've noticed before? Actually, this might not be true. I just reverted the config the wifi is not turning on again! This is what I get from dmesg | grep ssv

rk3228b and rk3229 are enabling exactly the same overlay, which brings the cpu to 1.4ghz, nothing else.

emmc overlay enabled the ddr mode for eMMC and some other configuration bits. eMMC, sdcard and Wifi share the same subsystem since they are all controlled by mmc controllers, so it is very possibile that a malfunction/misconfiguration on eMMC reflects also over Wifi; usually badly designed boards do this.

 

7 hours ago, ArkhanLK said:

And my main question is: assuming I can make it all work nice and well... Can I "clone" this system and install on another box exactly equal to this one? Like, if I go to multitool and do a "backup" then try to install this on a different box, will it work? I suppose the only way would be to compile a image of my system, but using the multitool would be so much easier, haha.

Usually it will work fine even if the board is slightly different; you can however clone the thing and, if it boots, run rk322x-config to reconfigure the overlays for the other board

Link to comment
Share on other sites

1 hour ago, jock said:

 Usually it will work fine even if the board is slightly different; you can however clone the thing and, if it boots, run rk322x-config to reconfigure the overlays for the other board

Oh, that's very cool to know! It will be very helpful if it works this way indeed ^^

 

One thing I noticed but haven't looked into yet: kodi is installing without the "install from repositories option", so I can't really use it... I will try to reinstall or something. But I have encountered this error on 2 or 3 other times when I freshly installed everything... Only once, so far, I managed to install Kodi and it actually worked well (at least on twitch I could watch normally at 720p).

Link to comment
Share on other sites

On 5/29/2021 at 6:21 AM, jock said:

@ArkhanLK I confirm that slick-greeter is a much better choice, X.org now works and I'm able to login finally!

HI @jock! I tried slick-greeter with icewm and that was super fast! Very nice, but not that user friendly. But, you know, consumed 120mb ram to have it up and running, so very decent choice for limited boards!

 

Also, I figured out a solution for the kodi part on the media framework: hold on 3 packages only: xserver-xorg-video-armsoc, kodi, and kodi-bin. But the other packages don't need the hold. Tested on twitch, 1080p smooth! 

 

I am now going to test kodi and lxde... Should be faster and lighter than both xfce and lxqt! 

 

I will keep you all updated o/

Thanks for the incredible support!!! 

Link to comment
Share on other sites

Sorry for late reply.

For the record: MXQ PRO 4K 5G, announced on sitck as 4GB Ram, 32GB ROM, Rk3229. Inside it was Rk3228A, 1GB DDR3L Ram and 8GB NAND ROM of unknown chinesse manufacturer.

 

@jock definitely, Nand is not detected with multitool, only armbian can be loaded from SD Card after erasing Nand.

 

  for the record or anyone with same system:

 1.- Rom detection with rkdeveloptool:

rkdeveloptool rfi
Flash Info:
    Manufacturer: SAMSUNG, value=00
    Flash Size: 7301 MB
    Flash Size: 14952960 Sectors
    Block Size: 16384 KB
    Page Size: 16 KB
    ECC Bits: 40
    Access Time: 32
    Flash CS: Flash<0>

  2.- Flash cant be erased directly, on new system, if you do "rkdeveloptool ef" it writes: "Starting to erase flash..." and got stuck there, blocked, forever (i waited 24h, think its enough). So working method to get flash erased, its:

 

   rkdeveloptool wl 0x4000 u-boot-main.img (you can download and check command on first post)
      Write LBA from file (100%)

 

  after it, disconnect and reconnect again with the toothpick and Male-Male usb again. I tried to do "rkdeveloptool rd 3" which is supposed to reset device on MaskRoom mode, it responds: "Reset Device OK." but things cant be done, with errors like: "Getting flash info from device failed!".  So after writing u-boot, disconnect and reconnect.

   

    rkdeveloptool ef
       Erasing flash complete.

 

  after it, plug SD card with Armbian and it boots ok. NAND is not useable from it, as it recognizes but can be accessed.

  if it helps someone, loading system with thoothpick method and Male-Male usb gives this result also:

 

    rkdeveloptool ld
       DevNo=1    Vid=0x2207,Pid=0x320b,LocationID=301    Loader

 

Hope this helps someone.

Best Regards,

Beretas

 

 

 

Link to comment
Share on other sites

3 hours ago, beretas said:

I tried to do "rkdeveloptool rd 3" which is supposed to reset device on MaskRoom mode, it responds: "Reset Device OK." but things cant be done, with errors like: "Getting flash info from device failed!".  So after writing u-boot, disconnect and reconnect.

 

It is right that after rkdeveloptool rd 3 you are not able to execute any other command: that's because the board is in maskrom mode.

Once there, you must run rkdeveloptool db loader.img to have access to further commands.

When done, rkdeveloptool ef will clean the existing data, and finally you need also upgrade_tool binary to finally install the new bootloader in the NAND.

 

This is the procedure to upgrade to NAND bootloader:

https://forum.armbian.com/topic/12656-csc-armbian-for-rk322x-tv-boxes/page/28/?tab=comments#comment-121103

 

 

If you don't install a bootloader, you will never be able to boot from NAND neither the Multitool will detect it.

 

 

Link to comment
Share on other sites

@jock

 

   don't know if i did it as it should, but upgrade_tool was giving me an error:

 

upgrade_tool ul rk322x_loader_v1.10.256.bin
Not found config.ini
Program Data in /home/me/rkbin/tools
Loading loader...
Support Type:RK322A    Loader ver:2.56    Loader Time:2021-03-13 16:06:57
Prepare IDB Fail

 

so checked:

rkdeveloptool ld
DevNo=1    Vid=0x2207,Pid=0x320b,LocationID=301    Maskrom

 

and did:

rkdeveloptool ul rk322x_loader_v1.10.256.bin

Upgrading loader succeeded.

 

armbianmonitor -U

Spoiler

     1    
     2    ### Activated 1 lzo zram swap devices with 481 MB each
     3    
     4    ### Activated Armbian ramlog partition with lz4 compression
     5    
     6    ### Activated lzo compressed /tmp
     7    
     8    Fri 07 May 2021 08:24:09 PM UTC | rk322x-box | 21.05.1 | armhf | armv7l | 4.4.194-rk322x
     9    
    10    ### dmesg:
    11    
    12    [    0.000000] Booting Linux on physical CPU 0xf00
    13    [    0.000000] Initializing cgroup subsys cpuset
    14    [    0.000000] Initializing cgroup subsys cpu
    15    [    0.000000] Initializing cgroup subsys cpuacct
    16    [    0.000000] Linux version 4.4.194-rk322x (root@hirsute) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) ) #3 SMP Thu May 6 22:00:38 UTC 2021
    17    [    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
    18    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    19    [    0.000000] Machine model: Generic RK322x TV Box board
    20    [    0.000000] cma: Reserved 16 MiB at 0x9f000000
    21    [    0.000000] Memory policy: Data cache writealloc
    22    [    0.000000] On node 0 totalpages: 253952
    23    [    0.000000] free_area_init_node: node 0, pgdat b1253b40, node_mem_map ee6f1000
    24    [    0.000000]   Normal zone: 2304 pages used for memmap
    25    [    0.000000]   Normal zone: 0 pages reserved
    26    [    0.000000]   Normal zone: 253952 pages, LIFO batch:31
    27    [    0.000000] psci: probing for conduit method from DT.
    28    [    0.000000] psci: PSCIv1.0 detected in firmware.
    29    [    0.000000] psci: Using standard PSCI v0.2 function IDs
    30    [    0.000000] psci: MIGRATE_INFO_TYPE not supported.
    31    [    0.000000] PERCPU: Embedded 14 pages/cpu @ee68f000 s24856 r8192 d24296 u57344
    32    [    0.000000] pcpu-alloc: s24856 r8192 d24296 u57344 alloc=14*4096
    33    [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
    34    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 251648
    35    [    0.000000] Kernel command line: earlyprintk root=UUID=2ca5ad18-5d1f-4279-8d1e-6c805b6be8db console=ttyS2,115200n8 console=tty1 rootwait rootfstype=ext4  consoleblank=0 loglevel=1 ubootpart=73c5b759-01 usb-storage.quirks= coherent_pool=2M  cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1
    36    [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    37    [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    38    [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    39    [    0.000000] Memory: 962664K/1015808K available (12862K kernel code, 919K rwdata, 3240K rodata, 808K init, 1219K bss, 36760K reserved, 16384K cma-reserved, 0K highmem)
    40    [    0.000000] Virtual kernel memory layout:
    41                       vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    42                       fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    43                       vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
    44                       lowmem  : 0xb0000000 - 0xf0000000   (1024 MB)
    45                       pkmap   : 0xafe00000 - 0xb0000000   (   2 MB)
    46                       modules : 0xaf000000 - 0xafe00000   (  14 MB)
    47                         .text : 0xb0008000 - 0xb0c97c6c   (12864 kB)
    48                         .init : 0xb10b0000 - 0xb117a000   ( 808 kB)
    49                         .data : 0xb117a000 - 0xb125fe94   ( 920 kB)
    50                          .bss : 0xb1261000 - 0xb1391f14   (1220 kB)
    51    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    52    [    0.000000] Hierarchical RCU implementation.
    53    [    0.000000]     Build-time adjustment of leaf fanout to 32.
    54    [    0.000000] NR_IRQS:16 nr_irqs:16 16
    55    [    0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
    56    [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
    57    [    0.000007] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
    58    [    0.000022] Switching to timer-based delay loop, resolution 41ns
    59    [    0.001779] Console: colour dummy device 80x30
    60    [    0.001962] console [tty1] enabled
    61    [    0.001987] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
    62    [    0.002005] pid_max: default: 32768 minimum: 301
    63    [    0.002135] Security Framework initialized
    64    [    0.002148] Yama: becoming mindful.
    65    [    0.002223] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    66    [    0.002239] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    67    [    0.003122] Initializing cgroup subsys io
    68    [    0.003156] Initializing cgroup subsys memory
    69    [    0.003198] Initializing cgroup subsys devices
    70    [    0.003218] Initializing cgroup subsys freezer
    71    [    0.003235] Initializing cgroup subsys net_cls
    72    [    0.003253] Initializing cgroup subsys perf_event
    73    [    0.003270] Initializing cgroup subsys net_prio
    74    [    0.003299] Initializing cgroup subsys pids
    75    [    0.003366] CPU: Testing write buffer coherency: ok
    76    [    0.003413] ftrace: allocating 41892 entries in 123 pages
    77    [    0.082701] /cpus/cpu@f00 missing clock-frequency property
    78    [    0.082733] /cpus/cpu@f01 missing clock-frequency property
    79    [    0.082751] /cpus/cpu@f02 missing clock-frequency property
    80    [    0.082771] /cpus/cpu@f03 missing clock-frequency property
    81    [    0.082783] CPU0: update cpu_capacity 430
    82    [    0.082794] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
    83    [    0.082880] Setting up static identity map for 0x60008280 - 0x600082d8
    84    [    0.094092] CPU1: update cpu_capacity 430
    85    [    0.094100] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
    86    [    0.103560] CPU2: update cpu_capacity 430
    87    [    0.103569] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
    88    [    0.113014] CPU3: update cpu_capacity 430
    89    [    0.113022] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
    90    [    0.113160] Brought up 4 CPUs
    91    [    0.113199] SMP: Total of 4 processors activated (192.00 BogoMIPS).
    92    [    0.113207] CPU: All CPU(s) started in SVC mode.
    93    [    0.114723] devtmpfs: initialized
    94    [    0.134213] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
    95    [    0.134801] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    96    [    0.134840] futex hash table entries: 1024 (order: 4, 65536 bytes)
    97    [    0.136177] xor: measuring software checksum speed
    98    [    0.174729]    arm4regs  :  1011.000 MB/sec
    99    [    0.214834]    8regs     :   705.000 MB/sec
   100    [    0.254937]    32regs    :   684.000 MB/sec
   101    [    0.295037]    neon      :  1018.000 MB/sec
   102    [    0.295047] xor: using function: neon (1018.000 MB/sec)
   103    [    0.295089] pinctrl core: initialized pinctrl subsystem
   104    [    0.296629] NET: Registered protocol family 16
   105    [    0.299160] DMA: preallocated 2048 KiB pool for atomic coherent allocations
   106    [    0.311190] cpuidle: using governor ladder
   107    [    0.323205] cpuidle: using governor menu
   108    [    0.339880] gpiochip_add_data: registered GPIOs 0 to 31 on device: gpio0
   109    [    0.340041] gpiochip_add_data: registered GPIOs 32 to 63 on device: gpio1
   110    [    0.340194] gpiochip_add_data: registered GPIOs 64 to 95 on device: gpio2
   111    [    0.340355] gpiochip_add_data: registered GPIOs 96 to 127 on device: gpio3
   112    [    0.346585] console [pstore-1] enabled
   113    [    0.346596] pstore: Registered ramoops as persistent store backend
   114    [    0.346608] ramoops: attached 0xf0000@0x62e00000, ecc: 0/0
   115    [    0.349934] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
   116    [    0.349954] hw-breakpoint: maximum watchpoint size is 8 bytes.
   117    [    0.350174] sip_firmware_init: set rockchip sip version v2 failed
   118    [    0.448055] raid6: int32x1  gen()   133 MB/s
   119    [    0.516169] raid6: int32x1  xor()   131 MB/s
   120    [    0.584392] raid6: int32x2  gen()   166 MB/s
   121    [    0.652660] raid6: int32x2  xor()   137 MB/s
   122    [    0.720808] raid6: int32x4  gen()   163 MB/s
   123    [    0.789056] raid6: int32x4  xor()   137 MB/s
   124    [    0.857209] raid6: int32x8  gen()   166 MB/s
   125    [    0.925467] raid6: int32x8  xor()   113 MB/s
   126    [    0.993597] raid6: neonx1   gen()   382 MB/s
   127    [    1.061712] raid6: neonx1   xor()   290 MB/s
   128    [    1.129929] raid6: neonx2   gen()   519 MB/s
   129    [    1.198064] raid6: neonx2   xor()   376 MB/s
   130    [    1.266274] raid6: neonx4   gen()   581 MB/s
   131    [    1.334481] raid6: neonx4   xor()   400 MB/s
   132    [    1.402677] raid6: neonx8   gen()   559 MB/s
   133    [    1.470929] raid6: neonx8   xor()   391 MB/s
   134    [    1.470941] raid6: using algorithm neonx4 gen() 581 MB/s
   135    [    1.470951] raid6: .... xor() 400 MB/s, rmw enabled
   136    [    1.470962] raid6: using intx1 recovery algorithm
   137    [    1.471951] rockchip-pm rockchip-suspend: not set wakeup-config
   138    [    1.471975] rockchip-pm rockchip-suspend: not set pwm-regulator-config
   139    [    1.472341] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/regulators/regulator@0[0]'
   140    [    1.472830] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/regulators/regulator@1[0]'
   141    [    1.473453] of_get_named_gpiod_flags: parsed 'gpio' property of node '/vcc-host-regulator[0]' - status (0)
   142    [    1.474050] of_get_named_gpiod_flags: parsed 'gpio' property of node '/otg-vbus-regulator[0]' - status (0)
   143    [    1.474556] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vcc-phy-regulator[0]'
   144    [    1.475466] iommu: Adding device 20020000.vpu-service to group 0
   145    [    1.475573] iommu: Adding device 20030000.rkvdec to group 1
   146    [    1.475669] iommu: Adding device 20050000.vop to group 2
   147    [    1.475761] iommu: Adding device 20070000.iep to group 3
   148    [    1.476298] rk_iommu 20020800.iommu: can't get sclk
   149    [    1.476889] rk_iommu 20030480.iommu: can't get sclk
   150    [    1.477137] rk_iommu 20053f00.iommu: can't get sclk
   151    [    1.477282] rk_iommu 20070800.iommu: can't get aclk
   152    [    1.477301] rk_iommu 20070800.iommu: can't get hclk
   153    [    1.477317] rk_iommu 20070800.iommu: can't get sclk
   154    [    1.478063] SCSI subsystem initialized
   155    [    1.478478] usbcore: registered new interface driver usbfs
   156    [    1.478577] usbcore: registered new interface driver hub
   157    [    1.478693] usbcore: registered new device driver usb
   158    [    1.478969] media: Linux media interface: v0.10
   159    [    1.479076] Linux video capture interface: v2.00
   160    [    1.479329] pps_core: LinuxPPS API ver. 1 registered
   161    [    1.479345] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
   162    [    1.479387] PTP clock support registered
   163    [    1.481295] Advanced Linux Sound Architecture Driver Initialized.
   164    [    1.482283] Bluetooth: Core ver 2.21
   165    [    1.482350] NET: Registered protocol family 31
   166    [    1.482364] Bluetooth: HCI device and connection manager initialized
   167    [    1.482385] Bluetooth: HCI socket layer initialized
   168    [    1.482403] Bluetooth: L2CAP socket layer initialized
   169    [    1.482456] Bluetooth: SCO socket layer initialized
   170    [    1.483263] NetLabel: Initializing
   171    [    1.483285] NetLabel:  domain hash size = 128
   172    [    1.483294] NetLabel:  protocols = UNLABELED CIPSOv4
   173    [    1.483367] NetLabel:  unlabeled traffic allowed by default
   174    [    1.484706] clocksource: Switched to clocksource arch_sys_counter
   175    [    1.579545] NET: Registered protocol family 2
   176    [    1.580387] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
   177    [    1.580503] TCP bind hash table entries: 8192 (order: 5, 163840 bytes)
   178    [    1.580940] TCP: Hash tables configured (established 8192 bind 8192)
   179    [    1.581043] UDP hash table entries: 512 (order: 2, 24576 bytes)
   180    [    1.581113] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes)
   181    [    1.581465] NET: Registered protocol family 1
   182    [    1.582099] RPC: Registered named UNIX socket transport module.
   183    [    1.582122] RPC: Registered udp transport module.
   184    [    1.582133] RPC: Registered tcp transport module.
   185    [    1.582143] RPC: Registered tcp NFSv4.1 backchannel transport module.
   186    [    1.582467] Trying to unpack rootfs image as initramfs...
   187    [    1.955293] Freeing initrd memory: 5564K
   188    [    1.956316] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
   189    [    1.959287] Initialise system trusted keyring
   190    [    1.973170] VFS: Disk quotas dquot_6.6.0
   191    [    1.973484] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
   192    [    1.976164] squashfs: version 4.0 (2009/01/31) Phillip Lougher
   193    [    1.979591] NFS: Registering the id_resolver key type
   194    [    1.979662] Key type id_resolver registered
   195    [    1.979674] Key type id_legacy registered
   196    [    1.979709] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
   197    [    1.979818] ntfs: driver 2.1.32 [Flags: R/W].
   198    [    1.980867] JFS: nTxBlock = 7692, nTxLock = 61538
   199    [    1.989484] SGI XFS with security attributes, no debug enabled
   200    [    1.998636] NET: Registered protocol family 38
   201    [    1.998688] Key type asymmetric registered
   202    [    1.998708] Asymmetric key parser 'x509' registered
   203    [    1.999105] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
   204    [    1.999503] io scheduler noop registered
   205    [    1.999534] io scheduler deadline registered
   206    [    1.999617] io scheduler cfq registered (default)
   207    [    2.002806] phy phy-11000000.syscon:usb2-phy@800.2: Failed to get VBUS supply regulator
   208    [    2.007885] rk-vcodec 20020000.vpu-service: no regulator for vcodec
   209    [    2.008286] rk-vcodec 20020000.vpu-service: probe device
   210    [    2.008741] rk-vcodec 20020000.vpu-service: drm allocator with mmu enabled
   211    [    2.009933] rk-vcodec 20020000.vpu-service: could not find power_model node
   212    [    2.009958] rk-vcodec 20020000.vpu-service: init success
   213    [    2.010276] rk-vcodec 20030000.rkvdec: vcodec regulator not ready, retry
   214    [    2.014549] dma-pl330 110f0000.pdma: Loaded driver for PL330 DMAC-241330
   215    [    2.014579] dma-pl330 110f0000.pdma:     DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
   216    [    2.015700] rockchip-system-monitor rockchip-system-monitor: system monitor probe
   217    [    2.016181] pwm-regulator vdd-arm-regulator: GPIO lookup for consumer enable
   218    [    2.016201] pwm-regulator vdd-arm-regulator: using device tree for GPIO lookup
   219    [    2.016218] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/vdd-arm-regulator[0]'
   220    [    2.016233] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/vdd-arm-regulator[0]'
   221    [    2.016247] pwm-regulator vdd-arm-regulator: using lookup tables for GPIO lookup
   222    [    2.016262] pwm-regulator vdd-arm-regulator: lookup for GPIO enable failed
   223    [    2.016983] pwm-regulator vdd-log-regulator: GPIO lookup for consumer enable
   224    [    2.017005] pwm-regulator vdd-log-regulator: using device tree for GPIO lookup
   225    [    2.017021] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/vdd-log-regulator[0]'
   226    [    2.017036] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/vdd-log-regulator[0]'
   227    [    2.017049] pwm-regulator vdd-log-regulator: using lookup tables for GPIO lookup
   228    [    2.017065] pwm-regulator vdd-log-regulator: lookup for GPIO enable failed
   229    [    2.018107] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
   230    [    2.018893] 11030000.serial: ttyS2 at MMIO 0x11030000 (irq = 30, base_baud = 1500000) is a 16550A
   231    [    2.019718] console [ttyS2] enabled
   232    [    2.021574] [drm] Initialized drm 1.1.0 20060810
   233    [    2.024025] [drm] Rockchip DRM driver version: v1.0.1
   234    [    2.024262] rockchip-drm display-subsystem: devfreq is not set
   235    [    2.025076] rockchip-drm display-subsystem: bound 20050000.vop (ops 0xb0d1b2b0)
   236    [    2.025464] i2c i2c-0: of_i2c: modalias failure on /hdmi@200a0000/ports
   237    [    2.025491] dwhdmi-rockchip 200a0000.hdmi: registered DesignWare HDMI I2C bus driver
   238    [    2.025601] dwhdmi-rockchip 200a0000.hdmi: Detected HDMI TX controller v2.01a with HDCP (inno_dw_hdmi_phy)
   239    [    2.026868] rockchip-drm display-subsystem: bound 200a0000.hdmi (ops 0xb0d13808)
   240    [    2.026893] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
   241    [    2.026904] [drm] No driver support for vblank timestamp query.
   242    [    2.027017] rockchip-drm display-subsystem: failed to parse display resources
   243    [    2.649880] rockchip-vop 20050000.vop: [drm:vop_crtc_enable] Update mode to 1920x1080p60, type: 11
   244    [    2.650488] dwhdmi-rockchip 200a0000.hdmi: HDMI infoframe: Auxiliary Video Information (AVI), version 2, length 13
   245    [    2.650496] dwhdmi-rockchip 200a0000.hdmi:     colorspace: RGB
   246    [    2.650502] dwhdmi-rockchip 200a0000.hdmi:     scan mode: Underscan
   247    [    2.650509] dwhdmi-rockchip 200a0000.hdmi:     colorimetry: No Data
   248    [    2.650515] dwhdmi-rockchip 200a0000.hdmi:     picture aspect: 16:9
   249    [    2.650522] dwhdmi-rockchip 200a0000.hdmi:     active aspect: Same as Picture
   250    [    2.650528] dwhdmi-rockchip 200a0000.hdmi:     itc: IT Content
   251    [    2.650535] dwhdmi-rockchip 200a0000.hdmi:     extended colorimetry: xvYCC 601
   252    [    2.650541] dwhdmi-rockchip 200a0000.hdmi:     quantization range: Full
   253    [    2.650547] dwhdmi-rockchip 200a0000.hdmi:     nups: Unknown Non-uniform Scaling
   254    [    2.650554] dwhdmi-rockchip 200a0000.hdmi:     video code: 16
   255    [    2.650560] dwhdmi-rockchip 200a0000.hdmi:     ycc quantization range: Full
   256    [    2.650567] dwhdmi-rockchip 200a0000.hdmi:     hdmi content type: Graphics
   257    [    2.650573] dwhdmi-rockchip 200a0000.hdmi:     pixel repeat: 0
   258    [    2.650580] dwhdmi-rockchip 200a0000.hdmi:     bar top 0, bottom 0, left 0, right 0
   259    [    2.724866] Console: switching to colour frame buffer device 240x67
   260    [    2.774870] rockchip-drm display-subsystem: fb0:  frame buffer device
   261    [    2.793287] Registered IR keymap rc-cec
   262    [    2.793539] rc rc0: RC for dw_hdmi as /devices/platform/200a0000.hdmi/rc/rc0
   263    [    2.794213] input: RC for dw_hdmi as /devices/platform/200a0000.hdmi/rc/rc0/input0
   264    [    2.796546] brd: module loaded
   265    [    2.808098] loop: module loaded
   266    [    2.808187] lkdtm: No crash points registered, enable through debugfs
   267    [    2.810801] libphy: Fixed MDIO Bus: probed
   268    [    2.810834] tun: Universal TUN/TAP device driver, 1.6
   269    [    2.810846] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
   270    [    2.811181] CAN device driver interface
   271    [    2.812582] rk_gmac-dwmac 30200000.ethernet: clock input or output? (output).
   272    [    2.812610] rk_gmac-dwmac 30200000.ethernet: TX delay(0x30).
   273    [    2.812626] rk_gmac-dwmac 30200000.ethernet: RX delay(0x10).
   274    [    2.812667] rk_gmac-dwmac 30200000.ethernet: integrated PHY? (yes).
   275    [    2.812986] rk_gmac-dwmac 30200000.ethernet: cannot get clock clk_mac_speed
   276    [    2.818073] rk_gmac-dwmac 30200000.ethernet: init for RMII
   277    [    2.852817] stmmac - user ID: 0x10, Synopsys ID: 0x35
   278    [    2.852832]  Ring mode enabled
   279    [    2.852843]  DMA HW capability register supported
   280    [    2.852852]  Normal descriptors
   281    [    2.852864]  RX Checksum Offload Engine supported (type 2)
   282    [    2.852874]  TX Checksum insertion supported
   283    [    2.852882]  Wake-Up On Lan supported
   284    [    2.852978] rk_gmac-dwmac 30200000.ethernet: rk_get_eth_addr: mac address: f6:b4:e0:5a:1e:3a
   285    [    2.852992] eth%d: device MAC address f6:b4:e0:5a:1e:3a
   286    [    2.853001]  Enable RX Mitigation via HW Watchdog Timer
   287    [    2.853195] of_get_named_gpiod_flags: parsed 'snps,reset-gpio' property of node '/ethernet@30200000[0]' - status (0)
   288    [    3.262396] libphy: stmmac: probed
   289    [    3.262427] eth%d: PHY ID 1234d400 at 0 IRQ POLL (stmmac-0:00) active
   290    [    3.262440] eth%d: PHY ID 00000000 at 1 IRQ POLL (stmmac-0:01)
   291    [    3.262453] eth%d: PHY ID 00000000 at 2 IRQ POLL (stmmac-0:02)
   292    [    3.262466] eth%d: PHY ID 00000000 at 3 IRQ POLL (stmmac-0:03)
   293    [    3.262478] eth%d: PHY ID 00000000 at 4 IRQ POLL (stmmac-0:04)
   294    [    3.262490] eth%d: PHY ID 00000000 at 5 IRQ POLL (stmmac-0:05)
   295    [    3.262503] eth%d: PHY ID 00000000 at 6 IRQ POLL (stmmac-0:06)
   296    [    3.262515] eth%d: PHY ID 00000000 at 7 IRQ POLL (stmmac-0:07)
   297    [    3.262527] eth%d: PHY ID 00000000 at 8 IRQ POLL (stmmac-0:08)
   298    [    3.262540] eth%d: PHY ID 00000000 at 9 IRQ POLL (stmmac-0:09)
   299    [    3.262552] eth%d: PHY ID 00000000 at 10 IRQ POLL (stmmac-0:0a)
   300    [    3.262565] eth%d: PHY ID 00000000 at 11 IRQ POLL (stmmac-0:0b)
   301    [    3.262577] eth%d: PHY ID 00000000 at 12 IRQ POLL (stmmac-0:0c)
   302    [    3.262589] eth%d: PHY ID 00000000 at 13 IRQ POLL (stmmac-0:0d)
   303    [    3.262601] eth%d: PHY ID 00000000 at 14 IRQ POLL (stmmac-0:0e)
   304    [    3.262614] eth%d: PHY ID 00000000 at 15 IRQ POLL (stmmac-0:0f)
   305    [    3.262626] eth%d: PHY ID 00000000 at 16 IRQ POLL (stmmac-0:10)
   306    [    3.262639] eth%d: PHY ID 00000000 at 17 IRQ POLL (stmmac-0:11)
   307    [    3.262651] eth%d: PHY ID 00000000 at 18 IRQ POLL (stmmac-0:12)
   308    [    3.262664] eth%d: PHY ID 00000000 at 19 IRQ POLL (stmmac-0:13)
   309    [    3.262676] eth%d: PHY ID 00000000 at 20 IRQ POLL (stmmac-0:14)
   310    [    3.262688] eth%d: PHY ID 00000000 at 21 IRQ POLL (stmmac-0:15)
   311    [    3.262700] eth%d: PHY ID 00000000 at 22 IRQ POLL (stmmac-0:16)
   312    [    3.262713] eth%d: PHY ID 00000000 at 23 IRQ POLL (stmmac-0:17)
   313    [    3.262725] eth%d: PHY ID 00000000 at 24 IRQ POLL (stmmac-0:18)
   314    [    3.262737] eth%d: PHY ID 00000000 at 25 IRQ POLL (stmmac-0:19)
   315    [    3.262750] eth%d: PHY ID 00000000 at 26 IRQ POLL (stmmac-0:1a)
   316    [    3.262762] eth%d: PHY ID 00000000 at 27 IRQ POLL (stmmac-0:1b)
   317    [    3.262775] eth%d: PHY ID 00000000 at 28 IRQ POLL (stmmac-0:1c)
   318    [    3.262787] eth%d: PHY ID 00000000 at 29 IRQ POLL (stmmac-0:1d)
   319    [    3.262799] eth%d: PHY ID 00000000 at 30 IRQ POLL (stmmac-0:1e)
   320    [    3.262811] eth%d: PHY ID 00000000 at 31 IRQ POLL (stmmac-0:1f)
   321    [    3.264246] PPP generic driver version 2.4.2
   322    [    3.264631] Atmel at76x USB Wireless LAN Driver 0.17 loading
   323    [    3.264845] usbcore: registered new interface driver at76c50x-usb
   324    [    3.264986] usbcore: registered new interface driver rtl8187
   325    [    3.265105] usbcore: registered new interface driver rndis_wlan
   326    [    3.265213] usbcore: registered new interface driver zd1201
   327    [    3.265601] usbcore: registered new interface driver rt2800usb
   328    [    3.265715] Rockchip WiFi SYS interface (V1.00) ...
   329    [    3.265794] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
   330    [    3.265882] usbcore: registered new interface driver pegasus
   331    [    3.265970] usbcore: registered new interface driver rtl8150
   332    [    3.266051] usbcore: registered new interface driver r8152
   333    [    3.266150] usbcore: registered new interface driver asix
   334    [    3.266232] usbcore: registered new interface driver ax88179_178a
   335    [    3.266314] usbcore: registered new interface driver cdc_ether
   336    [    3.266395] usbcore: registered new interface driver dm9601
   337    [    3.266504] usbcore: registered new interface driver smsc75xx
   338    [    3.266609] usbcore: registered new interface driver smsc95xx
   339    [    3.266700] usbcore: registered new interface driver net1080
   340    [    3.266785] usbcore: registered new interface driver rndis_host
   341    [    3.266868] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
   342    [    3.267004] usbcore: registered new interface driver cdc_ncm
   343    [    3.267088] usbcore: registered new interface driver cdc_mbim
   344    [    3.267594] 30040000.usb supply vusb_d not found, using dummy regulator
   345    [    3.267703] 30040000.usb supply vusb_a not found, using dummy regulator
   346    [    3.280924] dwc2 30040000.usb: DWC OTG Controller
   347    [    3.280976] dwc2 30040000.usb: new USB bus registered, assigned bus number 1
   348    [    3.281033] dwc2 30040000.usb: irq 49, io mem 0x30040000
   349    [    3.281387] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
   350    [    3.281406] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   351    [    3.281421] usb usb1: Product: DWC OTG Controller
   352    [    3.281435] usb usb1: Manufacturer: Linux 4.4.194-rk322x dwc2_hsotg
   353    [    3.281448] usb usb1: SerialNumber: 30040000.usb
   354    [    3.282404] hub 1-0:1.0: USB hub found
   355    [    3.282476] hub 1-0:1.0: 1 port detected
   356    [    3.283996] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
   357    [    3.284024] ehci-platform: EHCI generic platform driver
   358    [    3.286535] ehci-platform 30080000.usb: EHCI Host Controller
   359    [    3.286893] ehci-platform 30080000.usb: new USB bus registered, assigned bus number 2
   360    [    3.287195] ehci-platform 30080000.usb: irq 50, io mem 0x30080000
   361    [    3.296729] ehci-platform 30080000.usb: USB 2.0 started, EHCI 1.00
   362    [    3.297029] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
   363    [    3.297048] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   364    [    3.297062] usb usb2: Product: EHCI Host Controller
   365    [    3.297076] usb usb2: Manufacturer: Linux 4.4.194-rk322x ehci_hcd
   366    [    3.297090] usb usb2: SerialNumber: 30080000.usb
   367    [    3.298049] hub 2-0:1.0: USB hub found
   368    [    3.298121] hub 2-0:1.0: 1 port detected
   369    [    3.300814] ehci-platform 300c0000.usb: EHCI Host Controller
   370    [    3.301185] ehci-platform 300c0000.usb: new USB bus registered, assigned bus number 3
   371    [    3.301463] ehci-platform 300c0000.usb: irq 52, io mem 0x300c0000
   372    [    3.312728] ehci-platform 300c0000.usb: USB 2.0 started, EHCI 1.00
   373    [    3.313048] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
   374    [    3.313069] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   375    [    3.313083] usb usb3: Product: EHCI Host Controller
   376    [    3.313097] usb usb3: Manufacturer: Linux 4.4.194-rk322x ehci_hcd
   377    [    3.313110] usb usb3: SerialNumber: 300c0000.usb
   378    [    3.314053] hub 3-0:1.0: USB hub found
   379    [    3.314125] hub 3-0:1.0: 1 port detected
   380    [    3.316811] ehci-platform 30100000.usb: EHCI Host Controller
   381    [    3.317204] ehci-platform 30100000.usb: new USB bus registered, assigned bus number 4
   382    [    3.317504] ehci-platform 30100000.usb: irq 54, io mem 0x30100000
   383    [    3.328726] ehci-platform 30100000.usb: USB 2.0 started, EHCI 1.00
   384    [    3.329020] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
   385    [    3.329040] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   386    [    3.329054] usb usb4: Product: EHCI Host Controller
   387    [    3.329068] usb usb4: Manufacturer: Linux 4.4.194-rk322x ehci_hcd
   388    [    3.329081] usb usb4: SerialNumber: 30100000.usb
   389    [    3.330064] hub 4-0:1.0: USB hub found
   390    [    3.330145] hub 4-0:1.0: 1 port detected
   391    [    3.330952] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
   392    [    3.331023] ohci-platform: OHCI generic platform driver
   393    [    3.331422] ohci-platform 300a0000.usb: Generic Platform OHCI controller
   394    [    3.331812] ohci-platform 300a0000.usb: new USB bus registered, assigned bus number 5
   395    [    3.332078] ohci-platform 300a0000.usb: irq 51, io mem 0x300a0000
   396    [    3.388987] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
   397    [    3.389011] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   398    [    3.389026] usb usb5: Product: Generic Platform OHCI controller
   399    [    3.389040] usb usb5: Manufacturer: Linux 4.4.194-rk322x ohci_hcd
   400    [    3.389053] usb usb5: SerialNumber: 300a0000.usb
   401    [    3.390047] hub 5-0:1.0: USB hub found
   402    [    3.390121] hub 5-0:1.0: 1 port detected
   403    [    3.390965] ohci-platform 300e0000.usb: Generic Platform OHCI controller
   404    [    3.391338] ohci-platform 300e0000.usb: new USB bus registered, assigned bus number 6
   405    [    3.391585] ohci-platform 300e0000.usb: irq 53, io mem 0x300e0000
   406    [    3.448990] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
   407    [    3.449014] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   408    [    3.449029] usb usb6: Product: Generic Platform OHCI controller
   409    [    3.449043] usb usb6: Manufacturer: Linux 4.4.194-rk322x ohci_hcd
   410    [    3.449056] usb usb6: SerialNumber: 300e0000.usb
   411    [    3.449983] hub 6-0:1.0: USB hub found
   412    [    3.450054] hub 6-0:1.0: 1 port detected
   413    [    3.450865] ohci-platform 30120000.usb: Generic Platform OHCI controller
   414    [    3.451214] ohci-platform 30120000.usb: new USB bus registered, assigned bus number 7
   415    [    3.451496] ohci-platform 30120000.usb: irq 55, io mem 0x30120000
   416    [    3.509022] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
   417    [    3.509044] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
   418    [    3.509059] usb usb7: Product: Generic Platform OHCI controller
   419    [    3.509073] usb usb7: Manufacturer: Linux 4.4.194-rk322x ohci_hcd
   420    [    3.509087] usb usb7: SerialNumber: 30120000.usb
   421    [    3.510041] hub 7-0:1.0: USB hub found
   422    [    3.510116] hub 7-0:1.0: 1 port detected
   423    [    3.511018] usbcore: registered new interface driver cdc_acm
   424    [    3.511035] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
   425    [    3.511144] usbcore: registered new interface driver cdc_wdm
   426    [    3.511437] usbcore: registered new interface driver usb-storage
   427    [    3.511619] usbcore: registered new interface driver usbserial
   428    [    3.511709] usbcore: registered new interface driver usbserial_generic
   429    [    3.511772] usbserial: USB Serial support registered for generic
   430    [    3.511881] usbcore: registered new interface driver keyspan
   431    [    3.511941] usbserial: USB Serial support registered for Keyspan - (without firmware)
   432    [    3.511999] usbserial: USB Serial support registered for Keyspan 1 port adapter
   433    [    3.512056] usbserial: USB Serial support registered for Keyspan 2 port adapter
   434    [    3.512112] usbserial: USB Serial support registered for Keyspan 4 port adapter
   435    [    3.512224] usbcore: registered new interface driver option
   436    [    3.512285] usbserial: USB Serial support registered for GSM modem (1-port)
   437    [    3.513083] usbcore: registered new interface driver oti6858
   438    [    3.513153] usbserial: USB Serial support registered for oti6858
   439    [    3.513257] usbcore: registered new interface driver qcserial
   440    [    3.513317] usbserial: USB Serial support registered for Qualcomm USB modem
   441    [    3.513501] usbcore: registered new interface driver sierra
   442    [    3.513562] usbserial: USB Serial support registered for Sierra USB modem
   443    [    3.514940] usbcore: registered new interface driver iforce
   444    [    3.515105] usbcore: registered new interface driver xpad
   445    [    3.515375] usbcore: registered new interface driver usbtouchscreen
   446    [    3.516553] i2c /dev entries driver
   447    [    3.518560] IR NEC protocol handler initialized
   448    [    3.518586] IR RC5(x/sz) protocol handler initialized
   449    [    3.518604] IR RC6 protocol handler initialized
   450    [    3.518621] IR JVC protocol handler initialized
   451    [    3.518638] IR Sony protocol handler initialized
   452    [    3.518655] IR SANYO protocol handler initialized
   453    [    3.518671] IR Sharp protocol handler initialized
   454    [    3.518689] IR MCE Keyboard/mouse protocol handler initialized
   455    [    3.518706] IR XMP protocol handler initialized
   456    [    3.520440] usbcore: registered new interface driver uvcvideo
   457    [    3.520454] USB Video Class driver (1.1.1)
   458    [    3.522438] Boot mode: normal
   459    [    3.523612] rockchip-thermal 11150000.tsadc: tsadc is probed successfully!
   460    [    3.525347] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
   461    [    3.525686] Bluetooth: Virtual HCI driver ver 1.5
   462    [    3.525967] Bluetooth: HCI UART driver ver 2.3
   463    [    3.525986] Bluetooth: HCI UART protocol H4 registered
   464    [    3.525997] Bluetooth: HCI UART protocol LL registered
   465    [    3.526008] Bluetooth: HCI UART protocol ATH3K registered
   466    [    3.526019] Bluetooth: HCI UART protocol Three-wire (H5) registered
   467    [    3.526191] Bluetooth: HCI UART protocol BCM registered
   468    [    3.526342] usbcore: registered new interface driver bfusb
   469    [    3.526486] usbcore: registered new interface driver btusb
   470    [    3.526509] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
   471    [    3.527107] cpu cpu0: leakage=6
   472    [    3.527139] cpu cpu0: leakage-volt-sel=0
   473    [    3.527346] cpu cpu0: Failed to get pvtm
   474    [    3.528790] cpu cpu0: avs=0
   475    [    3.529142] cpu cpu0: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0
   476    [    3.529175] cpu cpu0: failed to read out thermal zone (-22)
   477    [    3.529882] cpu cpu0: failed to find power_model node
   478    [    3.530525] pwrseq_simple sdio-pwrseq: GPIO lookup for consumer reset
   479    [    3.530544] pwrseq_simple sdio-pwrseq: using device tree for GPIO lookup
   480    [    3.530566] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/sdio-pwrseq[0]' - status (0)
   481    [    3.530918] Synopsys Designware Multimedia Card Interface Driver
   482    [    3.531521] dwmmc_rockchip 30000000.dwmmc: IDMAC supports 32-bit address mode.
   483    [    3.531624] dwmmc_rockchip 30000000.dwmmc: Using internal DMA controller.
   484    [    3.531641] dwmmc_rockchip 30000000.dwmmc: Version ID is 270a
   485    [    3.531702] dwmmc_rockchip 30000000.dwmmc: DW MMC controller at irq 45,32 bit host data width,256 deep fifo
   486    [    3.531783] dwmmc_rockchip 30000000.dwmmc: No vmmc regulator found
   487    [    3.531795] dwmmc_rockchip 30000000.dwmmc: No vqmmc regulator found
   488    [    3.531817] dwmmc_rockchip 30000000.dwmmc: GPIO lookup for consumer cd
   489    [    3.531826] dwmmc_rockchip 30000000.dwmmc: using device tree for GPIO lookup
   490    [    3.531853] of_get_named_gpiod_flags: parsed 'cd-gpios' property of node '/dwmmc@30000000[0]' - status (0)
   491    [    3.531888] gpio-49 (cd): gpiod_set_debounce: missing set() or set_debounce() operations
   492    [    3.531899] dwmmc_rockchip 30000000.dwmmc: Got CD GPIO
   493    [    3.531911] dwmmc_rockchip 30000000.dwmmc: GPIO lookup for consumer wp
   494    [    3.531920] dwmmc_rockchip 30000000.dwmmc: using device tree for GPIO lookup
   495    [    3.531930] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@30000000[0]'
   496    [    3.531940] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@30000000[0]'
   497    [    3.531949] dwmmc_rockchip 30000000.dwmmc: using lookup tables for GPIO lookup
   498    [    3.531959] dwmmc_rockchip 30000000.dwmmc: lookup for GPIO wp failed
   499    [    3.544783] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
   500    [    3.557691] dwmmc_rockchip 30000000.dwmmc: 1 slots initialized
   501    [    3.558045] dwmmc_rockchip 30010000.dwmmc: num-slots property not found, assuming 1 slot is available
   502    [    3.558129] dwmmc_rockchip 30010000.dwmmc: IDMAC supports 32-bit address mode.
   503    [    3.558228] dwmmc_rockchip 30010000.dwmmc: Using internal DMA controller.
   504    [    3.558246] dwmmc_rockchip 30010000.dwmmc: Version ID is 270a
   505    [    3.558307] dwmmc_rockchip 30010000.dwmmc: DW MMC controller at irq 46,32 bit host data width,256 deep fifo
   506    [    3.558357] dwmmc_rockchip 30010000.dwmmc: No vmmc regulator found
   507    [    3.558368] dwmmc_rockchip 30010000.dwmmc: No vqmmc regulator found
   508    [    3.558387] dwmmc_rockchip 30010000.dwmmc: GPIO lookup for consumer wp
   509    [    3.558397] dwmmc_rockchip 30010000.dwmmc: using device tree for GPIO lookup
   510    [    3.558409] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@30010000[0]'
   511    [    3.558419] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@30010000[0]'
   512    [    3.558428] dwmmc_rockchip 30010000.dwmmc: using lookup tables for GPIO lookup
   513    [    3.558438] dwmmc_rockchip 30010000.dwmmc: lookup for GPIO wp failed
   514    [    3.558506] dwmmc_rockchip 30010000.dwmmc: allocated mmc-pwrseq
   515    [    3.571289] mmc_host mmc1: Bus speed (slot 0) = 976562Hz (slot req 400000Hz, actual 244140HZ div = 2)
   516    [    3.583981] dwmmc_rockchip 30010000.dwmmc: 1 slots initialized
   517    [    3.584379] dwmmc_rockchip 30020000.dwmmc: IDMAC supports 32-bit address mode.
   518    [    3.584485] dwmmc_rockchip 30020000.dwmmc: Using internal DMA controller.
   519    [    3.584503] dwmmc_rockchip 30020000.dwmmc: Version ID is 270a
   520    [    3.584567] dwmmc_rockchip 30020000.dwmmc: DW MMC controller at irq 47,32 bit host data width,256 deep fifo
   521    [    3.584618] dwmmc_rockchip 30020000.dwmmc: No vmmc regulator found
   522    [    3.584630] dwmmc_rockchip 30020000.dwmmc: No vqmmc regulator found
   523    [    3.584648] dwmmc_rockchip 30020000.dwmmc: GPIO lookup for consumer wp
   524    [    3.584658] dwmmc_rockchip 30020000.dwmmc: using device tree for GPIO lookup
   525    [    3.584670] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@30020000[0]'
   526    [    3.584755] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@30020000[0]'
   527    [    3.584768] dwmmc_rockchip 30020000.dwmmc: using lookup tables for GPIO lookup
   528    [    3.584856] dwmmc_rockchip 30020000.dwmmc: lookup for GPIO wp failed
   529    [    3.589423] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
   530    [    3.589511] mmc0: new high speed SDXC card at address 59b4
   531    [    3.590261] mmcblk0: mmc0:59b4 SD    57.8 GiB
   532    [    3.591842]  mmcblk0: p1
   533    [    3.596776] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
   534    [    3.609278] dwmmc_rockchip 30020000.dwmmc: 1 slots initialized
   535    [    3.610378] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-leds/working[0]' - status (0)
   536    [    3.611509] ledtrig-cpu: registered to indicate activity on CPUs
   537    [    3.611856] hidraw: raw HID events driver (C) Jiri Kosina
   538    [    3.613166] usbcore: registered new interface driver usbhid
   539    [    3.613198] usbhid: USB HID core driver
   540    [    3.614288] ashmem: initialized
   541    [    3.619794] rknandbase v1.2 2018-05-08
   542    [    3.620469] rknand 30030000.nandc: rknand_probe clk rate = 150000000
   543    [    3.621104] ftl_init fffffffe
   544    [    3.621130] rk_ftl_init fail
   545    [    3.623345] usbcore: registered new interface driver snd-usb-audio
   546    [    3.623618] usbcore: registered new interface driver snd-ua101
   547    [    3.623986] usbcore: registered new interface driver snd-usb-caiaq
   548    [    3.624325] usbcore: registered new interface driver snd-usb-6fire
   549    [    3.624608] usbcore: registered new interface driver snd-usb-hiface
   550    [    3.625007] usbcore: registered new interface driver snd-bcd2000
   551    [    3.625239] usbcore: registered new interface driver snd_usb_pod
   552    [    3.625529] usbcore: registered new interface driver snd_usb_podhd
   553    [    3.625743] usbcore: registered new interface driver snd_usb_toneport
   554    [    3.626016] usbcore: registered new interface driver snd_usb_variax
   555    [    3.630762] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
   556    [    3.634004] mmc1: new high speed SDIO card at address 0001
   557    [    3.640960] mmc_host mmc2: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
   558    [    3.641612] u32 classifier
   559    [    3.641641]     input device check on
   560    [    3.641659]     Actions configured
   561    [    3.641701] Netfilter messages via NETLINK v0.30.
   562    [    3.641764] nfnl_acct: registering with nfnetlink.
   563    [    3.641965] nf_conntrack version 0.5.0 (15384 buckets, 61536 max)
   564    [    3.643647] Initializing XFRM netlink socket
   565    [    3.646051] NET: Registered protocol family 10
   566    [    3.648678] ip6_tables: (C) 2000-2006 Netfilter Core Team
   567    [    3.649563] sit: IPv6 over IPv4 tunneling driver
   568    [    3.651343] NET: Registered protocol family 17
   569    [    3.651435] NET: Registered protocol family 15
   570    [    3.651567] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
   571    [    3.651677] Bridge firewalling registered
   572    [    3.651717] can: controller area network core (rev 20120528 abi 9)
   573    [    3.651900] NET: Registered protocol family 29
   574    [    3.651949] can: raw protocol (rev 20120528)
   575    [    3.651986] can: broadcast manager protocol (rev 20120528 t)
   576    [    3.652035] can: netlink gateway (rev 20130117) max_hops=1
   577    [    3.653050] Bluetooth: RFCOMM TTY layer initialized
   578    [    3.653112] Bluetooth: RFCOMM socket layer initialized
   579    [    3.653174] Bluetooth: RFCOMM ver 1.11
   580    [    3.653236] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
   581    [    3.653276] Bluetooth: HIDP socket layer initialized
   582    [    3.653444] 8021q: 802.1Q VLAN Support v1.8
   583    [    3.653533] lib80211: common routines for IEEE802.11 drivers
   584    [    3.653669] lib80211_crypt: registered algorithm 'NULL'
   585    [    3.653722] lib80211_crypt: registered algorithm 'WEP'
   586    [    3.653764] lib80211_crypt: registered algorithm 'CCMP'
   587    [    3.653805] lib80211_crypt: registered algorithm 'TKIP'
   588    [    3.653839] [WLAN_RFKILL]: Enter rfkill_wlan_init
   589    [    3.654367] [BT_RFKILL]: Enter rfkill_rk_init
   590    [    3.654866] Key type dns_resolver registered
   591    [    3.655564] flash vendor_init_thread!
   592    [    3.655600] flash vendor storage:20170308 ret = -1
   593    [    3.655776] Error: Driver 'sc031gs' is already registered, aborting...
   594    [    3.657774] Registering SWP/SWPB emulation handler
   595    [    3.660145] registered taskstats version 1
   596    [    3.660210] Loading compiled-in X.509 certificates
   597    [    3.666633] Btrfs loaded
   598    [    3.668471] rga2: Driver loaded successfully ver:4.01
   599    [    3.668989] rga2: Module initialized.
   600    [    3.669067] pvtm list NULL
   601    [    3.671176] rk-vcodec 20030000.rkvdec: leakage=5
   602    [    3.671236] rk-vcodec 20030000.rkvdec: leakage-volt-sel=0
   603    [    3.671431] rk-vcodec 20030000.rkvdec: Failed to get pvtm
   604    [    3.672284] rk-vcodec 20030000.rkvdec: avs=0
   605    [    3.672970] rk-vcodec 20030000.rkvdec: probe device
   606    [    3.673800] rk-vcodec 20030000.rkvdec: drm allocator with mmu enabled
   607    [    3.676167] rk-vcodec 20030000.rkvdec: init success
   608    [    3.678287] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/hdmi-sound[0]'
   609    [    3.678330] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/hdmi-sound[0]'
   610    [    3.680312] asoc-simple-card hdmi-sound: i2s-hifi <-> 100c0000.i2s0 mapping ok
   611    [    3.683752] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/spdif-sound[0]'
   612    [    3.683794] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/spdif-sound[0]'
   613    [    3.685049] mmc_host mmc2: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
   614    [    3.685773] asoc-simple-card spdif-sound: dit-hifi <-> 100d0000.spdif mapping ok
   615    [    3.687928] hctosys: unable to open rtc device (rtc0)
   616    [    3.701531] ALSA device list:
   617    [    3.701557]   #0: DW-I2S-HDMI
   618    [    3.701566]   #1: SPDIF
   619    [    3.702585] Freeing unused kernel memory: 808K
   620    [    3.702597] This architecture does not have kernel memory protection.
   621    [    3.728900] mmc_host mmc2: Bus speed (slot 0) = 100000Hz (slot req 100000Hz, actual 100000HZ div = 0)
   622    [    3.884792] usb 7-1: new low-speed USB device number 2 using ohci-platform
   623    [    4.089840] usb 7-1: New USB device found, idVendor=04f3, idProduct=0103
   624    [    4.089865] usb 7-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
   625    [    4.099819] input: HID 04f3:0103 as /devices/platform/30120000.usb/usb7/7-1/7-1:1.0/0003:04F3:0103.0001/input/input1
   626    [    4.100977] hid-generic 0003:04F3:0103.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 04f3:0103] on usb-30120000.usb-1/input0
   627    [    4.110398] input: HID 04f3:0103 as /devices/platform/30120000.usb/usb7/7-1/7-1:1.1/0003:04F3:0103.0002/input/input2
   628    [    4.110995] hid-generic 0003:04F3:0103.0002: input,hidraw1: USB HID v1.11 Device [HID 04f3:0103] on usb-30120000.usb-1/input1
   629    [    4.296583] rockchip-vop 20050000.vop: [drm:vop_crtc_enable] Update mode to 1920x1080p60, type: 11
   630    [    4.297367] dwhdmi-rockchip 200a0000.hdmi: HDMI infoframe: Auxiliary Video Information (AVI), version 2, length 13
   631    [    4.297388] dwhdmi-rockchip 200a0000.hdmi:     colorspace: RGB
   632    [    4.297399] dwhdmi-rockchip 200a0000.hdmi:     scan mode: Underscan
   633    [    4.297409] dwhdmi-rockchip 200a0000.hdmi:     colorimetry: No Data
   634    [    4.297418] dwhdmi-rockchip 200a0000.hdmi:     picture aspect: 16:9
   635    [    4.297427] dwhdmi-rockchip 200a0000.hdmi:     active aspect: Same as Picture
   636    [    4.297437] dwhdmi-rockchip 200a0000.hdmi:     itc: IT Content
   637    [    4.297446] dwhdmi-rockchip 200a0000.hdmi:     extended colorimetry: xvYCC 601
   638    [    4.297456] dwhdmi-rockchip 200a0000.hdmi:     quantization range: Full
   639    [    4.297465] dwhdmi-rockchip 200a0000.hdmi:     nups: Unknown Non-uniform Scaling
   640    [    4.297474] dwhdmi-rockchip 200a0000.hdmi:     video code: 16
   641    [    4.297484] dwhdmi-rockchip 200a0000.hdmi:     ycc quantization range: Full
   642    [    4.297493] dwhdmi-rockchip 200a0000.hdmi:     hdmi content type: Graphics
   643    [    4.297502] dwhdmi-rockchip 200a0000.hdmi:     pixel repeat: 0
   644    [    4.297512] dwhdmi-rockchip 200a0000.hdmi:     bar top 0, bottom 0, left 0, right 0
   645    [    4.875166] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
   646    [    5.621861] systemd[1]: System time before build time, advancing clock.
   647    [    5.647052] systemd[1]: Inserted module 'autofs4'
   648    [    5.653466] ip_tables: (C) 2000-2006 Netfilter Core Team
   649    [    5.664336] cgroup: cgroup2: unknown option "nsdelegate"
   650    [    5.681137] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
   651    [    5.682750] systemd[1]: Detected architecture arm.
   652    [    5.697591] systemd[1]: Set hostname to <rk322x-box>.
   653    [    5.926013] ttyS2 - failed to request DMA, use interrupt mode
   654    [    6.049694] systemd[1]: File /lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
   655    [    6.049758] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
   656    [    6.490178] random: systemd: uninitialized urandom read (16 bytes read, 69 bits of entropy available)
   657    [    6.504004] random: systemd: uninitialized urandom read (16 bytes read, 69 bits of entropy available)
   658    [    6.508467] systemd[1]: Created slice system-serial\x2dgetty.slice.
   659    [    6.509546] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
   660    [    6.509661] random: systemd: uninitialized urandom read (16 bytes read, 69 bits of entropy available)
   661    [    6.510447] systemd[1]: Listening on Syslog Socket.
   662    [    6.511122] random: systemd: uninitialized urandom read (16 bytes read, 69 bits of entropy available)
   663    [    6.511542] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
   664    [    6.523987] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
   665    [    6.524154] random: systemd: uninitialized urandom read (16 bytes read, 69 bits of entropy available)
   666    [    6.524268] systemd[1]: Reached target Swap.
   667    [    6.525056] random: systemd: uninitialized urandom read (16 bytes read, 69 bits of entropy available)
   668    [    6.526058] systemd[1]: Listening on Journal Socket.
   669    [    6.527248] random: systemd: uninitialized urandom read (16 bytes read, 69 bits of entropy available)
   670    [    6.533047] systemd[1]: Mounting Kernel Debug File System...
   671    [    6.534745] random: systemd: uninitialized urandom read (16 bytes read, 69 bits of entropy available)
   672    [    6.541983] systemd[1]: Starting Create list of required static device nodes for the current kernel...
   673    [    6.544409] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
   674    [    6.545046] random: systemd: uninitialized urandom read (16 bytes read, 69 bits of entropy available)
   675    [    6.552303] systemd[1]: Starting Set the console keyboard layout...
   676    [    6.553537] random: systemd: uninitialized urandom read (16 bytes read, 69 bits of entropy available)
   677    [    6.561849] systemd[1]: Starting Nameserver information manager...
   678    [    6.562972] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped.
   679    [    6.565151] systemd[1]: Listening on udev Control Socket.
   680    [    6.566760] systemd[1]: Reached target Remote File Systems.
   681    [    6.568101] systemd[1]: Reached target Paths.
   682    [    6.587700] systemd[1]: Starting Restore / save the current clock...
   683    [    6.589796] systemd[1]: Listening on udev Kernel Socket.
   684    [    6.599947] systemd[1]: Starting udev Coldplug all Devices...
   685    [    6.605107] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
   686    [    6.629831] systemd[1]: Starting Load Kernel Modules...
   687    [    6.631984] systemd[1]: Listening on Journal Socket (/dev/log).
   688    [    6.633277] systemd[1]: Reached target Local Encrypted Volumes.
   689    [    6.636298] systemd[1]: Listening on fsck to fsckd communication Socket.
   690    [    6.638256] systemd[1]: Listening on initctl Compatibility Named Pipe.
   691    [    6.649790] systemd[1]: Mounting POSIX Message Queue File System...
   692    [    6.651267] systemd[1]: Reached target System Time Synchronized.
   693    [    6.656409] systemd[1]: Created slice User and Session Slice.
   694    [    6.659160] systemd[1]: Reached target Slices.
   695    [    6.660371] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
   696    [    6.671165] systemd[1]: Starting Remount Root and Kernel File Systems...
   697    [    6.676849] vendor storage:20190527 ret = -1
   698    [    6.696104] systemd[1]: Mounted Kernel Debug File System.
   699    [    6.702431] systemd[1]: Started Create list of required static device nodes for the current kernel.
   700    [    6.728094] systemd[1]: Started Restore / save the current clock.
   701    [    6.730583] systemd[1]: Mounted POSIX Message Queue File System.
   702    [    6.744204] systemd[1]: Started Load Kernel Modules.
   703    [    6.759422] systemd[1]: Started Nameserver information manager.
   704    [    6.763659] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
   705    [    6.772624] systemd[1]: Starting Apply Kernel Variables...
   706    [    6.778356] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
   707    [    6.797687] systemd[1]: Mounting Kernel Configuration File System...
   708    [    6.816782] systemd[1]: Started Remount Root and Kernel File Systems.
   709    [    6.821187] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
   710    [    6.828487] systemd[1]: Starting Load/Save Random Seed...
   711    [    6.861758] systemd[1]: Starting Create System Users...
   712    [    6.879397] systemd[1]: Started Apply Kernel Variables.
   713    [    6.881319] systemd[1]: Mounted Kernel Configuration File System.
   714    [    6.959097] systemd[1]: Started Load/Save Random Seed.
   715    [    7.081052] systemd[1]: Started Set the console keyboard layout.
   716    [    7.138365] systemd[1]: Started Create System Users.
   717    [    7.145541] systemd[1]: Starting Create Static Device Nodes in /dev...
   718    [    7.217529] systemd[1]: Started Create Static Device Nodes in /dev.
   719    [    7.218879] systemd[1]: Reached target Local File Systems (Pre).
   720    [    7.225893] systemd[1]: Mounting /tmp...
   721    [    7.234095] systemd[1]: Starting udev Kernel Device Manager...
   722    [    7.247948] systemd[1]: Mounted /tmp.
   723    [    7.249641] systemd[1]: Reached target Local File Systems.
   724    [    7.257763] systemd[1]: Starting Armbian ZRAM config...
   725    [    7.259121] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
   726    [    7.267847] systemd[1]: Starting Set console font and keymap...
   727    [    7.293094] systemd[1]: Starting Mark the need to relabel after reboot...
   728    [    7.306834] systemd[1]: Started udev Coldplug all Devices.
   729    [    7.320573] systemd[1]: Started Mark the need to relabel after reboot.
   730    [    7.332500] systemd[1]: Started Set console font and keymap.
   731    [    7.353978] systemd[1]: Starting Helper to synchronize boot up for ifupdown...
   732    [    7.387568] systemd[1]: Started Helper to synchronize boot up for ifupdown.
   733    [    7.403454] systemd[1]: Starting Raise network interfaces...
   734    [    7.433969] random: nonblocking pool is initialized
   735    [    7.477712] systemd[1]: Started udev Kernel Device Manager.
   736    [    7.573129] zram: Added device: zram0
   737    [    7.578812] zram: Added device: zram1
   738    [    7.585451] zram: Added device: zram2
   739    [    7.841365] zram0: detected capacity change from 0 to 504537088
   740    [    7.901782] systemd[1]: Found device /dev/ttyS2.
   741    [    7.917606] rk3228-codec 12010000.codec: GPIO lookup for consumer spk-en
   742    [    7.917649] rk3228-codec 12010000.codec: using device tree for GPIO lookup
   743    [    7.917690] of_get_named_gpiod_flags: can't parse 'spk-en-gpios' property of node '/codec@12010000[0]'
   744    [    7.917749] of_get_named_gpiod_flags: parsed 'spk-en-gpio' property of node '/codec@12010000[0]' - status (0)
   745    [    7.917848] rk3228-codec 12010000.codec: spk_depop_time use default value.
   746    [    7.919527] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/sound[0]'
   747    [    7.919580] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/sound[0]'
   748    [    7.920420] Adding 492708k swap on /dev/zram0.  Priority:5 extents:1 across:492708k SS
   749    [    7.945367] asoc-simple-card sound: rk3228-hifi <-> 100b0000.i2s1 mapping ok
   750    [    7.959856] I : [File] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; [Line] : 417; [Func] : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '', rk_ko_ver is '5', built at '22:00:07', on 'May  6 2021'.
   751    [    7.960233] mali-utgard 20001000.gpu: mali_platform_device->num_resources = 13
   752    [    7.960263] mali-utgard 20001000.gpu: resource[0].start = 0x0x20001000
   753    [    7.960277] mali-utgard 20001000.gpu: resource[1].start = 0x0x20000000
   754    [    7.960288] mali-utgard 20001000.gpu: resource[2].start = 0x0x20003000
   755    [    7.960298] mali-utgard 20001000.gpu: resource[3].start = 0x0x20008000
   756    [    7.960310] mali-utgard 20001000.gpu: resource[4].start = 0x0x20004000
   757    [    7.960320] mali-utgard 20001000.gpu: resource[5].start = 0x0x2000a000
   758    [    7.960330] mali-utgard 20001000.gpu: resource[6].start = 0x0x20005000
   759    [    7.960364] mali-utgard 20001000.gpu: resource[7].start = 0x0x00000020
   760    [    7.960393] mali-utgard 20001000.gpu: resource[8].start = 0x0x00000021
   761    [    7.960417] mali-utgard 20001000.gpu: resource[9].start = 0x0x00000022
   762    [    7.960430] mali-utgard 20001000.gpu: resource[10].start = 0x0x00000021
   763    [    7.960442] mali-utgard 20001000.gpu: resource[11].start = 0x0x00000022
   764    [    7.960453] mali-utgard 20001000.gpu: resource[12].start = 0x0x00000021
   765    [    7.960467] D : [File] : drivers/gpu/arm/mali400/mali/platform/rk/rk.c; [Line] : 623; [Func] : mali_platform_device_init(); to add platform_specific_data to platform_device_of_mali.
   766    [    7.967250] mali-utgard 20001000.gpu: leakage=5
   767    [    7.967292] mali-utgard 20001000.gpu: leakage-volt-sel=0
   768    [    7.967471] mali-utgard 20001000.gpu: Failed to get pvtm
   769    [    7.968147] mali-utgard 20001000.gpu: avs=0
   770    [    7.974575] mali-utgard 20001000.gpu: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0
   771    [    8.012095] Mali: Mali device driver loaded
   772    [    8.072922] devfreq 20001000.gpu: Couldn't update frequency transition information.
   773    [    8.207670] gpio_ir_recv ir-receiver: GPIO lookup for consumer (null)
   774    [    8.207704] gpio_ir_recv ir-receiver: using device tree for GPIO lookup
   775    [    8.207759] of_get_named_gpiod_flags: parsed 'gpios' property of node '/ir-receiver[0]' - status (0)
   776    [    8.207911] Registered IR keymap rc-rktvbox
   777    [    8.208213] rc rc1: gpio_ir_recv as /devices/platform/ir-receiver/rc/rc1
   778    [    8.209167] input: gpio_ir_recv as /devices/platform/ir-receiver/rc/rc1/input3
   779    [    8.485667] systemd[1]: Started Raise network interfaces.
   780    [    8.674338] zram1: detected capacity change from 0 to 52428800
   781    [    8.758278] cfg80211: World regulatory domain updated:
   782    [    8.758296] cfg80211:  DFS Master region: unset
   783    [    8.758297] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
   784    [    8.758311] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
   785    [    8.758320] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz, 92000 KHz AUTO), (N/A, 2000 mBm), (N/A)
   786    [    8.758324] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
   787    [    8.758330] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
   788    [    8.758338] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
   789    [    8.758343] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
   790    [    8.758348] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
   791    [    8.758352] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
   792    [    8.830930] zram2: detected capacity change from 0 to 504537088
   793    [    8.888281] systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
   794    [    8.906424] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped.
   795    [    8.907888] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
   796    [    8.908302] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
   797    [    8.909136] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
   798    [    8.909557] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
   799    [    8.911107] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
   800    [    8.912024] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
   801    [    8.912929] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
   802    [    8.915473] EXT4-fs (zram2): mounted filesystem without journal. Opts: discard
   803    [    8.955804] systemd[1]: Started Armbian ZRAM config.
   804    [    8.974142] systemd[1]: Starting Armbian memory supported logging...
   805    [    9.093290] EXT4-fs (zram1): mounted filesystem without journal. Opts: discard
   806    [   12.698524] systemd[1]: Started Armbian memory supported logging.
   807    [   12.714247] systemd[1]: Starting Journal Service...
   808    [   13.176468] systemd[1]: Started Journal Service.
   809    [   13.257243] systemd-journald[570]: Received request to flush runtime journal from PID 1
   810    
   811    ### armbian-release:
   812    
   813    # PLEASE DO NOT EDIT THIS FILE
   814    BOARD=rk322x-box
   815    BOARD_NAME="rk322x-box"
   816    BOARDFAMILY=rk322x
   817    BUILD_REPOSITORY_URL=git@github.com:armbian/build.git
   818    BUILD_REPOSITORY_COMMIT=08297378c-dirty
   819    DISTRIBUTION_CODENAME=buster
   820    DISTRIBUTION_STATUS=supported
   821    VERSION=21.05.1
   822    LINUXFAMILY=rk322x
   823    ARCH=arm
   824    IMAGE_TYPE=stable
   825    BOARD_TYPE=tvb
   826    INITRD_ARCH=arm
   827    KERNEL_IMAGE_TYPE=Image
   828    
   829    ### boot environment:
   830    
   831    verbosity=1
   832    extraargs=coherent_pool=2M
   833    bootlogo=false
   834    overlay_prefix=rk322x
   835    fdtfile=rk322x-box.dtb
   836    rootdev=UUID=2ca5ad18-5d1f-4279-8d1e-6c805b6be8db
   837    rootfstype=ext4
   838    
   839    ### lsusb:
   840    
   841    Fri 07 May 2021 08:24:09 PM UTC | rk322x-box | 21.05.1 | armhf | armv7l | 4.4.194-rk322x
   842    Bus 007 Device 002: ID 04f3:0103 Elan Microelectronics Corp. ActiveJet K-2024 Multimedia Keyboard
   843    Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   844    Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   845    Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   846    Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   847    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   848    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   849    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   850    
   851    ### lscpu:
   852    
   853    Architecture:        armv7l
   854    Byte Order:          Little Endian
   855    CPU(s):              4
   856    On-line CPU(s) list: 0-3
   857    Thread(s) per core:  1
   858    Core(s) per socket:  4
   859    Socket(s):           1
   860    Vendor ID:           ARM
   861    Model:               5
   862    Model name:          Cortex-A7
   863    Stepping:            r0p5
   864    CPU max MHz:         1200.0000
   865    CPU min MHz:         408.0000
   866    BogoMIPS:            70.58
   867    Flags:               half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
   868    
   869    ### cpuinfo:
   870    
   871    processor    : 0
   872    model name    : ARMv7 Processor rev 5 (v7l)
   873    BogoMIPS    : 70.58
   874    Features    : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
   875    CPU implementer    : 0x41
   876    CPU architecture: 7
   877    CPU variant    : 0x0
   878    CPU part    : 0xc07
   879    CPU revision    : 5
   880    
   881    processor    : 1
   882    model name    : ARMv7 Processor rev 5 (v7l)
   883    BogoMIPS    : 70.58
   884    Features    : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
   885    CPU implementer    : 0x41
   886    CPU architecture: 7
   887    CPU variant    : 0x0
   888    CPU part    : 0xc07
   889    CPU revision    : 5
   890    
   891    processor    : 2
   892    model name    : ARMv7 Processor rev 5 (v7l)
   893    BogoMIPS    : 70.58
   894    Features    : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
   895    CPU implementer    : 0x41
   896    CPU architecture: 7
   897    CPU variant    : 0x0
   898    CPU part    : 0xc07
   899    CPU revision    : 5
   900    
   901    processor    : 3
   902    model name    : ARMv7 Processor rev 5 (v7l)
   903    BogoMIPS    : 70.58
   904    Features    : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
   905    CPU implementer    : 0x41
   906    CPU architecture: 7
   907    CPU variant    : 0x0
   908    CPU part    : 0xc07
   909    CPU revision    : 5
   910    
   911    Hardware    : Generic DT based system
   912    Revision    : 0000
   913    Serial        : cd1d5ffa03aecfa2
   914    
   915    ### meminfo:
   916    
   917    MemTotal:         985420 kB
   918    MemFree:          897072 kB
   919    MemAvailable:     923752 kB
   920    Buffers:            8768 kB
   921    Cached:            34840 kB
   922    SwapCached:            0 kB
   923    Active:            28284 kB
   924    Inactive:          21916 kB
   925    Active(anon):       6748 kB
   926    Inactive(anon):    10764 kB
   927    Active(file):      21536 kB
   928    Inactive(file):    11152 kB
   929    Unevictable:           0 kB
   930    Mlocked:               0 kB
   931    HighTotal:             0 kB
   932    HighFree:              0 kB
   933    LowTotal:         985420 kB
   934    LowFree:          897072 kB
   935    SwapTotal:        492708 kB
   936    SwapFree:         492708 kB
   937    Dirty:               816 kB
   938    Writeback:             0 kB
   939    AnonPages:          6704 kB
   940    Mapped:             8312 kB
   941    Shmem:             10908 kB
   942    Slab:              18744 kB
   943    SReclaimable:      10068 kB
   944    SUnreclaim:         8676 kB
   945    KernelStack:        1016 kB
   946    PageTables:          312 kB
   947    NFS_Unstable:          0 kB
   948    Bounce:                0 kB
   949    WritebackTmp:          0 kB
   950    CommitLimit:      985416 kB
   951    Committed_AS:      28668 kB
   952    VmallocTotal:     245760 kB
   953    VmallocUsed:           0 kB
   954    VmallocChunk:          0 kB
   955    CmaTotal:          16384 kB
   956    CmaFree:           12200 kB
   957    
   958    ### virtual memory:
   959    
   960    vm.admin_reserve_kbytes = 8192
   961    vm.block_dump = 0
   962    vm.dirty_background_bytes = 0
   963    vm.dirty_background_ratio = 10
   964    vm.dirty_bytes = 0
   965    vm.dirty_expire_centisecs = 3000
   966    vm.dirty_ratio = 20
   967    vm.dirtytime_expire_seconds = 43200
   968    vm.dirty_writeback_centisecs = 500
   969    vm.drop_caches = 0
   970    vm.extra_free_kbytes = 0
   971    vm.highmem_is_dirtyable = 0
   972    
   973    ### [resize2fs] Leaving 1% spare area. Start resizing partition /dev/mmcblk0p1 now:
   974    
   975    vm.laptop_mode = 0
   976    major minor  #blocks  name
   977    
   978       1        0       4096 ram0
   979     179        0   60620800 mmcblk0
   980     179        1    1290240 mmcblk0p1
   981     253        0     492712 zram0
   982     253        1      51200 zram1
   983     253        2     492712 zram2
   984    
   985    Executing fdisk, fsck and partprobe:
   986    vm.legacy_va_layout = 0
   987    vm.lowmem_reserve_ratio = 32    32
   988    
   989    Welcome to fdisk (util-linux 2.33.1).
   990    Changes will remain in memory only, until you decide to write them.
   991    Be careful before using the write command.
   992    
   993    
   994    Command (m for help): Selected partition 1
   995    Partition 1 has been deleted.
   996    
   997    Command (m for help): Partition type
   998       p   primary (0 primary, 0 extended, 4 free)
   999       e   extended (container for logical partitions)
  1000    Select (default p): Partition number (1-4, default 1): First sector (2048-121241599, default 2048): Last sector, +/-sectors or +/-size{K,M,G,T,P} (8192-121241599, default 121241599): vm.max_map_count = 65530
  1001    
  1002    Created a new partition 1 of type 'Linux' and of size 57.2 GiB.
  1003    Partition #1 contains a ext4 signature.
  1004    
  1005    Command (m for help): vm.min_free_kbytes = 3924
  1006    vm.mmap_min_addr = 32768
  1007    vm.mmap_rnd_bits = 8
  1008    vm.nr_pdflush_threads = 0
  1009    vm.oom_dump_tasks = 1
  1010    
  1011    The partition table has been altered.
  1012    Syncing disks.
  1013    
  1014    vm.oom_kill_allocating_task = 0
  1015    vm.overcommit_kbytes = 0
  1016    vm.overcommit_memory = 0
  1017    vm.overcommit_ratio = 50
  1018    vm.page-cluster = 0
  1019    vm.panic_on_oom = 0
  1020    vm.percpu_pagelist_fraction = 0
  1021    New partition table:
  1022    
  1023    major minor  #blocks  name
  1024    
  1025       1        0       4096 ram0
  1026     179        0   60620800 mmcblk0
  1027     179        1   60010496 mmcblk0p1
  1028     253        0     492712 zram0
  1029     253        1      51200 zram1
  1030     253        2     492712 zram2
  1031    
  1032    Now trying to resize ext4 filesystem on /dev/mmcblk0p1 to the limits:
  1033    
  1034    vm.stat_interval = 1
  1035    resize2fs 1.44.5 (15-Dec-2018)
  1036    vm.swappiness = 100
  1037    vm.user_reserve_kbytes = 30422
  1038    vm.vfs_cache_pressure = 100
  1039    
  1040    ### ip addr:
  1041    
  1042    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
  1043        link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  1044        inet XXX.XXX.0.1/8 scope host lo
  1045           valid_lft forever preferred_lft forever
  1046        inet6 ::1/128 scope host
  1047           valid_lft forever preferred_lft forever
  1048    2: dummy0: <BROADCAST,NOARP> mtu 1500 qdisc noop state DOWN group default qlen 1000
  1049        link/ether 62:4f:b2:6d:a6:71 brd ff:ff:ff:ff:ff:ff
  1050    3: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
  1051        link/ether f6:b4:e0:5a:1e:3a brd ff:ff:ff:ff:ff:ff
  1052    4: sit0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1
  1053        link/sit XXX.XXX.0.0 brd XXX.XXX.0.0
  1054    
  1055    ### partitions:
  1056    
  1057    major minor  #blocks  name
  1058    
  1059     179        0   60620800 mmcblk0
  1060     179        1   60010496 mmcblk0p1
  1061     253        0     492712 zram0
  1062     253        1      51200 zram1
  1063     253        2     492712 zram2
  1064    
  1065    ### df:
  1066    
  1067    udev            471M     0  471M   0% /dev
  1068    tmpfs            97M  2.8M   94M   3% /run
  1069    /dev/mmcblk0p1  2.0G  1.1G  882M  54% /
  1070    tmpfs           482M     0  482M   0% /dev/shm
  1071    tmpfs           5.0M  4.0K  5.0M   1% /run/lock
  1072    tmpfs           482M     0  482M   0% /sys/fs/cgroup
  1073    /dev/zram2      467M  756K  432M   1% /tmp
  1074    /dev/zram1       49M  640K   45M   2% /var/log
  1075    
  1076    ### lsblk:
  1077    
  1078    NAME        FSTYPE   SIZE MOUNTPOINT UUID
  1079    mmcblk0             57.8G            
  1080    └─mmcblk0p1 ext4    57.2G /          2ca5ad18-5d1f-4279-8d1e-6c805b6be8db
  1081    zram1                 50M /var/log   
  1082    zram2              481.2M /tmp       
  1083    
  1084    ### zramctl:
  1085    
  1086    NAME       ALGORITHM DISKSIZE  DATA  COMPR TOTAL STREAMS MOUNTPOINT
  1087    /dev/zram2 lzo         481.2M  444K   6.2K   96K       4 /tmp
  1088    /dev/zram1 lz4            50M  724K 148.6K  428K       4 /var/log
  1089    /dev/zram0 lzo         481.2M    4K    76B    4K       4 [SWAP]
  1090    
  1091    ### mtab:
  1092    
  1093    /dev/mmcblk0p1 / ext4 rw,noatime,errors=remount-ro,commit=600 0 0
  1094    /dev/mmcblk0p1 /var/log.hdd ext4 rw,noatime,errors=remount-ro,commit=600 0 0
  1095    /dev/zram1 /var/log ext4 rw,relatime,discard 0 0
  1096    /dev/zram2 /tmp ext4 rw,nosuid,relatime,discard 0 0
  1097    
  1098    ### mmc0:59b4 info:
  1099    
  1100                     cid: 1d41445344202020100000002c015287
  1101                     csd: 400e00325b590001ce7f7f800a4000cf
  1102                     scr: 0245804300000000
  1103                    date: 02/2021
  1104                    name: SD    
  1105                    type: SD
  1106    preferred_erase_size: 4194304
  1107                   fwrev: 0x0
  1108                   hwrev: 0x1
  1109                   oemid: 0x4144
  1110                  manfid: 0x00001d
  1111                  serial: 0x0000002c
  1112                  uevent: DRIVER=mmcblk MMC_TYPE=SD MMC_NAME=SD    MODALIAS=mmc:block
  1113              erase_size: 512
  1114    
  1115    ### Boot system health:
  1116    
  1117    Time        CPU    load %cpu %sys %usr %nice %io %irq   CPU  C.St.
  1118    20:24:12: 1200MHz  0.69  50%  28%  17%   0%   2%   1% 54.0°C  0/4
  1119    20:24:12: 1200MHz  0.69  78%  35%  12%   2%  19%   9% 54.0°C  0/4
  1120    20:24:12: 1200MHz  0.69  68%  34%  12%   1%   9%  10% 53.0°C  0/4
  1121    20:24:13: 1200MHz  0.69  76%  33%  13%   1%  17%  10% 53.0°C  0/4
  1122    20:24:13: 1200MHz  0.69  75%  36%  11%   1%  16%   9% 54.0°C  0/4
  1123    Filesystem at /dev/mmcblk0p1 is mounted on /; on-line resizing required
  1124    old_desc_blocks = 1, new_desc_blocks = 4
  1125    The filesystem on /dev/mmcblk0p1 is now 15002624 (4k) blocks long.
  1126    
  1127    
  1128    ### [resize2fs] Start resizing ext4 partition /dev/mmcblk0p1 now
  1129    
  1130    resize2fs 1.44.5 (15-Dec-2018)
  1131    The filesystem is already 15002624 (4k) blocks long.  Nothing to do!
  1132    
  1133    
  1134    ### quick iozone test: 4      690      823     4215     4523     4502     1097                                                          
  1135    
  1136    ### [firstrun] Recreated SSH keys (entropy: 1943 1894)
  1137    
  1138    ### Activated 1 lzo zram swap devices with 481 MB each
  1139    
  1140    ### Activated Armbian ramlog partition with lz4 compression
  1141    
  1142    Fri 07 May 2021 08:33:23 PM UTC | rk322x-box | 21.05.1 | armhf | armv7l | 4.4.194-rk322x
  1143    
  1144    ### dmesg:
  1145    
  1146    [    0.000000] Booting Linux on physical CPU 0xf00
  1147    [    0.000000] Initializing cgroup subsys cpuset
  1148    [    0.000000] Initializing cgroup subsys cpu
  1149    [    0.000000] Initializing cgroup subsys cpuacct
  1150    [    0.000000] Linux version 4.4.194-rk322x (root@hirsute) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) ) #3 SMP Thu May 6 22:00:38 UTC 2021
  1151    [    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
  1152    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  1153    [    0.000000] Machine model: Generic RK322x TV Box board
  1154    [    0.000000] cma: Reserved 16 MiB at 0x9f000000
  1155    [    0.000000] Memory policy: Data cache writealloc
  1156    [    0.000000] On node 0 totalpages: 253952
  1157    [    0.000000] free_area_init_node: node 0, pgdat b1253b40, node_mem_map ee6f1000
  1158    [    0.000000]   Normal zone: 2304 pages used for memmap
  1159    [    0.000000]   Normal zone: 0 pages reserved
  1160    [    0.000000]   Normal zone: 253952 pages, LIFO batch:31
  1161    [    0.000000] psci: probing for conduit method from DT.
  1162    [    0.000000] psci: PSCIv1.0 detected in firmware.
  1163    [    0.000000] psci: Using standard PSCI v0.2 function IDs
  1164    [    0.000000] psci: MIGRATE_INFO_TYPE not supported.
  1165    [    0.000000] PERCPU: Embedded 14 pages/cpu @ee68f000 s24856 r8192 d24296 u57344
  1166    [    0.000000] pcpu-alloc: s24856 r8192 d24296 u57344 alloc=14*4096
  1167    [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  1168    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 251648
  1169    [    0.000000] Kernel command line: earlyprintk root=UUID=2ca5ad18-5d1f-4279-8d1e-6c805b6be8db console=ttyS2,115200n8 console=tty1 rootwait rootfstype=ext4  consoleblank=0 loglevel=1 ubootpart=73c5b759-01 usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u coherent_pool=2M  cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1
  1170    [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  1171    [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  1172    [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  1173    [    0.000000] Memory: 962664K/1015808K available (12862K kernel code, 919K rwdata, 3240K rodata, 808K init, 1219K bss, 36760K reserved, 16384K cma-reserved, 0K highmem)
  1174    [    0.000000] Virtual kernel memory layout:
  1175                       vector  : 0xffff0000 - 0xffff1000   (   4 kB)
  1176                       fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
  1177                       vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
  1178                       lowmem  : 0xb0000000 - 0xf0000000   (1024 MB)
  1179                       pkmap   : 0xafe00000 - 0xb0000000   (   2 MB)
  1180                       modules : 0xaf000000 - 0xafe00000   (  14 MB)
  1181                         .text : 0xb0008000 - 0xb0c97c6c   (12864 kB)
  1182                         .init : 0xb10b0000 - 0xb117a000   ( 808 kB)
  1183                         .data : 0xb117a000 - 0xb125fe94   ( 920 kB)
  1184                          .bss : 0xb1261000 - 0xb1391f14   (1220 kB)
  1185    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  1186    [    0.000000] Hierarchical RCU implementation.
  1187    [    0.000000]     Build-time adjustment of leaf fanout to 32.
  1188    [    0.000000] NR_IRQS:16 nr_irqs:16 16
  1189    [    0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
  1190    [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  1191    [    0.000007] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  1192    [    0.000023] Switching to timer-based delay loop, resolution 41ns
  1193    [    0.001779] Console: colour dummy device 80x30
  1194    [    0.001963] console [tty1] enabled
  1195    [    0.001989] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
  1196    [    0.002007] pid_max: default: 32768 minimum: 301
  1197    [    0.002137] Security Framework initialized
  1198    [    0.002151] Yama: becoming mindful.
  1199    [    0.002226] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  1200    [    0.002242] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  1201    [    0.003125] Initializing cgroup subsys io
  1202    [    0.003159] Initializing cgroup subsys memory
  1203    [    0.003202] Initializing cgroup subsys devices
  1204    [    0.003222] Initializing cgroup subsys freezer
  1205    [    0.003239] Initializing cgroup subsys net_cls
  1206    [    0.003256] Initializing cgroup subsys perf_event
  1207    [    0.003273] Initializing cgroup subsys net_prio
  1208    [    0.003303] Initializing cgroup subsys pids
  1209    [    0.003371] CPU: Testing write buffer coherency: ok
  1210    [    0.003420] ftrace: allocating 41892 entries in 123 pages
  1211    [    0.082730] /cpus/cpu@f00 missing clock-frequency property
  1212    [    0.082762] /cpus/cpu@f01 missing clock-frequency property
  1213    [    0.082781] /cpus/cpu@f02 missing clock-frequency property
  1214    [    0.082800] /cpus/cpu@f03 missing clock-frequency property
  1215    [    0.082813] CPU0: update cpu_capacity 430
  1216    [    0.082825] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
  1217    [    0.082909] Setting up static identity map for 0x60008280 - 0x600082d8
  1218    [    0.094124] CPU1: update cpu_capacity 430
  1219    [    0.094133] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
  1220    [    0.103630] CPU2: update cpu_capacity 430
  1221    [    0.103638] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
  1222    [    0.113070] CPU3: update cpu_capacity 430
  1223    [    0.113078] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
  1224    [    0.113211] Brought up 4 CPUs
  1225    [    0.113251] SMP: Total of 4 processors activated (192.00 BogoMIPS).
  1226    [    0.113259] CPU: All CPU(s) started in SVC mode.
  1227    [    0.114773] devtmpfs: initialized
  1228    [    0.134250] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
  1229    [    0.134837] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  1230    [    0.134876] futex hash table entries: 1024 (order: 4, 65536 bytes)
  1231    [    0.136210] xor: measuring software checksum speed
  1232    [    0.174761]    arm4regs  :  1011.000 MB/sec
  1233    [    0.214864]    8regs     :   705.000 MB/sec
  1234    [    0.254967]    32regs    :   684.000 MB/sec
  1235    [    0.295067]    neon      :  1018.000 MB/sec
  1236    [    0.295077] xor: using function: neon (1018.000 MB/sec)
  1237    [    0.295119] pinctrl core: initialized pinctrl subsystem
  1238    [    0.296661] NET: Registered protocol family 16
  1239    [    0.299189] DMA: preallocated 2048 KiB pool for atomic coherent allocations
  1240    [    0.311220] cpuidle: using governor ladder
  1241    [    0.323236] cpuidle: using governor menu
  1242    [    0.339952] gpiochip_add_data: registered GPIOs 0 to 31 on device: gpio0
  1243    [    0.340115] gpiochip_add_data: registered GPIOs 32 to 63 on device: gpio1
  1244    [    0.340270] gpiochip_add_data: registered GPIOs 64 to 95 on device: gpio2
  1245    [    0.340429] gpiochip_add_data: registered GPIOs 96 to 127 on device: gpio3
  1246    [    0.346645] console [pstore-1] enabled
  1247    [    0.346657] pstore: Registered ramoops as persistent store backend
  1248    [    0.346669] ramoops: attached 0xf0000@0x62e00000, ecc: 0/0
  1249    [    0.349994] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  1250    [    0.350014] hw-breakpoint: maximum watchpoint size is 8 bytes.
  1251    [    0.350233] sip_firmware_init: set rockchip sip version v2 failed
  1252    [    0.448081] raid6: int32x1  gen()   133 MB/s
  1253    [    0.516228] raid6: int32x1  xor()   131 MB/s
  1254    [    0.584427] raid6: int32x2  gen()   166 MB/s
  1255    [    0.652490] raid6: int32x2  xor()   136 MB/s
  1256    [    0.720835] raid6: int32x4  gen()   163 MB/s
  1257    [    0.788980] raid6: int32x4  xor()   137 MB/s
  1258    [    0.857229] raid6: int32x8  gen()   166 MB/s
  1259    [    0.925492] raid6: int32x8  xor()   113 MB/s
  1260    [    0.993629] raid6: neonx1   gen()   382 MB/s
  1261    [    1.061769] raid6: neonx1   xor()   290 MB/s
  1262    [    1.129953] raid6: neonx2   gen()   519 MB/s
  1263    [    1.198081] raid6: neonx2   xor()   376 MB/s
  1264    [    1.266291] raid6: neonx4   gen()   581 MB/s
  1265    [    1.334496] raid6: neonx4   xor()   400 MB/s
  1266    [    1.402796] raid6: neonx8   gen()   560 MB/s
  1267    [    1.470953] raid6: neonx8   xor()   391 MB/s
  1268    [    1.470965] raid6: using algorithm neonx4 gen() 581 MB/s
  1269    [    1.470975] raid6: .... xor() 400 MB/s, rmw enabled
  1270    [    1.470985] raid6: using intx1 recovery algorithm
  1271    [    1.471975] rockchip-pm rockchip-suspend: not set wakeup-config
  1272    [    1.471997] rockchip-pm rockchip-suspend: not set pwm-regulator-config
  1273    [    1.472371] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/regulators/regulator@0[0]'
  1274    [    1.472858] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/regulators/regulator@1[0]'
  1275    [    1.473478] of_get_named_gpiod_flags: parsed 'gpio' property of node '/vcc-host-regulator[0]' - status (0)
  1276    [    1.474078] of_get_named_gpiod_flags: parsed 'gpio' property of node '/otg-vbus-regulator[0]' - status (0)
  1277    [    1.474586] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vcc-phy-regulator[0]'
  1278    [    1.475495] iommu: Adding device 20020000.vpu-service to group 0
  1279    [    1.475604] iommu: Adding device 20030000.rkvdec to group 1
  1280    [    1.475698] iommu: Adding device 20050000.vop to group 2
  1281    [    1.475791] iommu: Adding device 20070000.iep to group 3
  1282    [    1.476316] rk_iommu 20020800.iommu: can't get sclk
  1283    [    1.476908] rk_iommu 20030480.iommu: can't get sclk
  1284    [    1.477149] rk_iommu 20053f00.iommu: can't get sclk
  1285    [    1.477296] rk_iommu 20070800.iommu: can't get aclk
  1286    [    1.477315] rk_iommu 20070800.iommu: can't get hclk
  1287    [    1.477331] rk_iommu 20070800.iommu: can't get sclk
  1288    [    1.478081] SCSI subsystem initialized
  1289    [    1.478495] usbcore: registered new interface driver usbfs
  1290    [    1.478593] usbcore: registered new interface driver hub
  1291    [    1.478708] usbcore: registered new device driver usb
  1292    [    1.478934] media: Linux media interface: v0.10
  1293    [    1.479097] Linux video capture interface: v2.00
  1294    [    1.479350] pps_core: LinuxPPS API ver. 1 registered
  1295    [    1.479365] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  1296    [    1.479409] PTP clock support registered
  1297    [    1.481330] Advanced Linux Sound Architecture Driver Initialized.
  1298    [    1.482326] Bluetooth: Core ver 2.21
  1299    [    1.482394] NET: Registered protocol family 31
  1300    [    1.482407] Bluetooth: HCI device and connection manager initialized
  1301    [    1.482428] Bluetooth: HCI socket layer initialized
  1302    [    1.482445] Bluetooth: L2CAP socket layer initialized
  1303    [    1.482499] Bluetooth: SCO socket layer initialized
  1304    [    1.483348] NetLabel: Initializing
  1305    [    1.483369] NetLabel:  domain hash size = 128
  1306    [    1.483378] NetLabel:  protocols = UNLABELED CIPSOv4
  1307    [    1.483452] NetLabel:  unlabeled traffic allowed by default
  1308    [    1.484791] clocksource: Switched to clocksource arch_sys_counter
  1309    [    1.579727] NET: Registered protocol family 2
  1310    [    1.580572] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  1311    [    1.580687] TCP bind hash table entries: 8192 (order: 5, 163840 bytes)
  1312    [    1.581121] TCP: Hash tables configured (established 8192 bind 8192)
  1313    [    1.581227] UDP hash table entries: 512 (order: 2, 24576 bytes)
  1314    [    1.581296] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes)
  1315    [    1.581643] NET: Registered protocol family 1
  1316    [    1.582312] RPC: Registered named UNIX socket transport module.
  1317    [    1.582336] RPC: Registered udp transport module.
  1318    [    1.582347] RPC: Registered tcp transport module.
  1319    [    1.582357] RPC: Registered tcp NFSv4.1 backchannel transport module.
  1320    [    1.582675] Trying to unpack rootfs image as initramfs...
  1321    [    1.955432] Freeing initrd memory: 5564K
  1322    [    1.956457] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
  1323    [    1.959405] Initialise system trusted keyring
  1324    [    1.973283] VFS: Disk quotas dquot_6.6.0
  1325    [    1.973596] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  1326    [    1.976249] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  1327    [    1.979676] NFS: Registering the id_resolver key type
  1328    [    1.979740] Key type id_resolver registered
  1329    [    1.979752] Key type id_legacy registered
  1330    [    1.979788] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  1331    [    1.979901] ntfs: driver 2.1.32 [Flags: R/W].
  1332    [    1.980944] JFS: nTxBlock = 7692, nTxLock = 61538
  1333    [    1.989607] SGI XFS with security attributes, no debug enabled
  1334    [    1.998768] NET: Registered protocol family 38
  1335    [    1.998821] Key type asymmetric registered
  1336    [    1.998842] Asymmetric key parser 'x509' registered
  1337    [    1.999241] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
  1338    [    1.999655] io scheduler noop registered
  1339    [    1.999686] io scheduler deadline registered
  1340    [    1.999768] io scheduler cfq registered (default)
  1341    [    2.002955] phy phy-11000000.syscon:usb2-phy@800.2: Failed to get VBUS supply regulator
  1342    [    2.008001] rk-vcodec 20020000.vpu-service: no regulator for vcodec
  1343    [    2.008404] rk-vcodec 20020000.vpu-service: probe device
  1344    [    2.008871] rk-vcodec 20020000.vpu-service: drm allocator with mmu enabled
  1345    [    2.010094] rk-vcodec 20020000.vpu-service: could not find power_model node
  1346    [    2.010121] rk-vcodec 20020000.vpu-service: init success
  1347    [    2.010441] rk-vcodec 20030000.rkvdec: vcodec regulator not ready, retry
  1348    [    2.014706] dma-pl330 110f0000.pdma: Loaded driver for PL330 DMAC-241330
  1349    [    2.014733] dma-pl330 110f0000.pdma:     DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
  1350    [    2.015854] rockchip-system-monitor rockchip-system-monitor: system monitor probe
  1351    [    2.016335] pwm-regulator vdd-arm-regulator: GPIO lookup for consumer enable
  1352    [    2.016355] pwm-regulator vdd-arm-regulator: using device tree for GPIO lookup
  1353    [    2.016372] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/vdd-arm-regulator[0]'
  1354    [    2.016387] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/vdd-arm-regulator[0]'
  1355    [    2.016400] pwm-regulator vdd-arm-regulator: using lookup tables for GPIO lookup
  1356    [    2.016415] pwm-regulator vdd-arm-regulator: lookup for GPIO enable failed
  1357    [    2.017132] pwm-regulator vdd-log-regulator: GPIO lookup for consumer enable
  1358    [    2.017157] pwm-regulator vdd-log-regulator: using device tree for GPIO lookup
  1359    [    2.017173] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/vdd-log-regulator[0]'
  1360    [    2.017188] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/vdd-log-regulator[0]'
  1361    [    2.017201] pwm-regulator vdd-log-regulator: using lookup tables for GPIO lookup
  1362    [    2.017216] pwm-regulator vdd-log-regulator: lookup for GPIO enable failed
  1363    [    2.018254] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
  1364    [    2.019047] 11030000.serial: ttyS2 at MMIO 0x11030000 (irq = 30, base_baud = 1500000) is a 16550A
  1365    [    2.019870] console [ttyS2] enabled
  1366    [    2.021716] [drm] Initialized drm 1.1.0 20060810
  1367    [    2.024197] [drm] Rockchip DRM driver version: v1.0.1
  1368    [    2.024432] rockchip-drm display-subsystem: devfreq is not set
  1369    [    2.025238] rockchip-drm display-subsystem: bound 20050000.vop (ops 0xb0d1b2b0)
  1370    [    2.025627] i2c i2c-0: of_i2c: modalias failure on /hdmi@200a0000/ports
  1371    [    2.025654] dwhdmi-rockchip 200a0000.hdmi: registered DesignWare HDMI I2C bus driver
  1372    [    2.025764] dwhdmi-rockchip 200a0000.hdmi: Detected HDMI TX controller v2.01a with HDCP (inno_dw_hdmi_phy)
  1373    [    2.027025] rockchip-drm display-subsystem: bound 200a0000.hdmi (ops 0xb0d13808)
  1374    [    2.027050] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  1375    [    2.027060] [drm] No driver support for vblank timestamp query.
  1376    [    2.027175] rockchip-drm display-subsystem: failed to parse display resources
  1377    [    2.027238] rockchip-drm display-subsystem: No connectors reported connected with modes
  1378    [    2.027325] [drm] Cannot find any crtc or sizes - going 1024x768
  1379    [    2.049646] Console: switching to colour frame buffer device 128x48
  1380    [    2.065034] rockchip-drm display-subsystem: fb0:  frame buffer device
  1381    [    2.081353] Registered IR keymap rc-cec
  1382    [    2.081622] rc rc0: RC for dw_hdmi as /devices/platform/200a0000.hdmi/rc/rc0
  1383    [    2.082282] input: RC for dw_hdmi as /devices/platform/200a0000.hdmi/rc/rc0/input0
  1384    [    2.084408] brd: module loaded
  1385    [    2.095567] loop: module loaded
  1386    [    2.095658] lkdtm: No crash points registered, enable through debugfs
  1387    [    2.098209] libphy: Fixed MDIO Bus: probed
  1388    [    2.098241] tun: Universal TUN/TAP device driver, 1.6
  1389    [    2.098253] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  1390    [    2.098601] CAN device driver interface
  1391    [    2.099992] rk_gmac-dwmac 30200000.ethernet: clock input or output? (output).
  1392    [    2.100020] rk_gmac-dwmac 30200000.ethernet: TX delay(0x30).
  1393    [    2.100035] rk_gmac-dwmac 30200000.ethernet: RX delay(0x10).
  1394    [    2.100077] rk_gmac-dwmac 30200000.ethernet: integrated PHY? (yes).
  1395    [    2.100248] rk_gmac-dwmac 30200000.ethernet: cannot get clock clk_mac_speed
  1396    [    2.105327] rk_gmac-dwmac 30200000.ethernet: init for RMII
  1397    [    2.140929] stmmac - user ID: 0x10, Synopsys ID: 0x35
  1398    [    2.140945]  Ring mode enabled
  1399    [    2.140956]  DMA HW capability register supported
  1400    [    2.140965]  Normal descriptors
  1401    [    2.140977]  RX Checksum Offload Engine supported (type 2)
  1402    [    2.140986]  TX Checksum insertion supported
  1403    [    2.140994]  Wake-Up On Lan supported
  1404    [    2.141087] rk_gmac-dwmac 30200000.ethernet: rk_get_eth_addr: mac address: f6:b4:e0:5a:1e:3a
  1405    [    2.141101] eth%d: device MAC address f6:b4:e0:5a:1e:3a
  1406    [    2.141110]  Enable RX Mitigation via HW Watchdog Timer
  1407    [    2.141312] of_get_named_gpiod_flags: parsed 'snps,reset-gpio' property of node '/ethernet@30200000[0]' - status (0)
  1408    [    2.546537] libphy: stmmac: probed
  1409    [    2.546567] eth%d: PHY ID 1234d400 at 0 IRQ POLL (stmmac-0:00) active
  1410    [    2.546580] eth%d: PHY ID 00000000 at 1 IRQ POLL (stmmac-0:01)
  1411    [    2.546593] eth%d: PHY ID 00000000 at 2 IRQ POLL (stmmac-0:02)
  1412    [    2.546606] eth%d: PHY ID 00000000 at 3 IRQ POLL (stmmac-0:03)
  1413    [    2.546619] eth%d: PHY ID 00000000 at 4 IRQ POLL (stmmac-0:04)
  1414    [    2.546631] eth%d: PHY ID 00000000 at 5 IRQ POLL (stmmac-0:05)
  1415    [    2.546643] eth%d: PHY ID 00000000 at 6 IRQ POLL (stmmac-0:06)
  1416    [    2.546656] eth%d: PHY ID 00000000 at 7 IRQ POLL (stmmac-0:07)
  1417    [    2.546668] eth%d: PHY ID 00000000 at 8 IRQ POLL (stmmac-0:08)
  1418    [    2.546681] eth%d: PHY ID 00000000 at 9 IRQ POLL (stmmac-0:09)
  1419    [    2.546693] eth%d: PHY ID 00000000 at 10 IRQ POLL (stmmac-0:0a)
  1420    [    2.546706] eth%d: PHY ID 00000000 at 11 IRQ POLL (stmmac-0:0b)
  1421    [    2.546718] eth%d: PHY ID 00000000 at 12 IRQ POLL (stmmac-0:0c)
  1422    [    2.546731] eth%d: PHY ID 00000000 at 13 IRQ POLL (stmmac-0:0d)
  1423    [    2.546743] eth%d: PHY ID 00000000 at 14 IRQ POLL (stmmac-0:0e)
  1424    [    2.546756] eth%d: PHY ID 00000000 at 15 IRQ POLL (stmmac-0:0f)
  1425    [    2.546768] eth%d: PHY ID 00000000 at 16 IRQ POLL (stmmac-0:10)
  1426    [    2.546780] eth%d: PHY ID 00000000 at 17 IRQ POLL (stmmac-0:11)
  1427    [    2.546793] eth%d: PHY ID 00000000 at 18 IRQ POLL (stmmac-0:12)
  1428    [    2.546805] eth%d: PHY ID 00000000 at 19 IRQ POLL (stmmac-0:13)
  1429    [    2.546818] eth%d: PHY ID 00000000 at 20 IRQ POLL (stmmac-0:14)
  1430    [    2.546830] eth%d: PHY ID 00000000 at 21 IRQ POLL (stmmac-0:15)
  1431    [    2.546842] eth%d: PHY ID 00000000 at 22 IRQ POLL (stmmac-0:16)
  1432    [    2.546855] eth%d: PHY ID 00000000 at 23 IRQ POLL (stmmac-0:17)
  1433    [    2.546867] eth%d: PHY ID 00000000 at 24 IRQ POLL (stmmac-0:18)
  1434    [    2.546879] eth%d: PHY ID 00000000 at 25 IRQ POLL (stmmac-0:19)
  1435    [    2.546892] eth%d: PHY ID 00000000 at 26 IRQ POLL (stmmac-0:1a)
  1436    [    2.546904] eth%d: PHY ID 00000000 at 27 IRQ POLL (stmmac-0:1b)
  1437    [    2.546916] eth%d: PHY ID 00000000 at 28 IRQ POLL (stmmac-0:1c)
  1438    [    2.546929] eth%d: PHY ID 00000000 at 29 IRQ POLL (stmmac-0:1d)
  1439    [    2.546941] eth%d: PHY ID 00000000 at 30 IRQ POLL (stmmac-0:1e)
  1440    [    2.546953] eth%d: PHY ID 00000000 at 31 IRQ POLL (stmmac-0:1f)
  1441    [    2.548402] PPP generic driver version 2.4.2
  1442    [    2.548852] Atmel at76x USB Wireless LAN Driver 0.17 loading
  1443    [    2.548999] usbcore: registered new interface driver at76c50x-usb
  1444    [    2.549132] usbcore: registered new interface driver rtl8187
  1445    [    2.549250] usbcore: registered new interface driver rndis_wlan
  1446    [    2.549372] usbcore: registered new interface driver zd1201
  1447    [    2.549774] usbcore: registered new interface driver rt2800usb
  1448    [    2.549890] Rockchip WiFi SYS interface (V1.00) ...
  1449    [    2.549957] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
  1450    [    2.550043] usbcore: registered new interface driver pegasus
  1451    [    2.550130] usbcore: registered new interface driver rtl8150
  1452    [    2.550213] usbcore: registered new interface driver r8152
  1453    [    2.550326] usbcore: registered new interface driver asix
  1454    [    2.550411] usbcore: registered new interface driver ax88179_178a
  1455    [    2.550492] usbcore: registered new interface driver cdc_ether
  1456    [    2.550573] usbcore: registered new interface driver dm9601
  1457    [    2.550676] usbcore: registered new interface driver smsc75xx
  1458    [    2.550781] usbcore: registered new interface driver smsc95xx
  1459    [    2.550863] usbcore: registered new interface driver net1080
  1460    [    2.550946] usbcore: registered new interface driver rndis_host
  1461    [    2.551056] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
  1462    [    2.551198] usbcore: registered new interface driver cdc_ncm
  1463    [    2.551285] usbcore: registered new interface driver cdc_mbim
  1464    [    2.551779] 30040000.usb supply vusb_d not found, using dummy regulator
  1465    [    2.551878] 30040000.usb supply vusb_a not found, using dummy regulator
  1466    [    2.565079] dwc2 30040000.usb: DWC OTG Controller
  1467    [    2.565131] dwc2 30040000.usb: new USB bus registered, assigned bus number 1
  1468    [    2.565189] dwc2 30040000.usb: irq 49, io mem 0x30040000
  1469    [    2.565526] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  1470    [    2.565544] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1471    [    2.565558] usb usb1: Product: DWC OTG Controller
  1472    [    2.565572] usb usb1: Manufacturer: Linux 4.4.194-rk322x dwc2_hsotg
  1473    [    2.565586] usb usb1: SerialNumber: 30040000.usb
  1474    [    2.566577] hub 1-0:1.0: USB hub found
  1475    [    2.566646] hub 1-0:1.0: 1 port detected
  1476    [    2.568184] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  1477    [    2.568211] ehci-platform: EHCI generic platform driver
  1478    [    2.570749] ehci-platform 30080000.usb: EHCI Host Controller
  1479    [    2.571136] ehci-platform 30080000.usb: new USB bus registered, assigned bus number 2
  1480    [    2.571421] ehci-platform 30080000.usb: irq 50, io mem 0x30080000
  1481    [    2.580838] ehci-platform 30080000.usb: USB 2.0 started, EHCI 1.00
  1482    [    2.581137] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
  1483    [    2.581156] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1484    [    2.581171] usb usb2: Product: EHCI Host Controller
  1485    [    2.581184] usb usb2: Manufacturer: Linux 4.4.194-rk322x ehci_hcd
  1486    [    2.581198] usb usb2: SerialNumber: 30080000.usb
  1487    [    2.582175] hub 2-0:1.0: USB hub found
  1488    [    2.582248] hub 2-0:1.0: 1 port detected
  1489    [    2.585146] ehci-platform 300c0000.usb: EHCI Host Controller
  1490    [    2.585568] ehci-platform 300c0000.usb: new USB bus registered, assigned bus number 3
  1491    [    2.585844] ehci-platform 300c0000.usb: irq 52, io mem 0x300c0000
  1492    [    2.596837] ehci-platform 300c0000.usb: USB 2.0 started, EHCI 1.00
  1493    [    2.597150] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
  1494    [    2.597170] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1495    [    2.597184] usb usb3: Product: EHCI Host Controller
  1496    [    2.597198] usb usb3: Manufacturer: Linux 4.4.194-rk322x ehci_hcd
  1497    [    2.597212] usb usb3: SerialNumber: 300c0000.usb
  1498    [    2.598182] hub 3-0:1.0: USB hub found
  1499    [    2.598249] hub 3-0:1.0: 1 port detected
  1500    [    2.601161] ehci-platform 30100000.usb: EHCI Host Controller
  1501    [    2.601536] ehci-platform 30100000.usb: new USB bus registered, assigned bus number 4
  1502    [    2.601832] ehci-platform 30100000.usb: irq 54, io mem 0x30100000
  1503    [    2.612832] ehci-platform 30100000.usb: USB 2.0 started, EHCI 1.00
  1504    [    2.613121] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
  1505    [    2.613140] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1506    [    2.613154] usb usb4: Product: EHCI Host Controller
  1507    [    2.613168] usb usb4: Manufacturer: Linux 4.4.194-rk322x ehci_hcd
  1508    [    2.613181] usb usb4: SerialNumber: 30100000.usb
  1509    [    2.614183] hub 4-0:1.0: USB hub found
  1510    [    2.614253] hub 4-0:1.0: 1 port detected
  1511    [    2.615062] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  1512    [    2.615135] ohci-platform: OHCI generic platform driver
  1513    [    2.615531] ohci-platform 300a0000.usb: Generic Platform OHCI controller
  1514    [    2.615937] ohci-platform 300a0000.usb: new USB bus registered, assigned bus number 5
  1515    [    2.616205] ohci-platform 300a0000.usb: irq 51, io mem 0x300a0000
  1516    [    2.673081] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
  1517    [    2.673104] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1518    [    2.673118] usb usb5: Product: Generic Platform OHCI controller
  1519    [    2.673132] usb usb5: Manufacturer: Linux 4.4.194-rk322x ohci_hcd
  1520    [    2.673146] usb usb5: SerialNumber: 300a0000.usb
  1521    [    2.674183] hub 5-0:1.0: USB hub found
  1522    [    2.674256] hub 5-0:1.0: 1 port detected
  1523    [    2.675105] ohci-platform 300e0000.usb: Generic Platform OHCI controller
  1524    [    2.675482] ohci-platform 300e0000.usb: new USB bus registered, assigned bus number 6
  1525    [    2.675730] ohci-platform 300e0000.usb: irq 53, io mem 0x300e0000
  1526    [    2.733079] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
  1527    [    2.733101] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1528    [    2.733116] usb usb6: Product: Generic Platform OHCI controller
  1529    [    2.733130] usb usb6: Manufacturer: Linux 4.4.194-rk322x ohci_hcd
  1530    [    2.733143] usb usb6: SerialNumber: 300e0000.usb
  1531    [    2.734120] hub 6-0:1.0: USB hub found
  1532    [    2.734196] hub 6-0:1.0: 1 port detected
  1533    [    2.734977] ohci-platform 30120000.usb: Generic Platform OHCI controller
  1534    [    2.735357] ohci-platform 30120000.usb: new USB bus registered, assigned bus number 7
  1535    [    2.735617] ohci-platform 30120000.usb: irq 55, io mem 0x30120000
  1536    [    2.793111] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
  1537    [    2.793133] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1538    [    2.793148] usb usb7: Product: Generic Platform OHCI controller
  1539    [    2.793161] usb usb7: Manufacturer: Linux 4.4.194-rk322x ohci_hcd
  1540    [    2.793175] usb usb7: SerialNumber: 30120000.usb
  1541    [    2.794149] hub 7-0:1.0: USB hub found
  1542    [    2.794217] hub 7-0:1.0: 1 port detected
  1543    [    2.795120] usbcore: registered new interface driver cdc_acm
  1544    [    2.795137] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  1545    [    2.795245] usbcore: registered new interface driver cdc_wdm
  1546    [    2.795548] usbcore: registered new interface driver usb-storage
  1547    [    2.795723] usbcore: registered new interface driver usbserial
  1548    [    2.795801] usbcore: registered new interface driver usbserial_generic
  1549    [    2.795865] usbserial: USB Serial support registered for generic
  1550    [    2.795977] usbcore: registered new interface driver keyspan
  1551    [    2.796038] usbserial: USB Serial support registered for Keyspan - (without firmware)
  1552    [    2.796095] usbserial: USB Serial support registered for Keyspan 1 port adapter
  1553    [    2.796152] usbserial: USB Serial support registered for Keyspan 2 port adapter
  1554    [    2.796210] usbserial: USB Serial support registered for Keyspan 4 port adapter
  1555    [    2.796322] usbcore: registered new interface driver option
  1556    [    2.796390] usbserial: USB Serial support registered for GSM modem (1-port)
  1557    [    2.797142] usbcore: registered new interface driver oti6858
  1558    [    2.797216] usbserial: USB Serial support registered for oti6858
  1559    [    2.797321] usbcore: registered new interface driver qcserial
  1560    [    2.797384] usbserial: USB Serial support registered for Qualcomm USB modem
  1561    [    2.797544] usbcore: registered new interface driver sierra
  1562    [    2.797605] usbserial: USB Serial support registered for Sierra USB modem
  1563    [    2.799079] usbcore: registered new interface driver iforce
  1564    [    2.799236] usbcore: registered new interface driver xpad
  1565    [    2.799548] usbcore: registered new interface driver usbtouchscreen
  1566    [    2.800730] i2c /dev entries driver
  1567    [    2.802747] IR NEC protocol handler initialized
  1568    [    2.802775] IR RC5(x/sz) protocol handler initialized
  1569    [    2.802793] IR RC6 protocol handler initialized
  1570    [    2.802809] IR JVC protocol handler initialized
  1571    [    2.802827] IR Sony protocol handler initialized
  1572    [    2.802843] IR SANYO protocol handler initialized
  1573    [    2.802860] IR Sharp protocol handler initialized
  1574    [    2.802878] IR MCE Keyboard/mouse protocol handler initialized
  1575    [    2.802895] IR XMP protocol handler initialized
  1576    [    2.804609] usbcore: registered new interface driver uvcvideo
  1577    [    2.804623] USB Video Class driver (1.1.1)
  1578    [    2.806591] Boot mode: normal
  1579    [    2.807776] rockchip-thermal 11150000.tsadc: tsadc is probed successfully!
  1580    [    2.809531] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
  1581    [    2.809885] Bluetooth: Virtual HCI driver ver 1.5
  1582    [    2.810150] Bluetooth: HCI UART driver ver 2.3
  1583    [    2.810168] Bluetooth: HCI UART protocol H4 registered
  1584    [    2.810179] Bluetooth: HCI UART protocol LL registered
  1585    [    2.810190] Bluetooth: HCI UART protocol ATH3K registered
  1586    [    2.810201] Bluetooth: HCI UART protocol Three-wire (H5) registered
  1587    [    2.810366] Bluetooth: HCI UART protocol BCM registered
  1588    [    2.810516] usbcore: registered new interface driver bfusb
  1589    [    2.810660] usbcore: registered new interface driver btusb
  1590    [    2.810683] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
  1591    [    2.811283] cpu cpu0: leakage=6
  1592    [    2.811316] cpu cpu0: leakage-volt-sel=0
  1593    [    2.811522] cpu cpu0: Failed to get pvtm
  1594    [    2.812946] cpu cpu0: avs=0
  1595    [    2.813023] cpu cpu0: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0
  1596    [    2.813047] cpu cpu0: failed to read out thermal zone (-22)
  1597    [    2.813682] cpu cpu0: failed to find power_model node
  1598    [    2.814317] pwrseq_simple sdio-pwrseq: GPIO lookup for consumer reset
  1599    [    2.814335] pwrseq_simple sdio-pwrseq: using device tree for GPIO lookup
  1600    [    2.814357] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/sdio-pwrseq[0]' - status (0)
  1601    [    2.814698] Synopsys Designware Multimedia Card Interface Driver
  1602    [    2.815311] dwmmc_rockchip 30000000.dwmmc: IDMAC supports 32-bit address mode.
  1603    [    2.815434] dwmmc_rockchip 30000000.dwmmc: Using internal DMA controller.
  1604    [    2.815451] dwmmc_rockchip 30000000.dwmmc: Version ID is 270a
  1605    [    2.815514] dwmmc_rockchip 30000000.dwmmc: DW MMC controller at irq 45,32 bit host data width,256 deep fifo
  1606    [    2.815582] dwmmc_rockchip 30000000.dwmmc: No vmmc regulator found
  1607    [    2.815593] dwmmc_rockchip 30000000.dwmmc: No vqmmc regulator found
  1608    [    2.815615] dwmmc_rockchip 30000000.dwmmc: GPIO lookup for consumer cd
  1609    [    2.815625] dwmmc_rockchip 30000000.dwmmc: using device tree for GPIO lookup
  1610    [    2.815652] of_get_named_gpiod_flags: parsed 'cd-gpios' property of node '/dwmmc@30000000[0]' - status (0)
  1611    [    2.815687] gpio-49 (cd): gpiod_set_debounce: missing set() or set_debounce() operations
  1612    [    2.815698] dwmmc_rockchip 30000000.dwmmc: Got CD GPIO
  1613    [    2.815710] dwmmc_rockchip 30000000.dwmmc: GPIO lookup for consumer wp
  1614    [    2.815719] dwmmc_rockchip 30000000.dwmmc: using device tree for GPIO lookup
  1615    [    2.815729] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@30000000[0]'
  1616    [    2.815739] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@30000000[0]'
  1617    [    2.815748] dwmmc_rockchip 30000000.dwmmc: using lookup tables for GPIO lookup
  1618    [    2.815758] dwmmc_rockchip 30000000.dwmmc: lookup for GPIO wp failed
  1619    [    2.828573] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1620    [    2.841476] dwmmc_rockchip 30000000.dwmmc: 1 slots initialized
  1621    [    2.841827] dwmmc_rockchip 30010000.dwmmc: num-slots property not found, assuming 1 slot is available
  1622    [    2.841913] dwmmc_rockchip 30010000.dwmmc: IDMAC supports 32-bit address mode.
  1623    [    2.842002] dwmmc_rockchip 30010000.dwmmc: Using internal DMA controller.
  1624    [    2.842018] dwmmc_rockchip 30010000.dwmmc: Version ID is 270a
  1625    [    2.842072] dwmmc_rockchip 30010000.dwmmc: DW MMC controller at irq 46,32 bit host data width,256 deep fifo
  1626    [    2.842123] dwmmc_rockchip 30010000.dwmmc: No vmmc regulator found
  1627    [    2.842133] dwmmc_rockchip 30010000.dwmmc: No vqmmc regulator found
  1628    [    2.842151] dwmmc_rockchip 30010000.dwmmc: GPIO lookup for consumer wp
  1629    [    2.842161] dwmmc_rockchip 30010000.dwmmc: using device tree for GPIO lookup
  1630    [    2.842174] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@30010000[0]'
  1631    [    2.842184] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@30010000[0]'
  1632    [    2.842193] dwmmc_rockchip 30010000.dwmmc: using lookup tables for GPIO lookup
  1633    [    2.842203] dwmmc_rockchip 30010000.dwmmc: lookup for GPIO wp failed
  1634    [    2.842270] dwmmc_rockchip 30010000.dwmmc: allocated mmc-pwrseq
  1635    [    2.855029] mmc_host mmc1: Bus speed (slot 0) = 976562Hz (slot req 400000Hz, actual 244140HZ div = 2)
  1636    [    2.867671] dwmmc_rockchip 30010000.dwmmc: 1 slots initialized
  1637    [    2.868039] dwmmc_rockchip 30020000.dwmmc: IDMAC supports 32-bit address mode.
  1638    [    2.868207] dwmmc_rockchip 30020000.dwmmc: Using internal DMA controller.
  1639    [    2.868226] dwmmc_rockchip 30020000.dwmmc: Version ID is 270a
  1640    [    2.868302] dwmmc_rockchip 30020000.dwmmc: DW MMC controller at irq 47,32 bit host data width,256 deep fifo
  1641    [    2.868353] dwmmc_rockchip 30020000.dwmmc: No vmmc regulator found
  1642    [    2.868364] dwmmc_rockchip 30020000.dwmmc: No vqmmc regulator found
  1643    [    2.868381] dwmmc_rockchip 30020000.dwmmc: GPIO lookup for consumer wp
  1644    [    2.868392] dwmmc_rockchip 30020000.dwmmc: using device tree for GPIO lookup
  1645    [    2.868404] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@30020000[0]'
  1646    [    2.868416] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@30020000[0]'
  1647    [    2.868425] dwmmc_rockchip 30020000.dwmmc: using lookup tables for GPIO lookup
  1648    [    2.868436] dwmmc_rockchip 30020000.dwmmc: lookup for GPIO wp failed
  1649    [    2.873208] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
  1650    [    2.873297] mmc0: new high speed SDXC card at address 59b4
  1651    [    2.874020] mmcblk0: mmc0:59b4 SD    57.8 GiB
  1652    [    2.875707]  mmcblk0: p1
  1653    [    2.880885] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1654    [    2.893078] dwmmc_rockchip 30020000.dwmmc: 1 slots initialized
  1655    [    2.893904] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-leds/working[0]' - status (0)
  1656    [    2.894468] ledtrig-cpu: registered to indicate activity on CPUs
  1657    [    2.894753] hidraw: raw HID events driver (C) Jiri Kosina
  1658    [    2.895461] usbcore: registered new interface driver usbhid
  1659    [    2.895482] usbhid: USB HID core driver
  1660    [    2.896081] ashmem: initialized
  1661    [    2.899645] rknandbase v1.2 2018-05-08
  1662    [    2.900075] rknand 30030000.nandc: rknand_probe clk rate = 150000000
  1663    [    2.900425] ftl_init fffffffe
  1664    [    2.900443] rk_ftl_init fail
  1665    [    2.901918] usbcore: registered new interface driver snd-usb-audio
  1666    [    2.902126] usbcore: registered new interface driver snd-ua101
  1667    [    2.902307] usbcore: registered new interface driver snd-usb-caiaq
  1668    [    2.902475] usbcore: registered new interface driver snd-usb-6fire
  1669    [    2.902656] usbcore: registered new interface driver snd-usb-hiface
  1670    [    2.902793] usbcore: registered new interface driver snd-bcd2000
  1671    [    2.902929] usbcore: registered new interface driver snd_usb_pod
  1672    [    2.903066] usbcore: registered new interface driver snd_usb_podhd
  1673    [    2.903214] usbcore: registered new interface driver snd_usb_toneport
  1674    [    2.903352] usbcore: registered new interface driver snd_usb_variax
  1675    [    2.910997] u32 classifier
  1676    [    2.911023]     input device check on
  1677    [    2.911037]     Actions configured
  1678    [    2.911067] Netfilter messages via NETLINK v0.30.
  1679    [    2.911111] nfnl_acct: registering with nfnetlink.
  1680    [    2.911255] nf_conntrack version 0.5.0 (15384 buckets, 61536 max)
  1681    [    2.912033] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
  1682    [    2.912597] Initializing XFRM netlink socket
  1683    [    2.914348] NET: Registered protocol family 10
  1684    [    2.914643] mmc1: new high speed SDIO card at address 0001
  1685    [    2.916264] ip6_tables: (C) 2000-2006 Netfilter Core Team
  1686    [    2.916934] sit: IPv6 over IPv4 tunneling driver
  1687    [    2.918266] NET: Registered protocol family 17
  1688    [    2.918333] NET: Registered protocol family 15
  1689    [    2.918431] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
  1690    [    2.918508] Bridge firewalling registered
  1691    [    2.918533] can: controller area network core (rev 20120528 abi 9)
  1692    [    2.918651] NET: Registered protocol family 29
  1693    [    2.918682] can: raw protocol (rev 20120528)
  1694    [    2.918708] can: broadcast manager protocol (rev 20120528 t)
  1695    [    2.918741] can: netlink gateway (rev 20130117) max_hops=1
  1696    [    2.919389] Bluetooth: RFCOMM TTY layer initialized
  1697    [    2.919436] Bluetooth: RFCOMM socket layer initialized
  1698    [    2.919486] Bluetooth: RFCOMM ver 1.11
  1699    [    2.919529] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  1700    [    2.919557] Bluetooth: HIDP socket layer initialized
  1701    [    2.919674] 8021q: 802.1Q VLAN Support v1.8
  1702    [    2.919746] lib80211: common routines for IEEE802.11 drivers
  1703    [    2.919766] lib80211_crypt: registered algorithm 'NULL'
  1704    [    2.919795] lib80211_crypt: registered algorithm 'WEP'
  1705    [    2.919822] lib80211_crypt: registered algorithm 'CCMP'
  1706    [    2.919850] lib80211_crypt: registered algorithm 'TKIP'
  1707    [    2.919873] [WLAN_RFKILL]: Enter rfkill_wlan_init
  1708    [    2.920277] [BT_RFKILL]: Enter rfkill_rk_init
  1709    [    2.920623] Key type dns_resolver registered
  1710    [    2.921186] flash vendor_init_thread!
  1711    [    2.921213] flash vendor storage:20170308 ret = -1
  1712    [    2.921304] Error: Driver 'sc031gs' is already registered, aborting...
  1713    [    2.922511] Registering SWP/SWPB emulation handler
  1714    [    2.924174] registered taskstats version 1
  1715    [    2.924218] Loading compiled-in X.509 certificates
  1716    [    2.924965] mmc_host mmc2: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
  1717    [    2.927498] Btrfs loaded
  1718    [    2.928447] rga2: Driver loaded successfully ver:4.01
  1719    [    2.928675] rga2: Module initialized.
  1720    [    2.928712] pvtm list NULL
  1721    [    2.929795] rk-vcodec 20030000.rkvdec: leakage=5
  1722    [    2.929826] rk-vcodec 20030000.rkvdec: leakage-volt-sel=0
  1723    [    2.929934] rk-vcodec 20030000.rkvdec: Failed to get pvtm
  1724    [    2.930315] rk-vcodec 20030000.rkvdec: avs=0
  1725    [    2.930577] rk-vcodec 20030000.rkvdec: probe device
  1726    [    2.930986] rk-vcodec 20030000.rkvdec: drm allocator with mmu enabled
  1727    [    2.932120] rk-vcodec 20030000.rkvdec: init success
  1728    [    2.933118] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/hdmi-sound[0]'
  1729    [    2.933139] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/hdmi-sound[0]'
  1730    [    2.934032] asoc-simple-card hdmi-sound: i2s-hifi <-> 100c0000.i2s0 mapping ok
  1731    [    2.935701] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/spdif-sound[0]'
  1732    [    2.935723] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/spdif-sound[0]'
  1733    [    2.936652] asoc-simple-card spdif-sound: dit-hifi <-> 100d0000.spdif mapping ok
  1734    [    2.938841] hctosys: unable to open rtc device (rtc0)
  1735    [    2.952163] ALSA device list:
  1736    [    2.952191]   #0: DW-I2S-HDMI
  1737    [    2.952200]   #1: SPDIF
  1738    [    2.953302] Freeing unused kernel memory: 808K
  1739    [    2.953318] This architecture does not have kernel memory protection.
  1740    [    2.964935] mmc_host mmc2: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
  1741    [    3.008966] mmc_host mmc2: Bus speed (slot 0) = 100000Hz (slot req 100000Hz, actual 100000HZ div = 0)
  1742    [    4.072272] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
  1743    [    4.825632] systemd[1]: System time before build time, advancing clock.
  1744    [    4.848081] systemd[1]: Inserted module 'autofs4'
  1745    [    4.853698] ip_tables: (C) 2000-2006 Netfilter Core Team
  1746    [    4.862762] cgroup: cgroup2: unknown option "nsdelegate"
  1747    [    4.877222] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
  1748    [    4.878341] systemd[1]: Detected architecture arm.
  1749    [    4.889759] systemd[1]: Set hostname to <rk322x-box>.
  1750    [    5.062845] ttyS2 - failed to request DMA, use interrupt mode
  1751    [    5.234923] systemd[1]: File /lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
  1752    [    5.234968] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
  1753    [    5.652492] random: systemd: uninitialized urandom read (16 bytes read, 41 bits of entropy available)
  1754    [    5.677076] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
  1755    [    5.677220] random: systemd: uninitialized urandom read (16 bytes read, 41 bits of entropy available)
  1756    [    5.678018] systemd[1]: Listening on Journal Socket (/dev/log).
  1757    [    5.678862] random: systemd: uninitialized urandom read (16 bytes read, 41 bits of entropy available)
  1758    [    5.681623] systemd[1]: Created slice User and Session Slice.
  1759    [    5.682278] random: systemd: uninitialized urandom read (16 bytes read, 41 bits of entropy available)
  1760    [    5.682668] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  1761    [    5.683346] random: systemd: uninitialized urandom read (16 bytes read, 41 bits of entropy available)
  1762    [    5.684091] systemd[1]: Listening on Journal Socket.
  1763    [    5.685237] random: systemd: uninitialized urandom read (16 bytes read, 41 bits of entropy available)
  1764    [    5.691662] systemd[1]: Mounting Kernel Debug File System...
  1765    [    5.692565] random: systemd: uninitialized urandom read (16 bytes read, 41 bits of entropy available)
  1766    [    5.698908] systemd[1]: Starting Nameserver information manager...
  1767    [    5.699853] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped.
  1768    [    5.703647] random: systemd: uninitialized urandom read (16 bytes read, 41 bits of entropy available)
  1769    [    5.710999] systemd[1]: Starting Load Kernel Modules...
  1770    [    5.712002] random: systemd: uninitialized urandom read (16 bytes read, 41 bits of entropy available)
  1771    [    5.712158] systemd[1]: Reached target Paths.
  1772    [    5.713035] random: systemd: uninitialized urandom read (16 bytes read, 41 bits of entropy available)
  1773    [    5.714056] systemd[1]: Listening on udev Control Socket.
  1774    [    5.716596] systemd[1]: Created slice system-getty.slice.
  1775    [    5.718129] systemd[1]: Listening on udev Kernel Socket.
  1776    [    5.726627] systemd[1]: Starting udev Coldplug all Devices...
  1777    [    5.730725] systemd[1]: Created slice system-serial\x2dgetty.slice.
  1778    [    5.739260] systemd[1]: Mounting POSIX Message Queue File System...
  1779    [    5.740367] systemd[1]: Reached target Slices.
  1780    [    5.752702] systemd[1]: Starting Set the console keyboard layout...
  1781    [    5.753988] systemd[1]: Reached target System Time Synchronized.
  1782    [    5.756479] systemd[1]: Listening on Syslog Socket.
  1783    [    5.769727] systemd[1]: Starting Restore / save the current clock...
  1784    [    5.770996] systemd[1]: Reached target Local Encrypted Volumes.
  1785    [    5.772304] systemd[1]: Reached target Swap.
  1786    [    5.773519] systemd[1]: Reached target Remote File Systems.
  1787    [    5.774695] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
  1788    [    5.777500] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
  1789    [    5.778686] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
  1790    [    5.780225] systemd[1]: Listening on fsck to fsckd communication Socket.
  1791    [    5.781380] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
  1792    [    5.790280] systemd[1]: Starting Remount Root and Kernel File Systems...
  1793    [    5.791968] systemd[1]: Listening on initctl Compatibility Named Pipe.
  1794    [    5.801558] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  1795    [    5.811015] systemd[1]: Mounted Kernel Debug File System.
  1796    [    5.821394] systemd[1]: Started Load Kernel Modules.
  1797    [    5.846467] systemd[1]: Mounted POSIX Message Queue File System.
  1798    [    5.852598] systemd[1]: Started Create list of required static device nodes for the current kernel.
  1799    [    5.858918] systemd[1]: Started Nameserver information manager.
  1800    [    5.871172] systemd[1]: Started Restore / save the current clock.
  1801    [    5.887090] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
  1802    [    5.890866] systemd[1]: Starting Apply Kernel Variables...
  1803    [    5.899201] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
  1804    [    5.907670] systemd[1]: Mounting Kernel Configuration File System...
  1805    [    5.944910] vendor storage:20190527 ret = -1
  1806    [    5.946183] systemd[1]: Started Remount Root and Kernel File Systems.
  1807    [    5.953458] systemd[1]: Mounted Kernel Configuration File System.
  1808    [    5.974461] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
  1809    [    5.980941] systemd[1]: Starting Create System Users...
  1810    [    5.994239] systemd[1]: Starting Load/Save Random Seed...
  1811    [    6.010377] systemd[1]: Started Apply Kernel Variables.
  1812    [    6.066076] systemd[1]: Started Create System Users.
  1813    [    6.075492] systemd[1]: Started Load/Save Random Seed.
  1814    [    6.087933] systemd[1]: Starting Create Static Device Nodes in /dev...
  1815    [    6.171244] systemd[1]: Started Create Static Device Nodes in /dev.
  1816    [    6.182173] systemd[1]: Starting udev Kernel Device Manager...
  1817    [    6.227943] systemd[1]: Started Set the console keyboard layout.
  1818    [    6.234314] systemd[1]: Reached target Local File Systems (Pre).
  1819    [    6.247954] systemd[1]: Mounting /tmp...
  1820    [    6.268045] systemd[1]: Mounted /tmp.
  1821    [    6.276029] systemd[1]: Reached target Local File Systems.
  1822    [    6.282780] systemd[1]: Condition check resulted in Mark the need to relabel after reboot being skipped.
  1823    [    6.283200] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
  1824    [    6.292213] systemd[1]: Starting Armbian ZRAM config...
  1825    [    6.311363] systemd[1]: Starting Set console font and keymap...
  1826    [    6.331789] systemd[1]: Started udev Kernel Device Manager.
  1827    [    6.365376] systemd[1]: Started Set console font and keymap.
  1828    [    6.405915] systemd[1]: Started udev Coldplug all Devices.
  1829    [    6.428070] systemd[1]: Starting Helper to synchronize boot up for ifupdown...
  1830    [    6.484556] systemd[1]: Started Helper to synchronize boot up for ifupdown.
  1831    [    6.501330] systemd[1]: Starting Raise network interfaces...
  1832    [    6.646941] zram: Added device: zram0
  1833    [    6.650419] zram: Added device: zram1
  1834    [    6.655207] zram: Added device: zram2
  1835    [    6.707878] I : [File] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; [Line] : 417; [Func] : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '', rk_ko_ver is '5', built at '22:00:07', on 'May  6 2021'.
  1836    [    6.708138] mali-utgard 20001000.gpu: mali_platform_device->num_resources = 13
  1837    [    6.708158] mali-utgard 20001000.gpu: resource[0].start = 0x0x20001000
  1838    [    6.708170] mali-utgard 20001000.gpu: resource[1].start = 0x0x20000000
  1839    [    6.708180] mali-utgard 20001000.gpu: resource[2].start = 0x0x20003000
  1840    [    6.708190] mali-utgard 20001000.gpu: resource[3].start = 0x0x20008000
  1841    [    6.708200] mali-utgard 20001000.gpu: resource[4].start = 0x0x20004000
  1842    [    6.708210] mali-utgard 20001000.gpu: resource[5].start = 0x0x2000a000
  1843    [    6.708220] mali-utgard 20001000.gpu: resource[6].start = 0x0x20005000
  1844    [    6.708230] mali-utgard 20001000.gpu: resource[7].start = 0x0x00000020
  1845    [    6.708246] mali-utgard 20001000.gpu: resource[8].start = 0x0x00000021
  1846    [    6.708263] mali-utgard 20001000.gpu: resource[9].start = 0x0x00000022
  1847    [    6.708273] mali-utgard 20001000.gpu: resource[10].start = 0x0x00000021
  1848    [    6.708282] mali-utgard 20001000.gpu: resource[11].start = 0x0x00000022
  1849    [    6.708293] mali-utgard 20001000.gpu: resource[12].start = 0x0x00000021
  1850    [    6.708304] D : [File] : drivers/gpu/arm/mali400/mali/platform/rk/rk.c; [Line] : 623; [Func] : mali_platform_device_init(); to add platform_specific_data to platform_device_of_mali.
  1851    [    6.708580] mali-utgard 20001000.gpu: leakage=5
  1852    [    6.708608] mali-utgard 20001000.gpu: leakage-volt-sel=0
  1853    [    6.708714] mali-utgard 20001000.gpu: Failed to get pvtm
  1854    [    6.709307] mali-utgard 20001000.gpu: avs=0
  1855    [    6.709674] mali-utgard 20001000.gpu: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0
  1856    [    6.718545] Mali: Mali device driver loaded
  1857    [    6.726957] systemd[1]: Found device /dev/ttyS2.
  1858    [    6.728437] rk3228-codec 12010000.codec: GPIO lookup for consumer spk-en
  1859    [    6.728444] rk3228-codec 12010000.codec: using device tree for GPIO lookup
  1860    [    6.728453] of_get_named_gpiod_flags: can't parse 'spk-en-gpios' property of node '/codec@12010000[0]'
  1861    [    6.728483] of_get_named_gpiod_flags: parsed 'spk-en-gpio' property of node '/codec@12010000[0]' - status (0)
  1862    [    6.728535] rk3228-codec 12010000.codec: spk_depop_time use default value.
  1863    [    6.733468] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/sound[0]'
  1864    [    6.733476] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/sound[0]'
  1865    [    6.760145] asoc-simple-card sound: rk3228-hifi <-> 100b0000.i2s1 mapping ok
  1866    [    6.809012] devfreq 20001000.gpu: Couldn't update frequency transition information.
  1867    [    6.903195] gpio_ir_recv ir-receiver: GPIO lookup for consumer (null)
  1868    [    6.903233] gpio_ir_recv ir-receiver: using device tree for GPIO lookup
  1869    [    6.903291] of_get_named_gpiod_flags: parsed 'gpios' property of node '/ir-receiver[0]' - status (0)
  1870    [    6.903429] Registered IR keymap rc-rktvbox
  1871    [    6.903698] rc rc1: gpio_ir_recv as /devices/platform/ir-receiver/rc/rc1
  1872    [    6.904275] input: gpio_ir_recv as /devices/platform/ir-receiver/rc/rc1/input1
  1873    [    7.093272] zram0: detected capacity change from 0 to 504537088
  1874    [    7.435941] systemd[1]: Started Raise network interfaces.
  1875    [    7.550331] systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
  1876    [    7.555428] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
  1877    [    7.555983] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
  1878    [    7.556459] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
  1879    [    7.556673] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
  1880    [    7.557195] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped.
  1881    [    7.557431] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
  1882    [    7.557561] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
  1883    [    7.557874] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
  1884    [    7.862425] cfg80211: World regulatory domain updated:
  1885    [    7.862456] cfg80211:  DFS Master region: unset
  1886    [    7.862467] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  1887    [    7.862485] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  1888    [    7.862502] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz, 92000 KHz AUTO), (N/A, 2000 mBm), (N/A)
  1889    [    7.862515] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
  1890    [    7.862531] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
  1891    [    7.862546] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
  1892    [    7.862560] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
  1893    [    7.862574] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
  1894    [    7.862587] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
  1895    [    8.174155] Adding 492708k swap on /dev/zram0.  Priority:5 extents:1 across:492708k SS
  1896    [    8.403888] zram1: detected capacity change from 0 to 52428800
  1897    [   10.495965] systemd[1]: Started Armbian ZRAM config.
  1898    [   10.514681] systemd[1]: Starting Armbian memory supported logging...
  1899    [   10.639460] EXT4-fs (zram1): mounted filesystem without journal. Opts: discard
  1900    [   14.202643] systemd[1]: Started Armbian memory supported logging.
  1901    [   14.216753] systemd[1]: Starting Journal Service...
  1902    [   14.625873] systemd[1]: Started Journal Service.
  1903    [   14.697141] systemd-journald[574]: Received request to flush runtime journal from PID 1
  1904    
  1905    ### armbian-release:
  1906    
  1907    # PLEASE DO NOT EDIT THIS FILE
  1908    BOARD=rk322x-box
  1909    BOARD_NAME="rk322x-box"
  1910    BOARDFAMILY=rk322x
  1911    BUILD_REPOSITORY_URL=git@github.com:armbian/build.git
  1912    BUILD_REPOSITORY_COMMIT=08297378c-dirty
  1913    DISTRIBUTION_CODENAME=buster
  1914    DISTRIBUTION_STATUS=supported
  1915    VERSION=21.05.1
  1916    LINUXFAMILY=rk322x
  1917    ARCH=arm
  1918    IMAGE_TYPE=stable
  1919    BOARD_TYPE=tvb
  1920    INITRD_ARCH=arm
  1921    KERNEL_IMAGE_TYPE=Image
  1922    
  1923    ### boot environment:
  1924    
  1925    verbosity=1
  1926    extraargs=coherent_pool=2M
  1927    bootlogo=false
  1928    overlay_prefix=rk322x
  1929    fdtfile=rk322x-box.dtb
  1930    rootdev=UUID=2ca5ad18-5d1f-4279-8d1e-6c805b6be8db
  1931    rootfstype=ext4
  1932    usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u
  1933    
  1934    ### lsusb:
  1935    
  1936    Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  1937    Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  1938    Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  1939    Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  1940    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  1941    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  1942    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  1943    
  1944    ### lscpu:
  1945    
  1946    Architecture:        armv7l
  1947    Byte Order:          Little Endian
  1948    CPU(s):              4
  1949    On-line CPU(s) list: 0-3
  1950    Thread(s) per core:  1
  1951    Core(s) per socket:  4
  1952    Socket(s):           1
  1953    Vendor ID:           ARM
  1954    Model:               5
  1955    Model name:          Cortex-A7
  1956    Stepping:            r0p5
  1957    CPU max MHz:         1200.0000
  1958    CPU min MHz:         408.0000
  1959    BogoMIPS:            70.58
  1960    Flags:               half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  1961    
  1962    ### cpuinfo:
  1963    
  1964    processor    : 0
  1965    model name    : ARMv7 Processor rev 5 (v7l)
  1966    BogoMIPS    : 70.58
  1967    Features    : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  1968    CPU implementer    : 0x41
  1969    CPU architecture: 7
  1970    CPU variant    : 0x0
  1971    CPU part    : 0xc07
  1972    CPU revision    : 5
  1973    
  1974    processor    : 1
  1975    model name    : ARMv7 Processor rev 5 (v7l)
  1976    BogoMIPS    : 70.58
  1977    Features    : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  1978    CPU implementer    : 0x41
  1979    CPU architecture: 7
  1980    CPU variant    : 0x0
  1981    CPU part    : 0xc07
  1982    CPU revision    : 5
  1983    
  1984    processor    : 2
  1985    model name    : ARMv7 Processor rev 5 (v7l)
  1986    BogoMIPS    : 70.58
  1987    Features    : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  1988    CPU implementer    : 0x41
  1989    CPU architecture: 7
  1990    CPU variant    : 0x0
  1991    CPU part    : 0xc07
  1992    CPU revision    : 5
  1993    
  1994    processor    : 3
  1995    model name    : ARMv7 Processor rev 5 (v7l)
  1996    BogoMIPS    : 70.58
  1997    Features    : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  1998    CPU implementer    : 0x41
  1999    CPU architecture: 7
  2000    CPU variant    : 0x0
  2001    CPU part    : 0xc07
  2002    CPU revision    : 5
  2003    
  2004    Hardware    : Generic DT based system
  2005    Revision    : 0000
  2006    Serial        : cd1d5ffa03aecfa2
  2007    
  2008    ### meminfo:
  2009    
  2010    MemTotal:         985420 kB
  2011    MemFree:          905472 kB
  2012    MemAvailable:     931444 kB
  2013    Buffers:            8720 kB
  2014    Cached:            29232 kB
  2015    SwapCached:            0 kB
  2016    Active:            27008 kB
  2017    Inactive:          16840 kB
  2018    Active(anon):       6112 kB
  2019    Inactive(anon):     5708 kB
  2020    Active(file):      20896 kB
  2021    Inactive(file):    11132 kB
  2022    Unevictable:           0 kB
  2023    Mlocked:               0 kB
  2024    HighTotal:             0 kB
  2025    HighFree:              0 kB
  2026    LowTotal:         985420 kB
  2027    LowFree:          905472 kB
  2028    SwapTotal:        492708 kB
  2029    SwapFree:         492708 kB
  2030    Dirty:              1276 kB
  2031    Writeback:             0 kB
  2032    AnonPages:          5988 kB
  2033    Mapped:             7952 kB
  2034    Shmem:              5836 kB
  2035    Slab:              18256 kB
  2036    SReclaimable:       9972 kB
  2037    SUnreclaim:         8284 kB
  2038    KernelStack:         928 kB
  2039    PageTables:          232 kB
  2040    NFS_Unstable:          0 kB
  2041    Bounce:                0 kB
  2042    WritebackTmp:          0 kB
  2043    CommitLimit:      985416 kB
  2044    Committed_AS:      21552 kB
  2045    VmallocTotal:     245760 kB
  2046    VmallocUsed:           0 kB
  2047    VmallocChunk:          0 kB
  2048    CmaTotal:          16384 kB
  2049    CmaFree:           12204 kB
  2050    
  2051    ### virtual memory:
  2052    
  2053    vm.admin_reserve_kbytes = 8192
  2054    vm.block_dump = 0
  2055    vm.dirty_background_bytes = 0
  2056    vm.dirty_background_ratio = 10
  2057    vm.dirty_bytes = 0
  2058    vm.dirty_expire_centisecs = 3000
  2059    vm.dirty_ratio = 20
  2060    vm.dirtytime_expire_seconds = 43200
  2061    vm.dirty_writeback_centisecs = 500
  2062    vm.drop_caches = 0
  2063    vm.extra_free_kbytes = 0
  2064    vm.highmem_is_dirtyable = 0
  2065    vm.laptop_mode = 0
  2066    vm.legacy_va_layout = 0
  2067    vm.lowmem_reserve_ratio = 32    32
  2068    vm.max_map_count = 65530
  2069    vm.min_free_kbytes = 3924
  2070    vm.mmap_min_addr = 32768
  2071    vm.mmap_rnd_bits = 8
  2072    vm.nr_pdflush_threads = 0
  2073    vm.oom_dump_tasks = 1
  2074    vm.oom_kill_allocating_task = 0
  2075    vm.overcommit_kbytes = 0
  2076    vm.overcommit_memory = 0
  2077    vm.overcommit_ratio = 50
  2078    vm.page-cluster = 0
  2079    vm.panic_on_oom = 0
  2080    vm.percpu_pagelist_fraction = 0
  2081    vm.stat_interval = 1
  2082    vm.swappiness = 100
  2083    vm.user_reserve_kbytes = 30422
  2084    vm.vfs_cache_pressure = 100
  2085    
  2086    ### ip addr:
  2087    
  2088    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
  2089        link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  2090        inet XXX.XXX.0.1/8 scope host lo
  2091           valid_lft forever preferred_lft forever
  2092        inet6 ::1/128 scope host
  2093           valid_lft forever preferred_lft forever
  2094    2: dummy0: <BROADCAST,NOARP> mtu 1500 qdisc noop state DOWN group default qlen 1000
  2095        link/ether f2:16:49:d5:79:1e brd ff:ff:ff:ff:ff:ff
  2096    3: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
  2097        link/ether f6:b4:e0:5a:1e:3a brd ff:ff:ff:ff:ff:ff
  2098    4: sit0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1
  2099        link/sit XXX.XXX.0.0 brd XXX.XXX.0.0
  2100    
  2101    ### partitions:
  2102    
  2103    major minor  #blocks  name
  2104    
  2105     179        0   60620800 mmcblk0
  2106     179        1   60010496 mmcblk0p1
  2107     253        0     492712 zram0
  2108     253        1      51200 zram1
  2109    
  2110    ### df:
  2111    
  2112    udev            471M     0  471M   0% /dev
  2113    tmpfs            97M  2.8M   94M   3% /run
  2114    /dev/mmcblk0p1   56G  1.1G   55G   2% /
  2115    tmpfs           482M     0  482M   0% /dev/shm
  2116    tmpfs           5.0M  4.0K  5.0M   1% /run/lock
  2117    tmpfs           482M     0  482M   0% /sys/fs/cgroup
  2118    tmpfs           482M     0  482M   0% /tmp
  2119    /dev/zram1       49M  1.3M   44M   3% /var/log
  2120    
  2121    ### lsblk:
  2122    
  2123    NAME        FSTYPE   SIZE MOUNTPOINT UUID
  2124    mmcblk0             57.8G            
  2125    └─mmcblk0p1 ext4    57.2G /          2ca5ad18-5d1f-4279-8d1e-6c805b6be8db
  2126    zram1                 50M /var/log   
  2127    
  2128    ### zramctl:
  2129    
  2130    NAME       ALGORITHM DISKSIZE  DATA COMPR TOTAL STREAMS MOUNTPOINT
  2131    /dev/zram1 lz4            50M  132K  868B   32K       4 /var/log
  2132    /dev/zram0 lzo         481.2M    4K   76B    4K       4 [SWAP]
  2133    
  2134    ### mtab:
  2135    
  2136    /dev/mmcblk0p1 / ext4 rw,noatime,errors=remount-ro,commit=600 0 0
  2137    /dev/mmcblk0p1 /var/log.hdd ext4 rw,noatime,errors=remount-ro,commit=600 0 0
  2138    /dev/zram1 /var/log ext4 rw,relatime,discard 0 0
  2139    
  2140    ### mmc0:59b4 info:
  2141    
  2142                     cid: 1d41445344202020100000002c015287
  2143                     csd: 400e00325b590001ce7f7f800a4000cf
  2144                     scr: 0245804300000000
  2145                    date: 02/2021
  2146                    name: SD    
  2147                    type: SD
  2148    preferred_erase_size: 4194304
  2149                   fwrev: 0x0
  2150                   hwrev: 0x1
  2151                   oemid: 0x4144
  2152                  manfid: 0x00001d
  2153                  serial: 0x0000002c
  2154                  uevent: DRIVER=mmcblk MMC_TYPE=SD MMC_NAME=SD    MODALIAS=mmc:block
  2155              erase_size: 512
  2156    
  2157    ### Boot system health:
  2158    
  2159    Time        CPU    load %cpu %sys %usr %nice %io %irq   CPU  C.St.
  2160    20:33:25: 1200MHz  1.28  38%  21%  14%   0%   2%   0% 45.8°C  0/4
  2161    20:33:25: 1200MHz  1.28  56%  23%  31%   1%   0%   0% 45.0°C  0/4
  2162    20:33:26:  816MHz  1.28  34%  20%  12%   1%   0%   0% 43.0°C  0/4
  2163    20:33:26: 1008MHz  1.28  33%  19%  11%   1%   0%   0% 43.0°C  0/4
  2164    20:33:27:  816MHz  1.28  34%  18%  14%   2%   0%   0% 43.0°C  0/4
  2165    
  2166    ### Activated 1 lzo zram swap devices with 481 MB each
  2167    
  2168    ### Activated Armbian ramlog partition with lz4 compression
  2169    
  2170    Thu 03 Jun 2021 10:37:05 PM UTC | rk322x-box | 21.05.1 | armhf | armv7l | 4.4.194-rk322x
  2171    
  2172    ### dmesg:
  2173    
  2174    [    0.000000] Booting Linux on physical CPU 0xf00
  2175    [    0.000000] Initializing cgroup subsys cpuset
  2176    [    0.000000] Initializing cgroup subsys cpu
  2177    [    0.000000] Initializing cgroup subsys cpuacct
  2178    [    0.000000] Linux version 4.4.194-rk322x (root@hirsute) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) ) #3 SMP Thu May 6 22:00:38 UTC 2021
  2179    [    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
  2180    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  2181    [    0.000000] Machine model: Generic RK322x TV Box board
  2182    [    0.000000] cma: Reserved 16 MiB at 0x9f000000
  2183    [    0.000000] Memory policy: Data cache writealloc
  2184    [    0.000000] On node 0 totalpages: 253952
  2185    [    0.000000] free_area_init_node: node 0, pgdat b1253b40, node_mem_map ee6f1000
  2186    [    0.000000]   Normal zone: 2304 pages used for memmap
  2187    [    0.000000]   Normal zone: 0 pages reserved
  2188    [    0.000000]   Normal zone: 253952 pages, LIFO batch:31
  2189    [    0.000000] psci: probing for conduit method from DT.
  2190    [    0.000000] psci: PSCIv1.0 detected in firmware.
  2191    [    0.000000] psci: Using standard PSCI v0.2 function IDs
  2192    [    0.000000] psci: MIGRATE_INFO_TYPE not supported.
  2193    [    0.000000] PERCPU: Embedded 14 pages/cpu @ee68f000 s24856 r8192 d24296 u57344
  2194    [    0.000000] pcpu-alloc: s24856 r8192 d24296 u57344 alloc=14*4096
  2195    [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  2196    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 251648
  2197    [    0.000000] Kernel command line: earlyprintk root=UUID=2ca5ad18-5d1f-4279-8d1e-6c805b6be8db console=ttyS2,115200n8 console=tty1 rootwait rootfstype=ext4  consoleblank=0 loglevel=1 ubootpart=73c5b759-01 usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u coherent_pool=2M  cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1
  2198    [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  2199    [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  2200    [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  2201    [    0.000000] Memory: 962664K/1015808K available (12862K kernel code, 919K rwdata, 3240K rodata, 808K init, 1219K bss, 36760K reserved, 16384K cma-reserved, 0K highmem)
  2202    [    0.000000] Virtual kernel memory layout:
  2203                       vector  : 0xffff0000 - 0xffff1000   (   4 kB)
  2204                       fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
  2205                       vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
  2206                       lowmem  : 0xb0000000 - 0xf0000000   (1024 MB)
  2207                       pkmap   : 0xafe00000 - 0xb0000000   (   2 MB)
  2208                       modules : 0xaf000000 - 0xafe00000   (  14 MB)
  2209                         .text : 0xb0008000 - 0xb0c97c6c   (12864 kB)
  2210                         .init : 0xb10b0000 - 0xb117a000   ( 808 kB)
  2211                         .data : 0xb117a000 - 0xb125fe94   ( 920 kB)
  2212                          .bss : 0xb1261000 - 0xb1391f14   (1220 kB)
  2213    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  2214    [    0.000000] Hierarchical RCU implementation.
  2215    [    0.000000]     Build-time adjustment of leaf fanout to 32.
  2216    [    0.000000] NR_IRQS:16 nr_irqs:16 16
  2217    [    0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
  2218    [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  2219    [    0.000007] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  2220    [    0.000023] Switching to timer-based delay loop, resolution 41ns
  2221    [    0.001792] Console: colour dummy device 80x30
  2222    [    0.001976] console [tty1] enabled
  2223    [    0.002001] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
  2224    [    0.002018] pid_max: default: 32768 minimum: 301
  2225    [    0.002150] Security Framework initialized
  2226    [    0.002164] Yama: becoming mindful.
  2227    [    0.002239] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  2228    [    0.002255] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  2229    [    0.003142] Initializing cgroup subsys io
  2230    [    0.003175] Initializing cgroup subsys memory
  2231    [    0.003217] Initializing cgroup subsys devices
  2232    [    0.003237] Initializing cgroup subsys freezer
  2233    [    0.003254] Initializing cgroup subsys net_cls
  2234    [    0.003271] Initializing cgroup subsys perf_event
  2235    [    0.003289] Initializing cgroup subsys net_prio
  2236    [    0.003318] Initializing cgroup subsys pids
  2237    [    0.003386] CPU: Testing write buffer coherency: ok
  2238    [    0.003434] ftrace: allocating 41892 entries in 123 pages
  2239    [    0.082718] /cpus/cpu@f00 missing clock-frequency property
  2240    [    0.082751] /cpus/cpu@f01 missing clock-frequency property
  2241    [    0.082770] /cpus/cpu@f02 missing clock-frequency property
  2242    [    0.082789] /cpus/cpu@f03 missing clock-frequency property
  2243    [    0.082802] CPU0: update cpu_capacity 430
  2244    [    0.082813] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
  2245    [    0.082895] Setting up static identity map for 0x60008280 - 0x600082d8
  2246    [    0.094098] CPU1: update cpu_capacity 430
  2247    [    0.094107] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
  2248    [    0.103563] CPU2: update cpu_capacity 430
  2249    [    0.103572] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
  2250    [    0.113014] CPU3: update cpu_capacity 430
  2251    [    0.113021] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
  2252    [    0.113154] Brought up 4 CPUs
  2253    [    0.113194] SMP: Total of 4 processors activated (192.00 BogoMIPS).
  2254    [    0.113203] CPU: All CPU(s) started in SVC mode.
  2255    [    0.114720] devtmpfs: initialized
  2256    [    0.134345] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
  2257    [    0.134927] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  2258    [    0.134968] futex hash table entries: 1024 (order: 4, 65536 bytes)
  2259    [    0.136300] xor: measuring software checksum speed
  2260    [    0.174743]    arm4regs  :  1011.000 MB/sec
  2261    [    0.214847]    8regs     :   705.000 MB/sec
  2262    [    0.254950]    32regs    :   684.000 MB/sec
  2263    [    0.295051]    neon      :  1018.000 MB/sec
  2264    [    0.295061] xor: using function: neon (1018.000 MB/sec)
  2265    [    0.295101] pinctrl core: initialized pinctrl subsystem
  2266    [    0.296656] NET: Registered protocol family 16
  2267    [    0.299187] DMA: preallocated 2048 KiB pool for atomic coherent allocations
  2268    [    0.311205] cpuidle: using governor ladder
  2269    [    0.323217] cpuidle: using governor menu
  2270    [    0.339630] gpiochip_add_data: registered GPIOs 0 to 31 on device: gpio0
  2271    [    0.339792] gpiochip_add_data: registered GPIOs 32 to 63 on device: gpio1
  2272    [    0.339953] gpiochip_add_data: registered GPIOs 64 to 95 on device: gpio2
  2273    [    0.340104] gpiochip_add_data: registered GPIOs 96 to 127 on device: gpio3
  2274    [    0.346648] console [pstore-1] enabled
  2275    [    0.346660] pstore: Registered ramoops as persistent store backend
  2276    [    0.346672] ramoops: attached 0xf0000@0x62e00000, ecc: 0/0
  2277    [    0.350043] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  2278    [    0.350064] hw-breakpoint: maximum watchpoint size is 8 bytes.
  2279    [    0.350273] sip_firmware_init: set rockchip sip version v2 failed
  2280    [    0.448073] raid6: int32x1  gen()   133 MB/s
  2281    [    0.516162] raid6: int32x1  xor()   131 MB/s
  2282    [    0.584418] raid6: int32x2  gen()   166 MB/s
  2283    [    0.652687] raid6: int32x2  xor()   137 MB/s
  2284    [    0.720838] raid6: int32x4  gen()   163 MB/s
  2285    [    0.788992] raid6: int32x4  xor()   137 MB/s
  2286    [    0.857228] raid6: int32x8  gen()   166 MB/s
  2287    [    0.925497] raid6: int32x8  xor()   113 MB/s
  2288    [    0.993623] raid6: neonx1   gen()   382 MB/s
  2289    [    1.061750] raid6: neonx1   xor()   290 MB/s
  2290    [    1.129947] raid6: neonx2   gen()   519 MB/s
  2291    [    1.198094] raid6: neonx2   xor()   376 MB/s
  2292    [    1.266296] raid6: neonx4   gen()   581 MB/s
  2293    [    1.334511] raid6: neonx4   xor()   400 MB/s
  2294    [    1.402798] raid6: neonx8   gen()   560 MB/s
  2295    [    1.470954] raid6: neonx8   xor()   391 MB/s
  2296    [    1.470966] raid6: using algorithm neonx4 gen() 581 MB/s
  2297    [    1.470976] raid6: .... xor() 400 MB/s, rmw enabled
  2298    [    1.470986] raid6: using intx1 recovery algorithm
  2299    [    1.471964] rockchip-pm rockchip-suspend: not set wakeup-config
  2300    [    1.471988] rockchip-pm rockchip-suspend: not set pwm-regulator-config
  2301    [    1.472350] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/regulators/regulator@0[0]'
  2302    [    1.472838] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/regulators/regulator@1[0]'
  2303    [    1.473475] of_get_named_gpiod_flags: parsed 'gpio' property of node '/vcc-host-regulator[0]' - status (0)
  2304    [    1.474074] of_get_named_gpiod_flags: parsed 'gpio' property of node '/otg-vbus-regulator[0]' - status (0)
  2305    [    1.474568] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vcc-phy-regulator[0]'
  2306    [    1.475480] iommu: Adding device 20020000.vpu-service to group 0
  2307    [    1.475602] iommu: Adding device 20030000.rkvdec to group 1
  2308    [    1.475698] iommu: Adding device 20050000.vop to group 2
  2309    [    1.475791] iommu: Adding device 20070000.iep to group 3
  2310    [    1.476314] rk_iommu 20020800.iommu: can't get sclk
  2311    [    1.476889] rk_iommu 20030480.iommu: can't get sclk
  2312    [    1.477146] rk_iommu 20053f00.iommu: can't get sclk
  2313    [    1.477291] rk_iommu 20070800.iommu: can't get aclk
  2314    [    1.477310] rk_iommu 20070800.iommu: can't get hclk
  2315    [    1.477326] rk_iommu 20070800.iommu: can't get sclk
  2316    [    1.478077] SCSI subsystem initialized
  2317    [    1.478490] usbcore: registered new interface driver usbfs
  2318    [    1.478591] usbcore: registered new interface driver hub
  2319    [    1.478709] usbcore: registered new device driver usb
  2320    [    1.478929] media: Linux media interface: v0.10
  2321    [    1.479086] Linux video capture interface: v2.00
  2322    [    1.479340] pps_core: LinuxPPS API ver. 1 registered
  2323    [    1.479355] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  2324    [    1.479397] PTP clock support registered
  2325    [    1.481305] Advanced Linux Sound Architecture Driver Initialized.
  2326    [    1.482296] Bluetooth: Core ver 2.21
  2327    [    1.482365] NET: Registered protocol family 31
  2328    [    1.482378] Bluetooth: HCI device and connection manager initialized
  2329    [    1.482399] Bluetooth: HCI socket layer initialized
  2330    [    1.482416] Bluetooth: L2CAP socket layer initialized
  2331    [    1.482471] Bluetooth: SCO socket layer initialized
  2332    [    1.483320] NetLabel: Initializing
  2333    [    1.483341] NetLabel:  domain hash size = 128
  2334    [    1.483350] NetLabel:  protocols = UNLABELED CIPSOv4
  2335    [    1.483425] NetLabel:  unlabeled traffic allowed by default
  2336    [    1.484764] clocksource: Switched to clocksource arch_sys_counter
  2337    [    1.579751] NET: Registered protocol family 2
  2338    [    1.580616] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  2339    [    1.580732] TCP bind hash table entries: 8192 (order: 5, 163840 bytes)
  2340    [    1.581168] TCP: Hash tables configured (established 8192 bind 8192)
  2341    [    1.581265] UDP hash table entries: 512 (order: 2, 24576 bytes)
  2342    [    1.581334] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes)
  2343    [    1.581684] NET: Registered protocol family 1
  2344    [    1.582353] RPC: Registered named UNIX socket transport module.
  2345    [    1.582376] RPC: Registered udp transport module.
  2346    [    1.582387] RPC: Registered tcp transport module.
  2347    [    1.582397] RPC: Registered tcp NFSv4.1 backchannel transport module.
  2348    [    1.582718] Trying to unpack rootfs image as initramfs...
  2349    [    1.955842] Freeing initrd memory: 5564K
  2350    [    1.956989] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
  2351    [    1.959892] Initialise system trusted keyring
  2352    [    1.973812] VFS: Disk quotas dquot_6.6.0
  2353    [    1.974119] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  2354    [    1.976802] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  2355    [    1.980139] NFS: Registering the id_resolver key type
  2356    [    1.980230] Key type id_resolver registered
  2357    [    1.980242] Key type id_legacy registered
  2358    [    1.980278] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  2359    [    1.980389] ntfs: driver 2.1.32 [Flags: R/W].
  2360    [    1.981436] JFS: nTxBlock = 7692, nTxLock = 61538
  2361    [    1.990031] SGI XFS with security attributes, no debug enabled
  2362    [    1.998857] NET: Registered protocol family 38
  2363    [    1.998908] Key type asymmetric registered
  2364    [    1.998929] Asymmetric key parser 'x509' registered
  2365    [    1.999327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
  2366    [    1.999702] io scheduler noop registered
  2367    [    1.999731] io scheduler deadline registered
  2368    [    1.999832] io scheduler cfq registered (default)
  2369    [    2.003035] phy phy-11000000.syscon:usb2-phy@800.2: Failed to get VBUS supply regulator
  2370    [    2.008053] rk-vcodec 20020000.vpu-service: no regulator for vcodec
  2371    [    2.008451] rk-vcodec 20020000.vpu-service: probe device
  2372    [    2.008928] rk-vcodec 20020000.vpu-service: drm allocator with mmu enabled
  2373    [    2.010127] rk-vcodec 20020000.vpu-service: could not find power_model node
  2374    [    2.010153] rk-vcodec 20020000.vpu-service: init success
  2375    [    2.010596] rk-vcodec 20030000.rkvdec: vcodec regulator not ready, retry
  2376    [    2.014832] dma-pl330 110f0000.pdma: Loaded driver for PL330 DMAC-241330
  2377    [    2.014859] dma-pl330 110f0000.pdma:     DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
  2378    [    2.015962] rockchip-system-monitor rockchip-system-monitor: system monitor probe
  2379    [    2.016426] pwm-regulator vdd-arm-regulator: GPIO lookup for consumer enable
  2380    [    2.016444] pwm-regulator vdd-arm-regulator: using device tree for GPIO lookup
  2381    [    2.016461] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/vdd-arm-regulator[0]'
  2382    [    2.016477] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/vdd-arm-regulator[0]'
  2383    [    2.016490] pwm-regulator vdd-arm-regulator: using lookup tables for GPIO lookup
  2384    [    2.016505] pwm-regulator vdd-arm-regulator: lookup for GPIO enable failed
  2385    [    2.017208] pwm-regulator vdd-log-regulator: GPIO lookup for consumer enable
  2386    [    2.017231] pwm-regulator vdd-log-regulator: using device tree for GPIO lookup
  2387    [    2.017247] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/vdd-log-regulator[0]'
  2388    [    2.017261] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/vdd-log-regulator[0]'
  2389    [    2.017275] pwm-regulator vdd-log-regulator: using lookup tables for GPIO lookup
  2390    [    2.017290] pwm-regulator vdd-log-regulator: lookup for GPIO enable failed
  2391    [    2.018346] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
  2392    [    2.019147] 11030000.serial: ttyS2 at MMIO 0x11030000 (irq = 30, base_baud = 1500000) is a 16550A
  2393    [    2.019973] console [ttyS2] enabled
  2394    [    2.021808] [drm] Initialized drm 1.1.0 20060810
  2395    [    2.024178] [drm] Rockchip DRM driver version: v1.0.1
  2396    [    2.024432] rockchip-drm display-subsystem: devfreq is not set
  2397    [    2.025216] rockchip-drm display-subsystem: bound 20050000.vop (ops 0xb0d1b2b0)
  2398    [    2.025614] i2c i2c-0: of_i2c: modalias failure on /hdmi@200a0000/ports
  2399    [    2.025641] dwhdmi-rockchip 200a0000.hdmi: registered DesignWare HDMI I2C bus driver
  2400    [    2.025761] dwhdmi-rockchip 200a0000.hdmi: Detected HDMI TX controller v2.01a with HDCP (inno_dw_hdmi_phy)
  2401    [    2.026998] rockchip-drm display-subsystem: bound 200a0000.hdmi (ops 0xb0d13808)
  2402    [    2.027022] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  2403    [    2.027034] [drm] No driver support for vblank timestamp query.
  2404    [    2.027148] rockchip-drm display-subsystem: failed to parse display resources
  2405    [    2.027211] rockchip-drm display-subsystem: No connectors reported connected with modes
  2406    [    2.027295] [drm] Cannot find any crtc or sizes - going 1024x768
  2407    [    2.049574] Console: switching to colour frame buffer device 128x48
  2408    [    2.064926] rockchip-drm display-subsystem: fb0:  frame buffer device
  2409    [    2.081300] Registered IR keymap rc-cec
  2410    [    2.081555] rc rc0: RC for dw_hdmi as /devices/platform/200a0000.hdmi/rc/rc0
  2411    [    2.082225] input: RC for dw_hdmi as /devices/platform/200a0000.hdmi/rc/rc0/input0
  2412    [    2.084363] brd: module loaded
  2413    [    2.095588] loop: module loaded
  2414    [    2.095679] lkdtm: No crash points registered, enable through debugfs
  2415    [    2.098200] libphy: Fixed MDIO Bus: probed
  2416    [    2.098233] tun: Universal TUN/TAP device driver, 1.6
  2417    [    2.098244] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  2418    [    2.098599] CAN device driver interface
  2419    [    2.099947] rk_gmac-dwmac 30200000.ethernet: clock input or output? (output).
  2420    [    2.099975] rk_gmac-dwmac 30200000.ethernet: TX delay(0x30).
  2421    [    2.099990] rk_gmac-dwmac 30200000.ethernet: RX delay(0x10).
  2422    [    2.100047] rk_gmac-dwmac 30200000.ethernet: integrated PHY? (yes).
  2423    [    2.100219] rk_gmac-dwmac 30200000.ethernet: cannot get clock clk_mac_speed
  2424    [    2.105298] rk_gmac-dwmac 30200000.ethernet: init for RMII
  2425    [    2.140889] stmmac - user ID: 0x10, Synopsys ID: 0x35
  2426    [    2.140906]  Ring mode enabled
  2427    [    2.140916]  DMA HW capability register supported
  2428    [    2.140926]  Normal descriptors
  2429    [    2.140937]  RX Checksum Offload Engine supported (type 2)
  2430    [    2.140946]  TX Checksum insertion supported
  2431    [    2.140954]  Wake-Up On Lan supported
  2432    [    2.141049] rk_gmac-dwmac 30200000.ethernet: rk_get_eth_addr: mac address: f6:b4:e0:5a:1e:3a
  2433    [    2.141062] eth%d: device MAC address f6:b4:e0:5a:1e:3a
  2434    [    2.141072]  Enable RX Mitigation via HW Watchdog Timer
  2435    [    2.141267] of_get_named_gpiod_flags: parsed 'snps,reset-gpio' property of node '/ethernet@30200000[0]' - status (0)
  2436    [    2.546294] libphy: stmmac: probed
  2437    [    2.546324] eth%d: PHY ID 1234d400 at 0 IRQ POLL (stmmac-0:00) active
  2438    [    2.546338] eth%d: PHY ID 00000000 at 1 IRQ POLL (stmmac-0:01)
  2439    [    2.546351] eth%d: PHY ID 00000000 at 2 IRQ POLL (stmmac-0:02)
  2440    [    2.546364] eth%d: PHY ID 00000000 at 3 IRQ POLL (stmmac-0:03)
  2441    [    2.546376] eth%d: PHY ID 00000000 at 4 IRQ POLL (stmmac-0:04)
  2442    [    2.546388] eth%d: PHY ID 00000000 at 5 IRQ POLL (stmmac-0:05)
  2443    [    2.546401] eth%d: PHY ID 00000000 at 6 IRQ POLL (stmmac-0:06)
  2444    [    2.546413] eth%d: PHY ID 00000000 at 7 IRQ POLL (stmmac-0:07)
  2445    [    2.546425] eth%d: PHY ID 00000000 at 8 IRQ POLL (stmmac-0:08)
  2446    [    2.546437] eth%d: PHY ID 00000000 at 9 IRQ POLL (stmmac-0:09)
  2447    [    2.546450] eth%d: PHY ID 00000000 at 10 IRQ POLL (stmmac-0:0a)
  2448    [    2.546462] eth%d: PHY ID 00000000 at 11 IRQ POLL (stmmac-0:0b)
  2449    [    2.546475] eth%d: PHY ID 00000000 at 12 IRQ POLL (stmmac-0:0c)
  2450    [    2.546487] eth%d: PHY ID 00000000 at 13 IRQ POLL (stmmac-0:0d)
  2451    [    2.546500] eth%d: PHY ID 00000000 at 14 IRQ POLL (stmmac-0:0e)
  2452    [    2.546512] eth%d: PHY ID 00000000 at 15 IRQ POLL (stmmac-0:0f)
  2453    [    2.546524] eth%d: PHY ID 00000000 at 16 IRQ POLL (stmmac-0:10)
  2454    [    2.546536] eth%d: PHY ID 00000000 at 17 IRQ POLL (stmmac-0:11)
  2455    [    2.546549] eth%d: PHY ID 00000000 at 18 IRQ POLL (stmmac-0:12)
  2456    [    2.546561] eth%d: PHY ID 00000000 at 19 IRQ POLL (stmmac-0:13)
  2457    [    2.546574] eth%d: PHY ID 00000000 at 20 IRQ POLL (stmmac-0:14)
  2458    [    2.546586] eth%d: PHY ID 00000000 at 21 IRQ POLL (stmmac-0:15)
  2459    [    2.546598] eth%d: PHY ID 00000000 at 22 IRQ POLL (stmmac-0:16)
  2460    [    2.546611] eth%d: PHY ID 00000000 at 23 IRQ POLL (stmmac-0:17)
  2461    [    2.546623] eth%d: PHY ID 00000000 at 24 IRQ POLL (stmmac-0:18)
  2462    [    2.546635] eth%d: PHY ID 00000000 at 25 IRQ POLL (stmmac-0:19)
  2463    [    2.546648] eth%d: PHY ID 00000000 at 26 IRQ POLL (stmmac-0:1a)
  2464    [    2.546660] eth%d: PHY ID 00000000 at 27 IRQ POLL (stmmac-0:1b)
  2465    [    2.546672] eth%d: PHY ID 00000000 at 28 IRQ POLL (stmmac-0:1c)
  2466    [    2.546684] eth%d: PHY ID 00000000 at 29 IRQ POLL (stmmac-0:1d)
  2467    [    2.546696] eth%d: PHY ID 00000000 at 30 IRQ POLL (stmmac-0:1e)
  2468    [    2.546708] eth%d: PHY ID 00000000 at 31 IRQ POLL (stmmac-0:1f)
  2469    [    2.548146] PPP generic driver version 2.4.2
  2470    [    2.548542] Atmel at76x USB Wireless LAN Driver 0.17 loading
  2471    [    2.548681] usbcore: registered new interface driver at76c50x-usb
  2472    [    2.548887] usbcore: registered new interface driver rtl8187
  2473    [    2.549012] usbcore: registered new interface driver rndis_wlan
  2474    [    2.549122] usbcore: registered new interface driver zd1201
  2475    [    2.549500] usbcore: registered new interface driver rt2800usb
  2476    [    2.549628] Rockchip WiFi SYS interface (V1.00) ...
  2477    [    2.549698] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
  2478    [    2.549784] usbcore: registered new interface driver pegasus
  2479    [    2.549871] usbcore: registered new interface driver rtl8150
  2480    [    2.549955] usbcore: registered new interface driver r8152
  2481    [    2.550056] usbcore: registered new interface driver asix
  2482    [    2.550138] usbcore: registered new interface driver ax88179_178a
  2483    [    2.550219] usbcore: registered new interface driver cdc_ether
  2484    [    2.550311] usbcore: registered new interface driver dm9601
  2485    [    2.550419] usbcore: registered new interface driver smsc75xx
  2486    [    2.550526] usbcore: registered new interface driver smsc95xx
  2487    [    2.550608] usbcore: registered new interface driver net1080
  2488    [    2.550690] usbcore: registered new interface driver rndis_host
  2489    [    2.550774] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
  2490    [    2.550913] usbcore: registered new interface driver cdc_ncm
  2491    [    2.551006] usbcore: registered new interface driver cdc_mbim
  2492    [    2.551481] 30040000.usb supply vusb_d not found, using dummy regulator
  2493    [    2.551579] 30040000.usb supply vusb_a not found, using dummy regulator
  2494    [    2.564723] dwc2 30040000.usb: DWC OTG Controller
  2495    [    2.564835] dwc2 30040000.usb: new USB bus registered, assigned bus number 1
  2496    [    2.564895] dwc2 30040000.usb: irq 48, io mem 0x30040000
  2497    [    2.565264] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  2498    [    2.565282] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  2499    [    2.565296] usb usb1: Product: DWC OTG Controller
  2500    [    2.565310] usb usb1: Manufacturer: Linux 4.4.194-rk322x dwc2_hsotg
  2501    [    2.565323] usb usb1: SerialNumber: 30040000.usb
  2502    [    2.566309] hub 1-0:1.0: USB hub found
  2503    [    2.566382] hub 1-0:1.0: 1 port detected
  2504    [    2.567890] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  2505    [    2.567919] ehci-platform: EHCI generic platform driver
  2506    [    2.570433] ehci-platform 30080000.usb: EHCI Host Controller
  2507    [    2.570799] ehci-platform 30080000.usb: new USB bus registered, assigned bus number 2
  2508    [    2.571097] ehci-platform 30080000.usb: irq 49, io mem 0x30080000
  2509    [    2.580807] ehci-platform 30080000.usb: USB 2.0 started, EHCI 1.00
  2510    [    2.581149] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
  2511    [    2.581168] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  2512    [    2.581182] usb usb2: Product: EHCI Host Controller
  2513    [    2.581196] usb usb2: Manufacturer: Linux 4.4.194-rk322x ehci_hcd
  2514    [    2.581210] usb usb2: SerialNumber: 30080000.usb
  2515    [    2.582183] hub 2-0:1.0: USB hub found
  2516    [    2.582253] hub 2-0:1.0: 1 port detected
  2517    [    2.585160] ehci-platform 300c0000.usb: EHCI Host Controller
  2518    [    2.585553] ehci-platform 300c0000.usb: new USB bus registered, assigned bus number 3
  2519    [    2.585848] ehci-platform 300c0000.usb: irq 51, io mem 0x300c0000
  2520    [    2.596808] ehci-platform 300c0000.usb: USB 2.0 started, EHCI 1.00
  2521    [    2.597096] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
  2522    [    2.597115] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  2523    [    2.597130] usb usb3: Product: EHCI Host Controller
  2524    [    2.597144] usb usb3: Manufacturer: Linux 4.4.194-rk322x ehci_hcd
  2525    [    2.597157] usb usb3: SerialNumber: 300c0000.usb
  2526    [    2.598133] hub 3-0:1.0: USB hub found
  2527    [    2.598202] hub 3-0:1.0: 1 port detected
  2528    [    2.601121] ehci-platform 30100000.usb: EHCI Host Controller
  2529    [    2.601512] ehci-platform 30100000.usb: new USB bus registered, assigned bus number 4
  2530    [    2.601797] ehci-platform 30100000.usb: irq 53, io mem 0x30100000
  2531    [    2.612808] ehci-platform 30100000.usb: USB 2.0 started, EHCI 1.00
  2532    [    2.613102] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
  2533    [    2.613120] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  2534    [    2.613136] usb usb4: Product: EHCI Host Controller
  2535    [    2.613149] usb usb4: Manufacturer: Linux 4.4.194-rk322x ehci_hcd
  2536    [    2.613163] usb usb4: SerialNumber: 30100000.usb
  2537    [    2.614137] hub 4-0:1.0: USB hub found
  2538    [    2.614205] hub 4-0:1.0: 1 port detected
  2539    [    2.615019] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  2540    [    2.615093] ohci-platform: OHCI generic platform driver
  2541    [    2.615499] ohci-platform 300a0000.usb: Generic Platform OHCI controller
  2542    [    2.615895] ohci-platform 300a0000.usb: new USB bus registered, assigned bus number 5
  2543    [    2.616154] ohci-platform 300a0000.usb: irq 50, io mem 0x300a0000
  2544    [    2.673054] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
  2545    [    2.673078] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  2546    [    2.673092] usb usb5: Product: Generic Platform OHCI controller
  2547    [    2.673106] usb usb5: Manufacturer: Linux 4.4.194-rk322x ohci_hcd
  2548    [    2.673120] usb usb5: SerialNumber: 300a0000.usb
  2549    [    2.674144] hub 5-0:1.0: USB hub found
  2550    [    2.674212] hub 5-0:1.0: 1 port detected
  2551    [    2.675068] ohci-platform 300e0000.usb: Generic Platform OHCI controller
  2552    [    2.675453] ohci-platform 300e0000.usb: new USB bus registered, assigned bus number 6
  2553    [    2.675712] ohci-platform 300e0000.usb: irq 52, io mem 0x300e0000
  2554    [    2.733047] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
  2555    [    2.733071] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  2556    [    2.733086] usb usb6: Product: Generic Platform OHCI controller
  2557    [    2.733100] usb usb6: Manufacturer: Linux 4.4.194-rk322x ohci_hcd
  2558    [    2.733113] usb usb6: SerialNumber: 300e0000.usb
  2559    [    2.734095] hub 6-0:1.0: USB hub found
  2560    [    2.734171] hub 6-0:1.0: 1 port detected
  2561    [    2.734967] ohci-platform 30120000.usb: Generic Platform OHCI controller
  2562    [    2.735326] ohci-platform 30120000.usb: new USB bus registered, assigned bus number 7
  2563    [    2.735592] ohci-platform 30120000.usb: irq 54, io mem 0x30120000
  2564    [    2.793061] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
  2565    [    2.793085] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  2566    [    2.793100] usb usb7: Product: Generic Platform OHCI controller
  2567    [    2.793114] usb usb7: Manufacturer: Linux 4.4.194-rk322x ohci_hcd
  2568    [    2.793127] usb usb7: SerialNumber: 30120000.usb
  2569    [    2.794092] hub 7-0:1.0: USB hub found
  2570    [    2.794161] hub 7-0:1.0: 1 port detected
  2571    [    2.795073] usbcore: registered new interface driver cdc_acm
  2572    [    2.795089] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  2573    [    2.795197] usbcore: registered new interface driver cdc_wdm
  2574    [    2.795505] usbcore: registered new interface driver usb-storage
  2575    [    2.795676] usbcore: registered new interface driver usbserial
  2576    [    2.795755] usbcore: registered new interface driver usbserial_generic
  2577    [    2.795827] usbserial: USB Serial support registered for generic
  2578    [    2.795933] usbcore: registered new interface driver keyspan
  2579    [    2.795994] usbserial: USB Serial support registered for Keyspan - (without firmware)
  2580    [    2.796052] usbserial: USB Serial support registered for Keyspan 1 port adapter
  2581    [    2.796111] usbserial: USB Serial support registered for Keyspan 2 port adapter
  2582    [    2.796169] usbserial: USB Serial support registered for Keyspan 4 port adapter
  2583    [    2.796285] usbcore: registered new interface driver option
  2584    [    2.796345] usbserial: USB Serial support registered for GSM modem (1-port)
  2585    [    2.797098] usbcore: registered new interface driver oti6858
  2586    [    2.797170] usbserial: USB Serial support registered for oti6858
  2587    [    2.797275] usbcore: registered new interface driver qcserial
  2588    [    2.797351] usbserial: USB Serial support registered for Qualcomm USB modem
  2589    [    2.797514] usbcore: registered new interface driver sierra
  2590    [    2.797575] usbserial: USB Serial support registered for Sierra USB modem
  2591    [    2.799054] usbcore: registered new interface driver iforce
  2592    [    2.799220] usbcore: registered new interface driver xpad
  2593    [    2.799521] usbcore: registered new interface driver usbtouchscreen
  2594    [    2.800691] i2c /dev entries driver
  2595    [    2.802700] IR NEC protocol handler initialized
  2596    [    2.802726] IR RC5(x/sz) protocol handler initialized
  2597    [    2.802744] IR RC6 protocol handler initialized
  2598    [    2.802761] IR JVC protocol handler initialized
  2599    [    2.802778] IR Sony protocol handler initialized
  2600    [    2.802795] IR SANYO protocol handler initialized
  2601    [    2.802812] IR Sharp protocol handler initialized
  2602    [    2.802829] IR MCE Keyboard/mouse protocol handler initialized
  2603    [    2.802847] IR XMP protocol handler initialized
  2604    [    2.804548] usbcore: registered new interface driver uvcvideo
  2605    [    2.804562] USB Video Class driver (1.1.1)
  2606    [    2.806500] Boot mode: normal
  2607    [    2.807651] rockchip-thermal 11150000.tsadc: tsadc is probed successfully!
  2608    [    2.809380] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
  2609    [    2.809739] Bluetooth: Virtual HCI driver ver 1.5
  2610    [    2.810017] Bluetooth: HCI UART driver ver 2.3
  2611    [    2.810035] Bluetooth: HCI UART protocol H4 registered
  2612    [    2.810046] Bluetooth: HCI UART protocol LL registered
  2613    [    2.810057] Bluetooth: HCI UART protocol ATH3K registered
  2614    [    2.810068] Bluetooth: HCI UART protocol Three-wire (H5) registered
  2615    [    2.810245] Bluetooth: HCI UART protocol BCM registered
  2616    [    2.810397] usbcore: registered new interface driver bfusb
  2617    [    2.810542] usbcore: registered new interface driver btusb
  2618    [    2.810564] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
  2619    [    2.811144] cpu cpu0: leakage=6
  2620    [    2.811176] cpu cpu0: leakage-volt-sel=0
  2621    [    2.811382] cpu cpu0: Failed to get pvtm
  2622    [    2.812729] cpu cpu0: avs=0
  2623    [    2.812882] cpu cpu0: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0
  2624    [    2.812908] cpu cpu0: failed to read out thermal zone (-22)
  2625    [    2.813537] cpu cpu0: failed to find power_model node
  2626    [    2.814170] pwrseq_simple sdio-pwrseq: GPIO lookup for consumer reset
  2627    [    2.814190] pwrseq_simple sdio-pwrseq: using device tree for GPIO lookup
  2628    [    2.814212] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/sdio-pwrseq[0]' - status (0)
  2629    [    2.814559] Synopsys Designware Multimedia Card Interface Driver
  2630    [    2.815161] dwmmc_rockchip 30000000.dwmmc: IDMAC supports 32-bit address mode.
  2631    [    2.815281] dwmmc_rockchip 30000000.dwmmc: Using internal DMA controller.
  2632    [    2.815299] dwmmc_rockchip 30000000.dwmmc: Version ID is 270a
  2633    [    2.815364] dwmmc_rockchip 30000000.dwmmc: DW MMC controller at irq 45,32 bit host data width,256 deep fifo
  2634    [    2.815415] dwmmc_rockchip 30000000.dwmmc: No vmmc regulator found
  2635    [    2.815426] dwmmc_rockchip 30000000.dwmmc: No vqmmc regulator found
  2636    [    2.815447] dwmmc_rockchip 30000000.dwmmc: GPIO lookup for consumer cd
  2637    [    2.815457] dwmmc_rockchip 30000000.dwmmc: using device tree for GPIO lookup
  2638    [    2.815483] of_get_named_gpiod_flags: parsed 'cd-gpios' property of node '/dwmmc@30000000[0]' - status (0)
  2639    [    2.815520] gpio-49 (cd): gpiod_set_debounce: missing set() or set_debounce() operations
  2640    [    2.815531] dwmmc_rockchip 30000000.dwmmc: Got CD GPIO
  2641    [    2.815543] dwmmc_rockchip 30000000.dwmmc: GPIO lookup for consumer wp
  2642    [    2.815552] dwmmc_rockchip 30000000.dwmmc: using device tree for GPIO lookup
  2643    [    2.815562] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@30000000[0]'
  2644    [    2.815572] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@30000000[0]'
  2645    [    2.815581] dwmmc_rockchip 30000000.dwmmc: using lookup tables for GPIO lookup
  2646    [    2.815591] dwmmc_rockchip 30000000.dwmmc: lookup for GPIO wp failed
  2647    [    2.828408] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  2648    [    2.841349] dwmmc_rockchip 30000000.dwmmc: 1 slots initialized
  2649    [    2.841723] dwmmc_rockchip 30010000.dwmmc: num-slots property not found, assuming 1 slot is available
  2650    [    2.841808] dwmmc_rockchip 30010000.dwmmc: IDMAC supports 32-bit address mode.
  2651    [    2.841895] dwmmc_rockchip 30010000.dwmmc: Using internal DMA controller.
  2652    [    2.841912] dwmmc_rockchip 30010000.dwmmc: Version ID is 270a
  2653    [    2.841969] dwmmc_rockchip 30010000.dwmmc: DW MMC controller at irq 46,32 bit host data width,256 deep fifo
  2654    [    2.842020] dwmmc_rockchip 30010000.dwmmc: No vmmc regulator found
  2655    [    2.842030] dwmmc_rockchip 30010000.dwmmc: No vqmmc regulator found
  2656    [    2.842048] dwmmc_rockchip 30010000.dwmmc: GPIO lookup for consumer wp
  2657    [    2.842058] dwmmc_rockchip 30010000.dwmmc: using device tree for GPIO lookup
  2658    [    2.842070] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@30010000[0]'
  2659    [    2.842081] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@30010000[0]'
  2660    [    2.842090] dwmmc_rockchip 30010000.dwmmc: using lookup tables for GPIO lookup
  2661    [    2.842100] dwmmc_rockchip 30010000.dwmmc: lookup for GPIO wp failed
  2662    [    2.842168] dwmmc_rockchip 30010000.dwmmc: allocated mmc-pwrseq
  2663    [    2.854929] mmc_host mmc1: Bus speed (slot 0) = 976562Hz (slot req 400000Hz, actual 244140HZ div = 2)
  2664    [    2.867574] dwmmc_rockchip 30010000.dwmmc: 1 slots initialized
  2665    [    2.868170] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-leds/auxiliary[0]' - status (0)
  2666    [    2.868383] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-leds/working[0]' - status (0)
  2667    [    2.868716] ledtrig-cpu: registered to indicate activity on CPUs
  2668    [    2.868902] hidraw: raw HID events driver (C) Jiri Kosina
  2669    [    2.869375] usbcore: registered new interface driver usbhid
  2670    [    2.869389] usbhid: USB HID core driver
  2671    [    2.870090] ashmem: initialized
  2672    [    2.873455] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
  2673    [    2.873639] mmc0: new high speed SDXC card at address 59b4
  2674    [    2.874497] rknandbase v1.2 2018-05-08
  2675    [    2.874922] mmcblk0: mmc0:59b4 SD    57.8 GiB
  2676    [    2.875894] rknand 30030000.nandc: rknand_probe clk rate = 150000000
  2677    [    2.876261] No.1 FLASH ID:ec de 94 c3 a4 ca
  2678    [    2.876336] No.1 FLASH ID:ec de 94 c3 a4 ca
  2679    [    2.877084]  mmcblk0: p1
  2680    [    2.879482] FlashLoadPhyInfo fail 800!!
  2681    [    2.879515] ftl_init ffffffff
  2682    [    2.879527] rk_ftl_init fail
  2683    [    2.881132] usbcore: registered new interface driver snd-usb-audio
  2684    [    2.881348] usbcore: registered new interface driver snd-ua101
  2685    [    2.881536] usbcore: registered new interface driver snd-usb-caiaq
  2686    [    2.881712] usbcore: registered new interface driver snd-usb-6fire
  2687    [    2.881894] usbcore: registered new interface driver snd-usb-hiface
  2688    [    2.882030] usbcore: registered new interface driver snd-bcd2000
  2689    [    2.882170] usbcore: registered new interface driver snd_usb_pod
  2690    [    2.882320] usbcore: registered new interface driver snd_usb_podhd
  2691    [    2.882465] usbcore: registered new interface driver snd_usb_toneport
  2692    [    2.882604] usbcore: registered new interface driver snd_usb_variax
  2693    [    2.890402] u32 classifier
  2694    [    2.890431]     input device check on
  2695    [    2.890443]     Actions configured
  2696    [    2.890474] Netfilter messages via NETLINK v0.30.
  2697    [    2.890521] nfnl_acct: registering with nfnetlink.
  2698    [    2.890663] nf_conntrack version 0.5.0 (15384 buckets, 61536 max)
  2699    [    2.891868] Initializing XFRM netlink socket
  2700    [    2.893552] NET: Registered protocol family 10
  2701    [    2.895406] ip6_tables: (C) 2000-2006 Netfilter Core Team
  2702    [    2.895853] sit: IPv6 over IPv4 tunneling driver
  2703    [    2.897238] NET: Registered protocol family 17
  2704    [    2.897320] NET: Registered protocol family 15
  2705    [    2.897425] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
  2706    [    2.897504] Bridge firewalling registered
  2707    [    2.897530] can: controller area network core (rev 20120528 abi 9)
  2708    [    2.897652] NET: Registered protocol family 29
  2709    [    2.897687] can: raw protocol (rev 20120528)
  2710    [    2.897712] can: broadcast manager protocol (rev 20120528 t)
  2711    [    2.897747] can: netlink gateway (rev 20130117) max_hops=1
  2712    [    2.898410] Bluetooth: RFCOMM TTY layer initialized
  2713    [    2.898454] Bluetooth: RFCOMM socket layer initialized
  2714    [    2.898503] Bluetooth: RFCOMM ver 1.11
  2715    [    2.898546] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  2716    [    2.898575] Bluetooth: HIDP socket layer initialized
  2717    [    2.898692] 8021q: 802.1Q VLAN Support v1.8
  2718    [    2.898755] lib80211: common routines for IEEE802.11 drivers
  2719    [    2.898773] lib80211_crypt: registered algorithm 'NULL'
  2720    [    2.898802] lib80211_crypt: registered algorithm 'WEP'
  2721    [    2.898830] lib80211_crypt: registered algorithm 'CCMP'
  2722    [    2.898858] lib80211_crypt: registered algorithm 'TKIP'
  2723    [    2.898882] [WLAN_RFKILL]: Enter rfkill_wlan_init
  2724    [    2.899289] [BT_RFKILL]: Enter rfkill_rk_init
  2725    [    2.899649] Key type dns_resolver registered
  2726    [    2.900099] flash vendor_init_thread!
  2727    [    2.900127] flash vendor storage:20170308 ret = -1
  2728    [    2.900216] Error: Driver 'sc031gs' is already registered, aborting...
  2729    [    2.901511] Registering SWP/SWPB emulation handler
  2730    [    2.903071] registered taskstats version 1
  2731    [    2.903115] Loading compiled-in X.509 certificates
  2732    [    2.907601] Btrfs loaded
  2733    [    2.909098] rga2: Driver loaded successfully ver:4.01
  2734    [    2.909422] rga2: Module initialized.
  2735    [    2.909477] pvtm list NULL
  2736    [    2.910963] rk-vcodec 20030000.rkvdec: leakage=5
  2737    [    2.911007] rk-vcodec 20030000.rkvdec: leakage-volt-sel=0
  2738    [    2.911169] rk-vcodec 20030000.rkvdec: Failed to get pvtm
  2739    [    2.911754] rk-vcodec 20030000.rkvdec: avs=0
  2740    [    2.912150] rk-vcodec 20030000.rkvdec: probe device
  2741    [    2.912837] rk-vcodec 20030000.rkvdec: drm allocator with mmu enabled
  2742    [    2.914517] rk-vcodec 20030000.rkvdec: init success
  2743    [    2.915888] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/hdmi-sound[0]'
  2744    [    2.915917] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/hdmi-sound[0]'
  2745    [    2.917283] asoc-simple-card hdmi-sound: i2s-hifi <-> 100c0000.i2s0 mapping ok
  2746    [    2.919892] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/spdif-sound[0]'
  2747    [    2.919923] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/spdif-sound[0]'
  2748    [    2.920146] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
  2749    [    2.922378] mmc1: new high speed SDIO card at address 0001
  2750    [    2.923944] asoc-simple-card spdif-sound: dit-hifi <-> 100d0000.spdif mapping ok
  2751    [    2.926340] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-keys/reset[0]' - status (0)
  2752    [    2.926423] gpio-121 (reset): gpiod_set_debounce: missing set() or set_debounce() operations
  2753    [    2.926808] input: gpio-keys as /devices/platform/gpio-keys/input/input1
  2754    [    2.927250] hctosys: unable to open rtc device (rtc0)
  2755    [    2.940289] ALSA device list:
  2756    [    2.940318]   #0: DW-I2S-HDMI
  2757    [    2.940327]   #1: SPDIF
  2758    [    2.941400] Freeing unused kernel memory: 808K
  2759    [    2.941415] This architecture does not have kernel memory protection.
  2760    [    4.071143] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
  2761    [    4.820521] systemd[1]: System time before build time, advancing clock.
  2762    [    4.845773] systemd[1]: Inserted module 'autofs4'
  2763    [    4.851274] ip_tables: (C) 2000-2006 Netfilter Core Team
  2764    [    4.860403] cgroup: cgroup2: unknown option "nsdelegate"
  2765    [    4.874979] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
  2766    [    4.876092] systemd[1]: Detected architecture arm.
  2767    [    4.887668] systemd[1]: Set hostname to <rk322x-box>.
  2768    [    5.083690] ttyS2 - failed to request DMA, use interrupt mode
  2769    [    5.220216] systemd[1]: File /lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
  2770    [    5.220262] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
  2771    [    5.630486] random: systemd: uninitialized urandom read (16 bytes read, 40 bits of entropy available)
  2772    [    5.643573] random: systemd: uninitialized urandom read (16 bytes read, 40 bits of entropy available)
  2773    [    5.644028] systemd[1]: Listening on initctl Compatibility Named Pipe.
  2774    [    5.645171] random: systemd: uninitialized urandom read (16 bytes read, 40 bits of entropy available)
  2775    [    5.645293] systemd[1]: Reached target System Time Synchronized.
  2776    [    5.645869] random: systemd: uninitialized urandom read (16 bytes read, 40 bits of entropy available)
  2777    [    5.649867] systemd[1]: Created slice system-getty.slice.
  2778    [    5.650536] random: systemd: uninitialized urandom read (16 bytes read, 40 bits of entropy available)
  2779    [    5.650644] systemd[1]: Reached target Remote File Systems.
  2780    [    5.651236] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped.
  2781    [    5.651366] random: systemd: uninitialized urandom read (16 bytes read, 40 bits of entropy available)
  2782    [    5.652224] systemd[1]: Listening on Journal Socket.
  2783    [    5.653451] random: systemd: uninitialized urandom read (16 bytes read, 40 bits of entropy available)
  2784    [    5.658758] systemd[1]: Mounting Kernel Debug File System...
  2785    [    5.662725] random: systemd: uninitialized urandom read (16 bytes read, 40 bits of entropy available)
  2786    [    5.668528] systemd[1]: Starting Load Kernel Modules...
  2787    [    5.669469] random: systemd: uninitialized urandom read (16 bytes read, 41 bits of entropy available)
  2788    [    5.675896] systemd[1]: Starting Nameserver information manager...
  2789    [    5.677124] random: systemd: uninitialized urandom read (16 bytes read, 41 bits of entropy available)
  2790    [    5.684099] systemd[1]: Starting Set the console keyboard layout...
  2791    [    5.685249] systemd[1]: Reached target Swap.
  2792    [    5.704211] systemd[1]: Starting Restore / save the current clock...
  2793    [    5.705289] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
  2794    [    5.705939] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  2795    [    5.707092] systemd[1]: Reached target Local Encrypted Volumes.
  2796    [    5.708160] systemd[1]: Reached target Paths.
  2797    [    5.709969] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
  2798    [    5.711731] systemd[1]: Created slice system-serial\x2dgetty.slice.
  2799    [    5.721312] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  2800    [    5.723608] systemd[1]: Listening on fsck to fsckd communication Socket.
  2801    [    5.724454] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
  2802    [    5.734187] systemd[1]: Starting Remount Root and Kernel File Systems...
  2803    [    5.736380] systemd[1]: Listening on Journal Socket (/dev/log).
  2804    [    5.739020] systemd[1]: Listening on udev Control Socket.
  2805    [    5.741060] systemd[1]: Listening on udev Kernel Socket.
  2806    [    5.763431] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
  2807    [    5.765607] systemd[1]: Created slice User and Session Slice.
  2808    [    5.766469] systemd[1]: Reached target Slices.
  2809    [    5.773734] systemd[1]: Starting udev Coldplug all Devices...
  2810    [    5.775836] systemd[1]: Listening on Syslog Socket.
  2811    [    5.782906] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
  2812    [    5.792661] systemd[1]: Mounting POSIX Message Queue File System...
  2813    [    5.802261] systemd[1]: Mounted Kernel Debug File System.
  2814    [    5.808327] systemd[1]: Started Load Kernel Modules.
  2815    [    5.813318] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
  2816    [    5.838230] systemd[1]: Started Restore / save the current clock.
  2817    [    5.842571] systemd[1]: Started Create list of required static device nodes for the current kernel.
  2818    [    5.846788] systemd[1]: Started Remount Root and Kernel File Systems.
  2819    [    5.852567] systemd[1]: Mounted POSIX Message Queue File System.
  2820    [    5.862034] systemd[1]: Started Nameserver information manager.
  2821    [    5.878083] systemd[1]: Starting Load/Save Random Seed...
  2822    [    5.890071] systemd[1]: Starting Create System Users...
  2823    [    5.908210] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
  2824    [    5.920947] vendor storage:20190527 ret = -1
  2825    [    5.927178] systemd[1]: Mounting Kernel Configuration File System...
  2826    [    5.933727] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
  2827    [    5.953432] systemd[1]: Starting Apply Kernel Variables...
  2828    [    5.970359] systemd[1]: Started Load/Save Random Seed.
  2829    [    5.986815] systemd[1]: Mounted Kernel Configuration File System.
  2830    [    6.029997] systemd[1]: Started Apply Kernel Variables.
  2831    [    6.041048] systemd[1]: Started Create System Users.
  2832    [    6.054789] systemd[1]: Starting Create Static Device Nodes in /dev...
  2833    [    6.123988] systemd[1]: Started Set the console keyboard layout.
  2834    [    6.144354] systemd[1]: Started Create Static Device Nodes in /dev.
  2835    [    6.149973] systemd[1]: Reached target Local File Systems (Pre).
  2836    [    6.160736] systemd[1]: Mounting /tmp...
  2837    [    6.172405] systemd[1]: Starting udev Kernel Device Manager...
  2838    [    6.183601] systemd[1]: Mounted /tmp.
  2839    [    6.189832] systemd[1]: Reached target Local File Systems.
  2840    [    6.201172] systemd[1]: Starting Set console font and keymap...
  2841    [    6.206734] systemd[1]: Condition check resulted in Mark the need to relabel after reboot being skipped.
  2842    [    6.207113] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
  2843    [    6.213326] systemd[1]: Starting Armbian ZRAM config...
  2844    [    6.236213] systemd[1]: Started Set console font and keymap.
  2845    [    6.357992] systemd[1]: Started udev Kernel Device Manager.
  2846    [    6.381725] systemd[1]: Started udev Coldplug all Devices.
  2847    [    6.396356] systemd[1]: Starting Helper to synchronize boot up for ifupdown...
  2848    [    6.440938] systemd[1]: Started Helper to synchronize boot up for ifupdown.
  2849    [    6.457849] systemd[1]: Starting Raise network interfaces...
  2850    [    6.547378] zram: Added device: zram0
  2851    [    6.548924] zram: Added device: zram1
  2852    [    6.550497] zram: Added device: zram2
  2853    [    6.744103] rk3228-codec 12010000.codec: GPIO lookup for consumer spk-en
  2854    [    6.744135] rk3228-codec 12010000.codec: using device tree for GPIO lookup
  2855    [    6.744152] of_get_named_gpiod_flags: can't parse 'spk-en-gpios' property of node '/codec@12010000[0]'
  2856    [    6.744187] of_get_named_gpiod_flags: parsed 'spk-en-gpio' property of node '/codec@12010000[0]' - status (0)
  2857    [    6.744255] rk3228-codec 12010000.codec: spk_depop_time use default value.
  2858    [    6.745309] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/sound[0]'
  2859    [    6.745348] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/sound[0]'
  2860    [    6.765854] I : [File] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; [Line] : 417; [Func] : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '', rk_ko_ver is '5', built at '22:00:07', on 'May  6 2021'.
  2861    [    6.766188] mali-utgard 20001000.gpu: mali_platform_device->num_resources = 13
  2862    [    6.766218] mali-utgard 20001000.gpu: resource[0].start = 0x0x20001000
  2863    [    6.766230] mali-utgard 20001000.gpu: resource[1].start = 0x0x20000000
  2864    [    6.766240] mali-utgard 20001000.gpu: resource[2].start = 0x0x20003000
  2865    [    6.766252] mali-utgard 20001000.gpu: resource[3].start = 0x0x20008000
  2866    [    6.766262] mali-utgard 20001000.gpu: resource[4].start = 0x0x20004000
  2867    [    6.766273] mali-utgard 20001000.gpu: resource[5].start = 0x0x2000a000
  2868    [    6.766284] mali-utgard 20001000.gpu: resource[6].start = 0x0x20005000
  2869    [    6.766295] mali-utgard 20001000.gpu: resource[7].start = 0x0x00000020
  2870    [    6.766304] mali-utgard 20001000.gpu: resource[8].start = 0x0x00000021
  2871    [    6.766315] mali-utgard 20001000.gpu: resource[9].start = 0x0x00000022
  2872    [    6.766326] mali-utgard 20001000.gpu: resource[10].start = 0x0x00000021
  2873    [    6.766398] mali-utgard 20001000.gpu: resource[11].start = 0x0x00000022
  2874    [    6.766410] mali-utgard 20001000.gpu: resource[12].start = 0x0x00000021
  2875    [    6.766423] D : [File] : drivers/gpu/arm/mali400/mali/platform/rk/rk.c; [Line] : 623; [Func] : mali_platform_device_init(); to add platform_specific_data to platform_device_of_mali.
  2876    [    6.766835] mali-utgard 20001000.gpu: leakage=5
  2877    [    6.766876] mali-utgard 20001000.gpu: leakage-volt-sel=0
  2878    [    6.767000] mali-utgard 20001000.gpu: Failed to get pvtm
  2879    [    6.767586] mali-utgard 20001000.gpu: avs=0
  2880    [    6.768017] mali-utgard 20001000.gpu: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0
  2881    [    6.784685] Mali: Mali device driver loaded
  2882    [    6.788072] systemd[1]: Found device /dev/ttyS2.
  2883    [    6.818379] asoc-simple-card sound: rk3228-hifi <-> 100b0000.i2s1 mapping ok
  2884    [    6.864981] devfreq 20001000.gpu: Couldn't update frequency transition information.
  2885    [    6.875521] zram0: detected capacity change from 0 to 504537088
  2886    [    6.893686] generic_wifi_init_module
  2887    [    6.960636] gpio_ir_recv ir-receiver: GPIO lookup for consumer (null)
  2888    [    6.960668] gpio_ir_recv ir-receiver: using device tree for GPIO lookup
  2889    [    6.960713] of_get_named_gpiod_flags: parsed 'gpios' property of node '/ir-receiver[0]' - status (0)
  2890    [    6.961006] Registered IR keymap rc-rktvbox
  2891    [    6.961276] rc rc1: gpio_ir_recv as /devices/platform/ir-receiver/rc/rc1
  2892    [    6.961786] input: gpio_ir_recv as /devices/platform/ir-receiver/rc/rc1/input2
  2893    [    7.173027]
  2894                   *** sta_cfg_set, (null) ***
  2895    
  2896    [    7.173075] redirect to /lib/firmware/ssv6051-wifi.cfg
  2897    [    7.181393] ssv6xxx_sdio_init
  2898    [    7.183442] =======================================
  2899    [    7.183482] ==           RUN SDIO                ==
  2900    [    7.183507] =======================================
  2901    [    7.183536] ssv6xxx_set_sdio_clk:set sdio clk 25000000Hz
  2902    [    7.183637] mmc_host mmc1: Bus speed (slot 0) = 25000000Hz (slot req 25000000Hz, actual 25000000HZ div = 0)
  2903    [    7.239355] SSV6XXX_SDIO mmc1:0001:1: vendor = 0x3030 device = 0x3030
  2904    [    7.274694] ssv6xxx_sdio_power_on
  2905    [    7.301205] SSV6XXX_SDIO mmc1:0001:1: dataIOPort 0x10000 regIOPort 0x10020
  2906    [    7.301783] ssv6xxx_dev_probe(): ssv6200 device found !
  2907    [    7.311890] ssv6xxx_sdio_irq_disable
  2908    [    7.312321] Read open File fail[/data/wifimac]!!!!
  2909    [    7.312391] Write open File fail!!!![/data/wifimac]
  2910    [    7.312404] MAC address from Software MAC mode[2]
  2911    [    7.312413] EFUSE configuration
  2912    [    7.312421] Read efuse chip identity[00000000]
  2913    [    7.312429] r_calbration_result- 0
  2914    [    7.312437] sar_result- 0
  2915    [    7.312445] crystal_frequency_offset- 0
  2916    [    7.312452] tx_power_index_1- 0
  2917    [    7.312459] tx_power_index_2- 0
  2918    [    7.312469] MAC address - 00:00:00:00:00:00
  2919    [    7.321278] Registering Vendor80211
  2920    [    7.321321] Register SSV cfg80211 vendor cmd(0x67) interface
  2921    [    7.321625] [MT-ENCRYPT]: create kthread ecd80000 for CPU 0, ret = 0
  2922    [    7.321849] SSV WLAN driver ssv6200: Crypto task 451 running with priority 120.
  2923    [    7.321949] [MT-ENCRYPT]: create kthread ecd807c0 for CPU 1, ret = 0
  2924    [    7.323446] [MT-ENCRYPT]: create kthread ecd80f80 for CPU 2, ret = 0
  2925    [    7.323700] [MT-ENCRYPT]: create kthread ecd81740 for CPU 3, ret = 0
  2926    [    7.323964] SSV6XXX TX Task started.
  2927    [    7.324037] Pre-load cipher
  2928    [    7.324153] flash_file /tmp/flash.bin not found, disable sar
  2929    [    7.324171] SSV6051Q setting
  2930    [    7.324183] SSV6XXX_IQK_CFG_XTAL_24M
  2931    [    7.324194] SSV6051Q setting [0x5B606C72]
  2932    [    7.324202] TX power setting 0x5b606c72
  2933    [    7.324209] Volt regulator LDO
  2934    [    7.325035] SSV WLAN driver ssv6200: Crypto task 454 running with priority 120.
  2935    [    7.326159] reset PLL
  2936    [    7.327638] SSV WLAN driver ssv6200: Crypto task 456 running with priority 120.
  2937    [    7.332910] SSV WLAN driver ssv6200: Crypto task 452 running with priority 120.
  2938    [    7.336533] SSV6XXX RX Task started.
  2939    [    7.342562] @@@@@@@@@@@@
  2940    [    7.342589]  SDIO issue -- please check 0xCE01008C 00000000!!
  2941    [    7.342600]  It shouble be 0xEAAAAAAA!!
  2942    [    7.342607] @@@@@@@@@@@@
  2943    [    7.372070] calibation fail:[1]
  2944    [    7.399362] calibation fail:[2]
  2945    [    7.424234] calibation fail:[3]
  2946    [    7.434415] systemd[1]: Started Raise network interfaces.
  2947    [    7.448020] calibation fail:[4]
  2948    [    7.471499] calibation fail:[5]
  2949    [    7.496995] calibation fail:[6]
  2950    [    7.522221] calibation fail:[7]
  2951    [    7.548498] calibation fail:[8]
  2952    [    7.569835] systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
  2953    [    7.572199] calibation fail:[9]
  2954    [    7.575265] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
  2955    [    7.575619] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
  2956    [    7.575791] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
  2957    [    7.575893] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped.
  2958    [    7.576086] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
  2959    [    7.576198] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
  2960    [    7.576732] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
  2961    [    7.577126] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
  2962    [    7.594425] calibation fail:[10]
  2963    [    7.616389] calibation fail:[11]
  2964    [    7.638369] calibation fail:[12]
  2965    [    7.660302] calibation fail:[13]
  2966    [    7.682244] calibation fail:[14]
  2967    [    7.704171] calibation fail:[15]
  2968    [    7.726146] calibation fail:[16]
  2969    [    7.748066] calibation fail:[17]
  2970    [    7.769992] calibation fail:[18]
  2971    [    7.792546] calibation fail:[19]
  2972    [    7.815394] calibation fail:[20]
  2973    [    7.837530] calibation fail:[21]
  2974    [    7.859444] cfg80211: World regulatory domain updated:
  2975    [    7.859468] cfg80211:  DFS Master region: unset
  2976    [    7.859476] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  2977    [    7.859488] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  2978    [    7.859500] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz, 92000 KHz AUTO), (N/A, 2000 mBm), (N/A)
  2979    [    7.859509] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
  2980    [    7.859520] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
  2981    [    7.859530] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
  2982    [    7.859540] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
  2983    [    7.859549] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
  2984    [    7.859559] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
  2985    [    7.859874] calibation fail:[22]
  2986    [    7.882030] calibation fail:[23]
  2987    [    7.904012] calibation fail:[24]
  2988    [    7.927441] calibation fail:[25]
  2989    [    7.933025] Adding 492708k swap on /dev/zram0.  Priority:5 extents:1 across:492708k SS
  2990    [    7.952077] calibation fail:[26]
  2991    [    7.976481] calibation fail:[27]
  2992    [    7.999422] calibation fail:[28]
  2993    [    7.999744] random: nonblocking pool is initialized
  2994    [    8.023032] calibation fail:[29]
  2995    [    8.046502] calibation fail:[30]
  2996    [    8.070022] calibation fail:[31]
  2997    [    8.093541] calibation fail:[32]
  2998    [    8.116945] calibation fail:[33]
  2999    [    8.124087] zram1: detected capacity change from 0 to 52428800
  3000    [    8.139905] calibation fail:[34]
  3001    [    8.163117] calibation fail:[35]
  3002    [    8.186577] calibation fail:[36]
  3003    [    8.193169] systemd[1]: Started Armbian ZRAM config.
  3004    [    8.203367] systemd[1]: Starting Armbian memory supported logging...
  3005    [    8.210324] calibation fail:[37]
  3006    [    8.234175] calibation fail:[38]
  3007    [    8.258050] calibation fail:[39]
  3008    [    8.282077] calibation fail:[40]
  3009    [    8.304081] EXT4-fs (zram1): mounted filesystem without journal. Opts: discard
  3010    [    8.306197] calibation fail:[41]
  3011    [    8.331237] calibation fail:[42]
  3012    [    8.354738] calibation fail:[43]
  3013    [    8.379478] calibation fail:[44]
  3014    [    8.404364] calibation fail:[45]
  3015    [    8.429018] calibation fail:[46]
  3016    [    8.453027] calibation fail:[47]
  3017    [    8.477046] calibation fail:[48]
  3018    [    8.501016] calibation fail:[49]
  3019    [    8.525037] calibation fail:[50]
  3020    [    8.549027] calibation fail:[51]
  3021    [    8.573009] calibation fail:[52]
  3022    [    8.596649] calibation fail:[53]
  3023    [    8.621507] calibation fail:[54]
  3024    [    8.646447] calibation fail:[55]
  3025    [    8.671267] calibation fail:[56]
  3026    [    8.695259] calibation fail:[57]
  3027    [    8.719706] calibation fail:[58]
  3028    [    8.744073] calibation fail:[59]
  3029    [    8.768323] calibation fail:[60]
  3030    [    8.791360] calibation fail:[61]
  3031    [    8.814241] calibation fail:[62]
  3032    [    8.837387] calibation fail:[63]
  3033    [    8.860588] calibation fail:[64]
  3034    [    8.883569] calibation fail:[65]
  3035    [    8.905924] calibation fail:[66]
  3036    [    8.928287] calibation fail:[67]
  3037    [    8.950851] calibation fail:[68]
  3038    [    8.973274] calibation fail:[69]
  3039    [    8.995692] calibation fail:[70]
  3040    [    9.018129] calibation fail:[71]
  3041    [    9.040516] calibation fail:[72]
  3042    [    9.062958] calibation fail:[73]
  3043    [    9.085386] calibation fail:[74]
  3044    [    9.107775] calibation fail:[75]
  3045    [    9.130226] calibation fail:[76]
  3046    [    9.152635] calibation fail:[77]
  3047    [    9.175095] calibation fail:[78]
  3048    [    9.197482] calibation fail:[79]
  3049    [    9.219864] calibation fail:[80]
  3050    [    9.242287] calibation fail:[81]
  3051    [    9.264676] calibation fail:[82]
  3052    [    9.287096] calibation fail:[83]
  3053    [    9.309521] calibation fail:[84]
  3054    [    9.331939] calibation fail:[85]
  3055    [    9.354328] calibation fail:[86]
  3056    [    9.376732] calibation fail:[87]
  3057    [    9.399221] calibation fail:[88]
  3058    [    9.421594] calibation fail:[89]
  3059    [    9.444025] calibation fail:[90]
  3060    [    9.466435] calibation fail:[91]
  3061    [    9.488859] calibation fail:[92]
  3062    [    9.511270] calibation fail:[93]
  3063    [    9.533657] calibation fail:[94]
  3064    [    9.556093] calibation fail:[95]
  3065    [    9.578544] calibation fail:[96]
  3066    [    9.600910] calibation fail:[97]
  3067    [    9.623356] calibation fail:[98]
  3068    [    9.645758] calibation fail:[99]
  3069    [    9.668122] calibation fail:[100]
  3070    [    9.669771] ieee80211 phy0: Selected rate control algorithm 'ssv6xxx_rate_control'
  3071    [    9.671321] ieee80211 phy0: SSV6200 of South Silicon Valley
  3072    [    9.675507] systemd[1]: Starting Load/Save RF Kill Switch Status...
  3073    [   10.200341] systemd[1]: Started Load/Save RF Kill Switch Status.
  3074    [   11.826590] systemd[1]: Started Armbian memory supported logging.
  3075    [   11.838053] systemd[1]: Starting Journal Service...
  3076    [   12.265003] systemd[1]: Started Journal Service.
  3077    [   12.336318] systemd-journald[592]: Received request to flush runtime journal from PID 1
  3078    
  3079    ### armbian-release:
  3080    
  3081    # PLEASE DO NOT EDIT THIS FILE
  3082    BOARD=rk322x-box
  3083    BOARD_NAME="rk322x-box"
  3084    BOARDFAMILY=rk322x
  3085    BUILD_REPOSITORY_URL=git@github.com:armbian/build.git
  3086    BUILD_REPOSITORY_COMMIT=08297378c-dirty
  3087    DISTRIBUTION_CODENAME=buster
  3088    DISTRIBUTION_STATUS=supported
  3089    VERSION=21.05.1
  3090    LINUXFAMILY=rk322x
  3091    ARCH=arm
  3092    IMAGE_TYPE=stable
  3093    BOARD_TYPE=tvb
  3094    INITRD_ARCH=arm
  3095    KERNEL_IMAGE_TYPE=Image
  3096    
  3097    ### boot environment:
  3098    
  3099    verbosity=1
  3100    extraargs=coherent_pool=2M
  3101    bootlogo=false
  3102    overlay_prefix=rk322x
  3103    fdtfile=rk322x-box.dtb
  3104    rootdev=UUID=2ca5ad18-5d1f-4279-8d1e-6c805b6be8db
  3105    rootfstype=ext4
  3106    usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u
  3107    overlays=nand led-conf2
  3108    
  3109    ### lsusb:
  3110    
  3111    Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  3112    Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  3113    Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  3114    Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  3115    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  3116    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  3117    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  3118    
  3119    ### lscpu:
  3120    
  3121    Architecture:        armv7l
  3122    Byte Order:          Little Endian
  3123    CPU(s):              4
  3124    On-line CPU(s) list: 0-3
  3125    Thread(s) per core:  1
  3126    Core(s) per socket:  4
  3127    Socket(s):           1
  3128    Vendor ID:           ARM
  3129    Model:               5
  3130    Model name:          Cortex-A7
  3131    Stepping:            r0p5
  3132    CPU max MHz:         1200.0000
  3133    CPU min MHz:         408.0000
  3134    BogoMIPS:            70.58
  3135    Flags:               half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  3136    
  3137    ### cpuinfo:
  3138    
  3139    processor    : 0
  3140    model name    : ARMv7 Processor rev 5 (v7l)
  3141    BogoMIPS    : 70.58
  3142    Features    : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  3143    CPU implementer    : 0x41
  3144    CPU architecture: 7
  3145    CPU variant    : 0x0
  3146    CPU part    : 0xc07
  3147    CPU revision    : 5
  3148    
  3149    processor    : 1
  3150    model name    : ARMv7 Processor rev 5 (v7l)
  3151    BogoMIPS    : 70.58
  3152    Features    : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  3153    CPU implementer    : 0x41
  3154    CPU architecture: 7
  3155    CPU variant    : 0x0
  3156    CPU part    : 0xc07
  3157    CPU revision    : 5
  3158    
  3159    processor    : 2
  3160    model name    : ARMv7 Processor rev 5 (v7l)
  3161    BogoMIPS    : 70.58
  3162    Features    : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  3163    CPU implementer    : 0x41
  3164    CPU architecture: 7
  3165    CPU variant    : 0x0
  3166    CPU part    : 0xc07
  3167    CPU revision    : 5
  3168    
  3169    processor    : 3
  3170    model name    : ARMv7 Processor rev 5 (v7l)
  3171    BogoMIPS    : 70.58
  3172    Features    : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
  3173    CPU implementer    : 0x41
  3174    CPU architecture: 7
  3175    CPU variant    : 0x0
  3176    CPU part    : 0xc07
  3177    CPU revision    : 5
  3178    
  3179    Hardware    : Generic DT based system
  3180    Revision    : 0000
  3181    Serial        : cd1d5ffa03aecfa2
  3182    
  3183    ### meminfo:
  3184    
  3185    MemTotal:         985420 kB
  3186    MemFree:          900356 kB
  3187    MemAvailable:     927648 kB
  3188    Buffers:            8744 kB
  3189    Cached:            30396 kB
  3190    SwapCached:            0 kB
  3191    Active:            28892 kB
  3192    Inactive:          18748 kB
  3193    Active(anon):       8632 kB
  3194    Inactive(anon):     5732 kB
  3195    Active(file):      20260 kB
  3196    Inactive(file):    13016 kB
  3197    Unevictable:           0 kB
  3198    Mlocked:               0 kB
  3199    HighTotal:             0 kB
  3200    HighFree:              0 kB
  3201    LowTotal:         985420 kB
  3202    LowFree:          900356 kB
  3203    SwapTotal:        492708 kB
  3204    SwapFree:         492708 kB
  3205    Dirty:              1704 kB
  3206    Writeback:             0 kB
  3207    AnonPages:          8568 kB
  3208    Mapped:            10620 kB
  3209    Shmem:              5868 kB
  3210    Slab:              18884 kB
  3211    SReclaimable:      10120 kB
  3212    SUnreclaim:         8764 kB
  3213    KernelStack:        1128 kB
  3214    PageTables:          696 kB
  3215    NFS_Unstable:          0 kB
  3216    Bounce:                0 kB
  3217    WritebackTmp:          0 kB
  3218    CommitLimit:      985416 kB
  3219    Committed_AS:      31508 kB
  3220    VmallocTotal:     245760 kB
  3221    VmallocUsed:           0 kB
  3222    VmallocChunk:          0 kB
  3223    CmaTotal:          16384 kB
  3224    CmaFree:           12208 kB
  3225    
  3226    ### virtual memory:
  3227    
  3228    vm.admin_reserve_kbytes = 8192
  3229    vm.block_dump = 0
  3230    vm.dirty_background_bytes = 0
  3231    vm.dirty_background_ratio = 10
  3232    vm.dirty_bytes = 0
  3233    vm.dirty_expire_centisecs = 3000
  3234    vm.dirty_ratio = 20
  3235    vm.dirtytime_expire_seconds = 43200
  3236    vm.dirty_writeback_centisecs = 500
  3237    vm.drop_caches = 0
  3238    vm.extra_free_kbytes = 0
  3239    vm.highmem_is_dirtyable = 0
  3240    vm.laptop_mode = 0
  3241    vm.legacy_va_layout = 0
  3242    vm.lowmem_reserve_ratio = 32    32
  3243    vm.max_map_count = 65530
  3244    vm.min_free_kbytes = 3924
  3245    vm.mmap_min_addr = 32768
  3246    vm.mmap_rnd_bits = 8
  3247    vm.nr_pdflush_threads = 0
  3248    vm.oom_dump_tasks = 1
  3249    vm.oom_kill_allocating_task = 0
  3250    vm.overcommit_kbytes = 0
  3251    vm.overcommit_memory = 0
  3252    vm.overcommit_ratio = 50
  3253    vm.page-cluster = 0
  3254    vm.panic_on_oom = 0
  3255    vm.percpu_pagelist_fraction = 0
  3256    vm.stat_interval = 1
  3257    vm.swappiness = 100
  3258    vm.user_reserve_kbytes = 30419
  3259    vm.vfs_cache_pressure = 100
  3260    
  3261    ### ip addr:
  3262    
  3263    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
  3264        link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  3265        inet XXX.XXX.0.1/8 scope host lo
  3266           valid_lft forever preferred_lft forever
  3267        inet6 ::1/128 scope host
  3268           valid_lft forever preferred_lft forever
  3269    2: dummy0: <BROADCAST,NOARP> mtu 1500 qdisc noop state DOWN group default qlen 1000
  3270        link/ether e2:c8:cc:5f:46:26 brd ff:ff:ff:ff:ff:ff
  3271    3: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
  3272        link/ether f6:b4:e0:5a:1e:3a brd ff:ff:ff:ff:ff:ff
  3273    4: sit0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1
  3274        link/sit XXX.XXX.0.0 brd XXX.XXX.0.0
  3275    5: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
  3276        link/ether 70:73:72:f7:f1:cf brd ff:ff:ff:ff:ff:ff
  3277    
  3278    ### partitions:
  3279    
  3280    major minor  #blocks  name
  3281    
  3282     179        0   60620800 mmcblk0
  3283     179        1   60010496 mmcblk0p1
  3284     253        0     492712 zram0
  3285     253        1      51200 zram1
  3286    
  3287    ### df:
  3288    
  3289    udev            471M     0  471M   0% /dev
  3290    tmpfs            97M  2.8M   94M   3% /run
  3291    /dev/mmcblk0p1   56G  1.1G   55G   2% /
  3292    tmpfs           482M     0  482M   0% /dev/shm
  3293    tmpfs           5.0M  4.0K  5.0M   1% /run/lock
  3294    tmpfs           482M     0  482M   0% /sys/fs/cgroup
  3295    tmpfs           482M     0  482M   0% /tmp
  3296    /dev/zram1       49M  1.7M   44M   4% /var/log
  3297    
  3298    ### lsblk:
  3299    
  3300    NAME        FSTYPE   SIZE MOUNTPOINT UUID
  3301    mmcblk0             57.8G            
  3302    └─mmcblk0p1 ext4    57.2G /          2ca5ad18-5d1f-4279-8d1e-6c805b6be8db
  3303    zram1                 50M /var/log   
  3304    
  3305    ### zramctl:
  3306    
  3307    NAME       ALGORITHM DISKSIZE  DATA COMPR TOTAL STREAMS MOUNTPOINT
  3308    /dev/zram1 lz4            50M  132K  867B   32K       4 /var/log
  3309    /dev/zram0 lzo         481.2M    4K   76B    4K       4 [SWAP]
  3310    
  3311    ### mtab:
  3312    
  3313    /dev/mmcblk0p1 / ext4 rw,noatime,errors=remount-ro,commit=600 0 0
  3314    /dev/mmcblk0p1 /var/log.hdd ext4 rw,noatime,errors=remount-ro,commit=600 0 0
  3315    /dev/zram1 /var/log ext4 rw,relatime,discard 0 0
  3316    
  3317    ### mmc0:59b4 info:
  3318    
  3319                     cid: 1d41445344202020100000002c015287
  3320                     csd: 400e00325b590001ce7f7f800a4000cf
  3321                     scr: 0245804300000000
  3322                    date: 02/2021
  3323                    name: SD    
  3324                    type: SD
  3325    preferred_erase_size: 4194304
  3326                   fwrev: 0x0
  3327                   hwrev: 0x1
  3328                   oemid: 0x4144
  3329                  manfid: 0x00001d
  3330                  serial: 0x0000002c
  3331                  uevent: DRIVER=mmcblk MMC_TYPE=SD MMC_NAME=SD    MODALIAS=mmc:block
  3332              erase_size: 512
  3333    
  3334    ### Boot system health:
  3335    
  3336    Time        CPU    load %cpu %sys %usr %nice %io %irq   CPU  C.St.
  3337    22:37:08: 1200MHz  1.44  48%  29%  16%   0%   2%   0% 61.0°C  0/4
  3338    22:37:08: 1200MHz  1.80  58%  25%  31%   1%   0%   0% 60.0°C  0/4
  3339    22:37:08:  816MHz  1.80  34%  20%  12%   1%   0%   0% 58.0°C  0/4
  3340    22:37:09:  816MHz  1.80  33%  20%  11%   1%   0%   0% 57.0°C  0/4
  3341    22:37:09:  816MHz  1.80  35%  19%  15%   1%   0%   0% 58.0°C  0/4
  3342    
  3343    ### lsusb:
  3344    
  3345    Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  3346    Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  3347    Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  3348    Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  3349    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  3350    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  3351    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  3352    
  3353    /:  Bus 07.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M
  3354    /:  Bus 06.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M
  3355    /:  Bus 05.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M
  3356    /:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M
  3357    /:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M
  3358    /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M
  3359    /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=dwc2/1p, 480M
  3360    
  3361    ### Installed packages:
  3362    
  3363    ii  armbian-bsp-cli-rk322x-box     21.05.1                             armhf        Tweaks for Armbian buster on rk322x-box
  3364    ii  armbian-config                 21.05.1                             all          Armbian configuration utility
  3365    ii  armbian-firmware               21.05.1                             all          Linux firmware
  3366    ii  armbian-zsh                    21.05.1                             all          Armbian improved ZShell
  3367    ii  hostapd                        3:2.9-102~armbian20.05.2+1          armhf        IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator
  3368    ii  htop                           3.1.0-0~armbian20.08.2+1            armhf        interactive processes viewer
  3369    ii  linux-base                     4.6                                 all          Linux image base package
  3370    ii  linux-dtb-legacy-rk322x        21.05.1                             armhf        Linux DTB, version 4.4.194-rk322x
  3371    ii  linux-image-legacy-rk322x      21.05.1                             armhf        Linux kernel, version 4.4.194-rk322x
  3372    ii  linux-libc-dev:armhf           4.19.181-1                          armhf        Linux support headers for userspace development
  3373    ii  linux-u-boot-rk322x-box-legacy 21.05.1                             armhf        Uboot loader 2021.04
  3374    
  3375    ### Loaded modules:
  3376    
  3377    Module                  Size  Used by
  3378    lz4                    16384  4
  3379    lz4_compress           16384  1 lz4
  3380    gpio_ir_recv           16384  0
  3381    ssv6051               212992  0
  3382    lzo                    16384  4
  3383    mali                  229376  0
  3384    snd_soc_rk3228         16384  1
  3385    zram                   24576  2
  3386    ip_tables              24576  0
  3387    autofs4                32768  0
  3388    
  3389    ### nand-sata-install.log:
  3390    
  3391    Thu 03 Jun 2021 10:36:28 PM UTC: Start nand-sata-install.
  3392    
  3393    ### Current system health:
  3394    
  3395    Time        CPU    load %cpu %sys %usr %nice %io %irq   CPU  C.St.
  3396    22:57:07: 1200MHz  4.09  14%   2%  11%   0%   0%   0% 57.0°C  0/4
  3397    22:57:07: 1200MHz  4.09   6%   5%   0%   1%   0%   0% 57.0°C  0/4
  3398    22:57:07: 1200MHz  4.09   6%   4%   0%   1%   0%   0% 57.0°C  0/4
  3399    22:57:08: 1200MHz  4.09   7%   5%   0%   2%   0%   0% 56.0°C  0/4
  3400    22:57:08: 1200MHz  4.09   6%   5%   0%   1%   0%   0% 56.0°C  0/4
  3401    22:57:11: 1200MHz  4.09  14%   2%  11%   0%   0%   0% 64.0°C  0/4
  3402    22:57:12: 1200MHz  4.48  87%   0%  87%   0%   0%   0% 60.0°C  0/4
  3403    22:57:12: 1200MHz  4.48   6%   5%   0%   1%   0%   0% 59.0°C  0/4
  3404    22:57:13: 1200MHz  4.48   6%   5%   0%   0%   0%   0% 58.0°C  0/4
  3405    22:57:13: 1200MHz  4.48   6%   5%   0%   1%   0%   0% 58.0°C  0/4
  3406    
  3407    ### resolv.conf
  3408    
  3409    -rw-r--r-- 1 root root 74 Jun  3 22:37 /etc/resolv.conf
  3410    # Generated by NetworkManager
  3411    nameserver XXX.XXX.9.196
  3412    nameserver XXX.XXX.9.164
  3413    
  3414    ### Current sysinfo:
  3415    
  3416    Linux 4.4.194-rk322x (rk322x-box)     06/03/2021     _armv7l_    (4 CPU)
  3417    
  3418    avg-cpu:  %user   %nice %system %iowait  %steal   %idle
  3419              11.40    0.01    2.22    0.71    0.00   85.66
  3420    
  3421    Device             tps    kB_read/s    kB_wrtn/s    kB_read    kB_wrtn
  3422    ram0              0.00         0.00         0.00          0          0
  3423    mmcblk0          10.55       138.04       243.77     165753     292712
  3424    mmcblk0p1        10.42       135.43       243.77     162617     292712
  3425    zram0             0.47         1.89         0.00       2264          4
  3426    zram1             0.62         0.37         2.11        444       2532
  3427    zram2             0.00         0.00         0.00          0          0
  3428    
  3429    procs -----------------------memory---------------------- ---swap-- -----io---- -system-- --------cpu--------
  3430     r  b         swpd         free         buff        cache   si   so    bi    bo   in   cs  us  sy  id  wa  st
  3431     0  0            0       596672        33188       293000    0    0    35    62  280  286  11   2  86   1   0
  3432    
  3433                  total        used        free      shared  buff/cache   available
  3434    Mem:          962Mi        61Mi       582Mi       7.0Mi       318Mi       878Mi
  3435    Swap:         481Mi          0B       481Mi
  3436    
  3437    NAME       ALGORITHM DISKSIZE  DATA  COMPR TOTAL STREAMS MOUNTPOINT
  3438    /dev/zram1 lz4            50M  2.1M 574.4K  932K       4 /var/log
  3439    /dev/zram0 lzo         481.2M    4K    76B    4K       4 [SWAP]
  3440    
  3441     22:57:14 up 20 min,  1 user,  load average: 4.48, 4.53, 3.43
  3442    
  3443    [    8.163117] calibation fail:[35]
  3444    [    8.186577] calibation fail:[36]
  3445    [    8.193169] systemd[1]: Started Armbian ZRAM config.
  3446    [    8.203367] systemd[1]: Starting Armbian memory supported logging...
  3447    [    8.210324] calibation fail:[37]
  3448    [    8.234175] calibation fail:[38]
  3449    [    8.258050] calibation fail:[39]
  3450    [    8.282077] calibation fail:[40]
  3451    [    8.304081] EXT4-fs (zram1): mounted filesystem without journal. Opts: discard
  3452    [    8.306197] calibation fail:[41]
  3453    [    8.331237] calibation fail:[42]
  3454    [    8.354738] calibation fail:[43]
  3455    [    8.379478] calibation fail:[44]
  3456    [    8.404364] calibation fail:[45]
  3457    [    8.429018] calibation fail:[46]
  3458    [    8.453027] calibation fail:[47]
  3459    [    8.477046] calibation fail:[48]
  3460    [    8.501016] calibation fail:[49]
  3461    [    8.525037] calibation fail:[50]
  3462    [    8.549027] calibation fail:[51]
  3463    [    8.573009] calibation fail:[52]
  3464    [    8.596649] calibation fail:[53]
  3465    [    8.621507] calibation fail:[54]
  3466    [    8.646447] calibation fail:[55]
  3467    [    8.671267] calibation fail:[56]
  3468    [    8.695259] calibation fail:[57]
  3469    [    8.719706] calibation fail:[58]
  3470    [    8.744073] calibation fail:[59]
  3471    [    8.768323] calibation fail:[60]
  3472    [    8.791360] calibation fail:[61]
  3473    [    8.814241] calibation fail:[62]
  3474    [    8.837387] calibation fail:[63]
  3475    [    8.860588] calibation fail:[64]
  3476    [    8.883569] calibation fail:[65]
  3477    [    8.905924] calibation fail:[66]
  3478    [    8.928287] calibation fail:[67]
  3479    [    8.950851] calibation fail:[68]
  3480    [    8.973274] calibation fail:[69]
  3481    [    8.995692] calibation fail:[70]
  3482    [    9.018129] calibation fail:[71]
  3483    [    9.040516] calibation fail:[72]
  3484    [    9.062958] calibation fail:[73]
  3485    [    9.085386] calibation fail:[74]
  3486    [    9.107775] calibation fail:[75]
  3487    [    9.130226] calibation fail:[76]
  3488    [    9.152635] calibation fail:[77]
  3489    [    9.175095] calibation fail:[78]
  3490    [    9.197482] calibation fail:[79]
  3491    [    9.219864] calibation fail:[80]
  3492    [    9.242287] calibation fail:[81]
  3493    [    9.264676] calibation fail:[82]
  3494    [    9.287096] calibation fail:[83]
  3495    [    9.309521] calibation fail:[84]
  3496    [    9.331939] calibation fail:[85]
  3497    [    9.354328] calibation fail:[86]
  3498    [    9.376732] calibation fail:[87]
  3499    [    9.399221] calibation fail:[88]
  3500    [    9.421594] calibation fail:[89]
  3501    [    9.444025] calibation fail:[90]
  3502    [    9.466435] calibation fail:[91]
  3503    [    9.488859] calibation fail:[92]
  3504    [    9.511270] calibation fail:[93]
  3505    [    9.533657] calibation fail:[94]
  3506    [    9.556093] calibation fail:[95]
  3507    [    9.578544] calibation fail:[96]
  3508    [    9.600910] calibation fail:[97]
  3509    [    9.623356] calibation fail:[98]
  3510    [    9.645758] calibation fail:[99]
  3511    [    9.668122] calibation fail:[100]
  3512    [    9.669771] ieee80211 phy0: Selected rate control algorithm 'ssv6xxx_rate_control'
  3513    [    9.671321] ieee80211 phy0: SSV6200 of South Silicon Valley
  3514    [    9.675507] systemd[1]: Starting Load/Save RF Kill Switch Status...
  3515    [   10.200341] systemd[1]: Started Load/Save RF Kill Switch Status.
  3516    [   11.826590] systemd[1]: Started Armbian memory supported logging.
  3517    [   11.838053] systemd[1]: Starting Journal Service...
  3518    [   12.265003] systemd[1]: Started Journal Service.
  3519    [   12.336318] systemd-journald[592]: Received request to flush runtime journal from PID 1
  3520    [   13.400283] nr_pdflush_threads exported in /proc is scheduled for removal
  3521    [   23.703735] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  3522    [   23.830223] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  3523    [   23.830642] SVN version 16529
  3524    [   23.830662] SVN ROOT URL http://XXX.XXX.15.30/svn/software/project/release/android/box/rk3x28/6051.Q0.1009.21.400401/ssv6xxx
  3525    [   23.830671] COMPILER HOST icomm-buildserver-T320
  3526    [   23.830678] COMPILER DATE 12-08-2017-10:34:54
  3527    [   23.830685] COMPILER OS linux
  3528    [   23.830692] COMPILER OS ARCH x86_64-linux-gnu-thread-multi
  3529    [   23.830852] CHIP TAG: 0
  3530    [   23.831190] CHIP ID: SSV6006C0        
  3531    [   23.833749] 0x800e0000
  3532    [   23.858257] ERROR!!Please check interface!
  3533    [   23.858283] [0xca000200]: 0x0c000000!=0x00000000
  3534    [   23.858290] SOS!SOS!
  3535    [   23.858296] Initialize ssv6200 mac fail!!
  3536    [   24.020558] SVN version 16529
  3537    [   24.020598] SVN ROOT URL http://XXX.XXX.15.30/svn/software/project/release/android/box/rk3x28/6051.Q0.1009.21.400401/ssv6xxx
  3538    [   24.020621] COMPILER HOST icomm-buildserver-T320
  3539    [   24.020638] COMPILER DATE 12-08-2017-10:34:54
  3540    [   24.020653] COMPILER OS linux
  3541    [   24.020662] COMPILER OS ARCH x86_64-linux-gnu-thread-multi
  3542    [   24.032908] CHIP TAG: 0
  3543    [   24.035074] CHIP ID: SSV6006C0        
  3544    [   24.046396] 0x800e0000
  3545    [   24.089463] ERROR!!Please check interface!
  3546    [   24.089491] [0xca000200]: 0x0c000000!=0x00000000
  3547    [   24.089498] SOS!SOS!
  3548    [   24.089505] Initialize ssv6200 mac fail!!
  3549    [   24.094865] SVN version 16529
  3550    [   24.094889] SVN ROOT URL http://XXX.XXX.15.30/svn/software/project/release/android/box/rk3x28/6051.Q0.1009.21.400401/ssv6xxx
  3551    [   24.094898] COMPILER HOST icomm-buildserver-T320
  3552    [   24.094905] COMPILER DATE 12-08-2017-10:34:54
  3553    [   24.094912] COMPILER OS linux
  3554    [   24.094918] COMPILER OS ARCH x86_64-linux-gnu-thread-multi
  3555    [   24.095663] CHIP TAG: 0
  3556    [   24.101513] CHIP ID: SSV6006C0        
  3557    [   24.106158] 0x800e0000
  3558    [   24.142696] ERROR!!Please check interface!
  3559    [   24.142722] [0xca000200]: 0x0c000000!=0x00000000
  3560    [   24.142729] SOS!SOS!
  3561    [   24.142736] Initialize ssv6200 mac fail!!
  3562    [   25.765283] rk_gmac-dwmac 30200000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
  3563    [   34.049409] SVN version 16529
  3564    [   34.049434] SVN ROOT URL http://XXX.XXX.15.30/svn/software/project/release/android/box/rk3x28/6051.Q0.1009.21.400401/ssv6xxx
  3565    [   34.049443] COMPILER HOST icomm-buildserver-T320
  3566    [   34.049450] COMPILER DATE 12-08-2017-10:34:54
  3567    [   34.049456] COMPILER OS linux
  3568    [   34.049463] COMPILER OS ARCH x86_64-linux-gnu-thread-multi
  3569    [   34.049726] CHIP TAG: 0
  3570    [   34.049997] CHIP ID: SSV6006C0        
  3571    [   34.053238] 0x800e0000
  3572    [   34.095744] ERROR!!Please check interface!
  3573    [   34.095770] [0xca000200]: 0x0c000000!=0x00000000
  3574    [   34.095777] SOS!SOS!
  3575    [   34.095784] Initialize ssv6200 mac fail!!
  3576    [   34.098424] SVN version 16529
  3577    [   34.098448] SVN ROOT URL http://XXX.XXX.15.30/svn/software/project/release/android/box/rk3x28/6051.Q0.1009.21.400401/ssv6xxx
  3578    [   34.098460] COMPILER HOST icomm-buildserver-T320
  3579    [   34.098473] COMPILER DATE 12-08-2017-10:34:54
  3580    [   34.098480] COMPILER OS linux
  3581    [   34.098487] COMPILER OS ARCH x86_64-linux-gnu-thread-multi
  3582    [   34.098723] CHIP TAG: 0
  3583    [   34.098998] CHIP ID: SSV6006C0        
  3584    [   34.102525] 0x800e0000
  3585    [   34.144416] ERROR!!Please check interface!
  3586    [   34.144442] [0xca000200]: 0x0c000000!=0x00000000
  3587    [   34.144449] SOS!SOS!
  3588    [   34.144456] Initialize ssv6200 mac fail!!
  3589    [   44.051925] SVN version 16529
  3590    [   44.051960] SVN ROOT URL http://XXX.XXX.15.30/svn/software/project/release/android/box/rk3x28/6051.Q0.1009.21.400401/ssv6xxx
  3591    [   44.051974] COMPILER HOST icomm-buildserver-T320
  3592    [   44.051988] COMPILER DATE 12-08-2017-10:34:54
  3593    [   44.052000] COMPILER OS linux
  3594    [   44.052013] COMPILER OS ARCH x86_64-linux-gnu-thread-multi
  3595    [   44.052343] CHIP TAG: 0
  3596    [   44.052736] CHIP ID: SSV6006C0        
  3597    [   44.057460] 0x800e0000
  3598    [   44.122949] ERROR!!Please check interface!
  3599    [   44.122982] [0xca000200]: 0x0c000000!=0x00000000
  3600    [   44.122996] SOS!SOS!
  3601    [   44.123008] Initialize ssv6200 mac fail!!
  3602    [   44.126948] SVN version 16529
  3603    [   44.126982] SVN ROOT URL http://XXX.XXX.15.30/svn/software/project/release/android/box/rk3x28/6051.Q0.1009.21.400401/ssv6xxx
  3604    [   44.126997] COMPILER HOST icomm-buildserver-T320
  3605    [   44.127010] COMPILER DATE 12-08-2017-10:34:54
  3606    [   44.127023] COMPILER OS linux
  3607    [   44.127036] COMPILER OS ARCH x86_64-linux-gnu-thread-multi
  3608    [   44.127338] CHIP TAG: 0
  3609    [   44.127849] CHIP ID: SSV6006C0        
  3610    [   44.132891] 0x800e0000
  3611    [   44.198420] ERROR!!Please check interface!
  3612    [   44.198456] [0xca000200]: 0x0c000000!=0x00000000
  3613    [   44.198469] SOS!SOS!
  3614    [   44.198481] Initialize ssv6200 mac fail!!
  3615    [   54.050317] SVN version 16529
  3616    [   54.050351] SVN ROOT URL http://XXX.XXX.15.30/svn/software/project/release/android/box/rk3x28/6051.Q0.1009.21.400401/ssv6xxx
  3617    [   54.050365] COMPILER HOST icomm-buildserver-T320
  3618    [   54.050379] COMPILER DATE 12-08-2017-10:34:54
  3619    [   54.050391] COMPILER OS linux
  3620    [   54.050404] COMPILER OS ARCH x86_64-linux-gnu-thread-multi
  3621    [   54.050715] CHIP TAG: 0
  3622    [   54.051106] CHIP ID: SSV6006C0        
  3623    [   54.056114] 0x800e0000
  3624    [   54.119955] ERROR!!Please check interface!
  3625    [   54.119989] [0xca000200]: 0x0c000000!=0x00000000
  3626    [   54.120001] SOS!SOS!
  3627    [   54.120014] Initialize ssv6200 mac fail!!
  3628    [   54.123923] SVN version 16529
  3629    [   54.123963] SVN ROOT URL http://XXX.XXX.15.30/svn/software/project/release/android/box/rk3x28/6051.Q0.1009.21.400401/ssv6xxx
  3630    [   54.123980] COMPILER HOST icomm-buildserver-T320
  3631    [   54.123994] COMPILER DATE 12-08-2017-10:34:54
  3632    [   54.124007] COMPILER OS linux
  3633    [   54.124021] COMPILER OS ARCH x86_64-linux-gnu-thread-multi
  3634    [   54.124399] CHIP TAG: 0
  3635    [   54.124851] CHIP ID: SSV6006C0        
  3636    [   54.129682] 0x800e0000
  3637    [   54.195350] ERROR!!Please check interface!
  3638    [   54.195385] [0xca000200]: 0x0c000000!=0x00000000
  3639    [   54.195398] SOS!SOS!
  3640    [   54.195410] Initialize ssv6200 mac fail!!
  3641    [   64.045337] SVN version 16529
  3642    [   64.045361] SVN ROOT URL http://XXX.XXX.15.30/svn/software/project/release/android/box/rk3x28/6051.Q0.1009.21.400401/ssv6xxx
  3643    [   64.045370] COMPILER HOST icomm-buildserver-T320
  3644    [   64.045377] COMPILER DATE 12-08-2017-10:34:54
  3645    [   64.045383] COMPILER OS linux
  3646    [   64.045390] COMPILER OS ARCH x86_64-linux-gnu-thread-multi
  3647    [   64.045604] CHIP TAG: 0
  3648    [   64.045838] CHIP ID: SSV6006C0        
  3649    [   64.049446] 0x800e0000
  3650    [   64.098162] ERROR!!Please check interface!
  3651    [   64.098191] [0xca000200]: 0x0c000000!=0x00000000
  3652    [   64.098200] SOS!SOS!
  3653    [   64.098212] Initialize ssv6200 mac fail!!
  3654    [   64.101684] SVN version 16529
  3655    [   64.101719] SVN ROOT URL http://XXX.XXX.15.30/svn/software/project/release/android/box/rk3x28/6051.Q0.1009.21.400401/ssv6xxx
  3656    [   64.101733] COMPILER HOST icomm-buildserver-T320
  3657    [   64.101740] COMPILER DATE 12-08-2017-10:34:54
  3658    [   64.101748] COMPILER OS linux
  3659    [   64.101756] COMPILER OS ARCH x86_64-linux-gnu-thread-multi
  3660    [   64.102055] CHIP TAG: 0
  3661    [   64.102466] CHIP ID: SSV6006C0        
  3662    [   64.106790] 0x800e0000
  3663    [   64.148371] ERROR!!Please check interface!
  3664    [   64.148396] [0xca000200]: 0x0c000000!=0x00000000
  3665    [   64.148404] SOS!SOS!
  3666    [   64.148411] Initialize ssv6200 mac fail!!
  3667    [   74.059189] SVN version 16529
  3668    [   74.059224] SVN ROOT URL http://XXX.XXX.15.30/svn/software/project/release/android/box/rk3x28/6051.Q0.1009.21.400401/ssv6xxx
  3669    [   74.059239] COMPILER HOST icomm-buildserver-T320
  3670    [   74.059253] COMPILER DATE 12-08-2017-10:34:54
  3671    [   74.059265] COMPILER OS linux
  3672    [   74.059278] COMPILER OS ARCH x86_64-linux-gnu-thread-multi
  3673    [   74.059727] CHIP TAG: 0
  3674    [   74.060248] CHIP ID: SSV6006C0        
  3675    [   74.065159] 0x800e0000
  3676    [   74.127242] ERROR!!Please check interface!
  3677    [   74.127275] [0xca000200]: 0x0c000000!=0x00000000
  3678    [   74.127288] SOS!SOS!
  3679    [   74.127301] Initialize ssv6200 mac fail!!
  3680    [   74.131431] SVN version 16529
  3681    [   74.131463] SVN ROOT URL http://XXX.XXX.15.30/svn/software/project/release/android/box/rk3x28/6051.Q0.1009.21.400401/ssv6xxx
  3682    [   74.131478] COMPILER HOST icomm-buildserver-T320
  3683    [   74.131491] COMPILER DATE 12-08-2017-10:34:54
  3684    [   74.131503] COMPILER OS linux
  3685    [   74.131517] COMPILER OS ARCH x86_64-linux-gnu-thread-multi
  3686    [   74.131976] CHIP TAG: 0
  3687    [   74.132472] CHIP ID: SSV6006C0        
  3688    [   74.137520] 0x800e0000
  3689    [   74.197666] ERROR!!Please check interface!
  3690    [   74.197701] [0xca000200]: 0x0c000000!=0x00000000
  3691    [   74.197714] SOS!SOS!
  3692    [   74.197726] Initialize ssv6200 mac fail!!
  3693    
  3694    
  3695    vm.admin_reserve_kbytes = 8192
  3696    vm.block_dump = 0
  3697    vm.dirty_background_bytes = 0
  3698    vm.dirty_background_ratio = 10
  3699    vm.dirty_bytes = 0
  3700    vm.dirty_expire_centisecs = 3000
  3701    vm.dirty_ratio = 20
  3702    vm.dirtytime_expire_seconds = 43200
  3703    vm.dirty_writeback_centisecs = 500
  3704    vm.drop_caches = 0
  3705    vm.extra_free_kbytes = 0
  3706    vm.highmem_is_dirtyable = 0
  3707    vm.laptop_mode = 0
  3708    vm.legacy_va_layout = 0
  3709    vm.lowmem_reserve_ratio = 32    32
  3710    vm.max_map_count = 65530
  3711    vm.min_free_kbytes = 3924
  3712    vm.mmap_min_addr = 32768
  3713    vm.mmap_rnd_bits = 8
  3714    vm.nr_pdflush_threads = 0
  3715    vm.oom_dump_tasks = 1
  3716    vm.oom_kill_allocating_task = 0
  3717    vm.overcommit_kbytes = 0
  3718    vm.overcommit_memory = 0
  3719    vm.overcommit_ratio = 50
  3720    vm.page-cluster = 0
  3721    vm.panic_on_oom = 0
  3722    vm.percpu_pagelist_fraction = 0
  3723    vm.stat_interval = 1
  3724    vm.swappiness = 100
  3725    vm.user_reserve_kbytes = 30419
  3726    vm.vfs_cache_pressure = 100
  3727    
  3728    ### interrupts:
  3729               CPU0       CPU1       CPU2       CPU3       
  3730     16:          0          0          0          0       GIC  29 Edge      arch_timer
  3731     17:      57476      53456      53017      55292       GIC  30 Edge      arch_timer
  3732     20:          0          0          0          0       GIC  75 Level     rk_timer
  3733     21:          0          0          0          0       GIC  32 Level     110f0000.pdma
  3734     22:          0          0          0          0       GIC  33 Level     110f0000.pdma
  3735     30:         11          0          0          0       GIC  89 Level     serial
  3736     31:          0          0          0          0       GIC  90 Level     rockchip_thermal
  3737     32:          0          0          0          0       GIC  38 Level     Mali_GP
  3738     33:          0          0          0          0       GIC  37 Level     Mali_GP_MMU, Mali_PP0_MMU, Mali_PP1_MMU
  3739     34:          0          0          0          0       GIC  36 Level     Mali_PP0, Mali_PP1
  3740     35:          0          0          0          0       GIC  41 Level     20020000.vpu-service
  3741     36:          0          0          0          0       GIC  43 Level     20020000.vpu-service
  3742     38:          0          0          0          0       GIC  39 Level     20030000.rkvdec
  3743     40:          0          0          0          0       GIC  64 Level     20050000.vop
  3744     41:          0          0          0          0       GIC  65 Level     rga
  3745     43:          0          0          0          0       GIC  67 Level     200a0000.hdmi, dw-hdmi-cec
  3746     45:     695051          0          0          0       GIC  44 Level     dw-mci
  3747     46:      51216          0          0          0       GIC  45 Level     dw-mci
  3748     47:         22          0          0          0       GIC  47 Level     nandc
  3749     48:          0          0          0          0       GIC  55 Level     30040000.usb, dwc2_hsotg:usb1
  3750     49:          0          0          0          0       GIC  48 Level     ehci_hcd:usb2
  3751     50:          0          0          0          0       GIC  49 Level     ohci_hcd:usb5
  3752     51:          0          0          0          0       GIC  51 Level     ehci_hcd:usb3
  3753     52:          0          0          0          0       GIC  52 Level     ohci_hcd:usb6
  3754     53:          0          0          0          0       GIC  98 Level     ehci_hcd:usb4
  3755     54:          0          0          0          0       GIC  99 Level     ohci_hcd:usb7
  3756     55:      12581          0          0          0       GIC  56 Level     eth0
  3757    104:          0          0          0          0     gpio1  11 Edge      gpio-ir-recv-irq
  3758    110:          0          0          0          0     gpio1  17 Edge      �
  3759    182:          0          0          0          0     gpio3  25 Edge      reset
  3760    189:          0          0          0          0       GIC  94 Level     rockchip_usb2phy
  3761    190:          0          0          0          0       GIC 100 Level     rockchip_usb2phy
  3762    IPI0:          0          0          0          0  CPU wakeup interrupts
  3763    IPI1:          0          0          0          0  Timer broadcast interrupts
  3764    IPI2:      13364     290985      32142      27986  Rescheduling interrupts
  3765    IPI3:         12       1338        209         12  Function call interrupts
  3766    IPI4:          0          0          0          0  CPU stop interrupts
  3767    IPI5:          0          0          0          0  IRQ work interrupts
  3768    IPI6:          0          0          0          0  completion interrupts
  3769    Err:          0

Please upload the whole output above to an online pasteboard service
and provide the URL in the forum where you have been asked for this.

 

 

Link to comment
Share on other sites

@jock i have a small request is it possible to get a 4 led config ?

i got with

 

Ledconfig 1 -power =first red than red and blue on  ( i thing its not good for Led)

                   -kernel =  blue on 

                  -power off = red and blue on 

ledconfig 2 -power =red on

                 -kernel = red on ,blue disk work status

                -power off = red on

ledconfig3 -power = red on

                 -kernel = red off , blue off

              

 

my request

 

ledconfig4 power= red on

                 kernel = red off, blue on

 

 

also after ledconfig3 the box did not get back to ledconfig1 mode at reboot only with power off

ledconfig3  to ledconfig2 work with reboot

Link to comment
Share on other sites

@beretas Can't say anything about upgrade_tool error. I have only one board with NAND and it always worked so far. I asked @fabiobassa to do some tests with his NAND board and AFAIK it worked there too.

rkdeveloptool ul with NAND boards often tell you everything went well, but does not always work (on my board it does not do anything).

 

Did you try the other bootloaders available in the instructions post? Do you have any serial log?

Link to comment
Share on other sites

@RaptorSDS

The led configurations are not for intended as on/off switches, you should use the one and only that is suitable for your board because the led GPIO pins changes among boards (ie: the leds are connected to different "ports" on the SoC). You have to spot the led configuration that works for your board, or just read the board signature and find a match in rk322x-config proposals.

 

Once you do that, the leds can be controlled independently via /sys/class/leds/working and /sys/class/leds/auxiliary sysfs paths.

By default the working led is set to stay always on and auxiliary is set to blink when there is MMC access, but you can change writing into trigger file you find in those paths. Use cat trigger to show the list of possible values that you can write into and search google for documentation.

 

 

Link to comment
Share on other sites

Hi everyone, I've been following this topic for a while. I've been working with environment settings for a few years and I'm really enjoying these single board computers (raspberry, banana, orange). And reading your content, I decided to purchase a rock-chip rk3228a. I tried to change the ROM of it, but I was unsuccessful.

 

https://photos.google.com/share/AF1QipPl7CExQWOgwruHVVWZplC76vnzXTkNJpeCMlNMQdqSTPExIVibc5hO6v2LXVq9kQ?key=VzBQUTk4ZFk3a3VRZjhjQVZzRHNYLWxTMS1NQU13

 

Can anyone help? I shared the photos from the tv box on the link above.

Link to comment
Share on other sites

@Luiz Rocha

 

Quote

"I tried to change the ROM of it"

if you speak about android rom  this isn 't the right place since here we discuss about linux-armbian on those board

If you instead speak of linux-armbian you are in the right place but apart from photos you didn't describe what the problem is ( no boot ? - have you a uart , have you logs ?)

Link to comment
Share on other sites

3 hours ago, fabiobassa said:

@Luiz Rocha

 

if you speak about android rom  this isn 't the right place since here we discuss about linux-armbian on those board

If you instead speak of linux-armbian you are in the right place but apart from photos you didn't describe what the problem is ( no boot ? - have you a uart , have you logs ?)

 

I did the procedures using multitool.img and couldn't find eMMC, so I tried to enter maskrom mode and change the linux-armbian image. My machine is Ubuntu 20.04.2 LTS, I believe that I have not properly installed rkdeveloptool and upgrade_tool or even has an old version including multitool.img.
What official repository are you using on github or gitlab? Where can I download updated versions of this project to try again to switch to linux-armbian?

Link to comment
Share on other sites

Hi everyone, I'm doing really well on the board I have! I am sure this is a really capable board! 

 

So far I have:

. Played emulator games and some old/retro games such as quake 1, 2, and doom;

. Web-browesed on Firefox to almost any website (netflix doesn't work, some issues with google meet as well);

. Edited photos and pdf with gimp, libreoffice draw, kolourpaint... Flawlessly!;

. Draw 2d cad with librecad and will be testing leocad soon!;

. When videos work, like in YouTube or twitch, I can watch them decent at 480p, very decent at 360p;

. Watched 1080p on kodi (at least on twitch), but the other services (Amazon, Netflix, Disney, YouTube...) I wasn't able to try yet. 

 

Overall, this makes for a REALLY good and cheap basic desktop.

 

But just to be sure, let me ask something: is there any way to dual boot with android + armbian? That'd be possible with, I suppose, partitioning the emmc... I am aware that there is a way to install linux in Android and then ssh into it. But that's not the same thing I'm asking about!

 

As always, thanks a lot for the help and support here. You guys are awesome. Much love <3 

Link to comment
Share on other sites

@ArkhanLK Glad you're finding the box useful and thanks for reporting! ;)

Netflix and friends usually have other issues related to Digital Rights Management, but never really dig into. I know that on LibreELEC you need to download the Widevine plugin.

 

@jaum20 It should be already enabled, but honestly I never checked the coaxial SPDIF output. Will check right now ;)

edit: just checked on both mainline and legacy kernel and it is working fine up to 192khz! Maybe you need to tell pulseaudio to use SPDIF (IEC958) from the speaker icon in the upper right corner

Link to comment
Share on other sites

@ArkhanLK

ad Jock already said is not a problem of the soc per se , but netflix and other need DRM and this must be enabled in some way as libreelec already did.
I am very but very happy that you found this little black box usefull, I use plenty of those for the most wide purposes

Link to comment
Share on other sites

Thanks @jock and @fabiobassa!

 

Yeah, it is partially due to these limitations and also the limitations of how I am currently using Kodi that I am trying that dual boot alternative. You guys don't happen to know anything about it, do you?

 

Even if it'd mean run android on eMMC and Linux from the sdcard, it'd still be very helpful!


If things keep running as they are, I think I can turn this into a product soon enough - and then help with donations! ^^

Link to comment
Share on other sites

22 minutes ago, ArkhanLK said:

Thanks @jock and @fabiobassa!

 

Yeah, it is partially due to these limitations and also the limitations of how I am currently using Kodi that I am trying that dual boot alternative. You guys don't happen to know anything about it, do you?

 

Even if it'd mean run android on eMMC and Linux from the sdcard, it'd still be very helpful!


If things keep running as they are, I think I can turn this into a product soon enough - and then help with donations! ^^

Running android from eMMC and Linux from sdcard is very possible, LibreELEC does that, but also the multitool works that way also.

Armbian images are not provided in that way for very specific reason:

  • support is more difficult since we can't know what kind of software (bootloader version, ddrbin, etc...) booted the box
  • extended boot features (like USB boot or network boot) are impossible to implement
  • plenty of outdated binary blobs are involved (you don't know what happens in that code)
  • limited speed for DDR ram memories in mainline kernel

Since Armbian is intended for general and stable usage and work is done towards the mainline kernel, the "dual boot" choice has been dropped almost instantly.

 

Link to comment
Share on other sites

i do not know if something change in last apt upgrade for rk332x root or image but i got today kernel faults and emmc problem

 

emmc problems like the one i report when i config emmc in armbianEnv.txt

 

my box tell me 398% CPU usage

 

kernel panic

 kernel:[  519.498786] Internal error: Oops: 805 [#1] PREEMPT SMP ARM

Message from syslogd@rk322x-box at Jun 17 21:45:02 ...
 kernel:[  519.645677] Process kworker/0:3 (pid: 1159, stack limit = 0x6b325425)

Message from syslogd@rk322x-box at Jun 17 21:45:02 ...
 kernel:[  519.652911] Stack: (0xb38ffc80 to 0xb3900000)

Message from syslogd@rk322x-box at Jun 17 21:45:02 ...
 kernel:[  519.657808] fc80: 200e0013 00000001 b38ffcac b38ffc98 b103e600 b01879f4 b1d04938 00000001

Message from syslogd@rk322x-box at Jun 17 21:45:02 ...
 kernel:[  519.667000] fca0: b38ffcd4 b38ffcb0 b089a0d0 b103e5f0 ffffffff b0899f80 00000001 b38ffd08

Message from syslogd@rk322x-box at Jun 17 21:45:02 ...
 kernel:[  519.676192] fcc0: b1d11824 00000000 b38ffd04 b38ffcd8 b014ba44 b0899f8c b1d05b40 b1d11800

Message from syslogd@rk322x-box at Jun 17 21:45:02 ...
 kernel:[  519.685385] fce0: b1780e90 b1c05e40 b1606808 00000001 00000000 b4737080 b38ffd3c b38ffd08

Message from syslogd@rk322x-box at Jun 17 21:45:02 ...
 kernel:[  519.694577] fd00: b088ce80 b014b9d8 b1d05b40 23c34600 30a32c00 d4a8b198 b088f660 b1c05e40

Message from syslogd@rk322x-box at Jun 17 21:45:02 ...
 kernel:[  519.703770] fd20: b1c05e40 00000000 00000001 b1c05300 b38ffd5c b38ffd40 b088cf4c b088ce04

Message from syslogd@rk322x-box at Jun 17 21:45:02 ...
 kernel:[  519.712962] fd40: b1c05e40 b1c05240 00000000 00000001 b38ffd7c b38ffd60 b088cf10 b088ceb0

Message from syslogd@rk322x-box at Jun 17 21:45:02 ...
 kernel:[  519.722155] fd60: b1c05240 b1c05300 00000000 00000001 b38ffd9c b38ffd80 b088cf10 b088ceb0

Message from syslogd@rk322x-box at Jun 17 21:45:02 ...
 kernel:[  519.731348] fd80: b1d1ca80 b1606808 30a32c00 30a32c00 b38ffddc b38ffda0 b0892dd4 b088ceb0

Message from syslogd@rk322x-box at Jun 17 21:45:02 ...
 kernel:[  519.740539] fda0: 30a32c00 00000000 ffffffff 30a32c00 b1d04000 d4a8b198 b38ffddc b30fadc0

 

 

 

 

 

Message from syslogd@rk322x-box at Jun 17 22:03:33 ...
 kernel:[   63.592688] [<b0892e54>] (clk_set_rate) from [<b0c21ae0>] (dev_pm_opp_set_rate+0x28c/0x588)

Message from syslogd@rk322x-box at Jun 17 22:03:33 ...
 kernel:[   63.602072]  r5:30a32c00 r4:b81ae800

Message from syslogd@rk322x-box at Jun 17 22:03:33 ...
 kernel:[   63.606113] [<b0c21854>] (dev_pm_opp_set_rate) from [<af0970a4>] (set_target+0x38/0x3c [cpufreq_dt])

Message from syslogd@rk322x-box at Jun 17 22:03:33 ...
 kernel:[   63.616380]  r10:00000000 r9:00000000 r8:00000001 r7:00000000 r6:b18a0a8c r5:b1606808

Message from syslogd@rk322x-box at Jun 17 22:03:33 ...
 kernel:[   63.625174]  r4:b48c2200

Message from syslogd@rk322x-box at Jun 17 22:03:33 ...
 kernel:[   63.628042] [<af09706c>] (set_target [cpufreq_dt]) from [<b0c277d8>] (__cpufreq_driver_target+0x1bc/0x540)

Message from syslogd@rk322x-box at Jun 17 22:03:33 ...
 kernel:[   63.638895] [<b0c2761c>] (__cpufreq_driver_target) from [<b0c2b7d0>] (cs_dbs_update+0xd8/0x14c)

Message from syslogd@rk322x-box at Jun 17 22:03:33 ...
 kernel:[   63.648674]  r10:b1800a20 r9:00000000 r8:b4a6f5c0 r7:b4a73600 r6:000cd140 r5:b48c2200

Message from syslogd@rk322x-box at Jun 17 22:03:33 ...
 kernel:[   63.657469]  r4:b4a73100

Message from syslogd@rk322x-box at Jun 17 22:03:33 ...
 kernel:[   63.660334] [<b0c2b6f8>] (cs_dbs_update) from [<b0c2bd44>] (dbs_work_handler+0x3c/0x64)

Message from syslogd@rk322x-box at Jun 17 22:03:33 ...
 kernel:[   63.669333]  r9:00000000 r8:b17c03e0 r7:b48c2200 r6:b4a73104 r5:00000000 r4:b4a73148

Message from syslogd@rk322x-box at Jun 17 22:03:33 ...
 kernel:[   63.678047] [<b0c2bd08>] (dbs_work_handler) from [<b0142bc4>] (process_one_work+0x224/0x60c)

Message from syslogd@rk322x-box at Jun 17 22:03:33 ...
 kernel:[   63.687535]  r9:00000000 r8:00000000 r7:eedd7d00 r6:eedd4980 r5:b1fcd280 r4:b4a73148

Message from syslogd@rk322x-box at Jun 17 22:03:33 ...
 kernel:[   63.696254] [<b01429a0>] (process_one_work) from [<b0143018>] (worker_thread+0x6c/0x584)

Message from syslogd@rk322x-box at Jun 17 22:03:33 ...
 kernel:[   63.705354]  r10:eedd4980 r9:b1604900 r8:eedd49a4 r7:00000008 r6:eedd4980 r5:b1fcd294

Message from syslogd@rk322x-box at Jun 17 22:03:33 ...
 kernel:[   63.714151]  r4:b1fcd280

Message from syslogd@rk322x-box at Jun 17 22:03:33 ...
 kernel:[   63.717017] [<b0142fac>] (worker_thread) from [<b014a12c>] (kthread+0x19c/0x1b4)

Message from syslogd@rk322x-box at Jun 17 22:03:33 ...
 kernel:[   63.725335]  r10:b1de1e68 r9:00000000 r8:b1fcd280 r7:b0142fac r6:b3096000 r5:b1fe7000

Message from syslogd@rk322x-box at Jun 17 22:03:33 ...
 kernel:[   63.734130]  r4:b1fcd200

Message from syslogd@rk322x-box at Jun 17 22:03:33 ...
 kernel:[   63.736993] [<b0149f90>] (kthread) from [<b0100148>] (ret_from_fork+0x14/0x2c)

Link to comment
Share on other sites

@RaptorSDS No particular updates recently. If you're on legacy kernel, it is the same 4.4.194 kernel as it was long ago.

Mainline kernel still should be a subversion of 5.10

 

Can't say anything about, I just see a kernel panic but can't say if it is related to emmc.

Maybe it is just a "common" stability issue of the board due to crap quality.

Link to comment
Share on other sites

i am on mainline kernel 5.10

 

i had befor set cpu from 400MHz to limit 1.2GHz max  -> to limit thermal output

after that kernel panic i switch back to 600Mhz to 1.39GHz ( after kernel panic armbian-config has no 400Mhz option) now its little bit better

(could a app like php3 , nginx, mariadb do a kernel panic  like above ? )

 

but i hope i will not be get worse

 

 

Link to comment
Share on other sites

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