Jump to content

CSC Armbian for RK322x TV box boards


jock

Recommended Posts

 @Luis

If the led blinks, the kernel should be up and running.

 

The problems may be only related to HDMI output. Some users reported events like this in the past, but we got not enough feedback. We tested quite a lot of boards and never had such issues with HDMI so far, so can't be more specific.
Actually the same HDMI timings and source code is shared with LibreELEC, so can't really say if there is really something wrong with your board or with the kernel code.

 

The only suggestions I can give you is to experiment changing the HDMI cable and TV/monitor to see if something changes. Often lousy HDMI cables cause lot of troubles.

 

If the board is working, you can connect it to your network via ethernet cable and access it via ssh (username: root and password: 1234)

That would be a proof that the board is running, from there you may post the results of armbianmonitor -u

Link to comment
Share on other sites

I've followed the guide to install amrbian buster successfully on my MXQ4K RK3229.

By the way,  it's only a way to install on NAND flash, not eMMC. After flashing, it could be started normally but when I try to install several package like Python or Docker, I got the following error:

 

Quote

Unpacking armbian-firmware (21.05.1) over (21.02.3) ...

 

Message from syslogd@rk322x-box at May 18 14:56:45 ...

kernel:[ 3903.123928] Internal error: : 1c06 [#1] SMP ARM

 

Message from syslogd@rk322x-box at May 18 14:56:45 ...

kernel:[ 3903.313432] Process dpkg (pid: 5566, stack limit = 0xc1916250)

 

Message from syslogd@rk322x-box at May 18 14:56:45 ...

kernel:[ 3903.325322] Stack: (0xc1917d34 to 0xc1918000)

 

Message from syslogd@rk322x-box at May 18 14:56:45 ...

kernel:[ 3903.335696] 7d20:                                              00001000 c1917ee4 b9000000

 

Message from syslogd@rk322x-box at May 18 14:56:45 ...

kernel:[ 3903.349986] 7d40: 00000051 b9000000 00001000 00000000 00001000 b0542b1c 0000c000 00000000

 

Message from syslogd@rk322x-box at May 18 14:56:45 ...

kernel:[ 3903.364341] 7d60: b11784c0 00001000 c1917eec baca37dc 00001000 00000000 b0cae494 00000000

 

Message from syslogd@rk322x-box at May 18 14:56:45 ...

kernel:[ 3903.378759] 7d80: c1917dec c1917d90 b01135b8 b0542a94 00001000 00000000 c1917db8 c1917dbc

 

Message from syslogd@rk322x-box at May 18 14:56:45 ...

I've tried to reinstall several times but always got this error once installing a heavy package.

More detail error:

https://pastebin.com/SREavCE8

 

Could you help me the solution to fix?

 

Thank you.

Link to comment
Share on other sites

@chinhhut It could be a number of reasons: the board is not perfectly stable, NAND is getting broken, you are hitting a bug which was in the previous image but should be fixed now.

Please post the output of armbianmonitor -u after the issue happened for the full logs.

 

Also you can try to append cpu-stability to overlays= line in /boot/armbianEnv.txt  and verify if the issue happens again.

 

 

Link to comment
Share on other sites

21 hours ago, jock said:

@chinhhut It could be a number of reasons: the board is not perfectly stable, NAND is getting broken, you are hitting a bug which was in the previous image but should be fixed now.

Please post the output of armbianmonitor -u after the issue happened for the full logs.

 

Also you can try to append cpu-stability to overlays= line in /boot/armbianEnv.txt  and verify if the issue happens again.

 

 

I've installled the latest version Armbian_21.02.3_Rk322x-box_buster_legacy_4.4.194.img,

 

The installation is using the option below (unable to install via eMMC):

Choose “Burn Armbian image via steP-nand” from the menu, then select the destination device (usually rknand0) and the image to burn;"

 

I've tried with 2 MXQ RK3229 boxes. It works very well under Android OS 7.1 but got the same error on Armbian.

 

I'm going to add the following configuration, is it correct?

Quote

verbosity=1

extraargs=coherent_pool=2M

bootlogo=false

overlay_prefix=rk322x

fdtfile=rk322x-box.dtb

rootdev=UUID=a1a0625b-8e98-407f-a8a4-e58e138c1391

rootfstype=ext4

usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u

overlays=cpu-stability

I also got the same error with the guide from below thread:

 

Link to comment
Share on other sites

Hello! My video saga continues, lol. 

 

I have tried the media framework here in many ways but it's just not working. I am unable to force play video on mpv, VLC, smplayer on a resolution above 360p. Glxinfo doesn't work well and errors out. Glxgears too, or runs without video on screen (all black). Glrun always breaks. If I install mali driver (utgard400) it stops the boot at utmp system run level... I tried the tutorial to run quake and that screen is also just pure black. I hear sound, tho, so the game does open... There is just something I'm not doing right about drivers/opengl... I'm fine if it works poorly. I just want to make sure it is at least, somehow, working as intended... @jock, can you help me? 

Link to comment
Share on other sites

Hi @ArkhanLK , I don't know what you did but I just tried the Focal image I gave you some days ago + the media framework script and everything went fine.

Installation was completed in a few minutes without any error, now I'm playing h.264 movie with Kodi without any issue.

 

edit: tried also mpv under X.org (work fine) and quake via glrun (utterly wrong, but those are the known issues of the Mali driver)

Link to comment
Share on other sites

Hey the @jock! Thanks a lot for your help! I really appreciate it!!!
 

4 hours ago, jock said:

Hi @ArkhanLK , I don't know what you did but I just tried the Focal image I gave you some days ago + the media framework script and everything went fine.

What other configuration did you do? What is your DE?
For me, the armsoc driver and the ffmpeg will ask to perform some "--fix-broken" on install.

 

5 hours ago, jock said:

Installation was completed in a few minutes without any error, now I'm playing h.264 movie with Kodi without any issue.

Is Kodi very slow? Is the movie streamed or a downloaded version that you have? How about, for example, watching a youtube video in firefox?
 Even if I try to add opengl on firefox, it does not turn on at all.

5 hours ago, jock said:

edit: tried also mpv under X.org (work fine) and quake via glrun (utterly wrong, but those are the known issues of the Mali driver)

The quake, for me, was simply a black screen. No video at all... Tried checking my info for hardware acceleration and it always said no or off or similar... How do you confirm it is on? Besides like, tried to watched and it played...

So, I installed it all but Kodi on the minimal, without any DE or even xorg. Then, tried to install lubuntu-desktop, and it is stuck at "Finished Update UTMP about System Runlevel Changes", if I ctrl+alt+fX, I can login but never startx or startlxqt. Same happened with lxde... And it will happen if I am on XFCE.

Maybe it's something of my board... ? I don't know. And what could it be?!
I'm really lost on this video stuff -.-

Once more, thanks a lot, friend! You are amazingly helpful!

Link to comment
Share on other sites

@ArkhanLK

These are the steps I did:

  • Installed the Armbian focal minimal image I published in the previous post on a sdcard
  • Booted the image, run rk322x-config to configure the system for my board, then rebooted
  • Downloaded the media framework tgz from the linked post on first page, unpacked it and run the installer script with sudo (probably you already know, but the script produces a log file in /tmp directory)
  • Wait for a few minutes until the script finished, then rebooted the box
  • Started kodi with start-kodi command, it booted and everything was smooth. Tried both to stream an mp4 movie from my NAS and also copied another movie on the local system; both movies worked very well with no issues at all. Just tried a few minutes, but everything was just right.
  • Quit kodi, then run apt install --install-recommends armbian-focal-desktop armbian-focal-desktop-xfce lightdm lightdm-autologin-greeter armbian-config
  • Run armbian-config and enabled desktop with autologin from System menu
  • Installed mpv via apt, then run it with the command line of the post on the same movie of above: no problems
  • Installed game data packager with apt install game-data-packare lhasa innoextract, then run it with game-data-packager -i quake to install quake
  • Run quake from command line with glrun quake, it booted, acceleration was active, but there just were a lot of artifacts, but this is expected because of the old Mali drivers.

As you see I did nothing particularly strange, maybe the step to install the desktop environment is better handler by armbian-config, but if you need the DE it is even better to use the stable Focal Desktop image.

Link to comment
Share on other sites

59 minutes ago, jock said:

Started kodi with start-kodi command, it booted and everything was smooth. Tried both to stream an mp4 movie from my NAS and also copied another movie on the local system; both movies worked very well with no issues at all. Just tried a few minutes, but everything was just right.

Thanks for the details, @jock! Still the same way, basically:

So, followed your steps plus some apt update/upgrade along the way. Kodi errors out here, "unable to create GUI", and on the update/upgrade there are extra packages to be removed and also some other packages that need to be fixed. Armsoc is among them...

I will try the image with xfce already, thanks!

Link to comment
Share on other sites

9 hours ago, ArkhanLK said:

Thanks for the details, @jock! Still the same way, basically:

So, followed your steps plus some apt update/upgrade along the way. Kodi errors out here, "unable to create GUI", and on the update/upgrade there are extra packages to be removed and also some other packages that need to be fixed. Armsoc is among them...

I will try the image with xfce already, thanks!

Well if you post the log file left in /tmp by the media framework installer maybe we can read what went wrong

Link to comment
Share on other sites

Hi guys, i have some issues. I wanted to boot from sd card and followed the instructions: first erase flash using multitool, then burn focal xfce desktop file to sd card then plugin but the led light didn't blink, nothing happened. I dont know what's problem, please help @jock sorry for my bad English

Link to comment
Share on other sites

1 hour ago, Khoa Nguyen said:

Hi guys, i have some issues. I wanted to boot from sd card and followed the instructions: first erase flash using multitool, then burn focal xfce desktop file to sd card then plugin but the led light didn't blink, nothing happened. I dont know what's problem, please help @jock sorry for my bad English

Difficult to say what's wrong if you don't provide a log of the boot process and the details and photos of your board.

Maybe you have a particular hardware but without any information about I can't say anything.

 

Did you expand the .xz file before writing it to the sdcard? Are the leds in front of the box dimmed or bright?

I suggest you to use a proper writer like balenaEtcher which does the extraction and verification of the burnt image

Link to comment
Share on other sites

21 hours ago, jock said:

Well if you post the log file left in /tmp by the media framework installer maybe we can read what went wrong

Alright @jock, next time I'm installing it I will get it! It's not there right now =/

However, the problem might be something else entirely:
I went to the website and download ubuntu legacy with xfce. Run rk322x, reboot. Run update/upgrade, and it breaks.
I can still login through other tty, but the main one is just black.
So, I searched about lightdm and it seems pretty fucked up randomly breaking. Also, the auto-login option sucks, and what I have will happen if I try to turn it off, too.
I tried to solve it by installing the media framework, which installed, but the xorg.conf.d now has 4 or 5 files (I read there should be only 1).
I also know for certain that the system will break if I try to open the greeter while in GUI. It just freezes completely.
I tried reinstalling everything lightdm related, nothing makes it better.
And, after installing the media framework, I get to the problem I had before: startx or startxfce4 errors out, so I do not have GUI anymore.
I have that log here, and also the file that seems most complete for the driver config, which is exynos.conf (which I have also added some stuff trying to figure it out).
Besides these 2, what else can I provide that could be helpful?
As always, thank you!

exynos.conf Xorg.0.log

Link to comment
Share on other sites

@ArkhanLK

I met @jock on the net quite TWO 2 years ago , when  I started this adventure with 322x boxes and for some LONG time my question was always the same:
how obtain a good desktop experience and at the same time a good harware acceleration for playing videos on this boxes and infamous mali 400 driver.
The answer is not so nice : at the state of the art OR you have a decent desktop, OR you have good videos. Both is still problematic.
To have full video HW acceleration in some manner is needed switch off the desktop and go on GBM driver. And also I suspect you cannot use exynos driver on your board.
An old attempt done by rockchip itself to have a satisfactory both xorg and video experience was made on debian 9 stretch and modded gstreamer and MPV player
This is how xorg.conf looks like:
name of the file : 20-armsoc.conf
content :
 

Section "Device"
        Identifier      "Mali FBDEV"
        Driver          "armsoc"
        Option          "fbdev"                 "/dev/fb0"
        Option          "Fimg2DExa"             "false"
        Option          "DRI2"                  "true"
        Option          "DRI2_PAGE_FLIP"        "false"
        Option          "DRI2_WAIT_VSYNC"       "true"
        Option          "SWcursorLCD"           "false"
EndSection

Section "Screen"
        Identifier      "DefaultScreen"
        Device          "Mali FBDEV"
        DefaultDepth    24
EndSection


but i repeat this worked on old debian 9 stretch rootfs and allowed play decent videos ( but losing the mouse control for a while...:(   )

And this APART of broken dm greeter, that is another problem

Link to comment
Share on other sites

@ArkhanLK

Mmh, I think you have other kind of problems, maybe storage issues, because everything you are describing right now is totally out of any experience I ever had. apt update && apt upgrade should not break anything. If apt breaks something, you must investigate why it happens and solve that problem first, because the issue is system-wide and not related to the media framework.

To be honest, there was an issue with lightdm greeter that was preventing the X.org server to start, but should be solved now in the shipped stable image and surely apt upgrade should fix it. Nonetheless you are having issues with the GUI-less system too, so there is something rotten elsewhere.

 

Consider also that in xorg.conf.d directory there is just one file right after the installation, and another file is installed there when the media framework installs the armsoc driver. There should be nothing else than these two files, if you follow the same steps I did.

 

I still can confirm that the Focal minimal image works and the media framework installation script (which does apt update as first step) never encountered a single error.

 

Anyway, storage issues are very subtle and they may cause any kind of unexpected troubles. I don't remember if are using the internal flash an external sdcard, but maybe it worth trying installing on a pristine sdcard to understand the source if issues.

Also you may try a mainline kernel image too, and see if apt update && apt upgrade cause the same issues, tinker around with the desktop environment and see if you have issues there too.

Link to comment
Share on other sites

On 5/21/2021 at 8:30 PM, jock said:

Difficult to say what's wrong if you don't provide a log of the boot process and the details and photos of your board.

Maybe you have a particular hardware but without any information about I can't say anything.

 

Did you expand the .xz file before writing it to the sdcard? Are the leds in front of the box dimmed or bright?

I suggest you to use a proper writer like balenaEtcher which does the extraction and verification of the burnt image

2021f7cd435e-31a1-4103-ba94-c5322e342ac5

This is what inside the tvbox.

I followed steps in first page to boosting using sd card: 

- Downloaded and burned Multitool to sd card

- Pluged in sd card to tvbox and powered it on, it's worked, then i chose Erase flash, then shut it down.

- Unpluged sd card, downloaded, unzip and burned Armbian focal current kernel 5.10.y to sd card

- Pluged in sd card to tvbox and powered it on again, the led turned bright blue as soon as i plug in power cord, then nothing happen.

Seems like my tvbox is bricked ? Is there anything i can do now ?

Thank you ! 

Picture upload problem, but in the board i see MXQ_RK3229_EMCP_v4.0

 

Link to comment
Share on other sites

14 hours ago, fabiobassa said:

@ArkhanLK

I met @jock on the net quite TWO 2 years ago , when  I started this adventure with 322x boxes and for some LONG time my question was always the same:
how obtain a good desktop experience and at the same time a good harware acceleration for playing videos on this boxes and infamous mali 400 driver.
The answer is not so nice : at the state of the art OR you have a decent desktop, OR you have good videos. Both is still problematic.
To have full video HW acceleration in some manner is needed switch off the desktop and go on GBM driver. And also I suspect you cannot use exynos driver on your board.
An old attempt done by rockchip itself to have a satisfactory both xorg and video experience was made on debian 9 stretch and modded gstreamer and MPV player
This is how xorg.conf looks like:
name of the file : 20-armsoc.conf
content :
 


Section "Device"
        Identifier      "Mali FBDEV"
        Driver          "armsoc"
        Option          "fbdev"                 "/dev/fb0"
        Option          "Fimg2DExa"             "false"
        Option          "DRI2"                  "true"
        Option          "DRI2_PAGE_FLIP"        "false"
        Option          "DRI2_WAIT_VSYNC"       "true"
        Option          "SWcursorLCD"           "false"
EndSection

Section "Screen"
        Identifier      "DefaultScreen"
        Device          "Mali FBDEV"
        DefaultDepth    24
EndSection


but i repeat this worked on old debian 9 stretch rootfs and allowed play decent videos ( but losing the mouse control for a while...:(   )

And this APART of broken dm greeter, that is another problem

Thanks for tip, man! And well, I'm ok if the video is not great. I just want to make sure I tried all I could, you know? The option to have videos on Kodi while other things will work for the desktop is very ok, to me. BUT to have that working, I need the system to behave accordingly.

 

I appreciate the help, @fabiobassa!

 

Now, @jockI believe you have a point, but I am very certain of two things I am experiencing:

First, the black screen IS lightdm related. And I can 100% rely on that based on some experiences: with other images where I tried lubuntu and icewm, this did not happen because there was no lightdm. Also, in this image, I have installed sddm after removing lightdm COMPLETELY (purge), it is working as intended!

 

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.

I have gathered some explanation and logs, please find them attached. Maybe you can see something I can't on them - very likely since this is my first contact with linux =P

 

Maybe you can take a look as well @fabiobassa? Any help or opinions are welcome!
I have named them in reading order, 01 to 03. I know I'm taking a lot of your time and thank you very much for this.

01-xorgPotentialProblem 02-sddmErrorAfterMediaFramework.txt 03-xorgAfterMediaFramework

Link to comment
Share on other sites

Hi there,

 

  sorry for being late writing, lots of things to do, still need to fin FTDI adapter to read serial, but for now, i was able to boot armbian with "rdkdevicetool ef" with an SD. Some info and some simple benchmarks (with paired or comparative performance cpus), seems that NAND is not detected, only 64GB SD Card from wich Arbmbian is booted. For me its a good candidate for network server where low power is a must (solar powered instalations on mountains), trying to make HA distributed network services (dhcp, radius, php, mariadb, dns, ...). It went little bit hot (/sys/class/thermal/thermal_zone0/temp ) but think it is not reading real temp, as it does not get lower than 70° and went up to 91° while benchmarking but box was not so hot on hand touch.

 

MXQ PRO 4K 5G, announced with 4GB Ram and 32GB Rom, Rk3229 and eMMC, finally, it has: 1GB RAM, 8GB NAND (unuseable for now), RK3228A:

 

lshw
server1
    description: ARMv7 Processor rev 5 (v7l)
    product: Generic RK322x TV Box board
    serial: 7064501d8f6edfc9
    width: 32 bits
    capabilities: smp
  *-core
       description: Motherboard
       physical id: 0
     *-cpu:0
          description: CPU
          product: cpu
          physical id: 0
          bus info: cpu@0
          size: 1200MHz
          capacity: 1200MHz
          capabilities: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm cpufreq
     *-cpu:1
          description: CPU
          product: cpu
          physical id: 1
          bus info: cpu@1
          size: 1200MHz
          capacity: 1200MHz
          capabilities: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm cpufreq
     *-cpu:2
          description: CPU
          product: cpu
          physical id: 2
          bus info: cpu@2
          size: 1200MHz
          capacity: 1200MHz
          capabilities: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm cpufreq
     *-cpu:3
          description: CPU
          product: cpu
          physical id: 3
          bus info: cpu@3
          size: 1200MHz
          capacity: 1200MHz
          capabilities: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm cpufreq
     *-memory
          description: System memory
          physical id: 4
          size: 962MiB
  *-usbhost:0
       product: Generic Platform OHCI controller
       vendor: Linux 4.4.194-rk322x ohci_hcd
       physical id: 2
       bus info: usb@7
       logical name: usb7
       version: 4.04
       capabilities: usb-1.10
       configuration: driver=hub slots=1 speed=12Mbit/s
  *-usbhost:1
       product: Generic Platform OHCI controller
       vendor: Linux 4.4.194-rk322x ohci_hcd
       physical id: 3
       bus info: usb@6
       logical name: usb6
       version: 4.04
       capabilities: usb-1.10
       configuration: driver=hub slots=1 speed=12Mbit/s
  *-usbhost:2
       product: Generic Platform OHCI controller
       vendor: Linux 4.4.194-rk322x ohci_hcd
       physical id: 4
       bus info: usb@5
       logical name: usb5
       version: 4.04
       capabilities: usb-1.10
       configuration: driver=hub slots=1 speed=12Mbit/s
  *-usbhost:3
       product: EHCI Host Controller
       vendor: Linux 4.4.194-rk322x ehci_hcd
       physical id: 5
       bus info: usb@4
       logical name: usb4
       version: 4.04
       capabilities: usb-2.00
       configuration: driver=hub slots=1 speed=480Mbit/s
  *-usbhost:4
       product: EHCI Host Controller
       vendor: Linux 4.4.194-rk322x ehci_hcd
       physical id: 6
       bus info: usb@3
       logical name: usb3
       version: 4.04
       capabilities: usb-2.00
       configuration: driver=hub slots=1 speed=480Mbit/s
  *-usbhost:5
       product: EHCI Host Controller
       vendor: Linux 4.4.194-rk322x ehci_hcd
       physical id: 7
       bus info: usb@2
       logical name: usb2
       version: 4.04
       capabilities: usb-2.00
       configuration: driver=hub slots=1 speed=480Mbit/s
  *-usbhost:6
       product: DWC OTG Controller
       vendor: Linux 4.4.194-rk322x dwc2_hsotg
       physical id: 1
       bus info: usb@1
       logical name: usb1
       version: 4.04
       capabilities: usb-2.00
       configuration: driver=hub slots=1 speed=480Mbit/s
  *-network:0
       description: Wireless interface
       physical id: 8
       logical name: wlan0
       serial: 98:c9:7c:3a:d9:d2
       capabilities: ethernet physical wireless
       configuration: broadcast=yes driver=ssv6x5x driverversion=4.4.194-rk322x firmware=N/A link=no multicast=yes wireless=IEEE 802.11abgn
  *-network:1 DISABLED
       description: Ethernet interface
       physical id: 9
       logical name: dummy0
       serial: 8a:92:1d:67:3d:b2
       capabilities: ethernet physical
       configuration: broadcast=yes driver=dummy driverversion=1.0
  *-network:2
       description: Ethernet interface
       physical id: a
       logical name: docker0
       serial: 02:42:39:76:24:61
       capabilities: ethernet physical
       configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A ip=172.17.0.1 link=no multicast=yes
  *-network:3
       description: Ethernet interface
       physical id: b
       logical name: eth0
       serial: 06:5a:0e:81:f7:7c
       size: 100Mbit/s
       capacity: 100Mbit/s
       capabilities: ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=st_gmac driverversion=March_2013 duplex=full ip=172.16.5.26 link=yes multicast=yes port=MII speed=100Mbit/s
lscpu
Architecture:        armv7l
Byte Order:          Little Endian
CPU(s):              4
On-line CPU(s) list: 0-3
Thread(s) per core:  1
Core(s) per socket:  4
Socket(s):           1
Vendor ID:           ARM
Model:               5
Model name:          Cortex-A7
Stepping:            r0p5
CPU max MHz:         1200.0000
CPU min MHz:         408.0000
BogoMIPS:            35.29
Flags:               half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
lsblk
NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
mmcblk0     179:0    0  57.8G  0 disk
└─mmcblk0p1 179:1    0  57.2G  0 part /
zram0       253:0    0 481.2M  0 disk [SWAP]
zram1       253:1    0    50M  0 disk /var/log

 

-CPU Blowfish-
Rk3228A       4x 1200.00 MHz  12.23
Intel(R) Pentium(R) 4 CPU 3.20GHz       2x 3200.00 MHz  12.06
-CPU CryptoHash-
Rk3228A      4x 1200.00 MHz  105.23
Intel(R) Atom(TM) CPU330 @ 1.60GHz      4x 1596.00 MHz  105.57
Intel(R) Core(TM)2 Duo CPU P7350@ 2.00GHz       2x 2000.00 MHz  103.95
-CPU Fibonacci-
Rk3228A       4x 1200.00 MHz  3.40
AMD Phenom(tm) 9150e Quad-Core Processor        4x 900.00 MHz   3.28
Intel(R) Core(TM)2 Quad CPUQ6700@ 2.66GHz       4x 2669.00 MHz  3.54
-CPU N-Queens-
Rk3228A       4x 1200.00 MHz  18.34
Intel(R) Core(TM)2 Quad CPUQ9400@ 2.66GHz       4x 2003.00 MHz  18.25
-FPU FFT-
Rk3228A      4x 1200.00 MHz  14.10
Intel(R) Pentium(R) M processor 1600MHz 1x 1600.00 MHz  13.50
-FPU Raytracing-
Rk3228A       4x 1200.00 MHz  9.56
AMD Athlon(tm) 64 X2 Dual Core Processor 6400+  2x 1000.00 MHz  10.93


 

Link to comment
Share on other sites

@beretas i think 70-91 degree is not a unnormal reading , my box get idle 60 degree , load at 80 degree , @jock and other already told me that normal ,

 

also my other rockchip 3328 box idle at android at 40-50 degree load above 70-90 degree

 

i also have a amlogic box M8S with a S812 cpu there idle around 30 degree and load at 50 degree but first step to get linux on this box is little bit complex.

 

 

Link to comment
Share on other sites

On 5/22/2021 at 4:25 PM, Khoa Nguyen said:

2021f7cd435e-31a1-4103-ba94-c5322e342ac5

This is what inside the tvbox.

I followed steps in first page to boosting using sd card: 

- Downloaded and burned Multitool to sd card

- Pluged in sd card to tvbox and powered it on, it's worked, then i chose Erase flash, then shut it down.

- Unpluged sd card, downloaded, unzip and burned Armbian focal current kernel 5.10.y to sd card

- Pluged in sd card to tvbox and powered it on again, the led turned bright blue as soon as i plug in power cord, then nothing happen.

Seems like my tvbox is bricked ? Is there anything i can do now ?

Thank you ! 

Picture upload problem, but in the board i see MXQ_RK3229_EMCP_v4.0

 

Try this experimental image posted here: https://forum.armbian.com/topic/12656-csc-armbian-for-rk322x-tv-boxes/?do=findComment&comment=123438

 

I can't see the photo of your board, but from the board name it clearly has an eMCP module, which is completely untested and at the moment the stable image does not boot on them. I'm still thinking about a workaround, but without the hardware in my hands it could take a while...

 

Link to comment
Share on other sites

@jock rk322x-config already done selecting NAND. If its helpfull to you, i can connect machine to some PPTP or OpenVPN so you can log in to do any test you want.

 

Armbian-hardware-monitor.log:


### Activated 1 lzo zram swap devices with 481 MB each

### Activated Armbian ramlog partition with lz4 compression

Sun 23 May 2021 07:17:07 AM CDT | rk322x-box | 21.05.2 | armhf | armv7l | 4.4.194-rk322x

### dmesg:

[    0.000000] Booting Linux on physical CPU 0xf00
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    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
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine model: Generic RK322x TV Box board
[    0.000000] cma: Reserved 16 MiB at 0x9f000000
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 253952
[    0.000000] free_area_init_node: node 0, pgdat b1253b40, node_mem_map ee6f1000
[    0.000000]   Normal zone: 2304 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 253952 pages, LIFO batch:31
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] PERCPU: Embedded 14 pages/cpu @ee68f000 s24856 r8192 d24296 u57344
[    0.000000] pcpu-alloc: s24856 r8192 d24296 u57344 alloc=14*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 251648
[    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
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Memory: 962664K/1015808K available (12862K kernel code, 919K rwdata, 3240K rodata, 808K init, 1219K bss, 36760K reserved, 16384K cma-reserved, 0K highmem)
[    0.000000] Virtual kernel memory layout:
                   vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                   fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
                   vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
                   lowmem  : 0xb0000000 - 0xf0000000   (1024 MB)
                   pkmap   : 0xafe00000 - 0xb0000000   (   2 MB)
                   modules : 0xaf000000 - 0xafe00000   (  14 MB)
                     .text : 0xb0008000 - 0xb0c97c6c   (12864 kB)
                     .init : 0xb10b0000 - 0xb117a000   ( 808 kB)
                     .data : 0xb117a000 - 0xb125fe94   ( 920 kB)
                      .bss : 0xb1261000 - 0xb1391f14   (1220 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 32.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.000022] Switching to timer-based delay loop, resolution 41ns
[    0.001795] Console: colour dummy device 80x30
[    0.001978] console [tty1] enabled
[    0.002004] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[    0.002022] pid_max: default: 32768 minimum: 301
[    0.002153] Security Framework initialized
[    0.002167] Yama: becoming mindful.
[    0.002242] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.002258] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.003142] Initializing cgroup subsys io
[    0.003175] Initializing cgroup subsys memory
[    0.003217] Initializing cgroup subsys devices
[    0.003236] Initializing cgroup subsys freezer
[    0.003254] Initializing cgroup subsys net_cls
[    0.003270] Initializing cgroup subsys perf_event
[    0.003287] Initializing cgroup subsys net_prio
[    0.003317] Initializing cgroup subsys pids
[    0.003387] CPU: Testing write buffer coherency: ok
[    0.003434] ftrace: allocating 41892 entries in 123 pages
[    0.082721] /cpus/cpu@f00 missing clock-frequency property
[    0.082753] /cpus/cpu@f01 missing clock-frequency property
[    0.082772] /cpus/cpu@f02 missing clock-frequency property
[    0.082791] /cpus/cpu@f03 missing clock-frequency property
[    0.082803] CPU0: update cpu_capacity 430
[    0.082814] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
[    0.082899] Setting up static identity map for 0x60008280 - 0x600082d8
[    0.094091] CPU1: update cpu_capacity 430
[    0.094100] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
[    0.103588] CPU2: update cpu_capacity 430
[    0.103597] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
[    0.113036] CPU3: update cpu_capacity 430
[    0.113044] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
[    0.113180] Brought up 4 CPUs
[    0.113220] SMP: Total of 4 processors activated (192.00 BogoMIPS).
[    0.113228] CPU: All CPU(s) started in SVC mode.
[    0.114750] devtmpfs: initialized
[    0.134406] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.134990] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.135032] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.136369] xor: measuring software checksum speed
[    0.174755]    arm4regs  :  1011.000 MB/sec
[    0.214859]    8regs     :   705.000 MB/sec
[    0.254961]    32regs    :   684.000 MB/sec
[    0.295063]    neon      :  1018.000 MB/sec
[    0.295073] xor: using function: neon (1018.000 MB/sec)
[    0.295114] pinctrl core: initialized pinctrl subsystem
[    0.296673] NET: Registered protocol family 16
[    0.299203] DMA: preallocated 2048 KiB pool for atomic coherent allocations
[    0.311215] cpuidle: using governor ladder
[    0.323228] cpuidle: using governor menu
[    0.339652] gpiochip_add_data: registered GPIOs 0 to 31 on device: gpio0
[    0.339815] gpiochip_add_data: registered GPIOs 32 to 63 on device: gpio1
[    0.339974] gpiochip_add_data: registered GPIOs 64 to 95 on device: gpio2
[    0.340126] gpiochip_add_data: registered GPIOs 96 to 127 on device: gpio3
[    0.346352] console [pstore-1] enabled
[    0.346364] pstore: Registered ramoops as persistent store backend
[    0.346376] ramoops: attached 0xf0000@0x62e00000, ecc: 0/0
[    0.349711] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.349731] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.349939] sip_firmware_init: set rockchip sip version v2 failed
[    0.448068] raid6: int32x1  gen()   133 MB/s
[    0.516187] raid6: int32x1  xor()   131 MB/s
[    0.584413] raid6: int32x2  gen()   166 MB/s
[    0.652668] raid6: int32x2  xor()   137 MB/s
[    0.720820] raid6: int32x4  gen()   163 MB/s
[    0.788995] raid6: int32x4  xor()   137 MB/s
[    0.857223] raid6: int32x8  gen()   166 MB/s
[    0.925487] raid6: int32x8  xor()   113 MB/s
[    0.993617] raid6: neonx1   gen()   382 MB/s
[    1.061752] raid6: neonx1   xor()   290 MB/s
[    1.129937] raid6: neonx2   gen()   519 MB/s
[    1.198091] raid6: neonx2   xor()   376 MB/s
[    1.266282] raid6: neonx4   gen()   581 MB/s
[    1.334493] raid6: neonx4   xor()   400 MB/s
[    1.402787] raid6: neonx8   gen()   560 MB/s
[    1.470934] raid6: neonx8   xor()   391 MB/s
[    1.470947] raid6: using algorithm neonx4 gen() 581 MB/s
[    1.470956] raid6: .... xor() 400 MB/s, rmw enabled
[    1.470966] raid6: using intx1 recovery algorithm
[    1.471947] rockchip-pm rockchip-suspend: not set wakeup-config
[    1.471969] rockchip-pm rockchip-suspend: not set pwm-regulator-config
[    1.472338] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/regulators/regulator@0[0]'
[    1.472829] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/regulators/regulator@1[0]'
[    1.473464] of_get_named_gpiod_flags: parsed 'gpio' property of node '/vcc-host-regulator[0]' - status (0)
[    1.474068] of_get_named_gpiod_flags: parsed 'gpio' property of node '/otg-vbus-regulator[0]' - status (0)
[    1.474560] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vcc-phy-regulator[0]'
[    1.475464] iommu: Adding device 20020000.vpu-service to group 0
[    1.475582] iommu: Adding device 20030000.rkvdec to group 1
[    1.475680] iommu: Adding device 20050000.vop to group 2
[    1.475773] iommu: Adding device 20070000.iep to group 3
[    1.476294] rk_iommu 20020800.iommu: can't get sclk
[    1.476864] rk_iommu 20030480.iommu: can't get sclk
[    1.477126] rk_iommu 20053f00.iommu: can't get sclk
[    1.477274] rk_iommu 20070800.iommu: can't get aclk
[    1.477294] rk_iommu 20070800.iommu: can't get hclk
[    1.477310] rk_iommu 20070800.iommu: can't get sclk
[    1.478053] SCSI subsystem initialized
[    1.478468] usbcore: registered new interface driver usbfs
[    1.478568] usbcore: registered new interface driver hub
[    1.478689] usbcore: registered new device driver usb
[    1.478911] media: Linux media interface: v0.10
[    1.479070] Linux video capture interface: v2.00
[    1.479321] pps_core: LinuxPPS API ver. 1 registered
[    1.479337] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.479379] PTP clock support registered
[    1.481288] Advanced Linux Sound Architecture Driver Initialized.
[    1.482281] Bluetooth: Core ver 2.21
[    1.482347] NET: Registered protocol family 31
[    1.482363] Bluetooth: HCI device and connection manager initialized
[    1.482385] Bluetooth: HCI socket layer initialized
[    1.482401] Bluetooth: L2CAP socket layer initialized
[    1.482457] Bluetooth: SCO socket layer initialized
[    1.483298] NetLabel: Initializing
[    1.483320] NetLabel:  domain hash size = 128
[    1.483330] NetLabel:  protocols = UNLABELED CIPSOv4
[    1.483403] NetLabel:  unlabeled traffic allowed by default
[    1.484727] clocksource: Switched to clocksource arch_sys_counter
[    1.579695] NET: Registered protocol family 2
[    1.580557] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    1.580672] TCP bind hash table entries: 8192 (order: 5, 163840 bytes)
[    1.581108] TCP: Hash tables configured (established 8192 bind 8192)
[    1.581211] UDP hash table entries: 512 (order: 2, 24576 bytes)
[    1.581281] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes)
[    1.581631] NET: Registered protocol family 1
[    1.582297] RPC: Registered named UNIX socket transport module.
[    1.582319] RPC: Registered udp transport module.
[    1.582330] RPC: Registered tcp transport module.
[    1.582341] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.582662] Trying to unpack rootfs image as initramfs...
[    1.955624] Freeing initrd memory: 5564K
[    1.956635] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
[    1.959596] Initialise system trusted keyring
[    1.973444] VFS: Disk quotas dquot_6.6.0
[    1.973755] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.976412] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.979832] NFS: Registering the id_resolver key type
[    1.979914] Key type id_resolver registered
[    1.979926] Key type id_legacy registered
[    1.979961] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.980072] ntfs: driver 2.1.32 [Flags: R/W].
[    1.981131] JFS: nTxBlock = 7692, nTxLock = 61538
[    1.989710] SGI XFS with security attributes, no debug enabled
[    1.998270] NET: Registered protocol family 38
[    1.998322] Key type asymmetric registered
[    1.998341] Asymmetric key parser 'x509' registered
[    1.998738] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    1.999075] io scheduler noop registered
[    1.999102] io scheduler deadline registered
[    1.999183] io scheduler cfq registered (default)
[    2.002347] phy phy-11000000.syscon:usb2-phy@800.2: Failed to get VBUS supply regulator
[    2.007337] rk-vcodec 20020000.vpu-service: no regulator for vcodec
[    2.007800] rk-vcodec 20020000.vpu-service: probe device
[    2.008208] rk-vcodec 20020000.vpu-service: drm allocator with mmu enabled
[    2.009413] rk-vcodec 20020000.vpu-service: could not find power_model node
[    2.009440] rk-vcodec 20020000.vpu-service: init success
[    2.009761] rk-vcodec 20030000.rkvdec: vcodec regulator not ready, retry
[    2.013982] dma-pl330 110f0000.pdma: Loaded driver for PL330 DMAC-241330
[    2.014010] dma-pl330 110f0000.pdma:         DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[    2.015123] rockchip-system-monitor rockchip-system-monitor: system monitor probe
[    2.015587] pwm-regulator vdd-arm-regulator: GPIO lookup for consumer enable
[    2.015606] pwm-regulator vdd-arm-regulator: using device tree for GPIO lookup
[    2.015623] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/vdd-arm-regulator[0]'
[    2.015638] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/vdd-arm-regulator[0]'
[    2.015651] pwm-regulator vdd-arm-regulator: using lookup tables for GPIO lookup
[    2.015666] pwm-regulator vdd-arm-regulator: lookup for GPIO enable failed
[    2.016307] pwm-regulator vdd-log-regulator: GPIO lookup for consumer enable
[    2.016328] pwm-regulator vdd-log-regulator: using device tree for GPIO lookup
[    2.016343] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/vdd-log-regulator[0]'
[    2.016358] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/vdd-log-regulator[0]'
[    2.016371] pwm-regulator vdd-log-regulator: using lookup tables for GPIO lookup
[    2.016386] pwm-regulator vdd-log-regulator: lookup for GPIO enable failed
[    2.017518] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    2.018301] 11030000.serial: ttyS2 at MMIO 0x11030000 (irq = 30, base_baud = 1500000) is a 16550A
[    2.019127] console [ttyS2] enabled
[    2.020922] [drm] Initialized drm 1.1.0 20060810
[    2.023330] [drm] Rockchip DRM driver version: v1.0.1
[    2.023569] rockchip-drm display-subsystem: devfreq is not set
[    2.024295] rockchip-drm display-subsystem: bound 20050000.vop (ops 0xb0d1b2b0)
[    2.024694] i2c i2c-0: of_i2c: modalias failure on /hdmi@200a0000/ports
[    2.024777] dwhdmi-rockchip 200a0000.hdmi: registered DesignWare HDMI I2C bus driver
[    2.024902] dwhdmi-rockchip 200a0000.hdmi: Detected HDMI TX controller v2.01a with HDCP (inno_dw_hdmi_phy)
[    2.026126] rockchip-drm display-subsystem: bound 200a0000.hdmi (ops 0xb0d13808)
[    2.026150] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.026160] [drm] No driver support for vblank timestamp query.
[    2.026301] rockchip-drm display-subsystem: failed to parse display resources
[    2.026364] rockchip-drm display-subsystem: No connectors reported connected with modes
[    2.026450] [drm] Cannot find any crtc or sizes - going 1024x768
[    2.049183] Console: switching to colour frame buffer device 128x48
[    2.064565] rockchip-drm display-subsystem: fb0:  frame buffer device
[    2.077291] Registered IR keymap rc-cec
[    2.077548] rc rc0: RC for dw_hdmi as /devices/platform/200a0000.hdmi/rc/rc0
[    2.078214] input: RC for dw_hdmi as /devices/platform/200a0000.hdmi/rc/rc0/input0
[    2.080291] brd: module loaded
[    2.091631] loop: module loaded
[    2.091699] lkdtm: No crash points registered, enable through debugfs
[    2.094210] libphy: Fixed MDIO Bus: probed
[    2.094244] tun: Universal TUN/TAP device driver, 1.6
[    2.094256] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    2.094605] CAN device driver interface
[    2.095980] rk_gmac-dwmac 30200000.ethernet: clock input or output? (output).
[    2.096007] rk_gmac-dwmac 30200000.ethernet: TX delay(0x30).
[    2.096023] rk_gmac-dwmac 30200000.ethernet: RX delay(0x10).
[    2.096065] rk_gmac-dwmac 30200000.ethernet: integrated PHY? (yes).
[    2.096235] rk_gmac-dwmac 30200000.ethernet: cannot get clock clk_mac_speed
[    2.101313] rk_gmac-dwmac 30200000.ethernet: init for RMII
[    2.136851] stmmac - user ID: 0x10, Synopsys ID: 0x35
[    2.136867]  Ring mode enabled
[    2.136878]  DMA HW capability register supported
[    2.136887]  Normal descriptors
[    2.136899]  RX Checksum Offload Engine supported (type 2)
[    2.136908]  TX Checksum insertion supported
[    2.136916]  Wake-Up On Lan supported
[    2.137007] rk_gmac-dwmac 30200000.ethernet: rk_get_eth_addr: mac address: 06:5a:0e:81:f7:7c
[    2.137020] eth%d: device MAC address 06:5a:0e:81:f7:7c
[    2.137030]  Enable RX Mitigation via HW Watchdog Timer
[    2.137223] of_get_named_gpiod_flags: parsed 'snps,reset-gpio' property of node '/ethernet@30200000[0]' - status (0)
[    2.549100] libphy: stmmac: probed
[    2.549129] eth%d: PHY ID 1234d400 at 0 IRQ POLL (stmmac-0:00) active
[    2.549143] eth%d: PHY ID 00000000 at 1 IRQ POLL (stmmac-0:01)
[    2.549156] eth%d: PHY ID 00000000 at 2 IRQ POLL (stmmac-0:02)
[    2.549169] eth%d: PHY ID 00000000 at 3 IRQ POLL (stmmac-0:03)
[    2.549181] eth%d: PHY ID 00000000 at 4 IRQ POLL (stmmac-0:04)
[    2.549194] eth%d: PHY ID 00000000 at 5 IRQ POLL (stmmac-0:05)
[    2.549206] eth%d: PHY ID 00000000 at 6 IRQ POLL (stmmac-0:06)
[    2.549218] eth%d: PHY ID 00000000 at 7 IRQ POLL (stmmac-0:07)
[    2.549230] eth%d: PHY ID 00000000 at 8 IRQ POLL (stmmac-0:08)
[    2.549243] eth%d: PHY ID 00000000 at 9 IRQ POLL (stmmac-0:09)
[    2.549255] eth%d: PHY ID 00000000 at 10 IRQ POLL (stmmac-0:0a)
[    2.549268] eth%d: PHY ID 00000000 at 11 IRQ POLL (stmmac-0:0b)
[    2.549280] eth%d: PHY ID 00000000 at 12 IRQ POLL (stmmac-0:0c)
[    2.549292] eth%d: PHY ID 00000000 at 13 IRQ POLL (stmmac-0:0d)
[    2.549304] eth%d: PHY ID 00000000 at 14 IRQ POLL (stmmac-0:0e)
[    2.549317] eth%d: PHY ID 00000000 at 15 IRQ POLL (stmmac-0:0f)
[    2.549329] eth%d: PHY ID 00000000 at 16 IRQ POLL (stmmac-0:10)
[    2.549341] eth%d: PHY ID 00000000 at 17 IRQ POLL (stmmac-0:11)
[    2.549354] eth%d: PHY ID 00000000 at 18 IRQ POLL (stmmac-0:12)
[    2.549367] eth%d: PHY ID 00000000 at 19 IRQ POLL (stmmac-0:13)
[    2.549379] eth%d: PHY ID 00000000 at 20 IRQ POLL (stmmac-0:14)
[    2.549391] eth%d: PHY ID 00000000 at 21 IRQ POLL (stmmac-0:15)
[    2.549403] eth%d: PHY ID 00000000 at 22 IRQ POLL (stmmac-0:16)
[    2.549416] eth%d: PHY ID 00000000 at 23 IRQ POLL (stmmac-0:17)
[    2.549428] eth%d: PHY ID 00000000 at 24 IRQ POLL (stmmac-0:18)
[    2.549440] eth%d: PHY ID 00000000 at 25 IRQ POLL (stmmac-0:19)
[    2.549452] eth%d: PHY ID 00000000 at 26 IRQ POLL (stmmac-0:1a)
[    2.549465] eth%d: PHY ID 00000000 at 27 IRQ POLL (stmmac-0:1b)
[    2.549477] eth%d: PHY ID 00000000 at 28 IRQ POLL (stmmac-0:1c)
[    2.549489] eth%d: PHY ID 00000000 at 29 IRQ POLL (stmmac-0:1d)
[    2.549501] eth%d: PHY ID 00000000 at 30 IRQ POLL (stmmac-0:1e)
[    2.549513] eth%d: PHY ID 00000000 at 31 IRQ POLL (stmmac-0:1f)
[    2.550936] PPP generic driver version 2.4.2
[    2.551335] Atmel at76x USB Wireless LAN Driver 0.17 loading
[    2.551473] usbcore: registered new interface driver at76c50x-usb
[    2.551600] usbcore: registered new interface driver rtl8187
[    2.551716] usbcore: registered new interface driver rndis_wlan
[    2.551824] usbcore: registered new interface driver zd1201
[    2.552237] usbcore: registered new interface driver rt2800usb
[    2.552351] Rockchip WiFi SYS interface (V1.00) ...
[    2.552421] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[    2.552505] usbcore: registered new interface driver pegasus
[    2.552591] usbcore: registered new interface driver rtl8150
[    2.552673] usbcore: registered new interface driver r8152
[    2.552842] usbcore: registered new interface driver asix
[    2.552936] usbcore: registered new interface driver ax88179_178a
[    2.553017] usbcore: registered new interface driver cdc_ether
[    2.553111] usbcore: registered new interface driver dm9601
[    2.553219] usbcore: registered new interface driver smsc75xx
[    2.553324] usbcore: registered new interface driver smsc95xx
[    2.553407] usbcore: registered new interface driver net1080
[    2.553498] usbcore: registered new interface driver rndis_host
[    2.553584] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
[    2.553724] usbcore: registered new interface driver cdc_ncm
[    2.553816] usbcore: registered new interface driver cdc_mbim
[    2.554298] 30040000.usb supply vusb_d not found, using dummy regulator
[    2.554431] 30040000.usb supply vusb_a not found, using dummy regulator
[    2.567548] dwc2 30040000.usb: DWC OTG Controller
[    2.567599] dwc2 30040000.usb: new USB bus registered, assigned bus number 1
[    2.567654] dwc2 30040000.usb: irq 48, io mem 0x30040000
[    2.568007] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.568027] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.568041] usb usb1: Product: DWC OTG Controller
[    2.568055] usb usb1: Manufacturer: Linux 4.4.194-rk322x dwc2_hsotg
[    2.568068] usb usb1: SerialNumber: 30040000.usb
[    2.569153] hub 1-0:1.0: USB hub found
[    2.569230] hub 1-0:1.0: 1 port detected
[    2.570779] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.570809] ehci-platform: EHCI generic platform driver
[    2.573339] ehci-platform 30080000.usb: EHCI Host Controller
[    2.573707] ehci-platform 30080000.usb: new USB bus registered, assigned bus number 2
[    2.574000] ehci-platform 30080000.usb: irq 49, io mem 0x30080000
[    2.584777] ehci-platform 30080000.usb: USB 2.0 started, EHCI 1.00
[    2.585074] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    2.585093] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.585108] usb usb2: Product: EHCI Host Controller
[    2.585122] usb usb2: Manufacturer: Linux 4.4.194-rk322x ehci_hcd
[    2.585136] usb usb2: SerialNumber: 30080000.usb
[    2.586106] hub 2-0:1.0: USB hub found
[    2.586181] hub 2-0:1.0: 1 port detected
[    2.589086] ehci-platform 300c0000.usb: EHCI Host Controller
[    2.589493] ehci-platform 300c0000.usb: new USB bus registered, assigned bus number 3
[    2.589772] ehci-platform 300c0000.usb: irq 51, io mem 0x300c0000
[    2.600774] ehci-platform 300c0000.usb: USB 2.0 started, EHCI 1.00
[    2.601106] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    2.601127] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.601141] usb usb3: Product: EHCI Host Controller
[    2.601155] usb usb3: Manufacturer: Linux 4.4.194-rk322x ehci_hcd
[    2.601169] usb usb3: SerialNumber: 300c0000.usb
[    2.602159] hub 3-0:1.0: USB hub found
[    2.602227] hub 3-0:1.0: 1 port detected
[    2.605121] ehci-platform 30100000.usb: EHCI Host Controller
[    2.605520] ehci-platform 30100000.usb: new USB bus registered, assigned bus number 4
[    2.605826] ehci-platform 30100000.usb: irq 53, io mem 0x30100000
[    2.616771] ehci-platform 30100000.usb: USB 2.0 started, EHCI 1.00
[    2.617067] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[    2.617086] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.617101] usb usb4: Product: EHCI Host Controller
[    2.617114] usb usb4: Manufacturer: Linux 4.4.194-rk322x ehci_hcd
[    2.617128] usb usb4: SerialNumber: 30100000.usb
[    2.618112] hub 4-0:1.0: USB hub found
[    2.618179] hub 4-0:1.0: 1 port detected
[    2.619000] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.619049] ohci-platform: OHCI generic platform driver
[    2.619438] ohci-platform 300a0000.usb: Generic Platform OHCI controller
[    2.619829] ohci-platform 300a0000.usb: new USB bus registered, assigned bus number 5
[    2.620092] ohci-platform 300a0000.usb: irq 50, io mem 0x300a0000
[    2.677007] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    2.677030] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.677045] usb usb5: Product: Generic Platform OHCI controller
[    2.677060] usb usb5: Manufacturer: Linux 4.4.194-rk322x ohci_hcd
[    2.677074] usb usb5: SerialNumber: 300a0000.usb
[    2.678093] hub 5-0:1.0: USB hub found
[    2.678166] hub 5-0:1.0: 1 port detected
[    2.679021] ohci-platform 300e0000.usb: Generic Platform OHCI controller
[    2.679437] ohci-platform 300e0000.usb: new USB bus registered, assigned bus number 6
[    2.679682] ohci-platform 300e0000.usb: irq 52, io mem 0x300e0000
[    2.737011] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    2.737034] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.737049] usb usb6: Product: Generic Platform OHCI controller
[    2.737063] usb usb6: Manufacturer: Linux 4.4.194-rk322x ohci_hcd
[    2.737077] usb usb6: SerialNumber: 300e0000.usb
[    2.738046] hub 6-0:1.0: USB hub found
[    2.738120] hub 6-0:1.0: 1 port detected
[    2.738924] ohci-platform 30120000.usb: Generic Platform OHCI controller
[    2.739294] ohci-platform 30120000.usb: new USB bus registered, assigned bus number 7
[    2.739531] ohci-platform 30120000.usb: irq 54, io mem 0x30120000
[    2.797024] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    2.797047] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.797062] usb usb7: Product: Generic Platform OHCI controller
[    2.797076] usb usb7: Manufacturer: Linux 4.4.194-rk322x ohci_hcd
[    2.797089] usb usb7: SerialNumber: 30120000.usb
[    2.798076] hub 7-0:1.0: USB hub found
[    2.798154] hub 7-0:1.0: 1 port detected
[    2.799062] usbcore: registered new interface driver cdc_acm
[    2.799080] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    2.799189] usbcore: registered new interface driver cdc_wdm
[    2.799481] usbcore: registered new interface driver usb-storage
[    2.799648] usbcore: registered new interface driver usbserial
[    2.799728] usbcore: registered new interface driver usbserial_generic
[    2.799808] usbserial: USB Serial support registered for generic
[    2.799911] usbcore: registered new interface driver keyspan
[    2.799970] usbserial: USB Serial support registered for Keyspan - (without firmware)
[    2.800028] usbserial: USB Serial support registered for Keyspan 1 port adapter
[    2.800086] usbserial: USB Serial support registered for Keyspan 2 port adapter
[    2.800143] usbserial: USB Serial support registered for Keyspan 4 port adapter
[    2.800258] usbcore: registered new interface driver option
[    2.800319] usbserial: USB Serial support registered for GSM modem (1-port)
[    2.801076] usbcore: registered new interface driver oti6858
[    2.801149] usbserial: USB Serial support registered for oti6858
[    2.801259] usbcore: registered new interface driver qcserial
[    2.801334] usbserial: USB Serial support registered for Qualcomm USB modem
[    2.801495] usbcore: registered new interface driver sierra
[    2.801555] usbserial: USB Serial support registered for Sierra USB modem
[    2.803043] usbcore: registered new interface driver iforce
[    2.803203] usbcore: registered new interface driver xpad
[    2.803500] usbcore: registered new interface driver usbtouchscreen
[    2.804676] i2c /dev entries driver
[    2.806671] IR NEC protocol handler initialized
[    2.806699] IR RC5(x/sz) protocol handler initialized
[    2.806717] IR RC6 protocol handler initialized
[    2.806734] IR JVC protocol handler initialized
[    2.806751] IR Sony protocol handler initialized
[    2.806768] IR SANYO protocol handler initialized
[    2.806785] IR Sharp protocol handler initialized
[    2.806803] IR MCE Keyboard/mouse protocol handler initialized
[    2.806820] IR XMP protocol handler initialized
[    2.808505] usbcore: registered new interface driver uvcvideo
[    2.808520] USB Video Class driver (1.1.1)
[    2.810484] Boot mode: normal
[    2.811673] rockchip-thermal 11150000.tsadc: tsadc is probed successfully!
[    2.813398] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[    2.813758] Bluetooth: Virtual HCI driver ver 1.5
[    2.814042] Bluetooth: HCI UART driver ver 2.3
[    2.814059] Bluetooth: HCI UART protocol H4 registered
[    2.814071] Bluetooth: HCI UART protocol LL registered
[    2.814081] Bluetooth: HCI UART protocol ATH3K registered
[    2.814092] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    2.814257] Bluetooth: HCI UART protocol BCM registered
[    2.814405] usbcore: registered new interface driver bfusb
[    2.814544] usbcore: registered new interface driver btusb
[    2.814566] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
[    2.815159] cpu cpu0: leakage=5
[    2.815190] cpu cpu0: leakage-volt-sel=0
[    2.815368] cpu cpu0: Failed to get pvtm
[    2.816834] cpu cpu0: avs=0
[    2.816912] cpu cpu0: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0
[    2.816937] cpu cpu0: failed to read out thermal zone (-22)
[    2.817559] cpu cpu0: failed to find power_model node
[    2.818203] pwrseq_simple sdio-pwrseq: GPIO lookup for consumer reset
[    2.818220] pwrseq_simple sdio-pwrseq: using device tree for GPIO lookup
[    2.818243] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/sdio-pwrseq[0]' - status (0)
[    2.818590] Synopsys Designware Multimedia Card Interface Driver
[    2.819197] dwmmc_rockchip 30000000.dwmmc: IDMAC supports 32-bit address mode.
[    2.819319] dwmmc_rockchip 30000000.dwmmc: Using internal DMA controller.
[    2.819336] dwmmc_rockchip 30000000.dwmmc: Version ID is 270a
[    2.819401] dwmmc_rockchip 30000000.dwmmc: DW MMC controller at irq 45,32 bit host data width,256 deep fifo
[    2.819452] dwmmc_rockchip 30000000.dwmmc: No vmmc regulator found
[    2.819463] dwmmc_rockchip 30000000.dwmmc: No vqmmc regulator found
[    2.819485] dwmmc_rockchip 30000000.dwmmc: GPIO lookup for consumer cd
[    2.819495] dwmmc_rockchip 30000000.dwmmc: using device tree for GPIO lookup
[    2.819521] of_get_named_gpiod_flags: parsed 'cd-gpios' property of node '/dwmmc@30000000[0]' - status (0)
[    2.819558] gpio-49 (cd): gpiod_set_debounce: missing set() or set_debounce() operations
[    2.819569] dwmmc_rockchip 30000000.dwmmc: Got CD GPIO
[    2.819580] dwmmc_rockchip 30000000.dwmmc: GPIO lookup for consumer wp
[    2.819589] dwmmc_rockchip 30000000.dwmmc: using device tree for GPIO lookup
[    2.819599] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@30000000[0]'
[    2.819609] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@30000000[0]'
[    2.819618] dwmmc_rockchip 30000000.dwmmc: using lookup tables for GPIO lookup
[    2.819628] dwmmc_rockchip 30000000.dwmmc: lookup for GPIO wp failed
[    2.832448] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    2.845357] dwmmc_rockchip 30000000.dwmmc: 1 slots initialized
[    2.845725] dwmmc_rockchip 30010000.dwmmc: num-slots property not found, assuming 1 slot is available
[    2.845812] dwmmc_rockchip 30010000.dwmmc: IDMAC supports 32-bit address mode.
[    2.845901] dwmmc_rockchip 30010000.dwmmc: Using internal DMA controller.
[    2.845918] dwmmc_rockchip 30010000.dwmmc: Version ID is 270a
[    2.845974] dwmmc_rockchip 30010000.dwmmc: DW MMC controller at irq 46,32 bit host data width,256 deep fifo
[    2.846023] dwmmc_rockchip 30010000.dwmmc: No vmmc regulator found
[    2.846034] dwmmc_rockchip 30010000.dwmmc: No vqmmc regulator found
[    2.846053] dwmmc_rockchip 30010000.dwmmc: GPIO lookup for consumer wp
[    2.846063] dwmmc_rockchip 30010000.dwmmc: using device tree for GPIO lookup
[    2.846075] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@30010000[0]'
[    2.846085] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@30010000[0]'
[    2.846094] dwmmc_rockchip 30010000.dwmmc: using lookup tables for GPIO lookup
[    2.846104] dwmmc_rockchip 30010000.dwmmc: lookup for GPIO wp failed
[    2.846171] dwmmc_rockchip 30010000.dwmmc: allocated mmc-pwrseq
[    2.858934] mmc_host mmc1: Bus speed (slot 0) = 976562Hz (slot req 400000Hz, actual 244140HZ div = 2)
[    2.871581] dwmmc_rockchip 30010000.dwmmc: 1 slots initialized
[    2.872203] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-leds/auxiliary[0]' - status (0)
[    2.872451] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-leds/working[0]' - status (0)
[    2.872893] ledtrig-cpu: registered to indicate activity on CPUs
[    2.873005] hidraw: raw HID events driver (C) Jiri Kosina
[    2.873500] usbcore: registered new interface driver usbhid
[    2.873514] usbhid: USB HID core driver
[    2.874533] ashmem: initialized
[    2.877670] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[    2.877781] mmc0: new high speed SDXC card at address 59b4
[    2.879316] mmcblk0: mmc0:59b4 SD    57.8 GiB
[    2.881016] rknandbase v1.2 2018-05-08
[    2.881646]  mmcblk0: p1
[    2.883948] rknand 30030000.nandc: rknand_probe clk rate = 150000000
[    2.884344] No.1 FLASH ID:ec de 94 c3 a4 ca
[    2.884410] No.1 FLASH ID:ec de 94 c3 a4 ca
[    2.885715] FlashLoadPhyInfo fail 800!!
[    2.885750] ftl_init ffffffff
[    2.885763] rk_ftl_init fail
[    2.887487] usbcore: registered new interface driver snd-usb-audio
[    2.887700] usbcore: registered new interface driver snd-ua101
[    2.887982] usbcore: registered new interface driver snd-usb-caiaq
[    2.888161] usbcore: registered new interface driver snd-usb-6fire
[    2.888416] usbcore: registered new interface driver snd-usb-hiface
[    2.888568] usbcore: registered new interface driver snd-bcd2000
[    2.888782] usbcore: registered new interface driver snd_usb_pod
[    2.889023] usbcore: registered new interface driver snd_usb_podhd
[    2.889173] usbcore: registered new interface driver snd_usb_toneport
[    2.889325] usbcore: registered new interface driver snd_usb_variax
[    2.898324] u32 classifier
[    2.898352]     input device check on
[    2.898365]     Actions configured
[    2.898395] Netfilter messages via NETLINK v0.30.
[    2.898475] nfnl_acct: registering with nfnetlink.
[    2.898620] nf_conntrack version 0.5.0 (15384 buckets, 61536 max)
[    2.900090] Initializing XFRM netlink socket
[    2.902105] NET: Registered protocol family 10
[    2.904336] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    2.905151] sit: IPv6 over IPv4 tunneling driver
[    2.906679] NET: Registered protocol family 17
[    2.906751] NET: Registered protocol family 15
[    2.906852] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[    2.906931] Bridge firewalling registered
[    2.906956] can: controller area network core (rev 20120528 abi 9)
[    2.907078] NET: Registered protocol family 29
[    2.907201] can: raw protocol (rev 20120528)
[    2.907231] can: broadcast manager protocol (rev 20120528 t)
[    2.907268] can: netlink gateway (rev 20130117) max_hops=1
[    2.907981] Bluetooth: RFCOMM TTY layer initialized
[    2.908030] Bluetooth: RFCOMM socket layer initialized
[    2.908078] Bluetooth: RFCOMM ver 1.11
[    2.908131] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    2.908259] Bluetooth: HIDP socket layer initialized
[    2.908384] 8021q: 802.1Q VLAN Support v1.8
[    2.908450] lib80211: common routines for IEEE802.11 drivers
[    2.908469] lib80211_crypt: registered algorithm 'NULL'
[    2.908497] lib80211_crypt: registered algorithm 'WEP'
[    2.908525] lib80211_crypt: registered algorithm 'CCMP'
[    2.908553] lib80211_crypt: registered algorithm 'TKIP'
[    2.908576] [WLAN_RFKILL]: Enter rfkill_wlan_init
[    2.909154] [BT_RFKILL]: Enter rfkill_rk_init
[    2.909622] Key type dns_resolver registered
[    2.910114] flash vendor_init_thread!
[    2.910138] flash vendor storage:20170308 ret = -1
[    2.910290] Error: Driver 'sc031gs' is already registered, aborting...
[    2.911683] Registering SWP/SWPB emulation handler
[    2.913690] registered taskstats version 1
[    2.913785] Loading compiled-in X.509 certificates
[    2.918970] Btrfs loaded
[    2.920607] rga2: Driver loaded successfully ver:4.01
[    2.921029] rga2: Module initialized.
[    2.921144] pvtm list NULL
[    2.922736] rk-vcodec 20030000.rkvdec: leakage=4
[    2.922781] rk-vcodec 20030000.rkvdec: leakage-volt-sel=0
[    2.922929] rk-vcodec 20030000.rkvdec: Failed to get pvtm
[    2.923504] rk-vcodec 20030000.rkvdec: avs=0
[    2.923907] rk-vcodec 20030000.rkvdec: probe device
[    2.924501] rk-vcodec 20030000.rkvdec: drm allocator with mmu enabled
[    2.924941] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[    2.926103] rk-vcodec 20030000.rkvdec: init success
[    2.926929] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/hdmi-sound[0]'
[    2.926947] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/hdmi-sound[0]'
[    2.927732] asoc-simple-card hdmi-sound: i2s-hifi <-> 100c0000.i2s0 mapping ok
[    2.928518] mmc1: new high speed SDIO card at address 0001
[    2.930132] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/spdif-sound[0]'
[    2.930154] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/spdif-sound[0]'
[    2.931002] asoc-simple-card spdif-sound: dit-hifi <-> 100d0000.spdif mapping ok
[    2.932800] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-keys/reset[0]' - status (0)
[    2.932880] gpio-121 (reset): gpiod_set_debounce: missing set() or set_debounce() operations
[    2.933197] input: gpio-keys as /devices/platform/gpio-keys/input/input1
[    2.933611] hctosys: unable to open rtc device (rtc0)
[    2.945002] ALSA device list:
[    2.945028]   #0: DW-I2S-HDMI
[    2.945035]   #1: SPDIF
[    2.945920] Freeing unused kernel memory: 808K
[    2.945931] This architecture does not have kernel memory protection.
[    5.185830] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null)
[    5.932787] vendor storage:20190527 ret = -1
[    5.949894] systemd[1]: System time before build time, advancing clock.
[    5.974210] systemd[1]: Inserted module 'autofs4'
[    5.980186] ip_tables: (C) 2000-2006 Netfilter Core Team
[    5.990921] cgroup: cgroup2: unknown option "nsdelegate"
[    6.007112] 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)
[    6.008645] systemd[1]: Detected architecture arm.
[    6.022904] systemd[1]: Set hostname to <server1>.
[    6.195171] ttyS2 - failed to request DMA, use interrupt mode
[    6.368891] 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.
[    6.368939] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[    6.788880] random: systemd: uninitialized urandom read (16 bytes read, 128 bits of entropy available)
[    6.814015] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[    6.814155] random: systemd: uninitialized urandom read (16 bytes read, 128 bits of entropy available)
[    6.819251] systemd[1]: Created slice system-serial\x2dgetty.slice.
[    6.820196] random: systemd: uninitialized urandom read (16 bytes read, 128 bits of entropy available)
[    6.820924] systemd[1]: Listening on udev Kernel Socket.
[    6.821580] random: systemd: uninitialized urandom read (16 bytes read, 128 bits of entropy available)
[    6.822446] systemd[1]: Listening on Journal Socket.
[    6.823533] random: systemd: uninitialized urandom read (16 bytes read, 128 bits of entropy available)
[    6.830134] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    6.831236] random: systemd: uninitialized urandom read (16 bytes read, 128 bits of entropy available)
[    6.838684] systemd[1]: Starting Nameserver information manager...
[    6.839627] random: systemd: uninitialized urandom read (16 bytes read, 128 bits of entropy available)
[    6.839787] systemd[1]: Reached target Swap.
[    6.840656] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped.
[    6.841172] random: systemd: uninitialized urandom read (16 bytes read, 128 bits of entropy available)
[    6.886588] random: nonblocking pool is initialized
[    6.890712] systemd[1]: Starting Restore / save the current clock...
[    6.896040] systemd[1]: Created slice system-getty.slice.
[    6.897492] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    6.898565] systemd[1]: Reached target Local Encrypted Volumes.
[    6.900504] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[    6.909973] systemd[1]: Mounting Kernel Debug File System...
[    6.912124] systemd[1]: Listening on Syslog Socket.
[    6.913455] systemd[1]: Reached target System Time Synchronized.
[    6.951573] systemd[1]: Starting Set the console keyboard layout...
[    6.952922] systemd[1]: Reached target Paths.
[    6.954763] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    6.955985] systemd[1]: Reached target Remote File Systems.
[    6.966904] systemd[1]: Mounting POSIX Message Queue File System...
[    6.981109] systemd[1]: Starting Load Kernel Modules...
[    6.983598] systemd[1]: Listening on Journal Socket (/dev/log).
[    6.985975] systemd[1]: Listening on fsck to fsckd communication Socket.
[    6.986939] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    6.996535] systemd[1]: Starting Remount Root and Kernel File Systems...
[    7.000551] systemd[1]: Listening on udev Control Socket.
[    7.014204] systemd[1]: Starting udev Coldplug all Devices...
[    7.016432] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
[    7.019717] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    7.024896] systemd[1]: Created slice User and Session Slice.
[    7.025991] systemd[1]: Reached target Slices.
[    7.040681] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    7.065940] systemd[1]: Started Restore / save the current clock.
[    7.067709] systemd[1]: Mounted Kernel Debug File System.
[    7.074679] systemd[1]: Mounted POSIX Message Queue File System.
[    7.083776] systemd[1]: Started Load Kernel Modules.
[    7.098922] systemd[1]: Mounting Kernel Configuration File System...
[    7.105316] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro
[    7.112999] systemd[1]: Starting Apply Kernel Variables...
[    7.119616] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[    7.131534] systemd[1]: Started Remount Root and Kernel File Systems.
[    7.141399] systemd[1]: Started Nameserver information manager.
[    7.147930] systemd[1]: Mounted Kernel Configuration File System.
[    7.162996] systemd[1]: Starting Create System Users...
[    7.176679] systemd[1]: Starting Load/Save Random Seed...
[    7.206853] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    7.268221] systemd[1]: Started Apply Kernel Variables.
[    7.286591] systemd[1]: Started Load/Save Random Seed.
[    7.329359] systemd[1]: Started Create System Users.
[    7.342697] systemd[1]: Starting Create Static Device Nodes in /dev...
[    7.437431] systemd[1]: Started Create Static Device Nodes in /dev.
[    7.448852] systemd[1]: Starting udev Kernel Device Manager...
[    7.465697] systemd[1]: Started Set the console keyboard layout.
[    7.471795] systemd[1]: Reached target Local File Systems (Pre).
[    7.485281] systemd[1]: Mounting /tmp...
[    7.502548] systemd[1]: Mounted /tmp.
[    7.508504] systemd[1]: Reached target Local File Systems.
[    7.513631] systemd[1]: Condition check resulted in Mark the need to relabel after reboot being skipped.
[    7.520530] systemd[1]: Starting Armbian ZRAM config...
[    7.533757] systemd[1]: Starting Set console font and keymap...
[    7.539153] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
[    7.593787] systemd[1]: Started udev Kernel Device Manager.
[    7.647820] systemd[1]: Started Set console font and keymap.
[    7.669049] systemd[1]: Started udev Coldplug all Devices.
[    7.713099] systemd[1]: Starting Helper to synchronize boot up for ifupdown...
[    7.739713] systemd[1]: Started Helper to synchronize boot up for ifupdown.
[    7.753186] systemd[1]: Starting Raise network interfaces...
[    7.932219] zram: Added device: zram0
[    7.933932] zram: Added device: zram1
[    7.935338] zram: Added device: zram2
[    8.054316] systemd[1]: Found device /dev/ttyS2.
[    8.131250] zram0: detected capacity change from 0 to 504537088
[    8.214266] rk3228-codec 12010000.codec: GPIO lookup for consumer spk-en
[    8.214295] rk3228-codec 12010000.codec: using device tree for GPIO lookup
[    8.214310] of_get_named_gpiod_flags: can't parse 'spk-en-gpios' property of node '/codec@12010000[0]'
[    8.214343] of_get_named_gpiod_flags: parsed 'spk-en-gpio' property of node '/codec@12010000[0]' - status (0)
[    8.214397] rk3228-codec 12010000.codec: spk_depop_time use default value.
[    8.215292] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/sound[0]'
[    8.215316] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/sound[0]'
[    8.224454] 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'.
[    8.238001] mali-utgard 20001000.gpu: mali_platform_device->num_resources = 13
[    8.238036] mali-utgard 20001000.gpu: resource[0].start = 0x0x20001000
[    8.238048] mali-utgard 20001000.gpu: resource[1].start = 0x0x20000000
[    8.238070] mali-utgard 20001000.gpu: resource[2].start = 0x0x20003000
[    8.238082] mali-utgard 20001000.gpu: resource[3].start = 0x0x20008000
[    8.238093] mali-utgard 20001000.gpu: resource[4].start = 0x0x20004000
[    8.238103] mali-utgard 20001000.gpu: resource[5].start = 0x0x2000a000
[    8.238114] mali-utgard 20001000.gpu: resource[6].start = 0x0x20005000
[    8.238129] mali-utgard 20001000.gpu: resource[7].start = 0x0x00000020
[    8.238146] mali-utgard 20001000.gpu: resource[8].start = 0x0x00000021
[    8.238157] mali-utgard 20001000.gpu: resource[9].start = 0x0x00000022
[    8.238167] mali-utgard 20001000.gpu: resource[10].start = 0x0x00000021
[    8.238184] mali-utgard 20001000.gpu: resource[11].start = 0x0x00000022
[    8.238202] mali-utgard 20001000.gpu: resource[12].start = 0x0x00000021
[    8.238220] 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.
[    8.238599] mali-utgard 20001000.gpu: leakage=4
[    8.238640] mali-utgard 20001000.gpu: leakage-volt-sel=0
[    8.238808] mali-utgard 20001000.gpu: Failed to get pvtm
[    8.239466] mali-utgard 20001000.gpu: avs=0
[    8.240348] mali-utgard 20001000.gpu: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0
[    8.241888] asoc-simple-card sound: rk3228-hifi <-> 100b0000.i2s1 mapping ok
[    8.246923] Mali: Mali device driver loaded
[    8.251076] Adding 492708k swap on /dev/zram0.  Priority:5 extents:1 across:492708k SS
[    8.336934] devfreq 20001000.gpu: Couldn't update frequency transition information.
[    8.361630] gpio_ir_recv ir-receiver: GPIO lookup for consumer (null)
[    8.361663] gpio_ir_recv ir-receiver: using device tree for GPIO lookup
[    8.361709] of_get_named_gpiod_flags: parsed 'gpios' property of node '/ir-receiver[0]' - status (0)
[    8.361872] Registered IR keymap rc-rktvbox
[    8.362182] rc rc1: gpio_ir_recv as /devices/platform/ir-receiver/rc/rc1
[    8.363018] input: gpio_ir_recv as /devices/platform/ir-receiver/rc/rc1/input2
[    8.437702] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped.
[    8.438587] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[    8.439764] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[    8.440044] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
[    8.440673] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    8.441190] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
[    8.442187] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[    8.442632] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    8.570828] systemd[1]: Started Raise network interfaces.
[    8.578108] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    8.578336] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
[    8.579253] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[    8.579587] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
[    8.580165] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    8.582028] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[    8.582285] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped.
[    8.583278] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[    8.616828] ssv6x5x: importing configuration from /lib/firmware/ssv6x5x-wifi.cfg
[    8.637707] tu_ssv6xxx_sdio_init, probe @af0d0080
[    8.638260] TU_SSV6XXX_SDIO mmc1:0001:1: Probing SDIO bus
[    8.638288] ssv6xxx_set_sdio_clk: set sdio clk 25000000Hz
[    8.638345] mmc_host mmc1: Bus speed (slot 0) = 25000000Hz (slot req 25000000Hz, actual 25000000HZ div = 0)
[    8.648004] zram1: detected capacity change from 0 to 52428800
[    8.708137] TU_SSV6XXX_SDIO mmc1:0001:1: vendor = 0x3030 device = 0x3030
[    8.741333] TU_SSV6XXX_SDIO mmc1:0001:1: dataIOPort 0x10000 regIOPort 0x10020
[    8.775408] systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[    8.794530] systemd[1]: Started Armbian ZRAM config.
[    8.803147] TU_SSV6XXX_SDIO mmc1:0001:1: dataIOPort 0x10000 regIOPort 0x10020
[    8.812960] systemd[1]: Starting Armbian memory supported logging...
[    8.815160] TU_SSV6XXX_SDIO mmc1:0001:1: CHIP ID: SSV6006C0
[    8.816086] Attach SSV6006 family HAL function
[    8.834401] MAC address from e-fuse
[    8.834433] EFUSE configuration
[    8.834441] Read efuse chip identity[79000000]
[    8.834449] r_calbration_result- 0
[    8.834455] sar_result- 0
[    8.834461] crystal_frequency_offset- 0
[    8.834467] tx_power_index_1- 0
[    8.834474] tx_power_index_2- 0
[    8.834484] MAC address - 98:c9:7c:3a:d9:d2
[    8.834490] rate_table_1- 0
[    8.834497] rate_table_2- 0
[    8.834582] flash_file /tmp/flash.bin not found
[    8.834598]  ssv6006_if_chk_mac2: is not need to check MAC addres 2 for this model
[    8.834616] ssv6006_adj_config: use_wpa2_only set to 1, force it to 0
[    8.834627] ssv6006_adj_config: clear hw beacon
[    8.853324] RF table ver 20.00 PHY table ver 20.00, common code ver 1.15
[    8.913932] cfg80211: World regulatory domain updated:
[    8.913964] cfg80211:  DFS Master region: unset
[    8.913974] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[    8.913988] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[    8.914001] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz, 92000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[    8.914011] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[    8.914022] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[    8.914034] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[    8.914056] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[    8.914075] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[    8.914102] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[    9.009905] EXT4-fs (zram1): mounted filesystem without journal. Opts: discard
[    9.021621] ieee80211 phy0: Selected rate control algorithm 'ssv_minstrel'
[    9.022941] ieee80211 phy0: SSV6X5X of iComm-semi
[    9.023198] ssv6xxx_usb_init
[    9.023328] usbcore: registered new interface driver SSV6XXX_USB
[    9.086973] systemd[1]: Starting Load/Save RF Kill Switch Status...
[    9.093649] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
[    9.094490] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    9.095052] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    9.095804] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[    9.096297] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
[    9.098376] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[    9.099690] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[    9.100066] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped.
[   10.055157] systemd[1]: Started Load/Save RF Kill Switch Status.
[   12.691996] systemd[1]: Started Armbian memory supported logging.
[   12.704434] systemd[1]: Starting Journal Service...
[   13.146513] systemd[1]: Started Journal Service.
[   13.219848] systemd-journald[589]: Received request to flush runtime journal from PID 1

