Zynq u-boot: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Nick (Diskussion | Beiträge) |
Nick (Diskussion | Beiträge) |
||
| Zeile 1: | Zeile 1: | ||
=Zynq u-boot= | =Zynq u-boot= | ||
Download: | Download tools and u-boot: | ||
sudo apt install bison -y | |||
git clone https://github.com/Xilinx/u-boot-xlnx.git | git clone https://github.com/Xilinx/u-boot-xlnx.git | ||
cd u-boot-xlnx/ | cd u-boot-xlnx/ | ||
Umgebungsvariablen setzen: | Umgebungsvariablen setzen: | ||
export CROSS_COMPILE=arm-linux-gnueabihf | export CROSS_COMPILE=arm-linux-gnueabihf- | ||
export ARCH=arm | export ARCH=arm | ||
Konfigurieren und baunen von u-boot: | Konfigurieren und baunen von u-boot: | ||
Version vom 4. August 2021, 12:37 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