Hi everyone,
I'm currently porting OpenWrt to a Linksys MR6350 and now I'm struggling with creating the BDF files for the device. I already had a look here:
But for me it's not yet clear how to create the files. Is there a HowTo for this topic?
Bootlog of my device (if required):
I also have the firmware files from the OEM image from lib/firmware:
└── IPQ4019
├── AH
│ ├── boarddata_0.bin
│ ├── boardData_1_0_IPQ4019_DK04_2G.bin
│ ├── boardData_1_0_IPQ4019_DK04_5G.bin
│ └── boarddata_1.bin
├── AU
│ ├── boarddata_0.bin
│ ├── boardData_1_0_IPQ4019_DK04_2G.bin
│ ├── boardData_1_0_IPQ4019_DK04_5G.bin
│ └── boarddata_1.bin
├── CN
│ ├── boarddata_0.bin
│ ├── boardData_1_0_IPQ4019_DK04_2G.bin
│ ├── boardData_1_0_IPQ4019_DK04_5G.bin
│ └── boarddata_1.bin
├── EU
│ ├── boarddata_0.bin
│ ├── boardData_1_0_IPQ4019_DK04_2G.bin
│ ├── boardData_1_0_IPQ4019_DK04_5G.bin
│ └── boarddata_1.bin
├── FCC
│ ├── boarddata_0.bin
│ ├── boardData_1_0_IPQ4019_DK04_2G.bin
│ ├── boardData_1_0_IPQ4019_DK04_5G.bin
│ └── boarddata_1.bin
├── HK
│ ├── boarddata_0.bin
│ ├── boardData_1_0_IPQ4019_DK04_2G.bin
│ ├── boardData_1_0_IPQ4019_DK04_5G.bin
│ └── boarddata_1.bin
├── hw.1 -> /tmp/IPQ4019/hw.1
├── hw_1
│ ├── athwlan.bin
│ ├── athwlan.codeswap.bin
│ ├── boarddata_0.bin
│ ├── boardData_1_0_IPQ4019_DK01_2G.bin
│ ├── boardData_1_0_IPQ4019_DK01_5G.bin
│ ├── boardData_1_0_IPQ4019_DK03_wifi0.bin
│ ├── boardData_1_0_IPQ4019_DK03_wifi1.bin
│ ├── boardData_1_0_IPQ4019_DK04_2G.bin
│ ├── boardData_1_0_IPQ4019_DK04_2G_neg_pwr.bin
│ ├── boardData_1_0_IPQ4019_DK04_5G.bin
│ ├── boardData_1_0_IPQ4019_DK04_5G_neg_pwr.bin
│ ├── boardData_1_0_IPQ4019_DK05_2G.bin
│ ├── boardData_1_0_IPQ4019_DK05_5G.bin
│ ├── boardData_1_0_IPQ4019_DK06_2G.bin
│ ├── boardData_1_0_IPQ4019_DK06_5G.bin
│ ├── boardData_1_0_IPQ4019_DK07_wifi0_2G.bin
│ ├── boardData_1_0_IPQ4019_DK07_wifi0_5G_HB.bin
│ ├── boardData_1_0_IPQ4019_DK07_wifi1_5G_LB.bin
│ ├── boardData_1_0_IPQ4019_DK08_wifi0_2G.bin
│ ├── boardData_1_0_IPQ4019_DK08_wifi1_5G_LB.bin
│ ├── boardData_1_0_IPQ4019_Y9803_wifi0.bin
│ ├── boardData_1_0_IPQ4019_Y9803_wifi1.bin
│ ├── boardData_1_0_IPQ4019_YA131_wifi0.bin
│ ├── boardData_1_0_IPQ4019_YA131_wifi1.bin
│ ├── boarddata_1.bin
│ ├── otp.bin
│ ├── utf.bin
│ └── utf.codeswap.bin
├── IC
│ ├── boarddata_0.bin
│ ├── boardData_1_0_IPQ4019_DK04_2G.bin
│ ├── boardData_1_0_IPQ4019_DK04_5G.bin
│ └── boarddata_1.bin
├── IN
│ ├── boarddata_0.bin
│ ├── boardData_1_0_IPQ4019_DK04_2G.bin
│ ├── boardData_1_0_IPQ4019_DK04_5G.bin
│ └── boarddata_1.bin
├── JP
│ ├── boarddata_0.bin
│ ├── boardData_1_0_IPQ4019_DK04_2G.bin
│ ├── boardData_1_0_IPQ4019_DK04_5G.bin
│ └── boarddata_1.bin
├── KR
│ ├── boarddata_0.bin
│ ├── boardData_1_0_IPQ4019_DK04_2G.bin
│ ├── boardData_1_0_IPQ4019_DK04_5G.bin
│ └── boarddata_1.bin
├── ME
│ ├── boarddata_0.bin
│ ├── boardData_1_0_IPQ4019_DK04_2G.bin
│ ├── boardData_1_0_IPQ4019_DK04_5G.bin
│ └── boarddata_1.bin
├── PH
│ ├── boarddata_0.bin
│ ├── boardData_1_0_IPQ4019_DK04_2G.bin
│ ├── boardData_1_0_IPQ4019_DK04_5G.bin
│ └── boarddata_1.bin
├── SG
│ ├── boarddata_0.bin
│ ├── boardData_1_0_IPQ4019_DK04_2G.bin
│ ├── boardData_1_0_IPQ4019_DK04_5G.bin
│ └── boarddata_1.bin
└── TH
├── boarddata_0.bin
├── boardData_1_0_IPQ4019_DK04_2G.bin
├── boardData_1_0_IPQ4019_DK04_5G.bin
└── boarddata_1.bin
Question 1: Wireless is already working on my device and also on another one from a member of this forum. Are the BDFs still required?
Question 2: If answer to the previous question is yes, which files do I have to process in which way?
Thanks
Roland