Jump to content

Tieu Vinh Long

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

1850 profile views
  1. Today, i have found new commit for ffmpeg: It's Add AML HW decoders This adds the ffmpeg harware decoders to use the amcodec library on AMLogic devices https://github.com/LongChair/FFmpeg/commit/90735fcbc47fae185ed59f63a9e0350c77ed9c8e Try use it!
  2. FFMPEG - FFPLAY - Hardware acceleration for mali gpu. I want use GPU of CPU S905x (Mali 450) for hardware video decoder Use FFMPEG with vdpau or vaapi but not better. Download ffplay, my ffmpeg compiled with vdpau, vaapi and run ffplay for test video full hd: http://mirror.vp9.tv/ffmpeg/ffmpeg-3.3-vdpau-vaapi.tar.gz How to play file full hd not lag, and smooth. Pls try test : #ffplay test_fullhd.mp4 (download form: http://mirror.vp9.tv/video/test_fullhd.mp4) Video demo: https://www.youtube.com/edit?o=U&video_id=GBZ9s8ScHA8 You can see clip so lag. CPU busy, I using board: MXQPro S905XQ - v1.0 Use ARM Studio - streamline for check GPU. Linux: http://mirror.vp9.tv/ffmpeg/DS500-BN-00019-r5p0-27rel0-forlinux.tgz Window: http://mirror.vp9.tv/ffmpeg/DS500-BN-00022-r5p0-27rel0-forwindow.zip Kernel: https://github.com/150balbes/Amlogic_s905-kernel Gator Module: http://mirror.vp9.tv/arm/gator-master.zip Driver Mali GPU: http://mirror.vp9.tv/arm/mali-gpu/gpu-2016-08-18-fe6d7b1d1b.tar.gz Guide build gator-master: https://pastebin.com/cPQPutB4 Use Kernel Configure
  3. Wellcome. I can help you test with your cooling system if you send to me your design cooling system. If you need to test large numbers, I can use more two hundred to test the mainboard s905x. ... But... who can help me run Debian/Ubuntu on eMMC. Uboot ready update load os from /dev/data. initargs=root=/dev/data rootflags=data=writeback rw console=ttyS0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.repair=yes net.ifnames=0 mac=${mac} Copy ubuntu done and "Writing kernel image..." dd if="boot.img" of="/dev/boot" bs=64K status=none && sync Pls see file error: http://pastebin.com/pS17yR01 and picture: http://imgur.com/a/hJctQ balbes150 He talked: need rebuild the INITRAMFS (with support for running from internal memory). but i dont know option, and module support internal memory. ----- I think need build with aml_util and aml_nftl_dev with kernel Who can help me rebuild the INITRAMFS?
  4. Uboot ready update load os from /dev/data. initargs=root=/dev/data rootflags=data=writeback rw console=ttyS0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.repair=yes net.ifnames=0 mac=${mac} Copy ubuntu done and "Writing kernel image..." dd if="boot.img" of="/dev/boot" bs=64K status=none && sync Pls see file error: http://pastebin.com/pS17yR01 and picture: http://imgur.com/a/hJctQ
  5. I try install Ubuntu (Armbian_5.24_S9xxx_mate_Ubuntu_xenial_3.14.29_desktop_20170220.img) into internal memory (eMMC) by run script : /root/install.sh but script install finish ("Complete copy OS to eMMC parted DATA") See file error: http://pastebin.com/pS17yR01 and picture: http://imgur.com/a/hJctQ I think have problem with kernel when i finished copy ubuntu into /dev/data Pls fix this error! Thank alot
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines