How do I recreate the minized distributed software (including the scripts and the brcmfmac driver)?
Its based off petalinux 2017.4.
marty
How do I recreate the minized distributed software (including the scripts and the brcmfmac driver)?
Its based off petalinux 2017.4.
marty
The easiest way to see how this is done is to look at one of the reference designs, such as the simple one for creating a Python web server. It is available on minized.org under the MiniZed reference designs and the pdf describes how to re-build a project.
Essentially, you will get the reference project from GitHub:
git clone git://github.com/Avnet/hdl.git
The Wi-Fi driver is part of this build.
Regards,
Stefan
The easiest way to see how this is done is to look at one of the reference designs, such as the simple one for creating a Python web server. It is available on minized.org under the MiniZed reference designs and the pdf describes how to re-build a project.
Essentially, you will get the reference project from GitHub:
git clone git://github.com/Avnet/hdl.git
The Wi-Fi driver is part of this build.
Regards,
Stefan