This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
hw:zynq:linux:petalinux:start [2019/03/20 11:14] jakub.moron |
hw:zynq:linux:petalinux:start [2021/04/21 14:46] (current) jakub.moron |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Install PetaLinux ====== | + | ====== Install PetaLinux 2018.3 ====== |
| - Install required packages: <code> | - Install required packages: <code> | ||
| - | diffstat chrpath socat libtool libtool-bin libncurses5-dev libssl-dev | + | diffstat chrpath socat libtool libtool-bin libncurses5-dev libssl-dev zlib1g-dev |
| - | </code> | + | </code> <code> |
| + | gcc net-tools make autoconf git | ||
| + | </code> And ncurses: <code> | ||
| + | libncurses5 libncursesw5 | ||
| + | </code> | ||
| - Set bash as default shell: <code> | - Set bash as default shell: <code> | ||
| dpkg-reconfigure dash | dpkg-reconfigure dash | ||
| Line 15: | Line 19: | ||
| /bin/sed "$@" | /bin/sed "$@" | ||
| fi </code> | fi </code> | ||
| - | - Create source script which will later set the PetaLinux enviroment. Assume example name ''settings_petalinux_2018.3.sh'': <code> | + | - Create source script which will later set the PetaLinux environment. Assume example name ''settings_petalinux_2018.3.sh'': <code> |
| alias sed="<path_to_sed_wrapper_script>/sed.sh" | alias sed="<path_to_sed_wrapper_script>/sed.sh" | ||
| </code> | </code> | ||