### armbian-release:

# PLEASE DO NOT EDIT THIS FILE
BOARD=rk322x-box
BOARD_NAME="rk322x-box"
BOARDFAMILY=rk322x
BUILD_REPOSITORY_URL=git@github.com:armbian/build.git
BUILD_REPOSITORY_COMMIT=4cc754e0b-dirty
DISTRIBUTION_CODENAME=buster
DISTRIBUTION_STATUS=supported
VERSION=21.05.2
LINUXFAMILY=rk322x
ARCH=arm
IMAGE_TYPE=stable
BOARD_TYPE=tvb
INITRD_ARCH=arm
KERNEL_IMAGE_TYPE=Image
BRANCH=legacy

### boot environment:

verbosity=1
extraargs=coherent_pool=2M
bootlogo=false
overlay_prefix=rk322x
fdtfile=rk322x-box.dtb
rootdev=UUID=2ca5ad18-5d1f-4279-8d1e-6c805b6be8db
rootfstype=ext4
overlays=nand led-conf2
usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u

### lsusb:

Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

### lscpu:

Architecture:        armv7l
Byte Order:          Little Endian
CPU(s):              4
On-line CPU(s) list: 0-3
Thread(s) per core:  1
Core(s) per socket:  4
Socket(s):           1
Vendor ID:           ARM
Model:               5
Model name:          Cortex-A7
Stepping:            r0p5
CPU max MHz:         1200.0000
CPU min MHz:         408.0000
BogoMIPS:            70.58
Flags:               half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm

