-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QCA9888: Board file for Kuwfi WB5G08 #56
Conversation
@Ansuel or @robimarko Is this looking fine? It is related to this PR: openwrt/openwrt#17281 |
yes |
@hauke once this PR is approved, what is the process to use the board file in my PR openwrt/openwrt#17281 ? |
You can then add a commit to your PR like this: https://github.com/openwrt/openwrt/pull/17254/commits |
I still don't understand. Where should I place the board.bin file in my PR file tree to have it included ? Or are you referring to something else ? |
This is not valid, its not even wrapped by ath10k-bdencoder, it just looks like plain BDF |
This is the board.bin from the initial firmware What should I do to make it valid ? |
Yes, but its just plain BDF. For use in OpenWrt you need to wrap it with ath10k-bdencoder |
@robimarko Can you explain how ? No docs available here... |
@grosjo
|
@robimarko @testuser7 |
How to move forward ? |
any way to move forward ? |
Sorry, but this is not correct:
How do you plan to match the variant when there is not one |
What do you mean ? This is the board related to the PR associated What do you want to say ? |
@grosjo The filename The name you used is used for qca9889. But if you must use it, add a variant at the end: |
I have not done anything, this is just the bin file from the OEM board |
So you need to change the name inside bard file to |
How can I do that ? |
461e4d0
to
4a03a92
Compare
I tried something, I have no real clue what I am doing, but maybe it has worked ? |
@robimarko @testuser7 Looks good now ? |
What is your feedback ? |
You have now used the name |
No, as tested already before, it does not |
There are only 2 options Usage of the 2 (precal and cal) is actually what they are doing in the initial OEM firmware (wifi0.cal and wifi1.cal) Can we now move forward ? What would be the step to have this board-2.bin merged in the compilation tree ? |
@testuser7 @robimarko what would be the next step ? |
How to move forward ? |
The current implementation cannot be accepted because it is incorrect. Check the comments in the main PR. |
What is incorrect ? |
|
To avoid the 12345678901 mac, I need to change my board.json as follows:
|
Then I get
|
505481b
to
8efcd92
Compare
703da4f
to
ae77e2e
Compare
How to proceed further? |
Signed-off-by: Joan Moreau <[email protected]>
Ping |
Share a dump of the mtd6 partition. Sometimes you get this result:
and other times this:
In the second case there are correct calibration data in the |
different devices, different data |
The problem is that one of your devices does not have calibration data. Such cases are not supported. I have added some comments to the main PR. This one PR is not needed and can be closed. |
Why closed ? Devices are not starting up without the board file |
What is the result of the commands?
|
I remove those files and put the one from firmware to make the device work |
Latest changes in DTS (see very latest comment) allow indeed use of the default baord-2.bin |
No description provided.