Lines Matching refs:bin

20         > export BL33=path/to/u-boot.bin
23 BL33 should be ``~/project/u-boot/u-boot.bin``
27 *u-boot.bin* should be used and not *u-boot-spl.bin*
277 binary. The default image is ``fuse.bin`` that built from sources in WTP
287 application firmware ``wtmi_app.bin`` for all Armada 3720 devices.
290 ``fuse.bin`` image does not have.
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 \
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
382 Produced Marvell firmware flash image: ``trusted-firmware-a/build/a3700/release/flash-image.bin``
406 - ble.bin - BLe image (not available for Armada37x0)
407 - bl1.bin - BL1 image
408 - bl2.bin - BL2 image
409 - bl31.bin - BL31 image
410 - fip.bin - FIP image (contains BL2, BL31 & BL33 (U-Boot) images)
411 - boot-image.bin - TF-A image (contains BL1 and FIP images)
412 - flash-image.bin - Flashable Marvell firmware image. For Armada37x0 it
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.
415 - uart-images.tgz.bin - GZIPed TAR archive which contains Armada37x0 images
419 Additional make target ``mrvl_bootimage`` produce ``boot-image.bin`` file. Target
420 ``mrvl_flash`` produce final ``flash-image.bin`` file and target ``mrvl_uart``
421 produce ``uart-images.tgz.bin`` file.
445 > export CROSS_CM3=/opt/arm-cross/bin/arm-linux-gnueabi