Jump to content

vitaliy.burkut

Members
  • Posts

    11
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. @jock thank you very match!!! Its work on 5.10.23! [ 9.387354] brcmfmac: F1 signature read @0x18000000=0x1601a94e [ 9.391175] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43342-sdio for chip BCM43342/1 [ 9.391590] usbcore: registered new interface driver brcmfmac [ 9.395707] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43342-sdio.rockchip,rk3318-box.bin failed with error -2 [ 9.406546] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43342-sdio.rockchip,rk3318-box.txt failed with error -2 [ 9.556537] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43342-sdio for chip BCM43342/1 [ 9.556748] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available [ 9.557482] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43342/1 wl0: Oct 18 2016 17:43:42 version 6.25.134.25 (r662387) FWID 01-281dd9d9 [ 10.034121] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'
  2. Thank you @jock. But for start a test I need to rebuild driver for my wifi dongle (it has some bug and not want work with mainline version). But in this link https://users.armbian.com/jock/rk3318/upgrade/ I see that header deb file is for 5.15.16 kernel (not for 5.15.23, file has old timestamp date) and it stops me. Can you distribute the headers for the new kernel version?
  3. Hi All I want to test bcm43342, but not want to lost my environment. How can I update Kernal only?
  4. @MarcoFdNcan you explain me how you find the path? I looked your dts file. The description of wifi node looks like in my dts, but I can not see relations between wifi node and sdio bus. Thank you in advance
  5. Hi all!I was finally able to extract DTB file from android boot.ing. And I see that configuration for wifi device is absolutistly different. The pice from @jock img for rk3318 (rk3318-box.dtb): sdio-pwrseq { wifi-enable-h { rockchip,pins = <0x01 0x12 0x00 0x6d>; phandle = <0x7d>; }; }; From Android: sdio-pwrseq { wifi-enable-h { rockchip,pins = <0x01 0x12 0x00 0x7e>; phandle = <0x8b>; }; }; And device description use a different method to solving: From android: wireless-wlan { compatible = "wlan-platdata"; rockchip,grf = <0x1c>; wifi_chip_type = "ap6330"; sdio_vref = <0x708>; WIFI,host_wake_irq = <0x71 0x13 0x00>; status = "okay"; }; How I see on https://titanwolf.org/Network/Articles/Article?AID=0f861e3c-2b51-4e69-b924-a1d6a208f2bd compatible = "wlan-platdata" means that will be use power control rfkill-wlan wifi_chip_type = "ap6330"; says what driver should be use But I not understand why node wireless-wlan is described in root (how it linked with sdio bus?) @jock may by you can ask me: if I move wireless-wlan node from android dtb to my own dto and try to run it on your img, will it work?01_dtbdump_rockchip,rk3328-box-avb.dtb 01_dtbdump_rockchip,rk3328-box-avb.dts
  6. Good day all! I started to discover the problem from the attempt to extract dts and dto files from backup. And this task was not easy for me (I still can not to do it). But I found a workaround for my main purpose. I just install TERMUX + termux:boot (https://termux.com/) on the native firmware and got what I need (octoprint). @jock thank you again for your img and feadback
  7. How I saw in https://github.com/torvalds/linux/blob/master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/chip.c#L494 I need to add 0xA94E into /* Chipcommon Core Chip IDs */ list (https://github.com/torvalds/linux/blob/9e9fb7655ed585da8f468e29221f0ba194a5f613/drivers/net/wireless/broadcom/brcm80211/include/brcm_hw_ids.h#L18) @jock can I build only brcmfmac with declared changes?
  8. How I found, the message "Unknown chip BCM43342/1" generating in "static u32 brcmf_chip_tcm_rambase(struct brcmf_chip_priv *ci)" I look at in https://github.com/torvalds/linux/blob/master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/chip.c#L703 It means that in need to make new build of brcmfmac and add into brcmf_chip_tcm_rambase new ID (but i dont know which one)
  9. Hi @jock! Thank you for your feedback. I tried all of the options from rk3318-config. it was not helpfull. I see that all of option in rk3318-config use the the *wlan-ap6334 overlays. I tried to change it in /boot/armbianEnv.txt to *wlan-ap6330 (like on android. see 1st image (it was reloading)). I think the load process was broken on some earlier steep, with message : brcmfmac: brcmf_fw_alloc_request: Unknown chip BCM43342/1 (full log was attached). Thank on advance for your help
  10. Hi all! I want to build home server on the this tvbox (H96 max) I already burned the minimal version to emmc and its work fine. But wifi no (and led display too, but its no mater ) img and instruction was geting in: I want to fix wifi problem, but not know from what I should to begin I have information: Multitool write in the header : Wifi device: Broadcom BCM4334/Ampack ap6334 id:02d0:4334 but wlan0 device not exists dmesg | grep bcm: * * * brcmfmac:brcfm_fw_alloc_request: unknow chip bcm43342/1 I tried to move firmWare like in but it not give me some result :( If it will be necessary i will geting full dmesg log later pictures + dmesg.logs dmesg.log dmesg_option1.log
  11. Hi all! In first I want to say thanks to all who make armbian working on rk3318 Thank to @jock for the topic and builds. I burn the minimal version to emmc and its work fine. But wifi no :( (and led display too but its no mater ) I want to fix it but not know from what I should to begin I have information: Multitool write in the header : Wifi device: Broadcom BCM4334/Ampack ap6334 id:02d0:4334 but wlan0 device not exists dmesg | grep bcm: * * * brcmfmac:brcfm_fw_alloc_request: unknow chip bcm43342/1
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines