When exporting 2020.2 xpr at Vivado, following error comes up.
ERROR: [Common 17-53] User Exception: Specified ip cache dir /home/training/Projects/bsp_build_tests/test_tag/minized_sbc_base/hdl/projects/minized_sbc_base_2020_2/minized_sbc_base.cache/ip does not exist. Unable to copy into Shell.
To replicate, here is steps based on Ubuntu 20.04
~/Downloads$ tar -xf minized_sbc_base_2020_2.tar.gz
$ source ~/petalinux/settings.sh
$ petalinux-create -t project -s ~/Downloads/minized_sbc_base_2020_2.bsp
At Vivado 2020.2, open project at /hardware/minized_sbc_base_2020_2/minized_sbc_base.xpr
Then File/Export/Export Platform, select Next, select Hardware, select include bitstream, select Next, Next, Finish.
Then above error pops up.
I want to modify the design and export to xsa but the error is blocking. Any advice ?