In the folder /drivers/wireless/ieee80211/, it is showing that there is an file containing the firmware and nvram for bcm43438, which is named ap6212_nvram_image and ap6212_firmware_image. But I cannot find it anywhere, and what I can find is only bcm43362_nvram_image for bcm43362. So if configed with bcm43438, nuttx cannot be compiled correctly. Where can I get them?
I have a modification that will allow you to load these files from an SD card, but it has not been committed because it does not conform to the coding standard. I can send that to you if would rather load the files from the SD card rather than incorporate the code into files.
1) Download the files from the Cypress web site and convert them to in-memory files, or2) Download the files form the Cypress web site and put them in some file system. You will need to add logic to mount that file system before the BCM initialization occurs.
1) Download the files from the Cypress web site and convert them to in-memory files, or2) Download the files form the Cypress web site and put them in some file system. You will need to add logic to mount that file system before the BCM initialization occurs.
It is so kind of you, thank you very much!I will follow your instructions and have a try, and it is really good if you can send the code to me.
--
You received this message because you are subscribed to the Google Groups "NuttX" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nuttx+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
I suspect you will have to rename those files to work with Nuttx.