-
Notifications
You must be signed in to change notification settings - Fork 0
Zedboard Murata 1DX PMOD
zwabbit edited this page Jul 14, 2021
·
1 revision
Avnet has a wireless PMOD board designed to plug into the Zedboard. There is out of the box PetaLinux driver support for it, but the associated firmware requires adding a separate recipe to the Zedboard PetaLinux project to get them included as part of the rootfs image, because the Zedboard BSP does not include that recipe out of the box.
The recipe file itself can be extracted from the Minized BSP, the Minized using the same chip for its onboard wireless. To get the recipe file, perform the following steps.
- Create a PetaLinux project using the Minized BSP.
petalinux-create --type project --source <BSP_PATH>/minized_sbc_base_2020_2.bsp --name <PROJECT_NAME>
- The Murata firmware recipe is located inside of:
<PROJECT>/project-spec/meta-avnet/recipes-utils/minized-wireless
- The simplest way of copying it over would be to copy the minized-wireless directory over into the Zedboard project.
- Put the minized-wireless directory into
project-spec/meta-user/recipes-apps
directory of the Zedboard project. - Edit the
project-spec/meta-user/conf/user-rootfsconfig
and addCONFIG_minized-wireless
to the end.
- Put the minized-wireless directory into
- Build the project.