Home
last modified time | relevance | path

Searched refs:bin (Results 1 – 25 of 498) sorted by relevance

12345678910>>...20

/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/tests/bsim/bluetooth/mesh/tests_scripts/proxy_sol/
Dsol_replay.sh27 -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_psa/flash.bin -flash_erase
45 -flash=../results/mesh_srpl_replay_attack_psa/flash.bin -flash_rm
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/tests_scripts/replay_cache/
Drpl_frag.sh16 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
Dreplay_attack.sh10 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
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/tests_scripts/persistence/
Dreprovisioning.sh14 -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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/boards/shields/mikroe_wifi_bt_click/doc/
Dindex.rst60 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 …]
/Zephyr-Core-3.7.0/boards/starfive/visionfive2/doc/
Dindex.rst31 and generate ``zephyr.bin.normal.out``.
35 ./spl_tool -c -f build/zephyr/zephyr.bin
37 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/ttyUSB0
69 cargo run -- zephyr.bin.normal.out && minicom -D /dev/ttyUSB0
71 Running `target/debug/vf2-loader zephyr.bin.normal.out`
/Zephyr-Core-3.7.0/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-Core-3.7.0/cmake/
Dmcuboot.cmake117 # 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" FORCE
127 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 …]
/Zephyr-Core-3.7.0/cmake/bintools/armclang/
Dtarget.cmake5 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)
/Zephyr-Core-3.7.0/boards/arm/fvp_base_revc_2xaemv8a/
Dboard.cmake39 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)
/Zephyr-Core-3.7.0/boards/nxp/lpcxpresso11u68/
DCMakeLists.txt4 # Insert checksum (verified by the bootloader) into the zephyr.bin
7 COMMAND lpc_checksum -f bin ${CMAKE_BINARY_DIR}/zephyr/${KERNEL_BIN_NAME}
/Zephyr-Core-3.7.0/boards/seagate/faze/
DCMakeLists.txt8 # Insert checksum (verified by the bootloader) into the zephyr.bin
11 COMMAND lpc_checksum -f bin ${CMAKE_BINARY_DIR}/zephyr/${KERNEL_BIN_NAME}
/Zephyr-Core-3.7.0/tests/bluetooth/shell/
Drun-bsim.sh42 pushd $BSIM_OUT_PATH/bin
43 $BSIM_OUT_PATH/bin/bs_2G4_phy_v1 -s=shell-sim -D=$((num_devices+=1))
/Zephyr-Core-3.7.0/boards/intel/common/scripts/
Dbuild_grub.sh53 mkdir -p bin
54 cp src/grub_${TARGET_ARCH}.efi bin/
59 rm -rf ./bin
/Zephyr-Core-3.7.0/soc/aspeed/ast10x0/
DCMakeLists.txt14 ${PROJECT_BINARY_DIR}/${CONFIG_KERNEL_BIN_NAME}.bin
15 ${PROJECT_BINARY_DIR}/uart_${CONFIG_KERNEL_BIN_NAME}.bin
/Zephyr-Core-3.7.0/samples/net/sockets/dumb_http_server_mt/
DCMakeLists.txt15 response_big.html.bin
16 response_100k.html.bin
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/l2cap/send_on_connect/tests_scripts/
Dl2cap.sh11 cd ${BSIM_OUT_PATH}/bin
26 cd ${BSIM_OUT_PATH}/bin
/Zephyr-Core-3.7.0/boards/intel/ish/doc/
Dindex.rst49 A Zephyr image file named :file:`ish_fw.bin` is automatically
52 Run ish_fw.bin on ADL RVP board for Chrome
67 $ /usr/share/vboot/bin/make_dev_ssd.sh --remove_rootfs_verification --partitions
76 - Relace the file adlrvp_ish.bin with zephyr image built out, ish_fw.bin.
/Zephyr-Core-3.7.0/boards/raspberrypi/rpi_4b/doc/
Dindex.rst51 …* `bootcode.bin <https://raw.githubusercontent.com/raspberrypi/firmware/master/boot/bootcode.bin>`_
54 2. Copy ``build/zephyr/zephyr.bin``
59 kernel=zephyr.bin

12345678910>>...20