Jump to content

AZ8

Members
  • Posts

    36
  • Joined

  • Last visited

Posts posted by AZ8

  1. Issue:

    1. I have Armbian 22.05 installed on emmc

    2. I have run apt upgrade

    3. During the process, I got an error due stated that no space on /boot

    4. I have tried to reboot but no sign that board starting

    5. I have burn SD, load from SD, copy SD boot to emmc boot and than can boot from emmc again

     

    The main question is how to prevent this issue in future? How to clean-up /boot from obsolete kernels and avoid space issue?

  2. I have installed latest Armbian Buster

    Linux orangepi3 5.10.16-sunxi64 #21.02.2 SMP Sun Feb 14 21:17:31 CET 2021 aarch64 GNU/Linux

    Than I have complied

    1. ffmpeg 4.3 from https://github.com/Kwiboo/FFmpeg/commits/v4l2-request-hwaccel   with parameters ffmpeg version 9236ad7-Kodi Copyright (c) 2000-2020 the FFmpeg developers
        built with gcc 8 (Debian 8.3.0-6)
        configuration: --extra-libs='-lpthread -lm' --bindir=/root/bin --enable-gpl --enable-gnutls --disable-libaom --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libdav1d --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-nonfree --enable-v4l2-request --enable-libdrm --enable-libudev --enable-hwaccels --enable-v4l2_m2m
    2. mesa 3d from git
    3. kodi 20 from master branch

    Finally, I can run kodi-gdb from console. h264 movies play fine, but there is no sound over hdmi

    aplay -l returns

    **** List of PLAYBACK Hardware Devices ****
    card 0: sun50ih6hdmi [sun50i-h6-hdmi], device 0: 5091000.i2s-i2s-hifi i2s-hifi-0 [5091000.i2s-i2s-hifi i2s-hifi-0]
      Subdevices: 1/1
      Subdevice #0: subdevice #0

     

    Should I wait for kernel 5.11 with i2s patch? Or I should compile own kernel with LibreELEC patches?

  3. 9 hours ago, Werner said:

    Besides current you could give dev branch a shot as well. From what I have noticed so far is that the performance of the 3d hardware acceleration  is better on 5.6 than on 5.4.

    Thanks

     

    Unfortunately, when I am trying to switch kernel, I got an exception every time

     

    cat /tmp/switch_kernel.log
    linux-image-dev-sunxi64=20.02.12.114 linux-dtb-dev-sunxi64=20.02.12.114 linux-u-boot-orangepi3-dev

     

  4. 1 minute ago, Igor said:

     

    Yes if you are planing to compile "current" kernel for Allwinner.

     

    While I am not sure we are missing anything important ...

    Thanks Igor

     

    I have found topic

    with advice to apply patches

      Had a bit of a success with HDMI audio and also video acceleration on OrangePi 3. What was needed was to apply some patches from LibreELEC, namely ones from projects/Allwinner/patches/linux/ .

      For video acceleration you need 0005-cedrus-improvements.patch and compile Cedrus driver. When done right you should see in dmesg: cedrus 1c0e000.video-codec: Device registered as /dev/video0

     

    Do you know if this patches already included into Armbian?

     

    With latest available armbian for orange pi 3 hw acceleration is not available, so I am trying to build kernel and kodi for Armbian with full mmedia support

     

  5. 14 minutes ago, martinayotte said:

    That is really not the way to install Armbian to eMMC !

    Why you don't want to use nand-sata-install ?

    Because I dont want to erase mmc

     

    If this is not possible, I will backup partition with dd, install using nand-sata-install  and restore partition from backup

    1. Wrote latest image to SD
    2. Boot from SD
    3. mounted /dev/mmcblk2p1, copied armbianEnv.txt
    4. formated /dev/mmcblk2p1
    5. rsync /boot to /dev/mmcblk2p1
    6. copy armbianEnv.txt to /dev/mmcblk2p1
    7. removed sd and reboot

    system starts to boot, but can not find root

     

    Is this a proper way to install boot? I do not want to tun nand-sata-install and erase mmc.

     

  6. => boot
    switch to partitions #0, OK
    mmc1(part 0) is current device
    Scanning mmc 1:1...
    Found U-Boot script /boot/boot.scr
    3042 bytes read in 1 ms (2.9 MiB/s)
    ## Executing script at 4fc00000
    U-boot loaded from SD
    Boot script loaded from mmc
    165 bytes read in 1 ms (161.1 KiB/s)
    Card did not respond to voltage select!
    libfdt fdt_check_header(): FDT_ERR_BADMAGIC
    No FDT memory address configured. Please configure
    the FDT address via "fdt addr <address>" command.
    Aborting!
    Bad Linux ARM64 Image magic!
    SCRIPT FAILED: continuing...
    Card did not respond to voltage select!
    starting USB...
    No controllers found
    USB is stopped. Please issue 'usb start' first.
    starting USB...
    No controllers found
    No ethernet found.
    missing environment variable: pxeuuid
    missing environment variable: bootfile
    Retrieving file: pxelinux.cfg/00000000
    No ethernet found.
    missing environment variable: bootfile
    Retrieving file: pxelinux.cfg/0000000
    No ethernet found.
    missing environment variable: bootfile
    Retrieving file: pxelinux.cfg/000000
    No ethernet found.
    missing environment variable: bootfile
    Retrieving file: pxelinux.cfg/00000
    No ethernet found.
    missing environment variable: bootfile
    Retrieving file: pxelinux.cfg/0000
    No ethernet found.
    missing environment variable: bootfile
    Retrieving file: pxelinux.cfg/000
    No ethernet found.
    missing environment variable: bootfile
    Retrieving file: pxelinux.cfg/00
    No ethernet found.
    missing environment variable: bootfile
    Retrieving file: pxelinux.cfg/0
    No ethernet found.
    missing environment variable: bootfile
    Retrieving file: pxelinux.cfg/default-arm-sunxi
    No ethernet found.
    missing environment variable: bootfile
    Retrieving file: pxelinux.cfg/default-arm
    No ethernet found.
    missing environment variable: bootfile
    Retrieving file: pxelinux.cfg/default
    No ethernet found.
    Config file not found
    starting USB...
    No controllers found
    No ethernet found.
    No ethernet found.

  7. On 8/3/2019 at 10:33 AM, Werner said:

    Feel free to build your own image using the build script including the latest changes at any time :)

    Yeah, it is possible to build Armbian_5.93_Orangepi3_Debian_buster_dev_5.2.5.img

     

    I have a qustion: do you have a tutorial to set up apt server to update kernel/dtb instead of reflashing?

  8. After updating to new firmware the board not booting and wait on u-boot state

     

    => version
    U-Boot 2019.04-armbian (May 08 2019 - 10:38:01 +0200) Allwinner Technology

    aarch64-linux-gnu-gcc (Linaro GCC 7.4-2019.02) 7.4.1 20181213 [linaro-7.4-2019.02 revision 56ec6f6b99cc167ff0c2f8e1a2eed33b1edc85d4]
    GNU ld (Linaro_Binutils-2019.02) 2.28.2.20170706

     

    Please advice, is it possible to upload new image somehow? I mean, without flashing sd card, just in u-boot console

  9. Please advice, how to restore old dtb files? After upgrade to 5.1.7 (debian), OPi3 system became unstable and hang in maximum 50 minutes (sometimes immediately after reboot)

     

    Tried to rollback

     

    dpkg: warning: downgrading linux-dtb-dev-sunxi64 from 5.89.190614 to 5.89.190612

     

    but still same issue.

  10. apt upgrade returned following

     

    Setting up linux-image-dev-sunxi64 (5.88.190529) ...
    Error! Your kernel headers for kernel 5.1.5-sunxi64 cannot be found.
    Please install the linux-headers-5.1.5-sunxi64 package,
    or use the --kernelsourcedir option to tell DKMS where it's located

     

    Unfortunately, there is no linux-headers-5.1.5-sunxi64 package

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines