05-17-2017 01:48 AM
Hi
I'm using Vivado and Petalinux 2017.1 in Ubuntu 16.04 and I am having some problems when importing the hardware description from Vivado into my Petalinux project. Once I have applied the hw description my config no longer has the option to modify the "Advanced bootable images storage settings". Is there something missing in my hardware design?
I am following the steps as described in the Petalinux tools reference guide (UG1144 (v2017.1) April 5, 2017):
0 - Created design in Vivado, tested in bare machine mode and it works. Exported hdf and bitstream.
1 - created new Petalinux project as described in the reference guide:
$ petalinux-create -t project --name software --template zynq
2- cd to hardware description location and import the hardware description:
$ petalinux-config --get-hw-description -p <path to project>
3 - when the menuconfig interface opens, set the CONFIG_SUBSYSTEM_MACHINE_NAME to zedboard, as described in the 'tip' in the reference guide.
4 - I can't see the config option "Advanced bootable images storage settings", even if I let the config process complete and re-run petalinux-config. See the attached screengrab.
Have I missed something in my hardware design or a step in my Petalinux setup?
Any help gratefully received....
05-17-2017 07:59 AM
I think I have spotted some configuration issues with the PS in my design which could be causing this behaviour.....will investigate further.
Thanks to everyone who took the time to read the posting.
05-17-2017 07:59 AM
I think I have spotted some configuration issues with the PS in my design which could be causing this behaviour.....will investigate further.
Thanks to everyone who took the time to read the posting.