Hi,
I work with avnet ultrazed 3EG IOCC board. I tried to create BSP file by using make_uz3eg_iocc.sh and after that I want to create petalinux project from bsp file. But there is a error when generating bitstream in Vivado 2020.1.
I work with Vivado 2020.1 and petalinux 2020.1, also ubuntu 18.4.
My work flow is:
cd ~
mkdir -p git/avnet
cd git/avnet
git clone git://github.com/avnet/bdf.git -b master
git clone git://github.com/avnet/hdl.git -b 2020.1
git clone git://github.com/avnet/petalinux.git -b 2020.1
cd /home/peta-dev/git/avnet/petalinux/scripts
source /home/peta-dev/Xilinx/Vivado/2020.1/settings64.sh
source ~/petalinux/settings.sh
./make_uz3eg_iocc.sh
I encountered this error:
***** Wait for bitstream to be writen...
[Mon Mar 29 13:20:16 2021] Waiting for impl_1 to finish...
/home/peta-dev/Xilinx/Vivado/2020.1/bin/loader: line 286: 6390 killed "$RDI_PROG" "$@"
I check RAM in my Ubuntu PC :
peta-dev@petadev-Lenovo-Y520-15IKBN:~$ free -h
total used free shared buff/cache available
Mem: 15G 2.0G 11G 645M 1.9G 12G
Swap: 2.0G 0B 2.0G
When vivado synthesise:
***** Wait for bitstream to be writen...
[Mon Mar 29 13:20:16 2021] Waiting for impl_1 to finish...
/home/peta-dev/Xilinx/Vivado/2020.1/bin/loader: line 286: 6390 killed "$RDI_PROG" "$@"
Again I check RAM in my Ubuntu PC :
total used free shared buff/cache available
Mem: 15G 14G 143M 301M 420M 34M
Swap: 2.0G 1.5G 537M