Jump to content

chalesY

Members
  • Posts

    14
  • Joined

  • Last visited

Reputation Activity

  1. Like
    chalesY got a reaction from thanxx in Please help with rtl8822bs   
    maybe the reason is some compiler only see /hal/rtl8822b/hal8822b_fw.h but didn't see hal/rtl8822b/hal8822b_fw.c
    so , the code like this in hal8822b_fw.h will become empty, that's why firmware load failed
    extern u8 array_mp_8822b_fw_ap[106848]; extern u32 array_length_mp_8822b_fw_ap; extern u8 array_mp_8822b_fw_nic[161240]; extern u32 array_length_mp_8822b_fw_nic; extern u8 array_mp_8822b_fw_wowlan[103328]; extern u32 array_length_mp_8822b_fw_wowlan;  
    to slove this ,  just copy hex fiirmware part from hal8822b_fw.c to  hal8822b_fw.h, detail in this commit.
    https://github.com/ChalesYu/rtl8822bs-aml/commit/27fef585225a52913b2936f91abf36859ec20a43
  2. Like
    chalesY reacted to B1oHazard in Armbian for Amlogic S9xxx kernel 5.x   
    u need reduce ur emmc speed in dtb file,  i got same errors in my s905w box. in pure kernel speed is 2000000, in balbes150 it reduced to 1000000, but i reduce it to 500000 and installed armbian to emmc successfully.
  3. Like
    chalesY reacted to balbes150 in Armbian for Amlogic S9xxx kernel 5.x   
    Version 5.67 20181117.
    Added support for ISCSI and deb packages kernel, header etc.
     
    The version of the image with Xenial - will be assembled only on request.
     
    p.s. When checking, it turned out that WiFi works on Khadas VIM2 Basic (with AP6356S chip). Khadas VIM1 (s905x) works WiFi and BT.
     
     
  4. Like
    chalesY got a reaction from DIIV in ARMBIAN for Amlogic S905 and S905X (ver 5.44 =<)   
    you can use :
    https://yadi.sk/d/srrtn6kpnsKz2/Linux/ARMBIAN/5.60/20180922/deb/linux-headers-aml-s9xxx_5.60_arm64.deb
  5. Like
    chalesY got a reaction from balbes150 in Armbian for Amlogic S9xxx kernel 5.x   
    Hi  balbes150
    I have a amlogic TV box , and find it use rtl8822bs.  
    this module has a UART Bluetooth ,  the config needs 
    CONFIG_BT_HCIUART_3WIRE
    (use uart_A  ,almost all realtek UART Bluetooth module need it)
    and
    CONFIG_GPIO_SYSFS
    (to pull up GPIOX_17 pin in terminal, it's a BT_EN pin).
     
    has been tested on a recompile kernel ,  bluetooth can work , hope you can add it
    Thanks
     
    EDIT:   CONFIG_GPIO_SYSFS  is don't need to add , I write a C program to do this.  So only need to add CONFIG_BT_HCIUART_3WIRE .
    I'm using meson-gxl-s805x-p241.dts
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines