Jump to content

m][sko

Members
  • Posts

    86
  • Joined

  • Last visited

Reputation Activity

  1. Like
    m][sko got a reaction from Avatar Ng in Windows Dev Kit 2023   
    when windows dev boot from acpi
    https://github.com/shawnguo2/linux/commits/wdk2023-acpi-6.2
     
    display is working over efifb
    build in ethernet is working
    build in wifi use ath11k and armbian firmware is missing all of this https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/ath11k/WCN6855/hw2.0/
    all usb ports working
    cpufreq don't
  2. Like
    m][sko got a reaction from Igor in armbian can't create installation packages for linux kernel 5.7   
    @Igor
     
    my PR 
    https://github.com/armbian/build/pull/1909
  3. Like
    m][sko got a reaction from gounthar in What's your favorite heat sink   
    I mount this one on Hikey970
    I can only recommend!
     

  4. Like
    m][sko got a reaction from lanefu in What's your favorite heat sink   
    I mount this one on Hikey970
    I can only recommend!
     

  5. Like
    m][sko got a reaction from Igor in What's your favorite heat sink   
    I mount this one on Hikey970
    I can only recommend!
     

  6. Like
    m][sko got a reaction from 062621AM in Build Armbian with Panfrost (outdated)   
    I think that this is faster way
    sudo apt-get install software-properties-common -y
    sudo add-apt-repository ppa:oibaf/graphics-drivers 
    sudo apt-get update
    sudo apt-get upgrade
    but oibaf provide only arm64 packages!
     
  7. Like
    m][sko got a reaction from NicoD in Build Armbian with Panfrost (outdated)   
    I think that this is faster way
    sudo apt-get install software-properties-common -y
    sudo add-apt-repository ppa:oibaf/graphics-drivers 
    sudo apt-get update
    sudo apt-get upgrade
    but oibaf provide only arm64 packages!
     
  8. Like
    m][sko got a reaction from TonyMac32 in mali drivers don't work with 4.20 kernel   
    this fix my problem
    https://github.com/mripard/sunxi-mali/blob/master/patches/0018-mali-support-building-against-4.20.patch
  9. Like
    m][sko got a reaction from Naguissa in Preparing for Ubuntu 18.04   
    It looks like they fixed the bug.
    As I was able to build the image and all work fine 
    except It only work on ubuntu 18.04
    so run NO_HOST_RELEASE_CHECK=yes ./compile.sh
     
    It freeze on ubuntu 16.04 in regenerating man pages
     
    I am looking that all work is done in development branch and I want to make pull request
     
    some changes with ubuntu 18.04
    ntpdate is not instaled by default and they changed ntp daemon so ntpdate return error
    missing package rcconf  but armbian-conf depend on that
     
    so temporary workaround just add 
    PACKAGE_LIST_ADDITIONAL="${PACKAGE_LIST_ADDITIONAL/armbian-firmware/}"
    PACKAGE_LIST="${PACKAGE_LIST/rcconf/}"
     
  10. Like
    m][sko got a reaction from Igor in Preparing for Ubuntu 18.04   
    It looks like they fixed the bug.
    As I was able to build the image and all work fine 
    except It only work on ubuntu 18.04
    so run NO_HOST_RELEASE_CHECK=yes ./compile.sh
     
    It freeze on ubuntu 16.04 in regenerating man pages
     
    I am looking that all work is done in development branch and I want to make pull request
     
    some changes with ubuntu 18.04
    ntpdate is not instaled by default and they changed ntp daemon so ntpdate return error
    missing package rcconf  but armbian-conf depend on that
     
    so temporary workaround just add 
    PACKAGE_LIST_ADDITIONAL="${PACKAGE_LIST_ADDITIONAL/armbian-firmware/}"
    PACKAGE_LIST="${PACKAGE_LIST/rcconf/}"
     
  11. Like
    m][sko got a reaction from TonyMac32 in Preparing for Ubuntu 18.04   
    It looks like they fixed the bug.
    As I was able to build the image and all work fine 
    except It only work on ubuntu 18.04
    so run NO_HOST_RELEASE_CHECK=yes ./compile.sh
     
    It freeze on ubuntu 16.04 in regenerating man pages
     
    I am looking that all work is done in development branch and I want to make pull request
     
    some changes with ubuntu 18.04
    ntpdate is not instaled by default and they changed ntp daemon so ntpdate return error
    missing package rcconf  but armbian-conf depend on that
     
    so temporary workaround just add 
    PACKAGE_LIST_ADDITIONAL="${PACKAGE_LIST_ADDITIONAL/armbian-firmware/}"
    PACKAGE_LIST="${PACKAGE_LIST/rcconf/}"
     
  12. Like
    m][sko got a reaction from RagnerBG in weston and gnome3 works with mali wayland drivers   
    I want tou share with you my experience with weston with mali wayland drivers
    https://forum.odroid.com/viewtopic.php?f=138&t=28426&start=50#p213474
     
    Wish list:
    Can you guys add 
    /lib/udev/rules.d/99-mali.rules
    KERNEL=="mali",SUBSYSTEM=="misc",MODE=="0777"
    to for all board with mali GPU
     
    And also set up directory and library cache for mali userspace drivers 
    so all application will use mali  version istead of mesa
     
    We still have problem with v-sync with amlogic DRM driver
     
  13. Like
    m][sko got a reaction from Igor in NanoPi K2 General Topics   
    this is list of patch set that I use on odroid c2
    desktop is working, hdmi too, ethernet too,
    mali driver loaded fine
    I didn't check audio
     
    0001-ARM64-dts-meson-gxm-Add-support-for-Khadas-VIM2.patch
    0002-ARM64-dts-meson-gxbb-allow-child-devices-on-the-USB-.patch
    0003-ARM64-dts-meson-gxbb-odroidc2-take-USB-hub-out-of-re.patch
    0004-phy-meson-add-USB3-PHY-support-for-Meson-GXL.patch
    0005-usb-host-add-a-generic-platform-USB-roothub-driver.patch
    0006-usb-host-xhci-plat-integrate-the-platform-roothub.patch
    0007-ARM64-dts-meson-gxl-add-USB-host-support.patch
    0008-ARM64-dts-meson-gxm-add-GXM-specific-USB-host-config.patch
    0009-ARM64-dts-meson-gx-Enable-USB-on-GXL-and-GXM-boards.patch
    0014-clk-meson-gxbb-Add-VPU-and-VAPB-clockids.patch
    0015-clk-meson-gxbb-Add-VPU-and-VAPB-clocks-data.patch
    0016-drm-meson-dw_hdmi-Add-support-for-an-optional-extern.patch
    0017-drm-meson-Add-missing-VPU-init.patch
    0018-reset-meson-add-level-reset-support-for-GX-SoC-famil.patch
    0019-soc-amlogic-add-Meson-GX-VPU-Domains-driver.patch
    0020-soc-amlogic-meson-gx-pwrc-vpu-fix-power-off-when-pow.patch
    0021-ASoC-meson-add-meson-audio-core-driver.patch
    0022-ASoC-meson-add-register-definitions.patch
    0023-ASoC-meson-add-aiu-i2s-dma-support.patch
    0024-ASoC-meson-add-initial-i2s-dai-support.patch
    0025-snd-meson-activate-HDMI-audio-path.patch
    0026-drm-meson-select-dw-hdmi-i2s-audio-for-meson-hdmi.patch
    0028-ARM64-dts-meson-gx-add-audio-controller-nodes.patch
    0029-ARM64-dts-meson-gxl-add-sound-dai-cells-to-HDMI-node.patch
    0031-ARM64-dts-meson-gxl-Take-eMMC-data-strobe-out-of-eMM.patch
    0032-ARM64-dts-meson-gx-add-VPU-power-domain.patch
    0033-ARM64-dts-meson-gx-Add-HDMI_5V-regulator-on-selected.patch
    0034-ARM64-dts-meson-gx-grow-reset-controller-memory-zone.patch
    0035-ARM64-dts-odroid-c2-Add-HDMI-and-CEC-Nodes.patch
    0036-ARM64-dts-meson-activate-hdmi-audio-HDMI-enabled-boa.patch
    1010_GXBB_NanoPi_K2_DTS_HDMI.patch
    1020_GXBB_memory_allocation_meson_GX.patch
    1030_GXBB_NanoPi_K2_DTS_HDMI_sound.patch
    90-01-add_8812au_8821au_with_monitor_mode_and_frame_injection.patch
    90-01-add_8812au_8821au_with_monitor_mode_and_frame_injection_update.patch
    90-02-add_8814au_with_monitor_mode_and_frame_injection.patch
    90-02-add_8814au_with_monitor_mode_and_frame_injection_update.patch
    arm64_increasing_DMA_block_memory_allocation_to_2048.patch
    arm64-set-default-target-to-Image.patch
    aufs.4.14.patch1
    bash_to_afterinstall.patch
    odroidc2-enable-scpi-dvfs.patch
    packaging-4.x-NEXT-with-postinstall-scripts.patch
    patch-4.13.10-rt3.patch.disabled
     
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines