Zynq u-boot: Unterschied zwischen den Versionen

Aus Nicki Wiki
Zur Navigation springen Zur Suche springen
Zeile 1: Zeile 1:
=Zynq u-boot=
=Zynq U-boot=
Download tools and u-boot:
Download tools and u-boot:
  sudo apt install bison -y
  sudo apt install bison -y

Version vom 23. August 2021, 11:41 Uhr

Zynq U-boot

Download tools and u-boot:

sudo apt install bison -y
git clone https://github.com/Xilinx/u-boot-xlnx.git
cd u-boot-xlnx/

Umgebungsvariablen setzen:

export CROSS_COMPILE=arm-linux-gnueabihf-
export ARCH=arm

Konfigurieren und baunen von u-boot:

make distclean
make zynq_zc702_defconfig
make