Searched full:bin (Results 1 – 25 of 1052) sorted by relevance
12345678910>>...43
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
1 #!/usr/bin/env bash10 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
1 #!/usr/bin/env bash16 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
142 # Set up .bin outputs.144 list(APPEND byproducts ${output}.signed.bin)145 zephyr_runner_file(bin ${output}.signed.bin)146 set(BYPRODUCT_KERNEL_SIGNED_BIN_NAME "${output}.signed.bin"147 CACHE FILEPATH "Signed kernel bin file" FORCE150 ${imgtool_sign} ${imgtool_args} ${output}.bin ${output}.signed.bin)153 list(APPEND byproducts ${output}.signed.confirmed.bin)154 set(BYPRODUCT_KERNEL_SIGNED_CONFIRMED_BIN_NAME "${output}.signed.confirmed.bin"155 CACHE FILEPATH "Signed and confirmed kernel bin file" FORCE158 ${imgtool_sign} ${imgtool_args} --pad --confirm ${output}.bin[all …]
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
1 #!/usr/bin/env bash13 ${BSIM_OUT_PATH}/bin/bs_${BOARD_TS}_$(guess_test_long_name)_prj_rpa_sharing_conf"16 cd ${BSIM_OUT_PATH}/bin20 -flash="${simulation_id}.central.log.bin"24 -flash="${simulation_id}.peripheral.log.bin"33 -flash="${simulation_id}.central.log.bin" -flash_rm37 -flash="${simulation_id}.peripheral.log.bin" -flash_rm
1 #!/usr/bin/env bash12 central_exe="${BSIM_OUT_PATH}/bin/bs_${BOARD_TS}_$(guess_test_long_name)_prj_conf"15 cd ${BSIM_OUT_PATH}/bin19 -flash="${simulation_id}.central.log.bin" -flash_erase23 -flash="${simulation_id}.peripheral.log.bin" -flash_erase32 -flash="${simulation_id}.central.log.bin" -flash_rm36 -flash="${simulation_id}.peripheral.log.bin" -flash_rm
1 #!/usr/bin/env bash13 ${BSIM_OUT_PATH}/bin/bs_${BOARD_TS}_$(guess_test_long_name)_prj_rpa_expired_conf"16 cd ${BSIM_OUT_PATH}/bin20 -RealEncryption=1 -flash="${simulation_id}.central.log.bin" -flash_erase24 -RealEncryption=1 -flash="${simulation_id}.peripheral.log.bin" -flash_erase
44 This shield should be loaded with the `ESP32 AT Bin`_ software which is46 compatible with ESP32 AT Bin 2.0.0, after getting the binary from Espressif60 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 \[all …]
1 #!/usr/bin/env bash27 -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/flash.bin -flash_erase45 -flash=../results/mesh_srpl_replay_attack/flash.bin -flash_rm51 -flash=../results/mesh_srpl_replay_attack_psa/flash.bin -flash_erase57 -flash=../results/mesh_srpl_replay_attack_psa/flash.bin -flash_rm
1 #!/usr/bin/env bash14 -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 \
1 #!/usr/bin/env bash12 cd ${BSIM_OUT_PATH}/bin17 -flash="${simulation_id}_client.log.bin" -flash_rm -RealEncryption=123 -flash="${simulation_id}_bad_client.log.bin" -flash_rm -RealEncryption=129 -flash="${simulation_id}_server.log.bin" -flash_rm -RealEncryption=138 -flash="${simulation_id}_client.log.bin" -flash_rm -RealEncryption=144 -flash="${simulation_id}_bad_client.log.bin" -flash_rm -RealEncryption=150 -flash="${simulation_id}_server.log.bin" -flash_rm -RealEncryption=1
24 and generate ``zephyr.bin.normal.out``.28 ./spl_tool -c -f build/zephyr/zephyr.bin30 This will create a new file ``build/zephyr/zephyr.bin.normal.out`` that can be flashed.52 Copy the ``zephyr.bin.normal.out`` from ``build/zephyr/zephyr.bin.normal.out``54 Flash the ``zephyr.bin.normal.out`` using this command:58 cargo run -- zephyr.bin.normal.out && minicom -D /dev/ttyUSB062 cargo run -- zephyr.bin.normal.out && minicom -D /dev/ttyUSB064 Running `target/debug/vf2-loader zephyr.bin.normal.out`
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)
1 #!/bin/env bash12 cd ${BSIM_OUT_PATH}/bin17 -flash="${simulation_id}_client.log.bin" -flash_rm -RealEncryption=1 -argstest 1023 -flash="${simulation_id}_server.log.bin" -flash_rm -RealEncryption=1 -argstest 1032 -flash="${simulation_id}_client.log.bin" -flash_rm -RealEncryption=1 -argstest 1038 -flash="${simulation_id}_server.log.bin" -flash_rm -RealEncryption=1 -argstest 10
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)
1 #!/bin/env bash11 test_exe_d0="${BSIM_OUT_PATH}/bin/bs_${BOARD_TS}_$(guess_test_long_name)_client_prj_conf"12 test_exe_d1="${BSIM_OUT_PATH}/bin/bs_${BOARD_TS}_$(guess_test_long_name)_server_prj_conf"14 cd ${BSIM_OUT_PATH}/bin
1 #!/usr/bin/env bash12 central_exe="${BSIM_OUT_PATH}/bin/bs_${BOARD_TS}_${test_path}_central_prj_conf"13 peripheral_exe="${BSIM_OUT_PATH}/bin/bs_${BOARD_TS}_${test_path}_peripheral_prj_conf"15 cd ${BSIM_OUT_PATH}/bin
1 #!/usr/bin/env bash11 cd ${BSIM_OUT_PATH}/bin15 -flash="${simulation_id}.log.bin"24 -flash="${simulation_id}.log.bin" -flash_rm
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
1 #!/usr/bin/env bash16 dut_exe="${BSIM_OUT_PATH}/bin/bs_${BOARD_TS}_${test_name}_dut_prj_conf"17 peer_exe="${BSIM_OUT_PATH}/bin/bs_${BOARD_TS}_${test_name}_peer_prj_conf"19 cd ${BSIM_OUT_PATH}/bin