Jump to content

dsh

Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by dsh

  1. Hi, I've tested Forsa Desktop with Amlogic P281. It won't load Desktop environment. On 5.8 RC2 it was working. When can we expect h265/hevc hardware video decoding?
  2. Hi there. P281's vendor u-boot can recognize correct MAC address. Is there a way to pass that information to Kernel 5.x ?
  3. Hi, It looks like Kernel 5.7 will get HW acceleration. Can you make image with 5.7 RC1?
  4. I have also tried bionic, buster from 20200227 build. Still no luck. Mine is 1g/8g btw.
  5. One of earlier build was detecting and I was able to install to emmc. Sadly I don't remember which.
  6. Hi, I installed on X96 Mini (P281). when I try to install to internal it says "UNABLE TO FIND EMMC" and lsblk shows only thumb drive and zram[0,1]. Why my emmc doesn't show? I've used Armbian_20.05.0-trunk_Arm-64_focal_current_5.5.1_20200227
  7. Hello everybody, Does anyone has Ubuntu server image with Kernel 3.14?
  8. Is there a version that support HW decoding on s905x device?
  9. Will do that. Aside from that, Are we eventually be able to flash directly to emmc by Amlogic burning tool?
  10. Hello @balbes150, I have tried your latest 5.76 with Mali support. H264 video streams are decoded by HW, however, H265 streams are decoded by SW. I have used following command without any parameter. mpv [Video-URL]. In case of H265, do I need to explicitly state HW decoder? Also I have tried building one myself using your script but I can't find where select Mali driver options. Thanks in advance.
  11. It's definitely decoding by CPU. When I play h264 video cpu usage goes up to 80% and video is dropping lot of frames. H265 files decoding roughly 1 frames per second . Also what's main difference between Kernel 3.14 and 4.x for Amlogic devices?
  12. Thanks. I've reinstalled image and able boot into Desktop. How can I hardware video decoder work?
  13. Finally made it. I was just copying file. I was supposed to flash to SD card. Now I am able boot into terminal and login. However, seems like desktop GUI part is not working correctly. First it shows following text then freezes to . This is x96 Mini with s905w.
  14. It says aml_update.zip file. However, downloaded file is ....img.xz. Do I select .xz file?
  15. Hello, How did you install. I have downloaded Armbian_5.55_Aml-s9xxx_Ubuntu_bionic_default_4.18.0-rc5_desktop_20180814.img.xz. Then extracted with 7-zip. When I try to load img file I get following error.
  16. If you have ever compiled buildroot from Amlogic, please help me. I am trying to learn develop app on amlogic based device. First I was getting compile error on 64bit Ubuntu 16.04. Something like this. Even though there was a file, 'bash' couldn't find or run. /bin/bash: /root/buildroot/x86/xxxx-gcc: No such file or directory Thinking it's something to do with 64 bit OS, I switched to 32 bit Ubuntu 16.04. However after about 2 hours I'm getting following error. /bin/bash: /root/buildroot_openlinux/output/meson8b_m201/host/usr/gcc-arm-none-eabi-6-2017-q2-update/bin/arm-none-eabi-gcc: No such file or directory /bin/bash: /root/buildroot_openlinux/output/meson8b_m201/host/usr/gcc-arm-none-eabi-6-2017-q2-update/bin/arm-none-eabi-gcc: No such file or directory dirname: missing operand Try 'dirname --help' for more information. /bin/bash: /root/buildroot_openlinux/output/meson8b_m201/host/usr/gcc-arm-none-eabi-6-2017-q2-update/bin/arm-none-eabi-gcc: No such file or directory dirname: missing operand Try 'dirname --help' for more information. /bin/bash: /root/buildroot_openlinux/output/meson8b_m201/host/usr/gcc-arm-none-eabi-6-2017-q2-update/bin/arm-none-eabi-gcc: No such file or directory /bin/bash: /root/buildroot_openlinux/output/meson8b_m201/host/usr/gcc-arm-none-eabi-6-2017-q2-update/bin/arm-none-eabi-ld: No such file or directory fatal: Not a git repository (or any of the parent directories): .git fatal: Not a git repository (or any of the parent directories): .git Not a git repository To compare two paths outside a working tree: usage: git diff [--no-index] <path> <path> fatal: Not a git repository (or any of the parent directories): .git /bin/bash: /root/buildroot_openlinux/output/meson8b_m201/host/usr/gcc-arm-none-eabi-6-2017-q2-update/bin/arm-none-eabi-gcc: No such file or directory dirname: missing operand Try 'dirname --help' for more information. /bin/bash: /root/buildroot_openlinux/output/meson8b_m201/host/usr/gcc-arm-none-eabi-6-2017-q2-update/bin/arm-none-eabi-gcc: No such file or directory dirname: missing operand Try 'dirname --help' for more information. /bin/bash: /root/buildroot_openlinux/output/meson8b_m201/host/usr/gcc-arm-none-eabi-6-2017-q2-update/bin/arm-none-eabi-gcc: No such file or directory dirname: missing operand Try 'dirname --help' for more information. /bin/bash: /root/buildroot_openlinux/output/meson8b_m201/host/usr/gcc-arm-none-eabi-6-2017-q2-update/bin/arm-none-eabi-gcc: No such file or directory dirname: missing operand Try 'dirname --help' for more information. make[2]: *** No rule to make target '/root/buildroot_openlinux/output/meson8b_m201/build/uboot-next/build/firmware.bin', needed by '/root/buildroot_openlinux/output/meson8b_m201/build/uboot-next/build/api/libapi.o'. Stop. make[2]: *** Waiting for unfinished jobs.... arm-none-eabi-gcc -DDO_DEPS_ONLY \ -g -Os -D__KERNEL__ -I/root/buildroot_openlinux/output/meson8b_m201/build/uboot-next/build/include2 -I/root/buildroot_openlinux/output/meson8b_m201/build/uboot-next/build/include -I/root/buildroot_openlinux/output/meson8b_m201/build/uboot-next/include -fno-builtin -ffreestanding -nostdinc -isystem -pipe -DCONFIG_ARM -D__ARM__ -Wall -Wstrict-prototypes \ -o /root/buildroot_openlinux/output/meson8b_m201/build/uboot-next/build/lib/asm-offsets.s /root/buildroot_openlinux/output/meson8b_m201/build/uboot-next/lib/asm-offsets.c -c -S /bin/bash: /root/buildroot_openlinux/output/meson8b_m201/host/usr/gcc-arm-none-eabi-6-2017-q2-update/bin/arm-none-eabi-gcc: No such file or directory Makefile:805: recipe for target '/root/buildroot_openlinux/output/meson8b_m201/build/uboot-next/build/lib/asm-offsets.s' failed make[2]: *** [/root/buildroot_openlinux/output/meson8b_m201/build/uboot-next/build/lib/asm-offsets.s] Error 127 package/pkg-generic.mk:216: recipe for target '/root/buildroot_openlinux/output/meson8b_m201/build/uboot-next/.stamp_built' failed make[1]: *** [/root/buildroot_openlinux/output/meson8b_m201/build/uboot-next/.stamp_built] Error 2 /root/buildroot_openlinux/output/meson8b_m201/Makefile:16: recipe for target '_all' failed make: *** [_all] Error 2 Again those files exists. File command shows following. arm-none-eabi-gcc: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.24, BuildID[sha1]=0c937a9bf52dcb3a4e5ced5efc41213730d23b54, stripped Am I doing anything wrong? Any input will be appreciated. Thanks in advance.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines