Now I have a wifi7 development board BE19000, based on Qualcomm RDP433
Specifications:
IPQ9570+QCN6214+QCN6274+QCN6274+AQR113C+QCA8081
What I currently have:
QSDK 12.5CSU1 kernel version 5.4.213
Device tree
RF firmware
What I'm currently doing:
Select qcom_rdp433 to compile the firmware through make menuconfig. After flashing uboot, the kernel cannot start. How should I troubleshoot the problem?
I just got the device from an ODM manufacturer on the Internet. They were only responsible for making small changes to the PCB and compiling the qsdk. I couldn't get other help. Should I ask them to contact Qualcomm for help?
There may be something wrong with the description of my problem. My purpose is to adapt this device to the official openwrt, but I don't know whether the currently prepared things can complete the development, so I choose to use the existing qcom_rdp433 startup device for verification, and then refer to rdp433 to adapt to my development board. Then I encountered the above problem.
then you should probably start by checking if IPQ9570 is available in Linux, if not, you either have to roll forward the code from the QSDK to kernel 6.12, wait for it to appear, write it yourself, or shelf the project.