### cpuinfo:

processor       : 0
model name      : ARMv7 Processor rev 5 (v7l)
BogoMIPS        : 70.58
Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x0
CPU part        : 0xc07
CPU revision    : 5

processor       : 1
model name      : ARMv7 Processor rev 5 (v7l)
BogoMIPS        : 70.58
Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x0
CPU part        : 0xc07
CPU revision    : 5

processor       : 2
model name      : ARMv7 Processor rev 5 (v7l)
BogoMIPS        : 70.58
Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x0
CPU part        : 0xc07
CPU revision    : 5

processor       : 3
model name      : ARMv7 Processor rev 5 (v7l)
BogoMIPS        : 70.58
Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x0
CPU part        : 0xc07
CPU revision    : 5

Hardware        : Generic DT based system
Revision        : 0000
Serial          : 7064501d8f6edfc9

### meminfo:

MemTotal:         985420 kB
MemFree:          897640 kB
MemAvailable:     925372 kB
Buffers:            8892 kB
Cached:            30720 kB
SwapCached:            0 kB
Active:            29196 kB
Inactive:          18884 kB
Active(anon):       8796 kB
Inactive(anon):     5700 kB
Active(file):      20400 kB
Inactive(file):    13184 kB
Unevictable:           0 kB
Mlocked:               0 kB
HighTotal:             0 kB
HighFree:              0 kB
LowTotal:         985420 kB
LowFree:          897640 kB
SwapTotal:        492708 kB
SwapFree:         492708 kB
Dirty:               184 kB
Writeback:             0 kB
AnonPages:          8624 kB
Mapped:            10088 kB
Shmem:              5792 kB
Slab:              19320 kB
SReclaimable:      10352 kB
SUnreclaim:         8968 kB
KernelStack:        1072 kB
PageTables:          528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:      985416 kB
Committed_AS:      32300 kB
VmallocTotal:     245760 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
CmaTotal:          16384 kB
CmaFree:           12208 kB

### virtual memory:

vm.admin_reserve_kbytes = 8192
vm.block_dump = 0
vm.dirty_background_bytes = 0
vm.dirty_background_ratio = 10
vm.dirty_bytes = 0
vm.dirty_expire_centisecs = 3000
vm.dirty_ratio = 20
vm.dirtytime_expire_seconds = 43200
vm.dirty_writeback_centisecs = 500
vm.drop_caches = 0
vm.extra_free_kbytes = 0
vm.highmem_is_dirtyable = 0
vm.laptop_mode = 0
vm.legacy_va_layout = 0
vm.lowmem_reserve_ratio = 32    32
vm.max_map_count = 65530
vm.min_free_kbytes = 3924
vm.mmap_min_addr = 32768
vm.mmap_rnd_bits = 8
vm.nr_pdflush_threads = 0
vm.oom_dump_tasks = 1
vm.oom_kill_allocating_task = 0
vm.overcommit_kbytes = 0
vm.overcommit_memory = 0
vm.overcommit_ratio = 50
vm.page-cluster = 0
vm.panic_on_oom = 0
vm.percpu_pagelist_fraction = 0
vm.stat_interval = 1
vm.swappiness = 100
vm.user_reserve_kbytes = 30421
vm.vfs_cache_pressure = 100

