Searched refs:bin (Results 1 – 25 of 498) sorted by relevance
12345678910>>...20
4 # Convert the .bin file argument to a .o file, create a wrapper7 function(add_bin_file_to_the_next_link target_dependency bin)9 OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${bin}.o15 --rename-section .data=${bin},CONTENTS,ALLOC,LOAD,READONLY,DATA16 ${bin}.bin17 ${bin}.o18 DEPENDS ${target_dependency} ${bin}.bin21 add_custom_target(${bin}_o DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${bin}.o)22 add_library(${bin} STATIC IMPORTED GLOBAL)23 set_property(TARGET ${bin} PROPERTY IMPORTED_LOCATION ${CMAKE_CURRENT_BINARY_DIR}/${bin}.o)[all …]
93 ${CMAKE_CURRENT_BINARY_DIR}/irq_int_vector_map.bin94 ${CMAKE_CURRENT_BINARY_DIR}/staticIdt.bin95 ${CMAKE_CURRENT_BINARY_DIR}/irq_vectors_alloc.bin103 OUTPUT irq_int_vector_map.bin staticIdt.bin irq_vectors_alloc.bin108 --output-idt staticIdt.bin109 --vector-map irq_int_vector_map.bin110 --output-vectors-alloc irq_vectors_alloc.bin130 # file ${ZEPHYR_PREBUILT_EXECUTABLE}, creating the temp file gdt.bin along the133 # ${ZEPHYR_PREBUILT_EXECUTABLE}.elf -> gdt.bin -> gdt.o137 gdt.bin[all …]
9 ${ZEPHYR_BINARY_DIR}/${KERNEL_ELF_NAME} ${PROJECT_BINARY_DIR}/ish_kernel.bin12 ${ZEPHYR_BINARY_DIR}/${KERNEL_ELF_NAME} ${PROJECT_BINARY_DIR}/ish_aon.bin15 -k ${PROJECT_BINARY_DIR}/ish_kernel.bin16 -a ${PROJECT_BINARY_DIR}/ish_aon.bin17 -o ${PROJECT_BINARY_DIR}/ish_fw.bin22 ARGS -k ${PROJECT_BINARY_DIR}/${CONFIG_KERNEL_BIN_NAME}.bin23 -o ${PROJECT_BINARY_DIR}/ish_fw.bin
13 set(source_file src/file.bin)15 generate_inc_file_for_target(app ${source_file} ${gen_dir}/file.bin.inc)16 generate_inc_file_for_target(app ${source_file} ${gen_dir}/file.bin.partial.inc18 generate_inc_file_for_target(app ${source_file} ${gen_dir}/file.bin.gz.inc --gzip)19 generate_inc_file_for_target(app ${source_file} ${gen_dir}/file.bin.mtime.gz.inc21 generate_inc_file_for_target(app ${source_file} ${gen_dir}/file.bin.partial.gz.inc
27 -flash=../results/mesh_srpl_replay_attack/flash.bin -flash_erase33 -flash=../results/mesh_srpl_replay_attack/flash.bin -flash_rm39 -flash=../results/mesh_srpl_replay_attack_psa/flash.bin -flash_erase45 -flash=../results/mesh_srpl_replay_attack_psa/flash.bin -flash_rm
16 rpc_rx_rpl_frag -flash=../results/mesh_replay_fragmentation/flash.bin -flash_erase \22 rpc_rx_reboot_after_defrag -flash=../results/mesh_replay_fragmentation/flash.bin -flash_rm26 rpc_rx_rpl_frag -flash=../results/mesh_replay_fragmentation_psa/flash.bin -flash_erase \31 rpc_rx_reboot_after_defrag -flash=../results/mesh_replay_fragmentation_psa/flash.bin -flash_rm
10 rpc_rx_immediate_replay_attack -flash=../results/mesh_replay_attack/flash.bin -flash_erase15 rpc_rx_power_replay_attack -flash=../results/mesh_replay_attack/flash.bin -flash_rm20 rpc_rx_immediate_replay_attack -flash=../results/mesh_replay_attack_psa/flash.bin -flash_erase25 rpc_rx_power_replay_attack -flash=../results/mesh_replay_attack_psa/flash.bin -flash_rm
14 -flash=../results/mesh_pst_repr/flash.bin -flash_erase \20 -flash=../results/mesh_pst_repr/flash.bin -flash_rm \25 -flash=../results/mesh_pst_repr_psa/flash.bin -flash_erase \30 -flash=../results/mesh_pst_repr_psa/flash.bin -flash_rm \
12 generate_inc_file_for_target(app src/response_small.html.bin ${gen_dir}/response_small.html.bin.inc)13 generate_inc_file_for_target(app src/response_big.html.bin ${gen_dir}/response_big.html.bin.inc)
9 set(blob_gen_inc_file ${blob_gen_dir}/psoc6_cm0p_sleep.bin.inc)12 set(blob_bin_file ${hal_blobs_dir}/psoc6_01_cm0p_sleep.bin)16 set(blob_bin_file ${hal_blobs_dir}/psoc6_02_cm0p_sleep.bin)20 set(blob_bin_file ${hal_blobs_dir}/psoc6_03_cm0p_sleep.bin)24 set(blob_bin_file ${hal_blobs_dir}/psoc6_04_cm0p_sleep.bin)
60 0x10000 ota_data_initial.bin \61 0x1000 bootloader/bootloader.bin \62 0x20000 at_customize.bin \63 0x21000 customized_partitions/ble_data.bin \64 0x24000 customized_partitions/server_cert.bin \65 0x26000 customized_partitions/server_key.bin \66 0x28000 customized_partitions/server_ca.bin \67 0x2a000 customized_partitions/client_cert.bin \68 0x2c000 customized_partitions/client_key.bin \69 0x2e000 customized_partitions/client_ca.bin \[all …]
31 and generate ``zephyr.bin.normal.out``.35 ./spl_tool -c -f build/zephyr/zephyr.bin37 This will create a new file ``build/zephyr/zephyr.bin.normal.out`` that can be flashed.59 Copy the ``zephyr.bin.normal.out`` from ``build/zephyr/zephyr.bin.normal.out``61 Flash the ``zephyr.bin.normal.out`` using this command:65 cargo run -- zephyr.bin.normal.out && minicom -D /dev/ttyUSB069 cargo run -- zephyr.bin.normal.out && minicom -D /dev/ttyUSB071 Running `target/debug/vf2-loader zephyr.bin.normal.out`
12 ${CONFIG_KERNEL_BIN_NAME}.bin13 ${CONFIG_KERNEL_BIN_NAME}_exe.bin17 …TATUS "neorv32 binary will be written to: ${PROJECT_BINARY_DIR}/${CONFIG_KERNEL_BIN_NAME}_exe.bin")22 ${CONFIG_KERNEL_BIN_NAME}.bin
117 # Set up .bin outputs.119 list(APPEND unconfirmed_args --bin --sbin ${output}.signed.bin)120 list(APPEND byproducts ${output}.signed.bin)121 zephyr_runner_file(bin ${output}.signed.bin)122 set(BYPRODUCT_KERNEL_SIGNED_BIN_NAME "${output}.signed.bin"123 CACHE FILEPATH "Signed kernel bin file" FORCE127 list(APPEND confirmed_args --bin --sbin ${output}.signed.confirmed.bin)128 list(APPEND byproducts ${output}.signed.confirmed.bin)129 set(BYPRODUCT_KERNEL_SIGNED_CONFIRMED_BIN_NAME "${output}.signed.confirmed.bin"130 CACHE FILEPATH "Signed and confirmed kernel bin file" FORCE[all …]
5 find_program(CMAKE_FROMELF fromelf PATHS ${TOOLCHAIN_HOME}/bin NO_DEFAULT_PATH)6 find_program(CMAKE_AS armasm PATHS ${TOOLCHAIN_HOME}/bin NO_DEFAULT_PATH)7 find_program(CMAKE_AR armar PATHS ${TOOLCHAIN_HOME}/bin NO_DEFAULT_PATH)
39 set(FVP_SECURE_FLASH_FILE ${TFA_BINARY_DIR}/fvp/debug/bl1.bin)40 set(FVP_FLASH_FILE ${TFA_BINARY_DIR}/fvp/debug/fip.bin)42 set(FVP_SECURE_FLASH_FILE ${TFA_BINARY_DIR}/fvp/release/bl1.bin)43 set(FVP_FLASH_FILE ${TFA_BINARY_DIR}/fvp/release/fip.bin)
4 # Insert checksum (verified by the bootloader) into the zephyr.bin7 COMMAND lpc_checksum -f bin ${CMAKE_BINARY_DIR}/zephyr/${KERNEL_BIN_NAME}
8 # Insert checksum (verified by the bootloader) into the zephyr.bin11 COMMAND lpc_checksum -f bin ${CMAKE_BINARY_DIR}/zephyr/${KERNEL_BIN_NAME}
42 pushd $BSIM_OUT_PATH/bin43 $BSIM_OUT_PATH/bin/bs_2G4_phy_v1 -s=shell-sim -D=$((num_devices+=1))
53 mkdir -p bin54 cp src/grub_${TARGET_ARCH}.efi bin/59 rm -rf ./bin
14 ${PROJECT_BINARY_DIR}/${CONFIG_KERNEL_BIN_NAME}.bin15 ${PROJECT_BINARY_DIR}/uart_${CONFIG_KERNEL_BIN_NAME}.bin
15 response_big.html.bin16 response_100k.html.bin
11 cd ${BSIM_OUT_PATH}/bin26 cd ${BSIM_OUT_PATH}/bin
49 A Zephyr image file named :file:`ish_fw.bin` is automatically52 Run ish_fw.bin on ADL RVP board for Chrome67 $ /usr/share/vboot/bin/make_dev_ssd.sh --remove_rootfs_verification --partitions76 - Relace the file adlrvp_ish.bin with zephyr image built out, ish_fw.bin.
51 …* `bootcode.bin <https://raw.githubusercontent.com/raspberrypi/firmware/master/boot/bootcode.bin>`_54 2. Copy ``build/zephyr/zephyr.bin``59 kernel=zephyr.bin