Home
last modified time | relevance | path

Searched full:bin (Results 1 – 25 of 1052) sorted by relevance

12345678910>>...43

/Zephyr-latest/arch/x86/
DCMakeLists.txt4 # Convert the .bin file argument to a .o file, create a wrapper
7 function(add_bin_file_to_the_next_link target_dependency bin)
9 OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${bin}.o
15 --rename-section .data=${bin},CONTENTS,ALLOC,LOAD,READONLY,DATA
16 ${bin}.bin
17 ${bin}.o
18 DEPENDS ${target_dependency} ${bin}.bin
21 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 …]
Dia32.cmake93 ${CMAKE_CURRENT_BINARY_DIR}/irq_int_vector_map.bin
94 ${CMAKE_CURRENT_BINARY_DIR}/staticIdt.bin
95 ${CMAKE_CURRENT_BINARY_DIR}/irq_vectors_alloc.bin
103 OUTPUT irq_int_vector_map.bin staticIdt.bin irq_vectors_alloc.bin
108 --output-idt staticIdt.bin
109 --vector-map irq_int_vector_map.bin
110 --output-vectors-alloc irq_vectors_alloc.bin
130 # file ${ZEPHYR_PREBUILT_EXECUTABLE}, creating the temp file gdt.bin along the
133 # ${ZEPHYR_PREBUILT_EXECUTABLE}.elf -> gdt.bin -> gdt.o
137 gdt.bin
[all …]
/Zephyr-latest/soc/intel/intel_ish/utils/
Dbuild_ish_firmware.cmake9 ${ZEPHYR_BINARY_DIR}/${KERNEL_ELF_NAME} ${PROJECT_BINARY_DIR}/ish_kernel.bin
12 ${ZEPHYR_BINARY_DIR}/${KERNEL_ELF_NAME} ${PROJECT_BINARY_DIR}/ish_aon.bin
15 -k ${PROJECT_BINARY_DIR}/ish_kernel.bin
16 -a ${PROJECT_BINARY_DIR}/ish_aon.bin
17 -o ${PROJECT_BINARY_DIR}/ish_fw.bin
22 ARGS -k ${PROJECT_BINARY_DIR}/${CONFIG_KERNEL_BIN_NAME}.bin
23 -o ${PROJECT_BINARY_DIR}/ish_fw.bin
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/replay_cache/
Dreplay_attack.sh1 #!/usr/bin/env bash
10 rpc_rx_immediate_replay_attack -flash=../results/mesh_replay_attack/flash.bin -flash_erase
15 rpc_rx_power_replay_attack -flash=../results/mesh_replay_attack/flash.bin -flash_rm
20 rpc_rx_immediate_replay_attack -flash=../results/mesh_replay_attack_psa/flash.bin -flash_erase
25 rpc_rx_power_replay_attack -flash=../results/mesh_replay_attack_psa/flash.bin -flash_rm
Drpl_frag.sh1 #!/usr/bin/env bash
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_rm
26 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
/Zephyr-latest/cmake/
Dmcuboot.cmake142 # 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" FORCE
150 ${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" FORCE
158 ${imgtool_sign} ${imgtool_args} --pad --confirm ${output}.bin
[all …]
/Zephyr-latest/tests/application_development/gen_inc_file/
DCMakeLists.txt13 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.inc
18 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.inc
21 generate_inc_file_for_target(app ${source_file} ${gen_dir}/file.bin.partial.gz.inc
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/peripheral/test_scripts/
Drun_test_rpa_sharing.sh1 #!/usr/bin/env bash
13 ${BSIM_OUT_PATH}/bin/bs_${BOARD_TS}_$(guess_test_long_name)_prj_rpa_sharing_conf"
16 cd ${BSIM_OUT_PATH}/bin
20 -flash="${simulation_id}.central.log.bin"
24 -flash="${simulation_id}.peripheral.log.bin"
33 -flash="${simulation_id}.central.log.bin" -flash_rm
37 -flash="${simulation_id}.peripheral.log.bin" -flash_rm
Drun_test.sh1 #!/usr/bin/env bash
12 central_exe="${BSIM_OUT_PATH}/bin/bs_${BOARD_TS}_$(guess_test_long_name)_prj_conf"
15 cd ${BSIM_OUT_PATH}/bin
19 -flash="${simulation_id}.central.log.bin" -flash_erase
23 -flash="${simulation_id}.peripheral.log.bin" -flash_erase
32 -flash="${simulation_id}.central.log.bin" -flash_rm
36 -flash="${simulation_id}.peripheral.log.bin" -flash_rm
Drun_test_rpa_expired.sh1 #!/usr/bin/env bash
13 ${BSIM_OUT_PATH}/bin/bs_${BOARD_TS}_$(guess_test_long_name)_prj_rpa_expired_conf"
16 cd ${BSIM_OUT_PATH}/bin
20 -RealEncryption=1 -flash="${simulation_id}.central.log.bin" -flash_erase
24 -RealEncryption=1 -flash="${simulation_id}.peripheral.log.bin" -flash_erase
/Zephyr-latest/boards/shields/mikroe_wifi_bt_click/doc/
Dindex.rst44 This shield should be loaded with the `ESP32 AT Bin`_ software which is
46 compatible with ESP32 AT Bin 2.0.0, after getting the binary from Espressif
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 \
[all …]
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/proxy_sol/
Dsol_replay.sh1 #!/usr/bin/env bash
27 -flash=../results/mesh_srpl_replay_attack/flash.bin -flash_erase
33 -flash=../results/mesh_srpl_replay_attack/flash.bin -flash_rm
39 -flash=../results/mesh_srpl_replay_attack/flash.bin -flash_erase
45 -flash=../results/mesh_srpl_replay_attack/flash.bin -flash_rm
51 -flash=../results/mesh_srpl_replay_attack_psa/flash.bin -flash_erase
57 -flash=../results/mesh_srpl_replay_attack_psa/flash.bin -flash_rm
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/persistence/
Dreprovisioning.sh1 #!/usr/bin/env bash
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 \
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/test_scripts/
Dccc_update.sh1 #!/usr/bin/env bash
12 cd ${BSIM_OUT_PATH}/bin
17 -flash="${simulation_id}_client.log.bin" -flash_rm -RealEncryption=1
23 -flash="${simulation_id}_bad_client.log.bin" -flash_rm -RealEncryption=1
29 -flash="${simulation_id}_server.log.bin" -flash_rm -RealEncryption=1
38 -flash="${simulation_id}_client.log.bin" -flash_rm -RealEncryption=1
44 -flash="${simulation_id}_bad_client.log.bin" -flash_rm -RealEncryption=1
50 -flash="${simulation_id}_server.log.bin" -flash_rm -RealEncryption=1
Dccc_update_2.sh1 #!/usr/bin/env bash
12 cd ${BSIM_OUT_PATH}/bin
17 -flash="${simulation_id}_client.log.bin" -flash_rm -RealEncryption=1
23 -flash="${simulation_id}_bad_client.log.bin" -flash_rm -RealEncryption=1
29 -flash="${simulation_id}_server.log.bin" -flash_rm -RealEncryption=1
38 -flash="${simulation_id}_client.log.bin" -flash_rm -RealEncryption=1
44 -flash="${simulation_id}_bad_client.log.bin" -flash_rm -RealEncryption=1
50 -flash="${simulation_id}_server.log.bin" -flash_rm -RealEncryption=1
/Zephyr-latest/boards/starfive/visionfive2/doc/
Dindex.rst24 and generate ``zephyr.bin.normal.out``.
28 ./spl_tool -c -f build/zephyr/zephyr.bin
30 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/ttyUSB0
62 cargo run -- zephyr.bin.normal.out && minicom -D /dev/ttyUSB0
64 Running `target/debug/vf2-loader zephyr.bin.normal.out`
/Zephyr-latest/samples/net/sockets/dumb_http_server/
DCMakeLists.txt12 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)
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/ccc_store/test_scripts/
Dccc_store.sh1 #!/bin/env bash
12 cd ${BSIM_OUT_PATH}/bin
17 -flash="${simulation_id}_client.log.bin" -flash_rm -RealEncryption=1 -argstest 10
23 -flash="${simulation_id}_server.log.bin" -flash_rm -RealEncryption=1 -argstest 10
32 -flash="${simulation_id}_client.log.bin" -flash_rm -RealEncryption=1 -argstest 10
38 -flash="${simulation_id}_server.log.bin" -flash_rm -RealEncryption=1 -argstest 10
Dccc_store_2.sh1 #!/bin/env bash
12 cd ${BSIM_OUT_PATH}/bin
17 -flash="${simulation_id}_client.log.bin" -flash_rm -RealEncryption=1 -argstest 10
23 -flash="${simulation_id}_server.log.bin" -flash_rm -RealEncryption=1 -argstest 10
32 -flash="${simulation_id}_client.log.bin" -flash_rm -RealEncryption=1 -argstest 10
38 -flash="${simulation_id}_server.log.bin" -flash_rm -RealEncryption=1 -argstest 10
/Zephyr-latest/modules/hal_infineon/cat1cm0p/
DCMakeLists.txt9 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)
/Zephyr-latest/tests/bsim/bluetooth/host/att/read_fill_buf/test_scripts/
Drun_tests.sh1 #!/bin/env bash
11 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
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/test_scripts/
Drun_test.sh1 #!/usr/bin/env bash
12 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
/Zephyr-latest/tests/bsim/bluetooth/host/id/settings/test_scripts/
Dsettings.sh1 #!/usr/bin/env bash
11 cd ${BSIM_OUT_PATH}/bin
15 -flash="${simulation_id}.log.bin"
24 -flash="${simulation_id}.log.bin" -flash_rm
/Zephyr-latest/boards/others/neorv32/
DCMakeLists.txt12 ${CONFIG_KERNEL_BIN_NAME}.bin
13 ${CONFIG_KERNEL_BIN_NAME}_exe.bin
17 …TATUS "neorv32 binary will be written to: ${PROJECT_BINARY_DIR}/${CONFIG_KERNEL_BIN_NAME}_exe.bin")
22 ${CONFIG_KERNEL_BIN_NAME}.bin
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/ecred/test_scripts/
Drun.sh1 #!/usr/bin/env bash
16 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

12345678910>>...43