### ip addr:

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: dummy0: <BROADCAST,NOARP> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 5e:6a:0f:af:62:4f brd ff:ff:ff:ff:ff:ff
3: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 06:5a:0e:81:f7:7c brd ff:ff:ff:ff:ff:ff
4: sit0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1
    link/sit 0.0.0.0 brd 0.0.0.0
5: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 98:c9:7c:3a:d9:d2 brd ff:ff:ff:ff:ff:ff

### partitions:

major minor  #blocks  name

 179        0   60620800 mmcblk0
 179        1   60010496 mmcblk0p1
 253        0     492712 zram0
 253        1      51200 zram1

### df:

udev            471M     0  471M   0% /dev
tmpfs            97M  2.8M   94M   3% /run
/dev/mmcblk0p1   56G  1.4G   54G   3% /
tmpfs           482M     0  482M   0% /dev/shm
tmpfs           5.0M  4.0K  5.0M   1% /run/lock
tmpfs           482M     0  482M   0% /sys/fs/cgroup
tmpfs           482M     0  482M   0% /tmp
/dev/zram1       49M  1.8M   44M   4% /var/log

### lsblk:

NAME        FSTYPE   SIZE MOUNTPOINT UUID
mmcblk0             57.8G
└─mmcblk0p1 ext4    57.2G /          2ca5ad18-5d1f-4279-8d1e-6c805b6be8db
zram1                 50M /var/log

### zramctl:

NAME       ALGORITHM DISKSIZE  DATA  COMPR TOTAL STREAMS MOUNTPOINT
/dev/zram1 lz4            50M  1.8M 505.8K  824K       4 /var/log
/dev/zram0 lzo         481.2M    4K    76B    4K       4 [SWAP]

### mtab:

/dev/mmcblk0p1 / ext4 rw,noatime,errors=remount-ro,commit=600 0 0
/dev/mmcblk0p1 /var/log.hdd ext4 rw,noatime,errors=remount-ro,commit=600 0 0
/dev/zram1 /var/log ext4 rw,relatime,discard 0 0

### mmc0:59b4 info:

                 cid: 1d41445344202020100000003901513f
                 csd: 400e00325b590001ce7f7f800a4000cf
                 scr: 0245804300000000
                date: 01/2021
                name: SD
                type: SD
preferred_erase_size: 4194304
               fwrev: 0x0
               hwrev: 0x1
               oemid: 0x4144
              manfid: 0x00001d
              serial: 0x00000039
              uevent: DRIVER=mmcblk MMC_TYPE=SD MMC_NAME=SD    MODALIAS=mmc:block
          erase_size: 512

### Boot system health:

Time        CPU    load %cpu %sys %usr %nice %io %irq   CPU  C.St.
07:17:09: 1200MHz  0.60  46%  25%  16%   0%   4%   0% 75.0°C  0/4
07:17:10: 1200MHz  0.60  56%  23%  31%   1%   0%   0% 73.0°C  0/4
07:17:10: 1200MHz  0.60  34%  19%  13%   0%   0%   0% 72.0°C  0/4
07:17:11:  816MHz  0.60  33%  20%  11%   1%   0%   0% 70.0°C  0/4
07:17:11: 1008MHz  0.60  36%  23%  10%   2%   0%   0% 71.0°C  0/4

 

Link to comment
Share on other sites

@beretas Your NAND is detected but is not available to operating system, probably because it is not correctly formatted.

I suggest to you to follow the "Upgrade NAND bootloader" procedure from the first page carefully, then your NAND device should be visible from multitool and operating system, thus you will be able to install Armbian on NAND.

 

PS: please don't paste such huge logs in the forum posts: they make the reading very difficult especially on smartphone devices. There is the spoiler section (the eye symbol in the post toolbar) that you can use.

Link to comment
Share on other sites

15 hours ago, jock said:

Try this experimental image posted here: https://forum.armbian.com/topic/12656-csc-armbian-for-rk322x-tv-boxes/?do=findComment&comment=123438

 

I can't see the photo of your board, but from the board name it clearly has an eMCP module, which is completely untested and at the moment the stable image does not boot on them. I'm still thinking about a workaround, but without the hardware in my hands it could take a while...

 

Luckily this image file worked :D, i run sudo rk322x-config but armbian-config command didn't work, is said command not found, what can i do now ? Thank you again :D

Link to comment
Share on other sites

1 hour ago, Khoa Nguyen said:

Luckily this image file worked :D, i run sudo rk322x-config but armbian-config command didn't work, is said command not found, what can i do now ? Thank you again :D

armbian-config is not available in minimal installations, but you can install it via apt if you need it's configuration capabilities. It allows you to install software, desktop interface, configure timezones and locales, install Armbian to internal flash and lot's of other things. See the armbian documentation if you want further details.

 

You can do whatever you want with your box, you have a fully working debian linux box now.

Link to comment
Share on other sites

21 hours ago, jock said:

armbian-config is not available in minimal installations, but you can install it via apt if you need it's configuration capabilities. It allows you to install software, desktop interface, configure timezones and locales, install Armbian to internal flash and lot's of other things. See the armbian documentation if you want further details.

 

You can do whatever you want with your box, you have a fully working debian linux box now.

Sorry for bothering you again. But when i try install desktop interface using armbian-config, it keeps crash when installing packages, something kernel panic. Maybe it is because the sd card?

Link to comment
Share on other sites

54 minutes ago, Khoa Nguyen said:

Sorry for bothering you again. But when i try install desktop interface using armbian-config, it keeps crash when installing packages, something kernel panic. Maybe it is because the sd card?

No problems about bothering :)

Can you post the dmesg log or even a photo of the kernel crash dump?

Normally if the sdcard is sane there should be no crash of any kind, it should work as good as the internal flash.

Link to comment
Share on other sites

2 hours ago, jock said:

No problems about bothering :)

Can you post the dmesg log or even a photo of the kernel crash dump?

Normally if the sdcard is sane there should be no crash of any kind, it should work as good as the internal flash.

This is the picture of kernel crash dump when i install desktop interface with armbian-config, i tried several times but it always crash. I don't know hot to get dmesg log. 

z2512808994890_f084a2e65efe61669d8a8829b3e6be27.jpg

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