01-10-2020 09:22 PM
Hello!
I just started using ubuntu like 1 hour ago(total newbie haha), and I wanted to install vivado 2019.1
I can download the web installer, but I cant open the file. It gives me this error message:
Could anyone help me please? I only installed the basic Ubuntu with no third party add ons or anything and i partitioned 60GB for it.
I started using ubuntu because i want to get into petalinux
Thanks
01-11-2020 01:13 PM
found solution, once the permission issue is fixed with the
chmod
command,
drag the file from the downloads to the terminal and run (right click didnt give me the option of running from the terminal so I dragged it and it worked).
Thanks for the help everyone!
01-10-2020 10:26 PM
Hi @dmeads_10
Try these steps:
1. Right-click on the downloaded file and select Properties
2. Under the Permissions tab, check the box labeled "Allow executing file as program"
3. Click Apply Permissions
4. Now double-click on the Xilinx_Vivado_SDK_Web_2019.1_0524_1430_Lin64.bin
5. If nothing seems happening, right-click on the file and select "Run in Terminal"
Note: Make sure you provide execute permissions using chmod +x Xilinx_Vivado_SDK_Web_2019.1_0524_1430_Lin64.bin command.
Thanks,
Vinay
01-10-2020 10:54 PM
Thank you for the tips but nothing worked. It gives me this error message
Nothing happened when I ran in the command window
01-11-2020 01:31 AM
Hi @dmeads_10
Would you try the following ?
1. Open terminal
2. Install requirement packages before install petalinux
3. Execute the following command on ther terminal
bash <petalinux 2019.1> <install dir name>
Best regards,
01-11-2020 01:13 PM
found solution, once the permission issue is fixed with the
chmod
command,
drag the file from the downloads to the terminal and run (right click didnt give me the option of running from the terminal so I dragged it and it worked).
Thanks for the help everyone!