Lines Matching full:boot
52 achieved in a number of ways (e.g. using the Xilinx First Stage Boot Loader (FSBL), the Xilinx
53 Vivado generated ``ps_init.tcl`` JTAG script, Das U-Boot Secondary Program Loader (SPL), ...).
55 The instructions here use the U-Boot SPL. For further details and instructions for using Das U-Boot
58 - `Das U-Boot Website`_
59 - `Using Distro Boot With Xilinx U-Boot`_
61 Building Das U-Boot
64 Clone and build Das U-Boot for the Digilent Zybo:
68 git clone -b v2022.04 https://source.denx.de/u-boot/u-boot.git
69 cd u-boot
82 Ensure the board is configured for JTAG boot, open a serial terminal, turn on/reset the board (press
83 the ``PS-SRST`` button), and initialize the Zynq-7000 series SoC by uploading and running the U-Boot
100 Another option is to load and run the :zephyr:code-sample:`hello_world` application via U-Boot. Copy
101 ``u-boot/spl/boot.bin``, ``u-boot/u-boot.img``, and ``zephyr/zephyr.bin`` to a FAT32 formatted
103 configured for ``SD`` boot, and turn on the board.
105 Once U-boot is done initializing, load an run the Zephyr application:
121 Ensure the board is configured for JTAG boot, open a serial terminal, turn on/reset the board (press
122 the ``PS-SRST`` button), and initialize the Zynq-7000 series SoC by uploading and running the U-Boot
143 .. _Das U-Boot Website:
144 https://www.denx.de/wiki/U-Boot
146 .. _Using Distro Boot With Xilinx U-Boot:
147 …ttps://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/749142017/Using+Distro+Boot+With+Xilinx+U-Boot