Then I've created a new Petalinux project importing the hardware specification from the custom design. To include the software support for Digilent's IPs I've configured Petalinux in the same way as the reference bsp (including uboot and kernel sources from Digilent's git repo).
Then, in order to build petalinux, I need to add the CONFIG_SYS_MALLOC_F=y flag to the uboot configuration file. After this, the build process succeeded. However, if I try to boot the image from the SD card the "done" LD10 led start blinking and the boot fail.
Question
Twoism_
Hi,
I've built a custom design by adding some extra IPs to the diligent reference design for Petalinux:
https://github.com/Digilent/ZYBO/tree/master/Projects/linux_bd
Then I've created a new Petalinux project importing the hardware specification from the custom design. To include the software support for Digilent's IPs I've configured Petalinux in the same way as the reference bsp (including uboot and kernel sources from Digilent's git repo).
https://github.com/Digilent/petalinux-bsps/tree/master/projects/Digilent-Zybo-Linux-BD-v2015.4
Then, in order to build petalinux, I need to add the CONFIG_SYS_MALLOC_F=y flag to the uboot configuration file. After this, the build process succeeded. However, if I try to boot the image from the SD card the "done" LD10 led start blinking and the boot fail.
What I'm doing wrong?
Thanks.
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.