Is there a way to create a custom hdl and dtsi to add into the meta-adi. I have built the hdl already using an ultrazed platform and need to implement the iio drivers for the ad9434 and this seems like the easiest path to go.
Is there a way to create a custom hdl and dtsi to add into the meta-adi. I have built the hdl already using an ultrazed platform and need to implement the iio drivers for the ad9434 and this seems like the easiest path to go.
Hi,
You need to provide your own hdl file and then follow the this section on the readme...
need to implement the iio drivers for the ad9434 and this seems like the easiest path to go.
Note that petalinux (based on yocto) is not really meant for development like that (though you can do it). It's meant for building complete linux images/distros...
Personally, If you're doing your own drivers, I would just manually compile the kernel. You can look here on how to build a boot image for zynq (there are wiki pages for zynMP as well):
https://wiki.analog.com/resources/tools-software/linux-software/build-the-zynq-boot-image
After being done with BOOT.IMG, then you can follow this to build your kernel + devicetrees:
wiki.analog.com/.../zynq_2015r2
Then, you can just update your sdcard boot partition with your kernel supporting your drivers...
- Nuno Sá
Thanks for the reply, that makes more sense now.
Thanks for the reply, that makes more sense now.