Jump to content

jock

Members
  • Posts

    2075
  • Joined

  • Last visited

Posts posted by jock

  1. Hello anyone!

    I'm proud to announce the Multitool RK3288 edition!

     

    It's a small but powerful tool to easy operate on internal eMMC flash of RK3288 devices.

     

    Features:

    • Backup the content of internal eMMC
    • Restore a previously backed-up image to eMMC
    • Erase the eMMC (via fast blkdiscard or zero-fill as fallback)
    • Burn an Armbian (or LibreELEC) image directly on the eMMC
    • Provide a recovery shell for manual maintenance
    • Windows-friendly: everything is placed in a FAT partition
    • Image compression format autodetection: they are decompressed on-the-fly during burn process

    Instructions are simple:

    • Download the image from here
    • Burn it on an sdcard
    • Open the FAT partition with your preferred file manager
    • Place the images you want to burn on the device in images directory (backups will be stored in backups directory)
    • Plug the sd card in the RK3288 device
    • Power the device and wait few seconds, the Multitool menu will appear on screen and can be navigated with the keyboard

    At the moment it has been tested only on my xt-q8l-v10 device, but any test, feedback and suggestion is welcome!

     

  2. Thanks @JMCC for the answer, now the situation is much more clear, but I even tried to edit the .desktop file and turn "Terminal=" entry to true. It opens up a terminal but mpv still is not executed in the terminal itself, which sounds a bit strange.

     

    Also I'm running X11 + armsoc + libmali X11/GB and mpv runs fine without the need to link to libmali-gbm, so it is run as an X11 application and I thought it would have its own window to capture input events, but it seems not the case.

     

    Need to make more experiments and wait for mainline goodness that will make all this mess obsolete.

     

    BTW, I happily compiled Kodi with full acceleration on my platform (rk322x), unfortunately rkmpp/drmprime is available only with the GBM version. Compiling against X11 + OpenGL ES provides a much smoother interface but no hardware acceleration :(

     

     

     

  3. 8 minutes ago, balbes150 said:

    At the moment, the official Armbian does not have support for TV boxes (this is not a claim, there is a lot of work to do and there is no urgent need for this yet), so there is no place to add support.

    ugoos devices are different than el-cheapo tv-boxes, ugoos is a well-known manufacturer and their hardware specs are advertised on the site and stable. There is a single board, not infinite variants and versions like chineses, thus it could be supported as a regular board and would perfectly fit into Armbian community support flow.

  4. 16 hours ago, Reddwarf said:

    Thanks for your reply. I don't know what chipset is in the box for wifi/BT but it is not a big deal, I can live with an external dongle.

    rk322x-config should be able to tell at least vendor ID and device ID of the wifi chip. Usually wifi and bluetooth are combined, so if you know the wifi chip you also get the companion bluetooth

     

    16 hours ago, Reddwarf said:

    Another question, how duo I get MPV to run with the parameters you gave by default?

    You can take a look to this freshly thread made by me, but at the moment there is the huge problem that you lose control of the mpv if you double click on a video icon from X11 GUI: https://forum.armbian.com/topic/14247-mpv-does-not-respond-to-keyboard/

    Although if used from command line it works pretty well.

     

    5 hours ago, Subreptivus said:

    and after reboot it never comes up.

    Maybe this one: you need to unplug the power cord and replug it.

    Unfortunately boards with NAND with system installed on internal flash have this problem on reboot and we have not found a workaround for this yet.

     

    edit: I just read again your post, in case the warm reboot does not work yet, you can also try the rk3228b-box-mxq-pro-4k board from rk322x-config script. The board selection at the moment is sub-optimal since you can get the same PCB board but with different components which makes things really messy, but will probably change in the near future with something that better suits the situation.

     

    edit: had the chance to try V88 4k device tree and actually it does shut down my box (which is a mxq pro 4k). I'm sorry about that, some of the device trees comes from libreelec patches and I could not guarantee they are really working because I don't have the real hardware. Definitely try the mxq-pro-4k device tree.

  5. Hello, I'm testing mpv with RKMPP hardware acceleration on legacy 4.4 rockchip kernel.

    This is what I put in /etc/mpv/mpv.conf:

    vo=gpu
    hwdec=rkmpp
    gpu-api=opengl
    gpu-context=drm
    opengl-es=yes

    If works perfectly fine with low cpu usage BUT only if I launch it from command line either from a virtual terminal or an X11 emulated terminal.

     

    In case I launch it double clicking on a video from X11 xfce, mpv starts playing video but then completely forgets of the keyboard. No matter what key I hit, it does not respond, I can't even close and I'm forced to kill the process from a ssh session.

    Using CTRL + ALT + n combinations, I can see the various virtual terminals flashing in the middle of the running video, and if I hit keys the keystrokes then goes to the background virtual terminals instead of mpv.

     

    I tried force-window and input-terminal configuration options, but neither worked. Any ideas?

     

  6. 3 hours ago, Reddwarf said:

    Bona sera! First of all thank you for all your excellent work! I have recently installed the Armbian desktop image on a "Q96 Home 4K" TV-box and it works fine, sound is fine and wifi works, only Bluethoot does not work without an external dongle. I'v installed the system on EMMC and that went without a hitch. A couple of questions: The specs for the box claims that it can run on 1500MHz but in armbian-config I'm only able to select 1.2 (I'v user generic 322x in the config). Also is there a driver for BT on its way?

    Bona sera to you too ;)

    I'm very glad everything went smooth for your setup!

     

    You can get 1.4 Ghz selecting running rk322x-config and selecting a board with rk3228b/rk3229 processor. There is a great confusion around the chip names and specifications, mostly due to rockchip not being clear and tv box manufacturers not being totally honest.

    Long story short: most of the rk322x tv boxes are advertised as 1.5 Ghz, but in reality rk3229/rk3228b chips are safe up to 1.4 Ghz and rk3228a chips are safe up to 1.2 ghz. Board manufacturers are often mixing things and don't update the specs. It is very common to buy a tv box advertised as rk3229 and get a rk3228a inside it. Also running a rk3228a at 1.4 Ghz is a mild overclock that is often well tolerated, but it is outside the technical specs of the chip and at last you may get instabilities.

     

    The generic 322x board in rk322x-config is the most compatible but also the least performant profile. Other profiles may enhance performance and features (enable eMMC DDR mode, fix the leds, bring 1.4 Ghz speed, ...) but may also incur in less stability, altough you should be safe if you select a board with the "eMMC" label, since your board has eMMC (lucky you!)

     

    Bluetooth is a very fiddly beast, it is annoying because it requires different setups for different manufacturers. Unfortunately here I have no boards with bluetooth on board and I could not develop anything about this. You should find the way to enable it googling around, usually drivers are not required, but a firmware and an userland application are, but can be a very tedious experience.

    I have a recipe for AP6330 chipsets that carry a broadcom bluetooth I can share, but have no experience with realtek ones.

  7. Media framework installer v0.1

     

    Hello, I managed to package some goodies for rk322x boxes for OpenGL/OpenGL ES applications support and accelerated video decoding. This work is heavily inspired by @JMCC media script, but simpler and more limited. It should bring enough to squeeze something useful from these boxes. This is only for Ubuntu Focal Legacy 4.4.194 Kernel builds. Mainline kernel still require some work on the video acceleration front, but when done everything will be much smoother for all of us!

     

    Currently it contains:

    • Armsoc driver
    • Libmali for Utgard Mali 400 (both X11 and GBM versions)
    • GL4ES OpenGL to OpenGL ES wrapper
    • RKMPP Media framework from Rockchip
    • FFmpeg compiled with RKMPP support
    • Kodi 18.6 Leia

     

    It doesn't include (yet) gstreamer, although gstreamer rockchip plugin is easy to compile and package.

     

    Instructions:

    • Download the package from here
    • Unpack the package in directory of your choice
    • Open a terminal, move to the directory and run ./install_media.sh - it will take less than 5 minutes to install everything
    • Reboot the machine
    • Done!

    OpenGL/OpenGL ES:

    OpenGL ES applications (like glmark2 benchmark) can run as-is.

    OpenGL applications can be run via GL4ES wrapper from command line using:

    glrun app_name

     

    Kodi:

    Due to some limitations of the proprietary Mali driver, to start Kodi you need to be in a virtual terminal and X11 must be closed. To do so:

    • Press CTRL-ALT-F1 to move to virtual terminal 1
    • Log in with your credentials
    • Execute systemctl stop lightdm to close X11
    • Run start-kodi
    • Execute systemctl start lightdm to bring back X11

     

    mpv:

    mpv does not require any particular treatment.

    Can be used directly from X11 in fullscreen mode or from a virtual terminal without X11.

    Install it if it is not already installed via usual apt command line.

    Run it with these switches to enable full video acceleration:

    mpv --hwdec=rkmpp -vo=gpu --gpu-api=opengl --gpu-context=drm --opengl-es=yes <video_file>

     

  8. 4 hours ago, rubenvb said:

    I snipped you output to highlight the relevant bits.

    FFmpeg probes all devices it can find, and the first one is not useful for what it wants to do, so passes on to the next one, which does succeed.

    At the end of your output you see the success message that everything went well.

     

    Important here is what framerate you get (see  my message above), because that determines if you can use it to actually view your video without stuttering.

    You're absolutely right.

    I was misguided by the high cpu usage during decoding, in fact when I run ffmpeg with -hwaccel drm I get 45 fps decoding rate (my BBB video is 1080p) but with 25% cpu usage (a single core is maxed to 100%, others are idling).

    Without -hwaccel drm I get 70 fps but with cpu usage nearly up to 100% and all cores are busy.

    Besides, outputting the raw frames to framebuffer (with -pix_fmt bgra -f fbdev /dev/fb0) works in both cases

  9. 14 hours ago, Hugh Cole-Baker said:

     

    A couple of other reasons I can think of why it wouldn't work: Does the user you're running ffmpeg as have write permission on /dev/video*,  /dev/media* and /dev/dri/card* devices? And did the compile time checks for v4l2_request support in FFmpeg pass? (you need to see v4l2_request under "External libraries providing hardware acceleration:", and h264_v4l2request under "Enabled hwaccels:", in the output of FFmpeg's configure script when you're compiling it). For the FFmpeg configure checks to pass, AFAIK you need the kernel headers from a recent kernel with v4l2-request support installed, e.g. kernel v5.6.

     

    Thanks a lot! I never thought that kernel headers could be the problem. Looking more thoughly there was a some mess situation with headers and was able to spot some missing definitions looking into ffbuild/config.log that prevented v4l2_request to be compiled in.

    I surely was not expecting that the configure script fails silently on a feature you explicitly request..

     

    By the way I'm still not out of the tunnel. Ffmpeg compiles and v4l2_request works, but I get the error v4l2_request_try_format: pixelformat 875967059 not supported for type 10. 875967059 (0x34363253) is the ASCII for 462S, I don't know if this has some meaning...

     

    Spoiler

    paolo@xt:~/Downloads$ ffmpeg -loglevel debug  -hwaccel drm -i bbb_sunflower_1080p_30fps_normal.mp4 -f null -
    ffmpeg version 755190b-Kodi Copyright (c) 2000-2019 the FFmpeg developers
      built with gcc 9 (Ubuntu 9.3.0-10ubuntu2)
      configuration: --enable-libdrm --enable-v4l2-request --enable-libudev --enable-static --disable-shared
      libavutil      56. 31.100 / 56. 31.100
      libavcodec     58. 54.100 / 58. 54.100
      libavformat    58. 29.100 / 58. 29.100
      libavdevice    58.  8.100 / 58.  8.100
      libavfilter     7. 57.100 /  7. 57.100
      libswscale      5.  5.100 /  5.  5.100
      libswresample   3.  5.100 /  3.  5.100
    Splitting the commandline.
    Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'debug'.                                                                               
    Reading option '-hwaccel' ... matched as option 'hwaccel' (use HW accelerated decoding) with argument 'drm'.                                                                         
    Reading option '-i' ... matched as input url with argument 'bbb_sunflower_1080p_30fps_normal.mp4'.                                                                                   
    Reading option '-f' ... matched as option 'f' (force format) with argument 'null'.                                                                                                   
    Reading option '-' ... matched as output url.                                                                                                                                        
    Finished splitting the commandline.                                                                                                                                                  
    Parsing a group of options: global .                                                                                                                                                 
    Applying option loglevel (set logging level) with argument debug.                                                                                                                    
    Successfully parsed a group of options.                                                                                                                                              
    Parsing a group of options: input url bbb_sunflower_1080p_30fps_normal.mp4.                                                                                                          
    Applying option hwaccel (use HW accelerated decoding) with argument drm.                                                                                                             
    Successfully parsed a group of options.                                                                                                                                              
    Opening an input file: bbb_sunflower_1080p_30fps_normal.mp4.                                                                                                                         
    [NULL @ 0x312d3b0] Opening 'bbb_sunflower_1080p_30fps_normal.mp4' for reading                                                                                                        
    [file @ 0x312dbb0] Setting default whitelist 'file,crypto'                                                                                                                           
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x312d3b0] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100                                                                             
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x312d3b0] ISO: File Type Major Brand: isom                                                                                                               
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x312d3b0] Unknown dref type 0x206c7275 size 12                                                                                                           
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x312d3b0] Setting codecpar->delay to 2 for stream st: 0                                                                                                  
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x312d3b0] Unknown dref type 0x206c7275 size 12                                                                                                           
        Last message repeated 1 times
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x312d3b0] Before avformat_find_stream_info() pos: 276134913 bytes read:252639 seeks:1 nb_streams:3
    [h264 @ 0x312e9c0] nal_unit_type: 7(SPS), nal_ref_idc: 3                                                                                                                             
    [h264 @ 0x312e9c0] nal_unit_type: 8(PPS), nal_ref_idc: 3                                                                                                                             
    [h264 @ 0x312e9c0] nal_unit_type: 6(SEI), nal_ref_idc: 0                                                                                                                             
    [h264 @ 0x312e9c0] nal_unit_type: 5(IDR), nal_ref_idc: 3                                                                                                                             
    [h264 @ 0x312e9c0] Format yuv420p chosen by get_format().                                                                                                                            
    [h264 @ 0x312e9c0] Reinit context to 1920x1088, pix_fmt: yuv420p
    [h264 @ 0x312e9c0] no picture
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x312d3b0] All info found                                                                                                                                 
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x312d3b0] After avformat_find_stream_info() pos: 305350 bytes read:350943 seeks:2 frames:38                                                              
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'bbb_sunflower_1080p_30fps_normal.mp4':
      Metadata:
        major_brand     : isom
        minor_version   : 1
        compatible_brands: isomavc1
        creation_time   : 2013-12-16T17:44:39.000000Z
        title           : Big Buck Bunny, Sunflower version
        artist          : Blender Foundation 2008, Janus Bager Kristensen 2013
        comment         : Creative Commons Attribution 3.0 - http://bbb3d.renderfarming.net
        genre           : Animation
        composer        : Sacha Goedegebure
      Duration: 00:10:34.53, start: 0.000000, bitrate: 3481 kb/s
        Stream #0:0(und), 16, 1/30000: Video: h264 (High), 1 reference frame (avc1 / 0x31637661), yuv420p(left), 1920x1080 (1920x1088) [SAR 1:1 DAR 16:9], 0/1, 2998 kb/s, 30 fps, 30 tbr, 30k tbn, 60 tbc (default)
        Metadata:
          creation_time   : 2013-12-16T17:44:39.000000Z
          handler_name    : GPAC ISO Video Handler
        Stream #0:1(und), 21, 1/48000: Audio: mp3 (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 160 kb/s (default)
        Metadata:
          creation_time   : 2013-12-16T17:44:42.000000Z
          handler_name    : GPAC ISO Audio Handler
        Stream #0:2(und), 1, 1/48000: Audio: ac3 (ac-3 / 0x332D6361), 48000 Hz, 5.1(side), fltp, 320 kb/s (default)
        Metadata:
          creation_time   : 2013-12-16T17:44:42.000000Z
          handler_name    : GPAC ISO Audio Handler
        Side data:
          audio service type: main
    Successfully opened the file.
    Parsing a group of options: output url -.                                                                                                                                            
    Applying option f (force format) with argument null.                                                                                                                                 
    Successfully parsed a group of options.                                                                                                                                              
    Opening an output file: -.                                                                                                                                                           
    Successfully opened the file.                                                                                                                                                        
    detected 4 logical cores                                                                                                                                                             
    [h264 @ 0x31646e0] nal_unit_type: 7(SPS), nal_ref_idc: 3                                                                                                                             
    [h264 @ 0x31646e0] nal_unit_type: 8(PPS), nal_ref_idc: 3                                                                                                                             
    Stream mapping:
      Stream #0:0 -> #0:0 (h264 (native) -> wrapped_avframe (native))
      Stream #0:2 -> #0:1 (ac3 (native) -> pcm_s16le (native))
    Press [q] to stop, [?] for help
    cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
        Last message repeated 1 times
    [h264 @ 0x31646e0] nal_unit_type: 6(SEI), nal_ref_idc: 0
    [h264 @ 0x31646e0] nal_unit_type: 5(IDR), nal_ref_idc: 3                                                                                                                             
    [h264 @ 0x31646e0] Format drm_prime chosen by get_format().                                                                                                                          
    [h264 @ 0x31646e0] Format drm_prime requires hwaccel initialisation.                                                                                                                 
    [h264 @ 0x31646e0] ff_v4l2_request_init: avctx=0x31646e0 hw_device_ctx=0x3162510 hw_frames_ctx=(nil)                                                                                 
    [h264 @ 0x31646e0] v4l2_request_probe_media_device: avctx=0x31646e0 ctx=0xb3f46d30 path=/dev/media0 driver=hantro-vpu                                                                
    [h264 @ 0x31646e0] v4l2_request_probe_video_device: avctx=0x31646e0 ctx=0xb3f46d30 path=/dev/video1 capabilities=69222400                                                            
    [h264 @ 0x31646e0] v4l2_request_try_format: pixelformat 875967059 not supported for type 10
    [h264 @ 0x31646e0] v4l2_request_probe_video_device: try output format failed
    [h264 @ 0x31646e0] v4l2_request_probe_video_device: avctx=0x31646e0 ctx=0xb3f46d30 path=/dev/video2 capabilities=69222400
    [h264 @ 0x31646e0] v4l2_request_init_context: pixelformat=842094158 width=1920 height=1088 bytesperline=1920 sizeimage=3655712 num_planes=1                                          
    [h264 @ 0x31646e0] ff_v4l2_request_frame_params: avctx=0x31646e0 ctx=0xb3f46d30 hw_frames_ctx=0xb3f57090 hwfc=0xb3f57cd0 pool=0xb3f57da0 width=1920 height=1088 initial_pool_size=3  
    [h264 @ 0x31646e0] v4l2_request_frame_alloc: avctx=0x31646e0 size=512 data=0xb3f47080                                                                                                
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: avctx=0x31646e0 buf=0xb3f471b4 type=10                                                                                                 
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: pixelformat=875967059 width=1920 height=1088 bytesperline=0 sizeimage=2097152 num_planes=1                                             
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: buf=0xb3f471b4 index=0 fd=-1 addr=0xb3d00000 width=1920 height=1088 size=2097152                                                       
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: avctx=0x31646e0 buf=0xb3f47218 type=9                                                                                                  
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: pixelformat=842094158 width=1920 height=1088 bytesperline=1920 sizeimage=3655712 num_planes=1                                          
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: buf=0xb3f47218 index=0 fd=6 addr=(nil) width=1920 height=1088 size=3655712                                                             
    [h264 @ 0x31646e0] v4l2_request_frame_alloc: avctx=0x31646e0 size=512 data=0xb3f47080 request_fd=7                                                                                   
    [h264 @ 0x31646e0] v4l2_request_frame_alloc: avctx=0x31646e0 size=512 data=0xb3f474b0                                                                                                
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: avctx=0x31646e0 buf=0xb3f475e4 type=10                                                                                                 
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: pixelformat=875967059 width=1920 height=1088 bytesperline=0 sizeimage=2097152 num_planes=1                                             
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: buf=0xb3f475e4 index=1 fd=-1 addr=0xb3b00000 width=1920 height=1088 size=2097152                                                       
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: avctx=0x31646e0 buf=0xb3f47648 type=9                                                                                                  
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: pixelformat=842094158 width=1920 height=1088 bytesperline=1920 sizeimage=3655712 num_planes=1                                          
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: buf=0xb3f47648 index=1 fd=8 addr=(nil) width=1920 height=1088 size=3655712                                                             
    [h264 @ 0x31646e0] v4l2_request_frame_alloc: avctx=0x31646e0 size=512 data=0xb3f474b0 request_fd=9                                                                                   
    [h264 @ 0x31646e0] v4l2_request_frame_alloc: avctx=0x31646e0 size=512 data=0xb3f478e0                                                                                                
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: avctx=0x31646e0 buf=0xb3f47a14 type=10                                                                                                 
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: pixelformat=875967059 width=1920 height=1088 bytesperline=0 sizeimage=2097152 num_planes=1                                             
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: buf=0xb3f47a14 index=2 fd=-1 addr=0xb3900000 width=1920 height=1088 size=2097152                                                       
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: avctx=0x31646e0 buf=0xb3f47a78 type=9                                                                                                  
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: pixelformat=842094158 width=1920 height=1088 bytesperline=1920 sizeimage=3655712 num_planes=1                                          
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: buf=0xb3f47a78 index=2 fd=10 addr=(nil) width=1920 height=1088 size=3655712                                                            
    [h264 @ 0x31646e0] v4l2_request_frame_alloc: avctx=0x31646e0 size=512 data=0xb3f478e0 request_fd=11                                                                                  
    [h264 @ 0x31646e0] v4l2_request_frame_alloc: avctx=0x31646e0 size=512 data=0xb3f47d10                                                                                                
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: avctx=0x31646e0 buf=0xb3f47e44 type=10                                                                                                 
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: pixelformat=875967059 width=1920 height=1088 bytesperline=0 sizeimage=2097152 num_planes=1                                             
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: buf=0xb3f47e44 index=3 fd=-1 addr=0xb3700000 width=1920 height=1088 size=2097152                                                       
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: avctx=0x31646e0 buf=0xb3f47ea8 type=9                                                                                                  
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: pixelformat=842094158 width=1920 height=1088 bytesperline=1920 sizeimage=3655712 num_planes=1                                          
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: buf=0xb3f47ea8 index=3 fd=12 addr=(nil) width=1920 height=1088 size=3655712                                                            
    [h264 @ 0x31646e0] v4l2_request_frame_alloc: avctx=0x31646e0 size=512 data=0xb3f47d10 request_fd=13                                                                                  
    [h264 @ 0x31646e0] v4l2_request_frame_alloc: avctx=0x31646e0 size=512 data=0xb3f48140                                                                                                
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: avctx=0x31646e0 buf=0xb3f48274 type=10                                                                                                 
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: pixelformat=875967059 width=1920 height=1088 bytesperline=0 sizeimage=2097152 num_planes=1                                             
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: buf=0xb3f48274 index=4 fd=-1 addr=0xb3500000 width=1920 height=1088 size=2097152                                                       
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: avctx=0x31646e0 buf=0xb3f482d8 type=9                                                                                                  
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: pixelformat=842094158 width=1920 height=1088 bytesperline=1920 sizeimage=3655712 num_planes=1                                          
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: buf=0xb3f482d8 index=4 fd=14 addr=(nil) width=1920 height=1088 size=3655712                                                            
    [h264 @ 0x31646e0] v4l2_request_frame_alloc: avctx=0x31646e0 size=512 data=0xb3f48140 request_fd=15                                                                                  
    [h264 @ 0x31646e0] v4l2_request_frame_alloc: avctx=0x31646e0 size=512 data=0xb3f48570                                                                                                
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: avctx=0x31646e0 buf=0xb3f486a4 type=10                                                                                                 
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: pixelformat=875967059 width=1920 height=1088 bytesperline=0 sizeimage=2097152 num_planes=1                                             
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: buf=0xb3f486a4 index=5 fd=-1 addr=0xb3300000 width=1920 height=1088 size=2097152                                                       
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: avctx=0x31646e0 buf=0xb3f48708 type=9                                                                                                  
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: pixelformat=842094158 width=1920 height=1088 bytesperline=1920 sizeimage=3655712 num_planes=1                                          
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: buf=0xb3f48708 index=5 fd=16 addr=(nil) width=1920 height=1088 size=3655712                                                            
    [h264 @ 0x31646e0] v4l2_request_frame_alloc: avctx=0x31646e0 size=512 data=0xb3f48570 request_fd=17                                                                                  
    [h264 @ 0x31646e0] v4l2_request_frame_alloc: avctx=0x31646e0 size=512 data=0xb3f489c0                                                                                                
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: avctx=0x31646e0 buf=0xb3f48af4 type=10                                                                                                 
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: pixelformat=875967059 width=1920 height=1088 bytesperline=0 sizeimage=2097152 num_planes=1                                             
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: buf=0xb3f48af4 index=6 fd=-1 addr=0xb3100000 width=1920 height=1088 size=2097152                                                       
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: avctx=0x31646e0 buf=0xb3f48b58 type=9                                                                                                  
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: pixelformat=842094158 width=1920 height=1088 bytesperline=1920 sizeimage=3655712 num_planes=1                                          
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: buf=0xb3f48b58 index=6 fd=18 addr=(nil) width=1920 height=1088 size=3655712                                                            
    [h264 @ 0x31646e0] v4l2_request_frame_alloc: avctx=0x31646e0 size=512 data=0xb3f489c0 request_fd=19                                                                                  
    [h264 @ 0x31646e0] v4l2_request_frame_alloc: avctx=0x31646e0 size=512 data=0xb3f48e70                                                                                                
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: avctx=0x31646e0 buf=0xb3f48fa4 type=10                                                                                                 
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: pixelformat=875967059 width=1920 height=1088 bytesperline=0 sizeimage=2097152 num_planes=1                                             
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: buf=0xb3f48fa4 index=7 fd=-1 addr=0xb2f00000 width=1920 height=1088 size=2097152                                                       
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: avctx=0x31646e0 buf=0xb3f49008 type=9                                                                                                  
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: pixelformat=842094158 width=1920 height=1088 bytesperline=1920 sizeimage=3655712 num_planes=1                                          
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: buf=0xb3f49008 index=7 fd=20 addr=(nil) width=1920 height=1088 size=3655712                                                            
    [h264 @ 0x31646e0] v4l2_request_frame_alloc: avctx=0x31646e0 size=512 data=0xb3f48e70 request_fd=21                                                                                  
    [h264 @ 0x31646e0] v4l2_request_frame_alloc: avctx=0x31646e0 size=512 data=0xb3f49320                                                                                                
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: avctx=0x31646e0 buf=0xb3f49454 type=10                                                                                                 
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: pixelformat=875967059 width=1920 height=1088 bytesperline=0 sizeimage=2097152 num_planes=1                                             
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: buf=0xb3f49454 index=8 fd=-1 addr=0xb2d00000 width=1920 height=1088 size=2097152                                                       
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: avctx=0x31646e0 buf=0xb3f494b8 type=9                                                                                                  
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: pixelformat=842094158 width=1920 height=1088 bytesperline=1920 sizeimage=3655712 num_planes=1                                          
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: buf=0xb3f494b8 index=8 fd=22 addr=(nil) width=1920 height=1088 size=3655712                                                            
    [h264 @ 0x31646e0] v4l2_request_frame_alloc: avctx=0x31646e0 size=512 data=0xb3f49320 request_fd=23                                                                                  
    [h264 @ 0x31646e0] v4l2_request_frame_alloc: avctx=0x31646e0 size=512 data=0xb3f497d0                                                                                                
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: avctx=0x31646e0 buf=0xb3f49904 type=10                                                                                                 
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: pixelformat=875967059 width=1920 height=1088 bytesperline=0 sizeimage=2097152 num_planes=1                                             
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: buf=0xb3f49904 index=9 fd=-1 addr=0xb2b00000 width=1920 height=1088 size=2097152                                                       
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: avctx=0x31646e0 buf=0xb3f49968 type=9                                                                                                  
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: pixelformat=842094158 width=1920 height=1088 bytesperline=1920 sizeimage=3655712 num_planes=1                                          
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: buf=0xb3f49968 index=9 fd=24 addr=(nil) width=1920 height=1088 size=3655712                                                            
    [h264 @ 0x31646e0] v4l2_request_frame_alloc: avctx=0x31646e0 size=512 data=0xb3f497d0 request_fd=25                                                                                  
    [h264 @ 0x31646e0] v4l2_request_frame_alloc: avctx=0x31646e0 size=512 data=0xb3f49c80                                                                                                
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: avctx=0x31646e0 buf=0xb3f49db4 type=10                                                                                                 
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: pixelformat=875967059 width=1920 height=1088 bytesperline=0 sizeimage=2097152 num_planes=1                                             
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: buf=0xb3f49db4 index=10 fd=-1 addr=0xb2900000 width=1920 height=1088 size=2097152                                                      
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: avctx=0x31646e0 buf=0xb3f49e18 type=9                                                                                                  
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: pixelformat=842094158 width=1920 height=1088 bytesperline=1920 sizeimage=3655712 num_planes=1                                          
    [h264 @ 0x31646e0] v4l2_request_buffer_alloc: buf=0xb3f49e18 index=10 fd=26 addr=(nil) width=1920 height=1088 size=3655712                                                           
    [h264 @ 0x31646e0] v4l2_request_frame_alloc: avctx=0x31646e0 size=512 data=0xb3f49c80 request_fd=27                                                                                  
    [h264 @ 0x31646e0] Reinit context to 1920x1088, pix_fmt: drm_prime
    [h264 @ 0x31646e0] no picture
    [h264 @ 0x31646e0] v4l2_request_queue_decode: avctx=0x31646e0 used=413 controls=5 index=10 fd=26 request_fd=27 first_slice=1 last_slice=1                                            
    cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    [h264 @ 0x31eae90] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31eae90] no picture                                                                                                                                                        
    [h264 @ 0x31eae90] v4l2_request_queue_decode: avctx=0x31eae90 used=12283 controls=5 index=9 fd=24 request_fd=25 first_slice=1 last_slice=1                                           
    cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    [h264 @ 0x31abe80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31abe80] v4l2_request_queue_decode: avctx=0x31abe80 used=12108 controls=5 index=8 fd=22 request_fd=23 first_slice=1 last_slice=1                                           
    cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    [h264 @ 0x31c48e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31c48e0] v4l2_request_queue_decode: avctx=0x31c48e0 used=15326 controls=5 index=7 fd=20 request_fd=21 first_slice=1 last_slice=1                                           
    cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    [h264 @ 0x31c9360] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31c9360] v4l2_request_queue_decode: avctx=0x31c9360 used=309 controls=5 index=6 fd=18 request_fd=19 first_slice=1 last_slice=1                                             
    cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    [h264 @ 0x31646e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31646e0] v4l2_request_queue_decode: avctx=0x31646e0 used=8657 controls=5 index=5 fd=16 request_fd=17 first_slice=1 last_slice=1                                            
    [h264 @ 0x31eae90] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31eae90] v4l2_request_queue_decode: avctx=0x31eae90 used=1836 controls=5 index=4 fd=14 request_fd=15 first_slice=1 last_slice=1                                            
    [graph 0 input from stream 0:0 @ 0x357bfc0] Setting 'video_size' to value '1920x1080'                                                                                                
    [graph 0 input from stream 0:0 @ 0x357bfc0] Setting 'pix_fmt' to value '23'                                                                                                          
    [graph 0 input from stream 0:0 @ 0x357bfc0] Setting 'time_base' to value '1/30000'                                                                                                   
    [graph 0 input from stream 0:0 @ 0x357bfc0] Setting 'pixel_aspect' to value '1/1'                                                                                                    
    [graph 0 input from stream 0:0 @ 0x357bfc0] Setting 'sws_param' to value 'flags=2'                                                                                                   
    [graph 0 input from stream 0:0 @ 0x357bfc0] Setting 'frame_rate' to value '30/1'                                                                                                     
    [graph 0 input from stream 0:0 @ 0x357bfc0] w:1920 h:1080 pixfmt:nv12 tb:1/30000 fr:30/1 sar:1/1 sws_param:flags=2
    [AVFilterGraph @ 0x357c090] query_formats: 3 queried, 2 merged, 0 already done, 0 delayed
    cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    [h264 @ 0x31abe80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31abe80] v4l2_request_queue_decode: avctx=0x31abe80 used=1267 controls=5 index=3 fd=12 request_fd=13 first_slice=1 last_slice=1                                            
    cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    [h264 @ 0x31c48e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31c48e0] v4l2_request_queue_decode: avctx=0x31c48e0 used=160 controls=5 index=10 fd=26 request_fd=27 first_slice=1 last_slice=1                                            
    cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    [h264 @ 0x31c9360] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31c9360] v4l2_request_queue_decode: avctx=0x31c9360 used=310 controls=5 index=2 fd=10 request_fd=11 first_slice=1 last_slice=1                                             
    cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    [h264 @ 0x31646e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31646e0] v4l2_request_queue_decode: avctx=0x31646e0 used=447 controls=5 index=6 fd=18 request_fd=19 first_slice=1 last_slice=1                                             
    cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    [h264 @ 0x31eae90] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31eae90] v4l2_request_queue_decode: avctx=0x31eae90 used=361 controls=5 index=9 fd=24 request_fd=25 first_slice=1 last_slice=1                                             
    cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    [h264 @ 0x31abe80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31abe80] v4l2_request_queue_decode: avctx=0x31abe80 used=387 controls=5 index=7 fd=20 request_fd=21 first_slice=1 last_slice=1                                             
    cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    [h264 @ 0x31c48e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31c48e0] v4l2_request_queue_decode: avctx=0x31c48e0 used=307 controls=5 index=10 fd=26 request_fd=27 first_slice=1 last_slice=1                                            
    cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    [h264 @ 0x31c9360] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31c9360] v4l2_request_queue_decode: avctx=0x31c9360 used=436 controls=5 index=2 fd=10 request_fd=11 first_slice=1 last_slice=1                                             
    cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    [h264 @ 0x31646e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31646e0] v4l2_request_queue_decode: avctx=0x31646e0 used=388 controls=5 index=6 fd=18 request_fd=19 first_slice=1 last_slice=1                                             
    cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    cur_dts is invalid st:1 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)                                                                  
    [graph_1_in_0_2 @ 0x31e8590] Setting 'time_base' to value '1/48000'                                                                                                                  
    [graph_1_in_0_2 @ 0x31e8590] Setting 'sample_rate' to value '48000'                                                                                                                  
    [graph_1_in_0_2 @ 0x31e8590] Setting 'sample_fmt' to value 'fltp'                                                                                                                    
    [graph_1_in_0_2 @ 0x31e8590] Setting 'channel_layout' to value '0x60f'                                                                                                               
    [graph_1_in_0_2 @ 0x31e8590] tb:1/48000 samplefmt:fltp samplerate:48000 chlayout:0x60f
    [format_out_0_1 @ 0x31f6fa0] Setting 'sample_fmts' to value 's16'
    [format_out_0_1 @ 0x31f6fa0] auto-inserting filter 'auto_resampler_0' between the filter 'Parsed_anull_0' and the filter 'format_out_0_1'
    [AVFilterGraph @ 0x357b490] query_formats: 4 queried, 6 merged, 3 already done, 0 delayed
    [auto_resampler_0 @ 0x31fbbc0] [SWR @ 0x357e290] Using fltp internally between filters                                                                                               
    [auto_resampler_0 @ 0x31fbbc0] ch:6 chl:5.1(side) fmt:fltp r:48000Hz -> ch:6 chl:5.1(side) fmt:s16 r:48000Hz
    Output #0, null, to 'pipe:':
      Metadata:
        major_brand     : isom
        minor_version   : 1
        compatible_brands: isomavc1
        composer        : Sacha Goedegebure
        title           : Big Buck Bunny, Sunflower version
        artist          : Blender Foundation 2008, Janus Bager Kristensen 2013
        comment         : Creative Commons Attribution 3.0 - http://bbb3d.renderfarming.net
        genre           : Animation
        encoder         : Lavf58.29.100
        Stream #0:0(und), 0, 1/30: Video: wrapped_avframe, 1 reference frame, nv12(progressive, left), 1920x1080 [SAR 1:1 DAR 16:9], 0/1, q=2-31, 200 kb/s, 30 fps, 30 tbn, 30 tbc (default)
        Metadata:
          creation_time   : 2013-12-16T17:44:39.000000Z
          handler_name    : GPAC ISO Video Handler
          encoder         : Lavc58.54.100 wrapped_avframe
        Stream #0:1(und), 0, 1/48000: Audio: pcm_s16le, 48000 Hz, 5.1(side), s16, 4608 kb/s (default)
        Metadata:
          creation_time   : 2013-12-16T17:44:42.000000Z
          handler_name    : GPAC ISO Audio Handler
          encoder         : Lavc58.54.100 pcm_s16le
        Side data:
          audio service type: main
    [h264 @ 0x31eae90] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0
    [h264 @ 0x31eae90] v4l2_request_queue_decode: avctx=0x31eae90 used=393 controls=5 index=9 fd=24 request_fd=25 first_slice=1 last_slice=1                                             
    [h264 @ 0x31abe80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31abe80] v4l2_request_queue_decode: avctx=0x31abe80 used=396 controls=5 index=7 fd=20 request_fd=21 first_slice=1 last_slice=1                                             
    [h264 @ 0x31c48e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31c48e0] v4l2_request_queue_decode: avctx=0x31c48e0 used=441 controls=5 index=10 fd=26 request_fd=27 first_slice=1 last_slice=1                                            
    [h264 @ 0x31c9360] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31c9360] v4l2_request_queue_decode: avctx=0x31c9360 used=342 controls=5 index=8 fd=22 request_fd=23 first_slice=1 last_slice=1                                             
    [h264 @ 0x31646e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31646e0] v4l2_request_queue_decode: avctx=0x31646e0 used=1131 controls=5 index=2 fd=10 request_fd=11 first_slice=1 last_slice=1                                            
    [h264 @ 0x31eae90] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31eae90] v4l2_request_queue_decode: avctx=0x31eae90 used=370 controls=5 index=6 fd=18 request_fd=19 first_slice=1 last_slice=1                                             
    [h264 @ 0x31abe80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31abe80] v4l2_request_queue_decode: avctx=0x31abe80 used=1177 controls=5 index=9 fd=24 request_fd=25 first_slice=1 last_slice=1                                            
    [h264 @ 0x31c48e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31c48e0] v4l2_request_queue_decode: avctx=0x31c48e0 used=410 controls=5 index=7 fd=20 request_fd=21 first_slice=1 last_slice=1                                             
    [h264 @ 0x31c9360] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31c9360] v4l2_request_queue_decode: avctx=0x31c9360 used=269 controls=5 index=10 fd=26 request_fd=27 first_slice=1 last_slice=1                                            
    [h264 @ 0x31646e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31646e0] v4l2_request_queue_decode: avctx=0x31646e0 used=1169 controls=5 index=5 fd=16 request_fd=17 first_slice=1 last_slice=1                                            
    [h264 @ 0x31eae90] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31eae90] v4l2_request_queue_decode: avctx=0x31eae90 used=366 controls=5 index=8 fd=22 request_fd=23 first_slice=1 last_slice=1                                             
    [h264 @ 0x31abe80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31abe80] v4l2_request_queue_decode: avctx=0x31abe80 used=207 controls=5 index=6 fd=18 request_fd=19 first_slice=1 last_slice=1                                             
    [h264 @ 0x31c48e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31c48e0] v4l2_request_queue_decode: avctx=0x31c48e0 used=227 controls=5 index=4 fd=14 request_fd=15 first_slice=1 last_slice=1                                             
    [h264 @ 0x31c9360] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31c9360] v4l2_request_queue_decode: avctx=0x31c9360 used=902 controls=5 index=10 fd=26 request_fd=27 first_slice=1 last_slice=1                                            
    [h264 @ 0x31646e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31646e0] v4l2_request_queue_decode: avctx=0x31646e0 used=515 controls=5 index=3 fd=12 request_fd=13 first_slice=1 last_slice=1                                             
    [h264 @ 0x31eae90] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31eae90] v4l2_request_queue_decode: avctx=0x31eae90 used=339 controls=5 index=7 fd=20 request_fd=21 first_slice=1 last_slice=1                                             
    [h264 @ 0x31abe80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31abe80] v4l2_request_queue_decode: avctx=0x31abe80 used=1003 controls=5 index=6 fd=18 request_fd=19 first_slice=1 last_slice=1                                            
    [h264 @ 0x31c48e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31c48e0] v4l2_request_queue_decode: avctx=0x31c48e0 used=453 controls=5 index=2 fd=10 request_fd=11 first_slice=1 last_slice=1                                             
    [h264 @ 0x31c9360] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31c9360] v4l2_request_queue_decode: avctx=0x31c9360 used=229 controls=5 index=4 fd=14 request_fd=15 first_slice=1 last_slice=1                                             
    [h264 @ 0x31646e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31646e0] v4l2_request_queue_decode: avctx=0x31646e0 used=309 controls=5 index=9 fd=24 request_fd=25 first_slice=1 last_slice=1                                             
    [h264 @ 0x31eae90] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31eae90] v4l2_request_queue_decode: avctx=0x31eae90 used=895 controls=5 index=7 fd=20 request_fd=21 first_slice=1 last_slice=1                                             
    [h264 @ 0x31abe80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31abe80] v4l2_request_queue_decode: avctx=0x31abe80 used=1342 controls=5 index=5 fd=16 request_fd=17 first_slice=1 last_slice=1                                            
    [h264 @ 0x31c48e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31c48e0] v4l2_request_queue_decode: avctx=0x31c48e0 used=685 controls=5 index=3 fd=12 request_fd=13 first_slice=1 last_slice=1                                             
    [h264 @ 0x31c9360] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31c9360] v4l2_request_queue_decode: avctx=0x31c9360 used=381 controls=5 index=4 fd=14 request_fd=15 first_slice=1 last_slice=1                                             
    [h264 @ 0x31646e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31646e0] v4l2_request_queue_decode: avctx=0x31646e0 used=404 controls=5 index=8 fd=22 request_fd=23 first_slice=1 last_slice=1                                             
    [h264 @ 0x31eae90] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31eae90] v4l2_request_queue_decode: avctx=0x31eae90 used=1817 controls=5 index=9 fd=24 request_fd=25 first_slice=1 last_slice=1                                            
    [h264 @ 0x31abe80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31abe80] v4l2_request_queue_decode: avctx=0x31abe80 used=374 controls=5 index=10 fd=26 request_fd=27 first_slice=1 last_slice=1                                            
    [h264 @ 0x31c48e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31c48e0] v4l2_request_queue_decode: avctx=0x31c48e0 used=1835 controls=5 index=6 fd=18 request_fd=19 first_slice=1 last_slice=1                                            
    [h264 @ 0x31c9360] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31c9360] v4l2_request_queue_decode: avctx=0x31c9360 used=381 controls=5 index=4 fd=14 request_fd=15 first_slice=1 last_slice=1                                             
    [h264 @ 0x31646e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31646e0] v4l2_request_queue_decode: avctx=0x31646e0 used=272 controls=5 index=2 fd=10 request_fd=11 first_slice=1 last_slice=1                                             
    [h264 @ 0x31eae90] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31eae90] v4l2_request_queue_decode: avctx=0x31eae90 used=201 controls=5 index=7 fd=20 request_fd=21 first_slice=1 last_slice=1                                             
    [h264 @ 0x31abe80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31abe80] v4l2_request_queue_decode: avctx=0x31abe80 used=860 controls=5 index=8 fd=22 request_fd=23 first_slice=1 last_slice=1                                             
    [h264 @ 0x31c48e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31c48e0] v4l2_request_queue_decode: avctx=0x31c48e0 used=129 controls=5 index=10 fd=26 request_fd=27 first_slice=1 last_slice=1                                            
    [h264 @ 0x31c9360] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31c9360] v4l2_request_queue_decode: avctx=0x31c9360 used=168 controls=5 index=3 fd=12 request_fd=13 first_slice=1 last_slice=1                                             
    [h264 @ 0x31646e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31646e0] v4l2_request_queue_decode: avctx=0x31646e0 used=141 controls=5 index=2 fd=10 request_fd=11 first_slice=1 last_slice=1                                             
    [h264 @ 0x31eae90] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31eae90] v4l2_request_queue_decode: avctx=0x31eae90 used=79 controls=5 index=5 fd=16 request_fd=17 first_slice=1 last_slice=1                                              
    [h264 @ 0x31abe80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31abe80] v4l2_request_queue_decode: avctx=0x31abe80 used=647 controls=5 index=7 fd=20 request_fd=21 first_slice=1 last_slice=1                                             
    [h264 @ 0x31c48e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31c48e0] v4l2_request_queue_decode: avctx=0x31c48e0 used=211 controls=5 index=9 fd=24 request_fd=25 first_slice=1 last_slice=1                                             
    [h264 @ 0x31c9360] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31c9360] v4l2_request_queue_decode: avctx=0x31c9360 used=89 controls=5 index=3 fd=12 request_fd=13 first_slice=1 last_slice=1                                              
    [h264 @ 0x31646e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31646e0] v4l2_request_queue_decode: avctx=0x31646e0 used=81 controls=5 index=2 fd=10 request_fd=11 first_slice=1 last_slice=1                                              
    [h264 @ 0x31eae90] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31eae90] v4l2_request_queue_decode: avctx=0x31eae90 used=87 controls=5 index=4 fd=14 request_fd=15 first_slice=1 last_slice=1                                              
    [h264 @ 0x31abe80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31abe80] v4l2_request_queue_decode: avctx=0x31abe80 used=110 controls=5 index=5 fd=16 request_fd=17 first_slice=1 last_slice=1                                             
    [h264 @ 0x31c48e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31c48e0] v4l2_request_queue_decode: avctx=0x31c48e0 used=1398 controls=5 index=6 fd=18 request_fd=19 first_slice=1 last_slice=1                                            
    [h264 @ 0x31c9360] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31c9360] v4l2_request_queue_decode: avctx=0x31c9360 used=416 controls=5 index=3 fd=12 request_fd=13 first_slice=1 last_slice=1                                             
    [h264 @ 0x31646e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31646e0] v4l2_request_queue_decode: avctx=0x31646e0 used=288 controls=5 index=2 fd=10 request_fd=11 first_slice=1 last_slice=1                                             
    [h264 @ 0x31eae90] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31eae90] v4l2_request_queue_decode: avctx=0x31eae90 used=230 controls=5 index=10 fd=26 request_fd=27 first_slice=1 last_slice=1                                            
    [h264 @ 0x31abe80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31abe80] v4l2_request_queue_decode: avctx=0x31abe80 used=1440 controls=5 index=4 fd=14 request_fd=15 first_slice=1 last_slice=1                                            
    [h264 @ 0x31c48e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31c48e0] v4l2_request_queue_decode: avctx=0x31c48e0 used=271 controls=5 index=5 fd=16 request_fd=17 first_slice=1 last_slice=1                                             
    [h264 @ 0x31c9360] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31c9360] v4l2_request_queue_decode: avctx=0x31c9360 used=228 controls=5 index=8 fd=22 request_fd=23 first_slice=1 last_slice=1                                             
    [h264 @ 0x31646e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31646e0] v4l2_request_queue_decode: avctx=0x31646e0 used=1695 controls=5 index=2 fd=10 request_fd=11 first_slice=1 last_slice=1                                            
    [h264 @ 0x31eae90] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31eae90] v4l2_request_queue_decode: avctx=0x31eae90 used=461 controls=5 index=9 fd=24 request_fd=25 first_slice=1 last_slice=1                                             
    [h264 @ 0x31abe80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31abe80] v4l2_request_queue_decode: avctx=0x31abe80 used=271 controls=5 index=10 fd=26 request_fd=27 first_slice=1 last_slice=1                                            
    [h264 @ 0x31c48e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31c48e0] v4l2_request_queue_decode: avctx=0x31c48e0 used=292 controls=5 index=7 fd=20 request_fd=21 first_slice=1 last_slice=1                                             
    [h264 @ 0x31c9360] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31c9360] v4l2_request_queue_decode: avctx=0x31c9360 used=248 controls=5 index=8 fd=22 request_fd=23 first_slice=1 last_slice=1                                             
    [h264 @ 0x31646e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31646e0] v4l2_request_queue_decode: avctx=0x31646e0 used=208 controls=5 index=6 fd=18 request_fd=19 first_slice=1 last_slice=1                                             
    [h264 @ 0x31eae90] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31eae90] v4l2_request_queue_decode: avctx=0x31eae90 used=1006 controls=5 index=3 fd=12 request_fd=13 first_slice=1 last_slice=1                                            
    [h264 @ 0x31abe80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31abe80] v4l2_request_queue_decode: avctx=0x31abe80 used=136 controls=5 index=10 fd=26 request_fd=27 first_slice=1 last_slice=1                                            
    [h264 @ 0x31c48e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31c48e0] v4l2_request_queue_decode: avctx=0x31c48e0 used=1242 controls=5 index=7 fd=20 request_fd=21 first_slice=1 last_slice=1                                            
    [h264 @ 0x31c9360] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31c9360] v4l2_request_queue_decode: avctx=0x31c9360 used=213 controls=5 index=5 fd=16 request_fd=17 first_slice=1 last_slice=1                                             
    [h264 @ 0x31646e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31646e0] v4l2_request_queue_decode: avctx=0x31646e0 used=114 controls=5 index=8 fd=22 request_fd=23 first_slice=1 last_slice=1                                             
    [h264 @ 0x31eae90] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31eae90] v4l2_request_queue_decode: avctx=0x31eae90 used=91 controls=5 index=4 fd=14 request_fd=15 first_slice=1 last_slice=1                                              
    [h264 @ 0x31abe80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31abe80] v4l2_request_queue_decode: avctx=0x31abe80 used=868 controls=5 index=6 fd=18 request_fd=19 first_slice=1 last_slice=1                                             
    [h264 @ 0x31c48e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31c48e0] v4l2_request_queue_decode: avctx=0x31c48e0 used=82 controls=5 index=10 fd=26 request_fd=27 first_slice=1 last_slice=1                                             
    [h264 @ 0x31c9360] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31c9360] v4l2_request_queue_decode: avctx=0x31c9360 used=79 controls=5 index=2 fd=10 request_fd=11 first_slice=1 last_slice=1                                              
    [h264 @ 0x31646e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31646e0] v4l2_request_queue_decode: avctx=0x31646e0 used=694 controls=5 index=8 fd=22 request_fd=23 first_slice=1 last_slice=1                                             
    [h264 @ 0x31eae90] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31eae90] v4l2_request_queue_decode: avctx=0x31eae90 used=88 controls=5 index=9 fd=24 request_fd=25 first_slice=1 last_slice=1                                              
    [h264 @ 0x31abe80] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31abe80] v4l2_request_queue_decode: avctx=0x31abe80 used=70 controls=5 index=4 fd=14 request_fd=15 first_slice=1 last_slice=1                                              
    [h264 @ 0x31c48e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31c48e0] v4l2_request_queue_decode: avctx=0x31c48e0 used=69 controls=5 index=3 fd=12 request_fd=13 first_slice=1 last_slice=1                                              
    [h264 @ 0x31c9360] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31c9360] v4l2_request_queue_decode: avctx=0x31c9360 used=343 controls=5 index=2 fd=10 request_fd=11 first_slice=1 last_slice=1                                             
    [h264 @ 0x31646e0] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 2                                                                                                
    [h264 @ 0x31646e0] v4l2_request_queue_decode: avctx=0x31646e0 used=91 controls=5 index=7 fd=20 request_fd=21 first_slice=1 last_slice=1                                              
    [h264 @ 0x31eae90] nal_unit_type: 1(Coded slice of a non-IDR picture), nal_ref_idc: 0                                                                                                
    [h264 @ 0x31eae90] v4l2_request_queue_decode: avctx=0x31eae90 used=78 controls=5 index=5 fd=16 request_fd=17 first_slice=1 last_slice=1                                              
    frame=   81 fps= 40 q=-0.0 Lsize=N/A time=00:00:02.76 bitrate=N/A speed=1.38x    
    video:32kB audio:1350kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
    Input file #0 (bbb_sunflower_1080p_30fps_normal.mp4):
      Input stream #0:0 (video): 87 packets read (90331 bytes); 82 frames decoded;                                                                                                       
      Input stream #0:1 (audio): 21 packets read (10080 bytes);                                                                                                                          
      Input stream #0:2 (audio): 75 packets read (96000 bytes); 75 frames decoded (115200 samples);
      Total: 183 packets (196411 bytes) demuxed
    Output file #0 (pipe:):
      Output stream #0:0 (video): 81 frames encoded; 81 packets muxed (33048 bytes);
      Output stream #0:1 (audio): 75 frames encoded (115200 samples); 75 packets muxed (1382400 bytes);
      Total: 156 packets (1415448 bytes) muxed
    [NULL @ 0x31fef00] ff_v4l2_request_uninit: avctx=0x31fef00 ctx=0xb3f46d30
    v4l2_request_frame_free: avctx=0x31646e0 data=0xb3f47d10 request_fd=13
    v4l2_request_buffer_free: buf=0xb3f47ea8 index=3 fd=12 addr=(nil) width=1920 height=1088 size=3655712
    v4l2_request_buffer_free: buf=0xb3f47e44 index=3 fd=-1 addr=0xb3700000 width=1920 height=1088 size=2097152
    v4l2_request_frame_free: avctx=0x31646e0 data=0xb3f497d0 request_fd=25
    v4l2_request_buffer_free: buf=0xb3f49968 index=9 fd=24 addr=(nil) width=1920 height=1088 size=3655712
    v4l2_request_buffer_free: buf=0xb3f49904 index=9 fd=-1 addr=0xb2b00000 width=1920 height=1088 size=2097152
    v4l2_request_frame_free: avctx=0x31646e0 data=0xb3f478e0 request_fd=11
    v4l2_request_buffer_free: buf=0xb3f47a78 index=2 fd=10 addr=(nil) width=1920 height=1088 size=3655712
    v4l2_request_buffer_free: buf=0xb3f47a14 index=2 fd=-1 addr=0xb3900000 width=1920 height=1088 size=2097152
    v4l2_request_frame_free: avctx=0x31646e0 data=0xb3f489c0 request_fd=19
    v4l2_request_buffer_free: buf=0xb3f48b58 index=6 fd=18 addr=(nil) width=1920 height=1088 size=3655712
    v4l2_request_buffer_free: buf=0xb3f48af4 index=6 fd=-1 addr=0xb3100000 width=1920 height=1088 size=2097152
    v4l2_request_frame_free: avctx=0x31646e0 data=0xb3f49320 request_fd=23
    v4l2_request_buffer_free: buf=0xb3f494b8 index=8 fd=22 addr=(nil) width=1920 height=1088 size=3655712
    v4l2_request_buffer_free: buf=0xb3f49454 index=8 fd=-1 addr=0xb2d00000 width=1920 height=1088 size=2097152
    v4l2_request_frame_free: avctx=0x31646e0 data=0xb3f48e70 request_fd=21
    v4l2_request_buffer_free: buf=0xb3f49008 index=7 fd=20 addr=(nil) width=1920 height=1088 size=3655712
    v4l2_request_buffer_free: buf=0xb3f48fa4 index=7 fd=-1 addr=0xb2f00000 width=1920 height=1088 size=2097152
    v4l2_request_frame_free: avctx=0x31646e0 data=0xb3f48570 request_fd=17
    v4l2_request_buffer_free: buf=0xb3f48708 index=5 fd=16 addr=(nil) width=1920 height=1088 size=3655712
    v4l2_request_buffer_free: buf=0xb3f486a4 index=5 fd=-1 addr=0xb3300000 width=1920 height=1088 size=2097152
    v4l2_request_frame_free: avctx=0x31646e0 data=0xb3f48140 request_fd=15
    v4l2_request_buffer_free: buf=0xb3f482d8 index=4 fd=14 addr=(nil) width=1920 height=1088 size=3655712
    v4l2_request_buffer_free: buf=0xb3f48274 index=4 fd=-1 addr=0xb3500000 width=1920 height=1088 size=2097152
    v4l2_request_frame_free: avctx=0x31646e0 data=0xb3f49c80 request_fd=27
    v4l2_request_buffer_free: buf=0xb3f49e18 index=10 fd=26 addr=(nil) width=1920 height=1088 size=3655712
    v4l2_request_buffer_free: buf=0xb3f49db4 index=10 fd=-1 addr=0xb2900000 width=1920 height=1088 size=2097152
    v4l2_request_frame_free: avctx=0x31646e0 data=0xb3f474b0 request_fd=9
    v4l2_request_buffer_free: buf=0xb3f47648 index=1 fd=8 addr=(nil) width=1920 height=1088 size=3655712
    v4l2_request_buffer_free: buf=0xb3f475e4 index=1 fd=-1 addr=0xb3b00000 width=1920 height=1088 size=2097152
    v4l2_request_frame_free: avctx=0x31646e0 data=0xb3f47080 request_fd=7
    v4l2_request_buffer_free: buf=0xb3f47218 index=0 fd=6 addr=(nil) width=1920 height=1088 size=3655712
    v4l2_request_buffer_free: buf=0xb3f471b4 index=0 fd=-1 addr=0xb3d00000 width=1920 height=1088 size=2097152
    v4l2_request_hwframe_ctx_free: hwfc=0xb3f57cd0 pool=0xb3f57da0
    v4l2_request_pool_free: opaque=0x31646e0
    157 frames successfully decoded, 0 decoding errors
    [AVIOContext @ 0x3135dd0] Statistics: 482015 bytes read, 5 seeks
    Exiting normally, received signal 2.

     

  10. 1 hour ago, Hugh Cole-Baker said:

     

    The h264_v4l2m2m decoder in FFmpeg is only for stateful decoders like the Amlogic VPU. The stateless decoders hantro and rkvdec use a different approach in FFmpeg, using the "h264" decoder but with hardware acceleration using v4l2-request API. Try using this ffmpeg command, which worked for testing decoding with the rkvdec on my rk3399 board: 

    
    ffmpeg -loglevel debug -hwaccel drm -i bbb_sunflower_1080p_30fps_normal.mp4 -f null -

    or change the "-f null -" to "-pix_fmt bgra -f fbdev /dev/fb0" to output video to the Linux framebuffer device while X11 or Wayland aren't running, for example.

    Thanks for the answer.

    The command line does not trigger any error, decoding happens but still in software: I see no references about v4l2_request in the ffmpeg output, cpu usage is close to 100% and decoding rate is around 75fps.

     

    I see you say that this works for you with rkvdec module, but I have only hantro driver module at the moment. My kernel is vanilla 5.6.13.

  11. 25 minutes ago, pro777 said:

    Hi @jock!
    Thanks for the new image. It loads stably without any errors. True, an error appears during shutdown, dmesg output attach.

     

    Did you have those problems with i2c bus? It was not working on your box if I remember correctly, maybe that's the reason you don't see anything during u-boot bootstrap and maybe that's the reason for the power down error too.

     

    From dmesg log I see that u-boot does not detect the attached display, you should get vidconsole after "Out:" and "Err:".

  12. @pro777

     

    Here is a newer image with kernel 5.6.13. Chrony issue is now fixed and has better stability (panfrost gave me some issues with kernel 5.5). Hantro driver is enabled here too.

    U-boot 2020.01 and 2020.04 have some issues for me, I don't know if the video console is the cause or the fact I'm booting from USB. Anyway often it freezes in the middle of boot process, but not always at the same point and apparently not due to anything specific. Do you observe that thing too?

     

    Armbian Ubuntu Focal 20.05 Desktop - Kernel 5.6.13

  13. 18 hours ago, kruzer said:

    Hi, 

    I finally managed to install "Armbian 20.05.0 - Ubuntu Focal Desktop - Legacy kernel 4.4.194" in eMMC (using info from first page) - my device is HK1mini (RK3229) 

    It is working ok, but there is no option to reconfigure my model (rk322x-config) - there is only NAND version, by in my box there is an internal eMMC.

    How can I help to create eMMC version of dtd config for HK1mini?

     

     

     

     

    Just try other devices with on-board eMMC.

    Most of the differences relates to eMMC/NAND and on-board leds configuration.

  14. 2 hours ago, pro777 said:

     

    @jock, I noticed that the HDMI monitor does not turn on at the start of Uboot and there is no mention of the DRM driver. The Uboot 2020.04 version in this firmware.

    I tested on my box and it worked. Maybe you have the old u-boot already installed in the eMMC: it takes precedence.

    You can upgrade using armbian-config or using dd with the sdcard inserted:

    dd if=/dev/mmcblk0 of=/dev/mmcblk2 bs=32k skip=1 seek=1 count=36 conv=sync

     

  15. Hello, I join the discussion.

     

    I'm trying the hantro/v4l2 system on a rk3288 tv box, Ubuntu Focal with recently compiled 5.5.19 kernel with patches coming from LibreELEC's master repository from Rockchip project applied. Hantro driver module is enabled and loaded. FFmpeg is taken from @Kwiboo's repository (v4l2-request-hwaccel-4.2.2) and compiled right now.

     

    FFmpeg refuses to decode the stream with h264_v4l2m2m decoder and says it can't find a valid device.

     

    Dmesg:

    Spoiler

    paolo@xt:~$ dmesg
    [    0.000000] Booting Linux on physical CPU 0x500
    [    0.000000] Linux version 5.5.19-rockchip (root@armbianbuild) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #trunk SMP PREEMPT Fri May 15 21:28:01 UTC 2020
    [    0.000000] CPU: ARMv7 Processor [410fc0d1] revision 1 (ARMv7), cr=10c5387d
    [    0.000000] CPU: div instructions available: patching division code
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    [    0.000000] OF: fdt: Machine model: XT-Q8L-V10-RK3288
    [    0.000000] Memory policy: Data cache writealloc
    [    0.000000] cma: Reserved 16 MiB at 0x7f000000
    [    0.000000] On node 0 totalpages: 524288
    [    0.000000]   Normal zone: 1728 pages used for memmap
    [    0.000000]   Normal zone: 0 pages reserved
    [    0.000000]   Normal zone: 196608 pages, LIFO batch:63
    [    0.000000]   HighMem zone: 327680 pages, LIFO batch:63
    [    0.000000] percpu: Embedded 20 pages/cpu s51160 r8192 d22568 u81920
    [    0.000000] pcpu-alloc: s51160 r8192 d22568 u81920 alloc=20*4096
    [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 522560
    [    0.000000] Kernel command line: earlyprintk root=UUID=6011cf83-f999-4cb4-8ff2-c014253b73ae rootwait rootfstype=ext4 console=ttyS2,115200n8 console=tty1 panic=10 consoleblank=0 loglevel=7 ubootpart= usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u   cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1
    [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.000000] allocated 2097152 bytes of page_ext
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] Memory: 2023184K/2097152K available (15360K kernel code, 1098K rwdata, 3212K rodata, 2048K init, 4695K bss, 57584K reserved, 16384K cma-reserved, 1294336K highmem)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [    0.000000] ftrace: allocating 45744 entries in 90 pages
    [    0.000000] ftrace: allocated 90 pages with 4 groups
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000]  Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [    0.000000] random: get_random_bytes called from start_kernel+0x340/0x504 with crng_init=0
    [    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
    [    0.000008] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
    [    0.000026] Switching to timer-based delay loop, resolution 41ns
    [    0.001734] Console: colour dummy device 80x30
    [    0.002422] printk: console [tty1] enabled
    [    0.002484] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
    [    0.002536] pid_max: default: 32768 minimum: 301
    [    0.002736] LSM: Security Framework initializing
    [    0.002783] Yama: becoming mindful.
    [    0.002894] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
    [    0.002942] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
    [    0.003059] *** VALIDATE tmpfs ***
    [    0.003963] *** VALIDATE proc ***
    [    0.004346] *** VALIDATE cgroup1 ***
    [    0.004383] *** VALIDATE cgroup2 ***
    [    0.004419] CPU: Testing write buffer coherency: ok
    [    0.004481] CPU0: Spectre v2: using BPIALL workaround
    [    0.004955] CPU0: thread -1, cpu 0, socket 5, mpidr 80000500
    [    0.028041] Setting up static identity map for 0x100000 - 0x100060
    [    0.036030] rcu: Hierarchical SRCU implementation.
    [    0.052142] smp: Bringing up secondary CPUs ...
    [    0.085725] CPU1: thread -1, cpu 1, socket 5, mpidr 80000501
    [    0.085737] CPU1: Spectre v2: using BPIALL workaround
    [    0.117914] CPU2: thread -1, cpu 2, socket 5, mpidr 80000502
    [    0.117926] CPU2: Spectre v2: using BPIALL workaround
    [    0.150118] CPU3: thread -1, cpu 3, socket 5, mpidr 80000503
    [    0.150129] CPU3: Spectre v2: using BPIALL workaround
    [    0.150394] smp: Brought up 1 node, 4 CPUs
    [    0.150431] SMP: Total of 4 processors activated (192.00 BogoMIPS).
    [    0.150462] CPU: All CPU(s) started in SVC mode.
    [    0.151554] devtmpfs: initialized
    [    0.166308] VFP support v0.3: implementor 41 architecture 3 part 30 variant d rev 0
    [    0.166885] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.166949] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.168029] xor: measuring software checksum speed
    [    0.205009]    arm4regs  :  1042.000 MB/sec
    [    0.245117]    8regs     :   803.000 MB/sec
    [    0.285234]    32regs    :   801.000 MB/sec
    [    0.325349]    neon      :  1407.000 MB/sec
    [    0.325379] xor: using function: neon (1407.000 MB/sec)
    [    0.325471] pinctrl core: initialized pinctrl subsystem
    [    0.326283] thermal_sys: Registered thermal governor 'step_wise'
    [    0.327824] NET: Registered protocol family 16
    [    0.330922] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.331571] audit: initializing netlink subsys (disabled)
    [    0.333275] audit: type=2000 audit(0.328:1): state=initialized audit_enabled=0 res=1
    [    0.333342] cpuidle: using governor ladder
    [    0.333454] cpuidle: using governor menu
    [    0.334797] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [    0.334843] hw-breakpoint: maximum watchpoint size is 4 bytes.
    [    0.361722] gpio gpiochip0: (gpio0): added GPIO chardev (254:0)
    [    0.361862] gpiochip_setup_dev: registered GPIOs 0 to 23 on device: gpiochip0 (gpio0)
    [    0.362320] gpio gpiochip1: (gpio1): added GPIO chardev (254:1)
    [    0.362445] gpiochip_setup_dev: registered GPIOs 24 to 55 on device: gpiochip1 (gpio1)
    [    0.362862] gpio gpiochip2: (gpio2): added GPIO chardev (254:2)
    [    0.363023] gpiochip_setup_dev: registered GPIOs 56 to 87 on device: gpiochip2 (gpio2)
    [    0.363451] gpio gpiochip3: (gpio3): added GPIO chardev (254:3)
    [    0.363566] gpiochip_setup_dev: registered GPIOs 88 to 119 on device: gpiochip3 (gpio3)
    [    0.363980] gpio gpiochip4: (gpio4): added GPIO chardev (254:4)
    [    0.364105] gpiochip_setup_dev: registered GPIOs 120 to 151 on device: gpiochip4 (gpio4)
    [    0.364518] gpio gpiochip5: (gpio5): added GPIO chardev (254:5)
    [    0.364640] gpiochip_setup_dev: registered GPIOs 152 to 183 on device: gpiochip5 (gpio5)
    [    0.365051] gpio gpiochip6: (gpio6): added GPIO chardev (254:6)
    [    0.365166] gpiochip_setup_dev: registered GPIOs 184 to 215 on device: gpiochip6 (gpio6)
    [    0.365598] gpio gpiochip7: (gpio7): added GPIO chardev (254:7)
    [    0.365745] gpiochip_setup_dev: registered GPIOs 216 to 247 on device: gpiochip7 (gpio7)
    [    0.366090] gpio gpiochip8: (gpio8): added GPIO chardev (254:8)
    [    0.366214] gpiochip_setup_dev: registered GPIOs 248 to 263 on device: gpiochip8 (gpio8)
    [    0.502444] raid6: neonx8   gen()   606 MB/s
    [    0.570616] raid6: neonx8   xor()   617 MB/s
    [    0.638811] raid6: neonx4   gen()   673 MB/s
    [    0.706960] raid6: neonx4   xor()   690 MB/s
    [    0.775173] raid6: neonx2   gen()   418 MB/s
    [    0.843313] raid6: neonx2   xor()   623 MB/s
    [    0.911486] raid6: neonx1   gen()   340 MB/s
    [    0.979633] raid6: neonx1   xor()   464 MB/s
    [    1.047812] raid6: int32x8  gen()   187 MB/s
    [    1.116134] raid6: int32x8  xor()   134 MB/s
    [    1.184322] raid6: int32x4  gen()   145 MB/s
    [    1.252355] raid6: int32x4  xor()   145 MB/s
    [    1.320542] raid6: int32x2  gen()   105 MB/s
    [    1.388845] raid6: int32x2  xor()   128 MB/s
    [    1.456971] raid6: int32x1  gen()    94 MB/s
    [    1.524994] raid6: int32x1  xor()   105 MB/s
    [    1.525024] raid6: using algorithm neonx4 gen() 673 MB/s
    [    1.525052] raid6: .... xor() 690 MB/s, rmw enabled
    [    1.525079] raid6: using neon recovery algorithm
    [    1.525948] reg-fixed-voltage vsys-regulator: GPIO lookup for consumer (null)
    [    1.525962] reg-fixed-voltage vsys-regulator: using device tree for GPIO lookup
    [    1.525998] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/vsys-regulator[0]'
    [    1.526025] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vsys-regulator[0]'
    [    1.526042] reg-fixed-voltage vsys-regulator: using lookup tables for GPIO lookup
    [    1.526055] reg-fixed-voltage vsys-regulator: No GPIO consumer (null) found
    [    1.526657] reg-fixed-voltage sdmmc-regulator: GPIO lookup for consumer (null)
    [    1.526670] reg-fixed-voltage sdmmc-regulator: using device tree for GPIO lookup
    [    1.526701] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/sdmmc-regulator[0]'
    [    1.526751] of_get_named_gpiod_flags: parsed 'gpio' property of node '/sdmmc-regulator[0]' - status (0)
    [    1.526795] gpio gpiochip7: Persistence not supported for GPIO 11
    [    1.527292] reg-fixed-voltage flash-regulator: GPIO lookup for consumer (null)
    [    1.527304] reg-fixed-voltage flash-regulator: using device tree for GPIO lookup
    [    1.527334] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/flash-regulator[0]'
    [    1.527359] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/flash-regulator[0]'
    [    1.527376] reg-fixed-voltage flash-regulator: using lookup tables for GPIO lookup
    [    1.527388] reg-fixed-voltage flash-regulator: No GPIO consumer (null) found
    [    1.527866] reg-fixed-voltage usb-host-regulator: GPIO lookup for consumer (null)
    [    1.527879] reg-fixed-voltage usb-host-regulator: using device tree for GPIO lookup
    [    1.527908] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/usb-host-regulator[0]'
    [    1.527953] of_get_named_gpiod_flags: parsed 'gpio' property of node '/usb-host-regulator[0]' - status (0)
    [    1.527987] gpio gpiochip0: Persistence not supported for GPIO 14
    [    1.528043] vcc_host_5v: supplied by vcc_sys
    [    1.528650] reg-fixed-voltage usb-otg-regulator: GPIO lookup for consumer (null)
    [    1.528664] reg-fixed-voltage usb-otg-regulator: using device tree for GPIO lookup
    [    1.528695] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/usb-otg-regulator[0]'
    [    1.528738] of_get_named_gpiod_flags: parsed 'gpio' property of node '/usb-otg-regulator[0]' - status (0)
    [    1.528771] gpio gpiochip0: Persistence not supported for GPIO 12
    [    1.528827] vcc_otg_5v: supplied by vcc_sys
    [    1.529861] iommu: Default domain type: Translated
    [    1.534377] SCSI subsystem initialized
    [    1.534709] usbcore: registered new interface driver usbfs
    [    1.534818] usbcore: registered new interface driver hub
    [    1.534934] usbcore: registered new device driver usb
    [    1.535080] mc: Linux media interface: v0.10
    [    1.535148] videodev: Linux video capture interface: v2.00
    [    1.535346] pps_core: LinuxPPS API ver. 1 registered
    [    1.535378] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    1.535440] PTP clock support registered
    [    1.537152] Bluetooth: Core ver 2.22
    [    1.537240] NET: Registered protocol family 31
    [    1.537270] Bluetooth: HCI device and connection manager initialized
    [    1.537313] Bluetooth: HCI socket layer initialized
    [    1.537349] Bluetooth: L2CAP socket layer initialized
    [    1.537405] Bluetooth: SCO socket layer initialized
    [    1.537520] NetLabel: Initializing
    [    1.537549] NetLabel:  domain hash size = 128
    [    1.537573] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
    [    1.537699] NetLabel:  unlabeled traffic allowed by default
    [    1.538882] clocksource: Switched to clocksource arch_sys_counter
    [    2.996984] VFS: Disk quotas dquot_6.6.0
    [    2.997132] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    2.997469] FS-Cache: Loaded
    [    2.997500] *** VALIDATE ramfs ***
    [    2.997796] CacheFiles: Loaded
    [    3.013855] NET: Registered protocol family 2
    [    3.014951] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 12288 bytes, linear)
    [    3.015064] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
    [    3.015197] TCP bind hash table entries: 8192 (order: 5, 163840 bytes, linear)
    [    3.015521] TCP: Hash tables configured (established 8192 bind 8192)
    [    3.015699] UDP hash table entries: 512 (order: 2, 24576 bytes, linear)
    [    3.015800] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes, linear)
    [    3.016209] NET: Registered protocol family 1
    [    3.017065] RPC: Registered named UNIX socket transport module.
    [    3.017104] RPC: Registered udp transport module.
    [    3.017131] RPC: Registered tcp transport module.
    [    3.017158] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    3.018122] Trying to unpack rootfs image as initramfs...
    [    3.777150] Freeing initrd memory: 8496K
    [    3.778713] hw perfevents: enabled with armv7_cortex_a12 PMU driver, 7 counters available
    [    3.781232] Initialise system trusted keyrings
    [    3.781569] workingset: timestamp_bits=14 max_order=19 bucket_order=5
    [    3.791299] zbud: loaded
    [    3.793723] FS-Cache: Netfs 'nfs' registered for caching
    [    3.794588] NFS: Registering the id_resolver key type
    [    3.794645] Key type id_resolver registered
    [    3.794674] Key type id_legacy registered
    [    3.794718] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    3.795102] SGI XFS with ACLs, security attributes, realtime, scrub, quota, no debug enabled
    [    3.797680] *** VALIDATE xfs ***
    [    3.869116] async_tx: api initialized (async)
    [    3.869160] Key type asymmetric registered
    [    3.869188] Asymmetric key parser 'x509' registered
    [    3.869291] bounce: pool size: 64 pages
    [    3.869370] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
    [    3.869660] io scheduler mq-deadline registered
    [    3.869697] io scheduler kyber registered
    [    3.879227] dma-pl330 ff250000.dma-controller: Loaded driver for PL330 DMAC-241330
    [    3.879281] dma-pl330 ff250000.dma-controller:       DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
    [    3.880472] dma-pl330 ffb20000.dma-controller: Loaded driver for PL330 DMAC-241330
    [    3.880525] dma-pl330 ffb20000.dma-controller:       DBUFF-64x8bytes Num_Chans-5 Num_Peri-6 Num_Events-10
    [    3.881461] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [    3.884029] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 38, base_baud = 1500000) is a 16550A
    [    3.885261] ff190000.serial: ttyS1 at MMIO 0xff190000 (irq = 39, base_baud = 1500000) is a 16550A
    [    3.886498] ff690000.serial: ttyS2 at MMIO 0xff690000 (irq = 40, base_baud = 1500000) is a 16550A
    [    4.928436] printk: console [ttyS2] enabled
    [    4.934369] ff1b0000.serial: ttyS3 at MMIO 0xff1b0000 (irq = 41, base_baud = 1500000) is a 16550A
    [    4.947044] rockchip-vop ff930000.vop: Adding to iommu group 0
    [    4.954367] rockchip-vop ff940000.vop: Adding to iommu group 1
    [    4.965160] rockchip-drm display-subsystem: bound ff930000.vop (ops 0xc10767dc)
    [    4.974015] rockchip-drm display-subsystem: bound ff940000.vop (ops 0xc10767dc)
    [    4.982374] rockchip-drm display-subsystem: failed to bind ff980000.hdmi (ops 0xc107971c): -517
    [    4.992493] rockchip-drm display-subsystem: master bind failed: -517
    [    5.000092] usbcore: registered new interface driver udl
    [    5.011881] brd: module loaded
    [    5.030952] loop: module loaded
    [    5.037904] mdio_bus fixed-0: GPIO lookup for consumer reset
    [    5.037918] mdio_bus fixed-0: using lookup tables for GPIO lookup
    [    5.037931] mdio_bus fixed-0: No GPIO consumer reset found
    [    5.038061] libphy: Fixed MDIO Bus: probed
    [    5.042782] tun: Universal TUN/TAP device driver, 1.6
    [    5.048781] CAN device driver interface
    [    5.054701] rk_gmac-dwmac ff290000.ethernet: IRQ eth_lpi not found
    [    5.061822] rk_gmac-dwmac ff290000.ethernet: PTP uses main clock
    [    5.068630] rk_gmac-dwmac ff290000.ethernet: phy regulator is not available yet, deferred probing
    [    5.080299] usbcore: registered new interface driver rt2500usb
    [    5.086983] usbcore: registered new interface driver rt73usb
    [    5.093430] usbcore: registered new interface driver rt2800usb
    [    5.100071] usbcore: registered new interface driver rtl8xxxu
    [    5.106625] usbcore: registered new interface driver rndis_wlan
    [    5.113362] usbcore: registered new interface driver cdc_ether
    [    5.119998] usbcore: registered new interface driver rndis_host
    [    5.127164] dwc2 ff540000.usb: ff540000.usb supply vusb_d not found, using dummy regulator
    [    5.136600] dwc2 ff540000.usb: ff540000.usb supply vusb_a not found, using dummy regulator
    [    5.203401] dwc2 ff540000.usb: DWC OTG Controller
    [    5.208762] dwc2 ff540000.usb: new USB bus registered, assigned bus number 1
    [    5.216752] dwc2 ff540000.usb: irq 45, io mem 0xff540000
    [    5.223128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.05
    [    5.232440] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    5.240573] usb usb1: Product: DWC OTG Controller
    [    5.245881] usb usb1: Manufacturer: Linux 5.5.19-rockchip dwc2_hsotg
    [    5.253027] usb usb1: SerialNumber: ff540000.usb
    [    5.259121] hub 1-0:1.0: USB hub found
    [    5.263425] hub 1-0:1.0: 1 port detected
    [    5.268853] dwc2 ff580000.usb: ff580000.usb supply vusb_d not found, using dummy regulator
    [    5.278292] dwc2 ff580000.usb: ff580000.usb supply vusb_a not found, using dummy regulator
    [    5.414986] dwc2 ff580000.usb: EPs: 10, dedicated fifos, 972 entries in SPRAM
    [    5.423685] dwc2 ff580000.usb: DWC OTG Controller
    [    5.429036] dwc2 ff580000.usb: new USB bus registered, assigned bus number 2
    [    5.437019] dwc2 ff580000.usb: irq 46, io mem 0xff580000
    [    5.443351] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.05
    [    5.452666] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    5.460802] usb usb2: Product: DWC OTG Controller
    [    5.466109] usb usb2: Manufacturer: Linux 5.5.19-rockchip dwc2_hsotg
    [    5.473263] usb usb2: SerialNumber: ff580000.usb
    [    5.479453] hub 2-0:1.0: USB hub found
    [    5.483765] hub 2-0:1.0: 1 port detected
    [    5.490899] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    5.498248] ehci-platform: EHCI generic platform driver
    [    5.504685] usbcore: registered new interface driver usb-storage
    [    5.512277] usbcore: registered new interface driver iforce
    [    5.518669] usbcore: registered new interface driver xpad
    [    5.524923] usbcore: registered new interface driver usbtouchscreen
    [    5.532693] i2c /dev entries driver
    [    5.541286] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected!
    [    5.549077] fan53555-reg: supplied by vcc_sys
    [    5.556494] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected!
    [    5.564277] fan53555-reg: supplied by vcc_sys
    [    5.571871] REG1: supplied by vcc_sys
    [    5.577022] REG2: supplied by vcc_sys
    [    5.582207] REG3: supplied by vcc_sys
    [    5.587390] REG4: supplied by vcc_sys
    [    5.592733] REG5: supplied by vcc_sys
    [    5.598053] REG6: supplied by vcc_sys
    [    5.603394] REG7: supplied by vcc_sys
    [    5.607804] vcca_18: Bringing 3300000uV into 1800000-1800000uV
    [    5.616033] REG8: supplied by vcc_sys
    [    5.621337] REG9: supplied by vcc_sys
    [    5.626369] REG10: supplied by vcc_20
    [    5.631738] REG11: supplied by vcc_20
    [    5.637100] REG12: supplied by vcc_20
    [    5.645788] vcc_flash: supplied by vcc_io
    [    5.656486] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
    [    5.666034] usb 1-1: new high-speed USB device number 2 using dwc2
    [    5.673127] random: fast init done
    [    5.677478] device-mapper: raid: Loading target version 1.15.1
    [    5.684336] Bluetooth: HCI UART driver ver 2.3
    [    5.689364] Bluetooth: HCI UART protocol H4 registered
    [    5.695156] Bluetooth: HCI UART protocol ATH3K registered
    [    5.695738] usb 1-1: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.00
    [    5.701286] Bluetooth: HCI UART protocol Three-wire (H5) registered
    [    5.710441] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
    [    5.717572] usbcore: registered new interface driver bfusb
    [    5.725501] usb 1-1: Product: USB 2.0 Hub [MTT]
    [    5.732297] hub 1-1:1.0: USB hub found
    [    5.736898] usbcore: registered new interface driver btusb
    [    5.741158] hub 1-1:1.0: 4 ports detected
    [    5.747847] pwrseq_simple sdio0_pwrseq: GPIO lookup for consumer reset
    [    5.751759] pwrseq_simple sdio0_pwrseq: using device tree for GPIO lookup
    [    5.751816] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/sdio0_pwrseq[0]' - status (0)
    [    5.751854] gpio gpiochip4: Persistence not supported for GPIO 28
    [    5.751890] pwrseq_simple sdio0_pwrseq: GPIO lookup for consumer reset
    [    5.751901] pwrseq_simple sdio0_pwrseq: using device tree for GPIO lookup
    [    5.751950] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/sdio0_pwrseq[1]' - status (0)
    [    5.751978] gpio gpiochip4: Persistence not supported for GPIO 29
    [    5.752520] pwrseq_emmc emmc-pwrseq: GPIO lookup for consumer reset
    [    5.752533] pwrseq_emmc emmc-pwrseq: using device tree for GPIO lookup
    [    5.752584] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/emmc-pwrseq[0]' - status (0)
    [    5.752618] gpio gpiochip3: Persistence not supported for GPIO 9
    [    5.752888] sdhci: Secure Digital Host Controller Interface driver
    [    5.759863] sdhci: Copyright(c) Pierre Ossman
    [    5.764774] Synopsys Designware Multimedia Card Interface Driver
    [    5.772761] dwmmc_rockchip ff0c0000.dwmmc: IDMAC supports 32-bit address mode.
    [    5.780999] dwmmc_rockchip ff0c0000.dwmmc: Using internal DMA controller.
    [    5.788659] dwmmc_rockchip ff0c0000.dwmmc: Version ID is 270a
    [    5.795225] dwmmc_rockchip ff0c0000.dwmmc: DW MMC controller at irq 30,32 bit host data width,256 deep fifo
    [    5.806246] vcc_sd: supplied by vcc_io
    [    5.811234] dwmmc_rockchip ff0c0000.dwmmc: GPIO lookup for consumer cd
    [    5.811247] dwmmc_rockchip ff0c0000.dwmmc: using device tree for GPIO lookup
    [    5.811304] of_get_named_gpiod_flags: parsed 'cd-gpios' property of node '/dwmmc@ff0c0000[0]' - status (0)
    [    5.811340] gpio gpiochip6: Persistence not supported for GPIO 22
    [    5.811378] dwmmc_rockchip ff0c0000.dwmmc: Got CD GPIO
    [    5.817198] dwmmc_rockchip ff0c0000.dwmmc: GPIO lookup for consumer wp
    [    5.817209] dwmmc_rockchip ff0c0000.dwmmc: using device tree for GPIO lookup
    [    5.817242] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@ff0c0000[0]'
    [    5.817270] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@ff0c0000[0]'
    [    5.817288] dwmmc_rockchip ff0c0000.dwmmc: using lookup tables for GPIO lookup
    [    5.817300] dwmmc_rockchip ff0c0000.dwmmc: No GPIO consumer wp found
    [    5.886927] usb 2-1: new high-speed USB device number 2 using dwc2
    [    5.912799] usb 2-1: New USB device found, idVendor=152d, idProduct=2338, bcdDevice= 1.00
    [    5.922015] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=5
    [    5.930051] usb 2-1: Product: USB to ATA/ATAPI Bridge
    [    5.935740] usb 2-1: Manufacturer: JMicron
    [    5.936263] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
    [    5.940365] usb 2-1: SerialNumber: D578E70881C3
    [    5.941927] usb-storage 2-1:1.0: USB Mass Storage device detected
    [    5.963585] scsi host0: usb-storage 2-1:1.0
    [    5.964898] dwmmc_rockchip ff0d0000.dwmmc: IDMAC supports 32-bit address mode.
    [    5.976600] dwmmc_rockchip ff0d0000.dwmmc: Using internal DMA controller.
    [    5.984301] dwmmc_rockchip ff0d0000.dwmmc: Version ID is 270a
    [    5.990855] dwmmc_rockchip ff0d0000.dwmmc: DW MMC controller at irq 31,32 bit host data width,256 deep fifo
    [    6.002547] dwmmc_rockchip ff0d0000.dwmmc: GPIO lookup for consumer wp
    [    6.002560] dwmmc_rockchip ff0d0000.dwmmc: using device tree for GPIO lookup
    [    6.002597] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@ff0d0000[0]'
    [    6.002625] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@ff0d0000[0]'
    [    6.002644] dwmmc_rockchip ff0d0000.dwmmc: using lookup tables for GPIO lookup
    [    6.002656] dwmmc_rockchip ff0d0000.dwmmc: No GPIO consumer wp found
    [    6.002738] dwmmc_rockchip ff0d0000.dwmmc: allocated mmc-pwrseq
    [    6.009429] mmc_host mmc1: card is non-removable.
    [    6.135037] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
    [    6.142926] usb 1-1.1: new low-speed USB device number 3 using dwc2
    [    6.158931] dwmmc_rockchip ff0f0000.dwmmc: IDMAC supports 32-bit address mode.
    [    6.167222] dwmmc_rockchip ff0f0000.dwmmc: Using internal DMA controller.
    [    6.174995] dwmmc_rockchip ff0f0000.dwmmc: Version ID is 270a
    [    6.181637] dwmmc_rockchip ff0f0000.dwmmc: DW MMC controller at irq 32,32 bit host data width,256 deep fifo
    [    6.193235] dwmmc_rockchip ff0f0000.dwmmc: GPIO lookup for consumer wp
    [    6.193247] dwmmc_rockchip ff0f0000.dwmmc: using device tree for GPIO lookup
    [    6.193284] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@ff0f0000[0]'
    [    6.193324] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@ff0f0000[0]'
    [    6.193364] dwmmc_rockchip ff0f0000.dwmmc: using lookup tables for GPIO lookup
    [    6.193377] dwmmc_rockchip ff0f0000.dwmmc: No GPIO consumer wp found
    [    6.193467] dwmmc_rockchip ff0f0000.dwmmc: allocated mmc-pwrseq
    [    6.200198] mmc_host mmc2: card is non-removable.
    [    6.213950] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
    [    6.218617] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
    [    6.231918] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
    [    6.239742] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
    [    6.244005] sdhci-pltfm: SDHCI platform and OF driver helper
    [    6.252849] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/power[0]' - status (0)
    [    6.252887] gpio gpiochip7: Persistence not supported for GPIO 2
    [    6.252895] no flags found for gpios
    [    6.253693] ledtrig-cpu: registered to indicate activity on CPUs
    [    6.260691] hid: raw HID events driver (C) Jiri Kosina
    [    6.261863] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
    [    6.266987] usbcore: registered new interface driver usbhid
    [    6.278952] usbhid: USB HID core driver
    [    6.283787] ashmem: initialized
    [    6.291452] NET: Registered protocol family 10
    [    6.298086] Segment Routing with IPv6
    [    6.302375] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [    6.310910] NET: Registered protocol family 17
    [    6.316012] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
    [    6.318311] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
    [    6.330571] can: controller area network core (rev 20170425 abi 9)
    [    6.330684] NET: Registered protocol family 29
    [    6.342428] mmc_host mmc2: Bus speed (slot 0) = 50000000Hz (slot req 52000000Hz, actual 50000000HZ div = 0)
    [    6.348680] Bluetooth: RFCOMM socket layer initialized
    [    6.354733] mmc2: new DDR MMC card at address 0001
    [    6.364546] Bluetooth: RFCOMM ver 1.11
    [    6.364571] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
    [    6.364589] Bluetooth: HIDP socket layer initialized
    [    6.364859] 8021q: 802.1Q VLAN Support v1.8
    [    6.364902] lib80211: common routines for IEEE802.11 drivers
    [    6.364911] lib80211_crypt: registered algorithm 'NULL'
    [    6.364918] lib80211_crypt: registered algorithm 'WEP'
    [    6.364925] lib80211_crypt: registered algorithm 'CCMP'
    [    6.364933] lib80211_crypt: registered algorithm 'TKIP'
    [    6.364976] Key type dns_resolver registered
    [    6.365554] ThumbEE CPU extension supported.
    [    6.377000] usb 1-1.1: New USB device found, idVendor=046d, idProduct=c312, bcdDevice= 1.01
    [    6.380184] mmc1: new high speed SDIO card at address 0001
    [    6.380943] Registering SWP/SWPB emulation handler
    [    6.382160] mmcblk2: mmc2:0001 NCard  7.22 GiB
    [    6.382742] mmcblk2boot0: mmc2:0001 NCard  partition 1 4.00 MiB
    [    6.383395] mmcblk2boot1: mmc2:0001 NCard  partition 2 4.00 MiB
    [    6.387694] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [    6.387754] mmcblk2rpmb: mmc2:0001 NCard  partition 3 128 KiB, chardev (241:0)
    [    6.395111] Loading compiled-in X.509 certificates
    [    6.397936] usb 1-1.1: Product: USB Multimedia Keyboard
    [    6.404513] zswap: loaded using pool lzo/zbud
    [    6.409090] usb 1-1.1: Manufacturer: LITEON Technology
    [    6.492252] input: LITEON Technology USB Multimedia Keyboard as /devices/platform/ff540000.usb/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C312.0001/input/input0
    [    6.508012] Key type ._fscrypt registered
    [    6.512555] Key type .fscrypt registered
    [    6.518443] Btrfs loaded, crc32c=crc32c-generic
    [    6.568033] hid-generic 0003:046D:C312.0001: input,hidraw0: USB HID v1.10 Keyboard [LITEON Technology USB Multimedia Keyboard] on usb-ff540000.usb-1.1/input0
    [    6.575095] rockchip-drm display-subsystem: bound ff930000.vop (ops 0xc10767dc)
    [    6.592784] rockchip-drm display-subsystem: bound ff940000.vop (ops 0xc10767dc)
    [    6.601343] dwhdmi-rockchip ff980000.hdmi: Detected HDMI TX controller v2.00a with HDCP (DWC MHL PHY)
    [    6.612655] rockchip-drm display-subsystem: bound ff980000.hdmi (ops 0xc107971c)
    [    6.621002] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [    6.628443] [drm] No driver support for vblank timestamp query.
    [    6.723146] dwhdmi-rockchip ff980000.hdmi: HDMI infoframe: Auxiliary Video Information (AVI), version 2, length 13
    [    6.723159] dwhdmi-rockchip ff980000.hdmi:     colorspace: YCbCr 4:2:2
    [    6.723169] dwhdmi-rockchip ff980000.hdmi:     scan mode: Underscan
    [    6.723178] dwhdmi-rockchip ff980000.hdmi:     colorimetry: ITU709
    [    6.723188] dwhdmi-rockchip ff980000.hdmi:     picture aspect: 16:9
    [    6.723197] dwhdmi-rockchip ff980000.hdmi:     active aspect: Same as Picture
    [    6.723206] dwhdmi-rockchip ff980000.hdmi:     itc: No Data
    [    6.723216] dwhdmi-rockchip ff980000.hdmi:     extended colorimetry: xvYCC 709
    [    6.723225] dwhdmi-rockchip ff980000.hdmi:     quantization range: Limited
    [    6.723234] dwhdmi-rockchip ff980000.hdmi:     nups: Unknown Non-uniform Scaling
    [    6.723244] dwhdmi-rockchip ff980000.hdmi:     video code: 16
    [    6.723253] dwhdmi-rockchip ff980000.hdmi:     ycc quantization range: Limited
    [    6.723262] dwhdmi-rockchip ff980000.hdmi:     hdmi content type: Graphics
    [    6.723271] dwhdmi-rockchip ff980000.hdmi:     pixel repeat: 0
    [    6.723282] dwhdmi-rockchip ff980000.hdmi:     bar top 0, bottom 0, left 0, right 0
    [    6.723334] dwhdmi-rockchip ff980000.hdmi: HDMI infoframe: Source Product Description (SPD), version 1, length 25
    [    6.723343] dwhdmi-rockchip ff980000.hdmi:     vendor: DW
    [    6.723353] dwhdmi-rockchip ff980000.hdmi:     product: HDMI
    [    6.723363] dwhdmi-rockchip ff980000.hdmi:     source device information: PC General (0x9)
    [    6.762940] usb 1-1.2: new full-speed USB device number 4 using dwc2
    [    6.787811] Console: switching to colour frame buffer device 240x67
    [    6.971363] usb 1-1.2: New USB device found, idVendor=045e, idProduct=0745, bcdDevice= 6.34
    [    6.974676] rockchip-drm display-subsystem: fb0: rockchipdrmfb frame buffer device
    [    6.981195] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [    7.032010] usb 1-1.2: Product: Microsoft\xc2\xae Nano Transceiver v2.0
    [    7.032885] [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 0
    [    7.039065] usb 1-1.2: Manufacturer: Microsoft
    [    7.040475] scsi 0:0:0:0: Direct-Access     WDC WD25 00BEVS-60UST0    1A01 PQ: 0 ANSI: 2 CCS
    [    7.049607] rk_gmac-dwmac ff290000.ethernet: IRQ eth_lpi not found
    [    7.055775] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
    [    7.063295] rk_gmac-dwmac ff290000.ethernet: PTP uses main clock
    [    7.071926] input: Microsoft Microsoft\xc2\xae Nano Transceiver v2.0 as /devices/platform/ff540000.usb/usb1/1-1/1-1.2/1-1.2:1.0/0003:045E:0745.0002/input/input1
    [    7.072242] sd 0:0:0:0: [sda] Write Protect is off
    [    7.072257] sd 0:0:0:0: [sda] Mode Sense: 00 38 00 00
    [    7.072865] sd 0:0:0:0: [sda] Asking for cache data failed
    [    7.072878] sd 0:0:0:0: [sda] Assuming drive cache: write through
    [    7.079214] rk_gmac-dwmac ff290000.ethernet: clock input or output? (input).
    [    7.089517]  sda: sda1 sda2
    [    7.101845] rk_gmac-dwmac ff290000.ethernet: TX delay(0x30).
    [    7.110910] sd 0:0:0:0: [sda] Attached SCSI disk
    [    7.113722] rk_gmac-dwmac ff290000.ethernet: RX delay(0x10).
    [    7.147810] hid-generic 0003:045E:0745.0002: input,hidraw1: USB HID v1.11 Keyboard [Microsoft Microsoft\xc2\xae Nano Transceiver v2.0] on usb-ff540000.usb-1.2/input0
    [    7.149288] rk_gmac-dwmac ff290000.ethernet: integrated PHY? (no).
    [    7.210321] input: Microsoft Microsoft\xc2\xae Nano Transceiver v2.0 Mouse as /devices/platform/ff540000.usb/usb1/1-1/1-1.2/1-1.2:1.1/0003:045E:0745.0003/input/input2
    [    7.228471] rk_gmac-dwmac ff290000.ethernet: cannot get clock clk_mac_speed
    [    7.256848] input: Microsoft Microsoft\xc2\xae Nano Transceiver v2.0 Consumer Control as /devices/platform/ff540000.usb/usb1/1-1/1-1.2/1-1.2:1.1/0003:045E:0745.0003/input/input3
    [    7.275970] rk_gmac-dwmac ff290000.ethernet: clock input from PHY
    [    7.329517] rk_gmac-dwmac ff290000.ethernet: init for RGMII
    [    7.342244] random: crng init done
    [    7.364598] rk_gmac-dwmac ff290000.ethernet: User ID: 0x10, Synopsys ID: 0x35
    [    7.364611] hid-generic 0003:045E:0745.0003: input,hidraw2: USB HID v1.11 Mouse [Microsoft Microsoft\xc2\xae Nano Transceiver v2.0] on usb-ff540000.usb-1.2/input1
    [    7.375408] input: Microsoft Microsoft\xc2\xae Nano Transceiver v2.0 Consumer Control as /devices/platform/ff540000.usb/usb1/1-1/1-1.2/1-1.2:1.2/0003:045E:0745.0004/input/input4
    [    7.385105] rk_gmac-dwmac ff290000.ethernet:         DWMAC1000
    [    7.462192] rk_gmac-dwmac ff290000.ethernet: DMA HW capability register supported
    [    7.471450] input: Microsoft Microsoft\xc2\xae Nano Transceiver v2.0 System Control as /devices/platform/ff540000.usb/usb1/1-1/1-1.2/1-1.2:1.2/0003:045E:0745.0004/input/input6
    [    7.483586] rk_gmac-dwmac ff290000.ethernet: RX Checksum Offload Engine supported
    [    7.514994] hid-generic 0003:045E:0745.0004: input,hiddev96,hidraw3: USB HID v1.11 Device [Microsoft Microsoft\xc2\xae Nano Transceiver v2.0] on usb-ff540000.usb-1.2/input2
    [    7.535925] rk_gmac-dwmac ff290000.ethernet: COE Type 2
    [    7.586188] rk_gmac-dwmac ff290000.ethernet: TX Checksum insertion supported
    [    7.607887] rk_gmac-dwmac ff290000.ethernet: Wake-Up On Lan supported
    [    7.628823] rk_gmac-dwmac ff290000.ethernet: Normal descriptors
    [    7.649012] rk_gmac-dwmac ff290000.ethernet: Ring mode enabled
    [    7.668960] rk_gmac-dwmac ff290000.ethernet: Enable RX Mitigation via HW Watchdog Timer
    [    7.691453] mdio_bus stmmac-0: GPIO lookup for consumer reset
    [    7.691465] mdio_bus stmmac-0: using lookup tables for GPIO lookup
    [    7.691477] mdio_bus stmmac-0: No GPIO consumer reset found
    [    7.691490] rk_gmac-dwmac ff290000.ethernet: GPIO lookup for consumer snps,reset
    [    7.691501] rk_gmac-dwmac ff290000.ethernet: using device tree for GPIO lookup
    [    7.691542] of_get_named_gpiod_flags: can't parse 'snps,reset-gpios' property of node '/ethernet@ff290000[0]'
    [    7.691596] of_get_named_gpiod_flags: parsed 'snps,reset-gpio' property of node '/ethernet@ff290000[0]' - status (0)
    [    7.691636] gpio gpiochip4: Persistence not supported for GPIO 8
    [    8.756583] mdio_bus stmmac-0:00: GPIO lookup for consumer reset
    [    8.756604] mdio_bus stmmac-0:00: using lookup tables for GPIO lookup
    [    8.756622] mdio_bus stmmac-0:00: No GPIO consumer reset found
    [    8.769749] mdio_bus stmmac-0:01: GPIO lookup for consumer reset
    [    8.769763] mdio_bus stmmac-0:01: using lookup tables for GPIO lookup
    [    8.769776] mdio_bus stmmac-0:01: No GPIO consumer reset found
    [    8.777614] libphy: stmmac: probed
    [    8.794836] RTL8211E Gigabit Ethernet stmmac-0:00: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
    [    8.822615] RTL8211E Gigabit Ethernet stmmac-0:01: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:01, irq=POLL)
    [    8.851803] hctosys: unable to open rtc device (rtc0)
    [    8.871305] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    8.935730] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    8.956859] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
    [    8.980165] cfg80211: failed to load regulatory.db
    [    9.005266] Freeing unused kernel memory: 2048K
    [    9.031377] Run /init as init process
    [    9.074608] dwhdmi-rockchip ff980000.hdmi: HDMI infoframe: Auxiliary Video Information (AVI), version 2, length 13
    [    9.100466] dwhdmi-rockchip ff980000.hdmi:     colorspace: YCbCr 4:2:2
    [    9.100478] dwhdmi-rockchip ff980000.hdmi:     scan mode: Underscan
    [    9.100487] dwhdmi-rockchip ff980000.hdmi:     colorimetry: ITU709
    [    9.100497] dwhdmi-rockchip ff980000.hdmi:     picture aspect: 16:9
    [    9.100506] dwhdmi-rockchip ff980000.hdmi:     active aspect: Same as Picture
    [    9.100515] dwhdmi-rockchip ff980000.hdmi:     itc: No Data
    [    9.100525] dwhdmi-rockchip ff980000.hdmi:     extended colorimetry: xvYCC 709
    [    9.100534] dwhdmi-rockchip ff980000.hdmi:     quantization range: Limited
    [    9.100548] dwhdmi-rockchip ff980000.hdmi:     nups: Unknown Non-uniform Scaling
    [    9.295649] dwhdmi-rockchip ff980000.hdmi:     video code: 16
    [    9.295666] dwhdmi-rockchip ff980000.hdmi:     ycc quantization range: Limited
    [    9.338506] dwhdmi-rockchip ff980000.hdmi:     hdmi content type: Graphics
    [    9.338517] dwhdmi-rockchip ff980000.hdmi:     pixel repeat: 0
    [    9.338529] dwhdmi-rockchip ff980000.hdmi:     bar top 0, bottom 0, left 0, right 0
    [    9.338607] dwhdmi-rockchip ff980000.hdmi: HDMI infoframe: Source Product Description (SPD), version 1, length 25
    [    9.338617] dwhdmi-rockchip ff980000.hdmi:     vendor: DW
    [    9.338627] dwhdmi-rockchip ff980000.hdmi:     product: HDMI
    [    9.338637] dwhdmi-rockchip ff980000.hdmi:     source device information: PC General (0x9)
    [   10.683000] rtc-hym8563 0-0051: no valid clock/calendar values available
    [   10.740544] rtc-hym8563 0-0051: registered as rtc0
    [   10.769760] usbcore: registered new interface driver uas
    [   10.913187] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-keys/button@0[0]' - status (0)
    [   10.913226] gpio gpiochip0: Persistence not supported for GPIO 5
    [   10.913611] input: gpio-keys as /devices/platform/gpio-keys/input/input7
    [   27.765417] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [   30.598730] systemd[1]: System time before build time, advancing clock.
    [   30.908535] systemd[1]: systemd 245.4-4ubuntu3 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)
    [   30.960591] systemd[1]: Detected architecture arm.
    [   31.174177] systemd[1]: Set hostname to <xt>.
    [   31.518220] ttyS2 - failed to request DMA
    [   35.422219] systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket \xe2\x86\x92 /run/dbus/system_bus_socket; please update the unit file accordingly.
    [   36.818995] systemd[1]: system-modprobe.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [   36.845760] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [   36.874325] systemd[1]: Created slice system-modprobe.slice.
    [   36.909514] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [   36.944743] systemd[1]: Created slice User and Session Slice.
    [   36.977679] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [   37.014055] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [   37.051290] systemd[1]: Reached target User and Group Name Lookups.
    [   37.084634] systemd[1]: Reached target Remote File Systems.
    [   37.116767] systemd[1]: Reached target Slices.
    [   37.147386] systemd[1]: Reached target Swap.
    [   37.234850] systemd[1]: Listening on Syslog Socket.
    [   37.267426] systemd[1]: Listening on fsck to fsckd communication Socket.
    [   37.304097] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [   37.341993] systemd[1]: Listening on Journal Audit Socket.
    [   37.377769] systemd[1]: Listening on Journal Socket (/dev/log).
    [   37.414606] systemd[1]: Listening on Journal Socket.
    [   37.450273] systemd[1]: Listening on udev Control Socket.
    [   37.486161] systemd[1]: Listening on udev Kernel Socket.
    [   37.522124] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
    [   37.555136] systemd[1]: Mounting POSIX Message Queue File System...
    [   37.603127] systemd[1]: Mounting Kernel Debug File System...
    [   37.650795] systemd[1]: Mounting Kernel Trace File System...
    [   37.700092] systemd[1]: Starting Journal Service...
    [   37.754723] systemd[1]: Starting Restore / save the current clock...
    [   37.804541] systemd[1]: Starting Set the console keyboard layout...
    [   37.855900] systemd[1]: Starting Create list of static device nodes for the current kernel...
    [   37.898342] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
    [   37.933903] systemd[1]: Started Nameserver information manager.
    [   37.975614] systemd[1]: Reached target Network (Pre).
    [   38.126504] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
    [   38.151233] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
    [   38.251480] systemd[1]: Starting Load Kernel Modules...
    [   38.294456] systemd[1]: Starting Remount Root and Kernel File Systems...
    [   38.340209] systemd[1]: Starting udev Coldplug all Devices...
    [   38.388454] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
    [   38.395055] systemd[1]: Mounted POSIX Message Queue File System.
    [   38.449750] systemd[1]: Mounted Kernel Debug File System.
    [   38.482713] systemd[1]: Mounted Kernel Trace File System.
    [   38.520741] systemd[1]: Finished Restore / save the current clock.
    [   38.559708] systemd[1]: Finished Create list of static device nodes for the current kernel.
    [   38.608893] systemd[1]: Finished Load Kernel Modules.
    [   38.648057] systemd[1]: Finished Remount Root and Kernel File Systems.
    [   38.685623] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
    [   38.715507] systemd[1]: Mounting Kernel Configuration File System...
    [   38.803539] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
    [   38.825502] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
    [   38.856164] systemd[1]: Starting Load/Save Random Seed...
    [   38.896819] systemd[1]: Starting Apply Kernel Variables...
    [   38.937333] systemd[1]: Starting Create System Users...
    [   38.975459] systemd[1]: Started Journal Service.
    [   39.220058] systemd-journald[328]: Received client request to flush runtime journal.
    [   39.906948] vcc_sd: disabling
    [   40.133270] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [   44.534321] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 500000 KHz
    [   44.536292] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 600000 KHz
    [   45.039584] gpiomem-rk3288 ff750000.rk3288-gpiomem: Initialised: Registers at 0xff750000
    [   45.421260] zram: Added device: zram0
    [   45.421559] zram: Added device: zram1
    [   45.421835] zram: Added device: zram2
    [   45.437026] rk3288-crypto ff8a0000.cypto-controller: Crypto Accelerator successfully registered
    [   46.356324] gpio_ir_recv ir-receiver: GPIO lookup for consumer (null)
    [   46.356332] gpio_ir_recv ir-receiver: using device tree for GPIO lookup
    [   46.356357] of_get_named_gpiod_flags: parsed 'gpios' property of node '/ir-receiver[0]' - status (0)
    [   46.356377] gpio gpiochip7: Persistence not supported for GPIO 0
    [   46.356431] Registered IR keymap rc-xt-q8l-v10
    [   46.475824] IR NEC protocol handler initialized
    [   46.486613] zram1: detected capacity change from 0 to 1049657344
    [   46.502971] rc rc0: gpio_ir_recv as /devices/platform/ir-receiver/rc/rc0
    [   46.503098] rc rc0: lirc_dev: driver gpio_ir_recv registered at minor = 0, raw IR receiver, no transmitter
    [   46.503185] input: gpio_ir_recv as /devices/platform/ir-receiver/rc/rc0/input8
    [   46.596631] hantro_vpu: module is from the staging directory, the quality is unknown, you have been warned.
    [   46.597920] hantro-vpu ff9a0000.video-codec: Adding to iommu group 2
    [   46.599784] hantro-vpu ff9a0000.video-codec: registered rockchip,rk3288-vpu-enc as /dev/video0
    [   46.599957] hantro-vpu ff9a0000.video-codec: registered rockchip,rk3288-vpu-dec as /dev/video1
    [   46.684092] panfrost ffa30000.gpu: clock rate = 400000000
    [   46.685282] panfrost ffa30000.gpu: mali-t760 id 0x750 major 0x0 minor 0x0 status 0x1
    [   46.685290] panfrost ffa30000.gpu: features: 00000000,100277bf, issues: 00000000,24040400
    [   46.685295] panfrost ffa30000.gpu: Features: L2:0x07120206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7
    [   46.685306] panfrost ffa30000.gpu: shader_present=0xf l2_present=0x1
    [   46.687951] [drm] Initialized panfrost 1.1.0 20180908 for ffa30000.gpu on minor 1
    [   46.754484] rockchip-rga ff920000.rga: HW Version: 0x00.00
    [   46.755012] rockchip-rga ff920000.rga: Registered rockchip-rga as /dev/video2
    [   47.374934] Adding 1025052k swap on /dev/zram1.  Priority:5 extents:1 across:1025052k SSFS
    [   47.426699] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/soundcard-spdif[0]'
    [   47.426712] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/soundcard-spdif[0]'
    [   47.427836] asoc-simple-card soundcard-spdif: dit-hifi <-> ff8b0000.sound mapping ok
    [   48.310527] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac-ap6330-sdio for chip BCM4330/4
    [   48.397633] zram0: detected capacity change from 0 to 52428800
    [   49.515844] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac-ap6330-sdio for chip BCM4330/4
    [   49.515915] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
    [   49.516256] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4330/4 wl0: Jan 23 2013 17:46:35 version 5.90.195.114 FWID 01-cafa6b3e
    [   49.539570] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 184
    [   49.539578] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 188
    [   49.539582] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 192
    [   49.539586] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 196
    [   49.539590] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 200
    [   49.539594] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 204
    [   49.539598] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 208
    [   49.539601] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 212
    [   49.539605] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 216
    [   50.222518] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/soundcard-hdmi[0]'
    [   50.222560] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/soundcard-hdmi[0]'
    [   50.225047] asoc-simple-card soundcard-hdmi: i2s-hifi <-> ff890000.i2s mapping ok
    [   50.839116] EXT4-fs (zram0): mounted filesystem without journal. Opts: discard
    [   50.839150] ext4 filesystem being mounted at /var/log supports timestamps until 2038 (0x7fffffff)
    [   73.216273] rk_gmac-dwmac ff290000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8211E Gigabit Ethernet]
    [   73.226937] rk_gmac-dwmac ff290000.ethernet eth0: No Safety Features support found
    [   73.226948] rk_gmac-dwmac ff290000.ethernet eth0: PTP not supported by HW
    [   73.226956] rk_gmac-dwmac ff290000.ethernet eth0: configuring for phy/rgmii link mode
    [   75.587000] ieee80211 phy0: brcmf_p2p_create_p2pdev: timeout occurred
    [   75.587031] ieee80211 phy0: brcmf_cfg80211_add_iface: add iface p2p-dev-wlan0 type 10 failed: err=-5
    [   91.914473] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [   99.110595] fuse: init (API version 7.31)
    [   99.110743] *** VALIDATE fuse ***
    [   99.110762] *** VALIDATE fuse ***

     

    Queries with v4l2-vctl:

    Spoiler

    paolo@xt:~$ v4l2-ctl --list-devices && v4l2-ctl -d 1 --list-ctrls --list-formats
    rockchip,rk3288-vpu-enc (platform: hantro-vpu):
            /dev/video0
            /dev/video1
            /dev/media0

    rockchip-rga (platform:rga):
            /dev/video2


    Codec Controls

            mpeg_2_slice_parameters 0x009909fa (unknown): type=103 flags=has-payload
       mpeg_2_quantization_matrices 0x009909fb (unknown): type=104 flags=has-payload
        h264_sequence_parameter_set 0x00990ce8 (unknown): type=110 flags=has-payload
         h264_picture_parameter_set 0x00990ce9 (unknown): type=111 flags=has-payload
                h264_scaling_matrix 0x00990cea (unknown): type=112 flags=has-payload
              h264_slice_parameters 0x00990ceb (unknown): type=113 flags=has-payload
             h264_decode_parameters 0x00990cec (unknown): type=114 flags=has-payload
                   h264_decode_mode 0x00990ced (menu)   : min=1 max=1 default=1 value=1
                    h264_start_code 0x00990cee (menu)   : min=1 max=1 default=1 value=1
                   vp8_frame_header 0x009910d0 (unknown): type=301 flags=has-payload
    ioctl: VIDIOC_ENUM_FMT
            Type: Video Capture Multiplanar

            [0]: 'NV12' (Y/CbCr 4:2:0)

     

    This is the result of trying to run ffmpeg (with -loglevel debug):

    Spoiler

    paolo@xt:~/Downloads$ ffmpeg -loglevel debug -hwaccel drm -c:v h264_v4l2m2m  -i bbb_sunflower_1080p_30fps_normal.mp4 -f null -
    ffmpeg version 755190b-Kodi Copyright (c) 2000-2019 the FFmpeg developers
      built with gcc 9 (Ubuntu 9.3.0-10ubuntu2)
      configuration: --arch=armhf --extra-libs='-Lpthread -Lm' --disable-debug --enable-stripping --enable-gpl --enable-nonfree --enable-logging --disable-doc --enable-pic --enable-optimizations --enable-ffmpeg --enable-avdevice --enable-avcodec --enable-avformat --enable-swscale --enable-postproc --enable-avfilter --disable-devices --enable-pthreads --disable-w32threads --enable-network --disable-gnutls --disable-gray --enable-swscale-alpha --disable-small --enable-dct --enable-fft --enable-mdct --enable-rdft --disable-crystalhd --disable-vaapi --disable-vdpau --enable-libdrm --enable-version3 --enable-runtime-cpudetect --enable-hardcoded-tables --enable-encoder=ac3 --enable-encoder=aac --enable-encoder=wmav2 --enable-encoder=mjpeg --enable-encoder=png --enable-hwaccels --enable-muxer=spdif --enable-muxer=adts --enable-muxer=asf --enable-muxer=ipod --enable-muxer=mpegts --enable-demuxers --enable-parsers --enable-bsfs --enable-filters --enable-bzlib --enable-libspeex --enable-libx264 --enable-libx265 --enable-zlib --enable-asm --enable-neon --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx --enable-openssl --enable-libv4l2 --enable-v4l2-request --enable-libudev
      libavutil      56. 31.100 / 56. 31.100
      libavcodec     58. 54.100 / 58. 54.100
      libavformat    58. 29.100 / 58. 29.100
      libavdevice    58.  8.100 / 58.  8.100
      libavfilter     7. 57.100 /  7. 57.100
      libswscale      5.  5.100 /  5.  5.100
      libswresample   3.  5.100 /  3.  5.100
      libpostproc    55.  5.100 / 55.  5.100
    Splitting the commandline.
    Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'debug'.                                                                   
    Reading option '-hwaccel' ... matched as option 'hwaccel' (use HW accelerated decoding) with argument 'drm'.                                                             
    Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'h264_v4l2m2m'.                                                                               
    Reading option '-i' ... matched as input url with argument 'bbb_sunflower_1080p_30fps_normal.mp4'.                                                                       
    Reading option '-f' ... matched as option 'f' (force format) with argument 'null'.                                                                                       
    Reading option '-' ... matched as output url.                                                                                                                            
    Finished splitting the commandline.                                                                                                                                      
    Parsing a group of options: global .                                                                                                                                     
    Applying option loglevel (set logging level) with argument debug.                                                                                                        
    Successfully parsed a group of options.                                                                                                                                  
    Parsing a group of options: input url bbb_sunflower_1080p_30fps_normal.mp4.                                                                                              
    Applying option hwaccel (use HW accelerated decoding) with argument drm.                                                                                                 
    Applying option c:v (codec name) with argument h264_v4l2m2m.                                                                                                             
    Successfully parsed a group of options.                                                                                                                                  
    Opening an input file: bbb_sunflower_1080p_30fps_normal.mp4.                                                                                                             
    [NULL @ 0x1f47ad0] Opening 'bbb_sunflower_1080p_30fps_normal.mp4' for reading                                                                                            
    [file @ 0x1f48290] Setting default whitelist 'file,crypto'                                                                                                               
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x1f47ad0] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100                                                                 
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x1f47ad0] ISO: File Type Major Brand: isom                                                                                                   
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x1f47ad0] Unknown dref type 0x206c7275 size 12                                                                                               
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x1f47ad0] Setting codecpar->delay to 2 for stream st: 0                                                                                      
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x1f47ad0] Unknown dref type 0x206c7275 size 12                                                                                               
        Last message repeated 1 times
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x1f47ad0] Before avformat_find_stream_info() pos: 276134913 bytes read:252639 seeks:1 nb_streams:3
    [h264 @ 0x1f48e90] nal_unit_type: 7(SPS), nal_ref_idc: 3                                                                                                                 
    [h264 @ 0x1f48e90] nal_unit_type: 8(PPS), nal_ref_idc: 3                                                                                                                 
    [h264 @ 0x1f48e90] nal_unit_type: 6(SEI), nal_ref_idc: 0                                                                                                                 
    [h264 @ 0x1f48e90] nal_unit_type: 5(IDR), nal_ref_idc: 3                                                                                                                 
    [h264 @ 0x1f48e90] Format yuv420p chosen by get_format().                                                                                                                
    [h264 @ 0x1f48e90] Reinit context to 1920x1088, pix_fmt: yuv420p
    [h264 @ 0x1f48e90] no picture
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x1f47ad0] All info found                                                                                                                     
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x1f47ad0] After avformat_find_stream_info() pos: 305350 bytes read:350943 seeks:2 frames:38                                                  
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'bbb_sunflower_1080p_30fps_normal.mp4':
      Metadata:
        major_brand     : isom
        minor_version   : 1
        compatible_brands: isomavc1
        creation_time   : 2013-12-16T17:44:39.000000Z
        title           : Big Buck Bunny, Sunflower version
        artist          : Blender Foundation 2008, Janus Bager Kristensen 2013
        comment         : Creative Commons Attribution 3.0 - http://bbb3d.renderfarming.net
        genre           : Animation
        composer        : Sacha Goedegebure
      Duration: 00:10:34.53, start: 0.000000, bitrate: 3481 kb/s
        Stream #0:0(und), 16, 1/30000: Video: h264 (High), 1 reference frame (avc1 / 0x31637661), yuv420p(left), 1920x1080 (1920x1088) [SAR 1:1 DAR 16:9], 0/1, 2998 kb/s, 30 fps, 30 tbr, 30k tbn, 60 tbc (default)
        Metadata:
          creation_time   : 2013-12-16T17:44:39.000000Z
          handler_name    : GPAC ISO Video Handler
        Stream #0:1(und), 21, 1/48000: Audio: mp3 (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 160 kb/s (default)
        Metadata:
          creation_time   : 2013-12-16T17:44:42.000000Z
          handler_name    : GPAC ISO Audio Handler
        Stream #0:2(und), 1, 1/48000: Audio: ac3 (ac-3 / 0x332D6361), 48000 Hz, 5.1(side), fltp, 320 kb/s (default)
        Metadata:
          creation_time   : 2013-12-16T17:44:42.000000Z
          handler_name    : GPAC ISO Audio Handler
        Side data:
          audio service type: main
    Successfully opened the file.
    Parsing a group of options: output url -.
    Applying option f (force format) with argument null.
    Successfully parsed a group of options.
    Opening an output file: -.
    Successfully opened the file.
    [h264_v4l2m2m @ 0x1f7cc10] probing device /dev/video2
    [h264_v4l2m2m @ 0x1f7cc10] driver 'hantro-vpu' on card 'rockchip,rk3288-vpu-dec'
    [h264_v4l2m2m @ 0x1f7cc10] v4l2 output format not supported
    [h264_v4l2m2m @ 0x1f7cc10] probing device /dev/video1
    [h264_v4l2m2m @ 0x1f7cc10] driver 'hantro-vpu' on card 'rockchip,rk3288-vpu-enc'
    [h264_v4l2m2m @ 0x1f7cc10] v4l2 output format not supported
    [h264_v4l2m2m @ 0x1f7cc10] probing device /dev/video0
    [h264_v4l2m2m @ 0x1f7cc10] driver 'rockchip-rga' on card 'rockchip-rga'
    [h264_v4l2m2m @ 0x1f7cc10] v4l2 output format not supported
    [h264_v4l2m2m @ 0x1f7cc10] Could not find a valid device
    [h264_v4l2m2m @ 0x1f7cc10] can't configure decoder
    Stream mapping:
      Stream #0:0 -> #0:0 (h264 (h264_v4l2m2m) -> wrapped_avframe (native))
      Stream #0:2 -> #0:1 (ac3 (native) -> pcm_s16le (native))
    Error while opening decoder for input stream #0:0 : Invalid argument
    [AVIOContext @ 0x1f504b0] Statistics: 350943 bytes read, 2 seeks

     

  16. 18 hours ago, pro777 said:

    Great, @Jock. Can I get a link to your Uboot image with the DRM driver?

    For your pleasure:

     

    Armbian 20.05 Ubuntu Focal Desktop - Kernel 5.5.19

     

    as soon as you boot the system, run apt-get purge chrony to remove the broken chrony NTP client, which prevents the date and time synchronization with network, then you're fine!

    Also this release includes the experimental Hantro driver for hardware video decoding, but to get something working there is still some way to go.

  17. @pro777

     

    The DRM is already there in my fork for u-boot mainline and I confirm it works!

    I didn't merged it yet into mainline armbian because it required u-boot 2020.01 and u-boot 2020.01 requires python development packages. I wanted to wait for general support for 2020.01 in Armbian before moving further.

     

    But thanks for notifying it ;), I guess I need to update the images with recent kernels and packages too!

     

    BTW: I would like to try the hantro patches from libreelec, maybe there's the real chance that Kodi works out of the box with accelerated video decoding ;)

  18. I tried Lima on a rockchip based device with mesa coming with Ubuntu Focal but in X11. Indeed it was running, not plenty fast and yet with some graphical issues, but it works. I guess compiling latest mesa from sources may just make things better.

    Also Lima is currently used in development Libreelec (so no X11) with awesome results.

     

  19. 48 minutes ago, nokirunner said:

    we hope that we will have more luck with the opensource gpu drivers in the near future ... everything will have to go through a mesa-opengl acceleration, including video ... va-api or samething

     

    Unfortunately that's not so easy. GPU and VPU are separate things placed in the same silicon. The former does the rendering on screen, but the latter has to do the video decoding.

     

    Hardware video acceleration come with some challenges by itself, plus just rendering what comes out from the video decoder to the screen has also more challenges and can't be done in a "unified" fashion, but each vendor has its own way to do that. Consider also that a decoded stream 1080p25 produces ~150Mb/s of data moving around; those 150Mb/s of data should pass from the VPU to the GPU directly, but that's not easy because of undocumented or unknown specifications.

     

    Even if you get that thing done (consider Kodi on libreelec, for example), putting all of this in a browser is another great challenge, because it's not just a video that can be rendered by the hardware in a portion of the screen, but it is a video which has to live inside the HTML elements of the browser, so the whole amount of data must be also processed by the main CPU.

     

    This required tons of optimization specific to vendor which works in very particular setups, uneasy to replicate in other ways.

     

    Of course having opensource GPU and VPU drivers make the thing much much more easier, but still challenging.

  20. 19 hours ago, Alex83 said:

    I would love if we can use it as a jukebox or something similar. I mean it should already work with spotify premium or something. I think there are already some scripts and software for unix environments like debian, but as I said we need to priorise the sound that this is not lagging at least. - With my S912 (CSA93, 3GB RAM, 32GB ROM, 1GbE unfortunately with AP6212 non working wifi at least for me atm) i can also try to play HD-Videos. They are also laggy, but the sound is working. - I just can't tell you if it's just the HDMI-sound or also the 3,5mm jack and SPDIF-interface....

     

    I did some tests yesterday using audacious and had no issues with lagging or stuttering, although pulseaudio is taking an insane amount of cpu processing power (around 20% of one cpu); using ALSA directly, decoding and playing a vorbis file just requires 4% of one core. Youtube instead is out of reach, no way to watch a video even in low quality (480p) without having audio and video issues.

    I'd like to try armsoc driver sooner or later to see if there is any difference from current modesetting driver, but the SoC is too limited to do video decoding without using the hardware acceleration to ease the work of the ARM cores.

  21. Yes, the missing reboot is an hardware issue, but it is related to NANDs.

    The board does not shut down, it rebootes correctly but the NAND are not correctly detected anymore after a reboot, so the rockchip miniloader is stuck in an endless loop.

     

    This is clearly logged on the serial, if you got any attached.

    I'm looking into it, but at the moment I can't say if it this could be solved.

  22. 4 hours ago, Alex83 said:

    Unfortunately the sound is lagging and crackling if I try to play radio from a web page or YouTube. - So I still don't see a useful browser desktop scenario with the device... 

    The chip is not really powerful enough for a satisfactory desktop experience. I think some optimizations here and there can still squeeze a bit of performance to make it decent enough.

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines