Lines Matching refs:boot

20         > export BL33=path/to/u-boot.bin
22 For example: if U-Boot project (and its images) is located at ``~/project/u-boot``,
23 BL33 should be ``~/project/u-boot/u-boot.bin``
27 *u-boot.bin* should be used and not *u-boot-spl.bin*
247 The flash boot device, default is ``SPINOR``.
251 - SPINOR - SPI NOR flash boot
252 - SPINAND - SPI NAND flash boot
255 Download boot loader or program code from eMMC flash into CM3 or CA53
258 - SATA - SATA device boot
266 The boot partition number, default is 0.
268 To boot from eMMC, the value should be aligned with the parameter in
294 https://gitlab.nic.cz/turris/mox-boot-builder/
343 the image boot from SPI NOR flash partition 0, and the image is non trusted in WTP, the command
351 CRYPTOPP_PATH=/path/to/cryptopp/ BL33=/path/to/u-boot.bin \
358 > make USE_COHERENT_MEM=0 PLAT=a3700 CM3_SYSTEM_RESET=1 BL33=/path/to/u-boot.bin \
369 > git clone https://source.denx.de/u-boot/u-boot.git
373 > git clone https://gitlab.nic.cz/turris/mox-boot-builder.git
374 > make -C u-boot CROSS_COMPILE=aarch64-linux-gnu- mvebu_espressobin-88f3720_defconfig u-boot.bin
375 > make -C mox-boot-builder CROSS_CM3=arm-linux-gnueabi- wtmi_app.bin
379 CRYPTOPP_PATH=$PWD/cryptopp/ BL33=$PWD/u-boot/u-boot.bin \
380 WTMI_IMG=$PWD/mox-boot-builder/wtmi_app.bin FIP_ALIGN=0x100 mrvl_flash
390 A7K/A8K/CN913x because of hardware limitation (boot from secondary image
411 - boot-image.bin - TF-A image (contains BL1 and FIP images)
413 contains TIM, WTMI and boot-image.bin images. For other platforms it contains
414 BLe and boot-image.bin images. Should be placed on the boot flash/device.
419 Additional make target ``mrvl_bootimage`` produce ``boot-image.bin`` file. Target
463 https://gitlab.nic.cz/turris/mox-boot-builder.git