Zynq u-boot: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Nick (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „=Zynq u-boot= Download: git clone https://github.com/Xilinx/u-boot-xlnx.git“) |
Nick (Diskussion | Beiträge) |
||
| Zeile 2: | Zeile 2: | ||
Download: | Download: | ||
git clone https://github.com/Xilinx/u-boot-xlnx.git | 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 | |||
Version vom 4. August 2021, 12:30 Uhr
Zynq u-boot
Download:
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