Home
last modified time | relevance | path

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

12345678910>>...15

/hal_espressif-2.7.6/components/wpa_supplicant/src/utils/
Duuid.c14 int uuid_str2bin(const char *str, u8 *bin) in uuid_str2bin() argument
20 opos = bin; in uuid_str2bin()
49 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) in uuid_bin2str() argument
54 bin[0], bin[1], bin[2], bin[3], in uuid_bin2str()
55 bin[4], bin[5], bin[6], bin[7], in uuid_bin2str()
56 bin[8], bin[9], bin[10], bin[11], in uuid_bin2str()
57 bin[12], bin[13], bin[14], bin[15]); in uuid_bin2str()
/hal_espressif-2.7.6/examples/storage/parttool/
Dparttool_example.sh1 #!/usr/bin/env bash
7 # $2 - path to this example's built binary file (parttool.bin), by default $PWD/build/parttool.bin
20 BINARY=build/parttool.bin
37 $PARTTOOL_PY read_partition --partition-type=app --partition-subtype=factory --output=app.bin
38 assert_file_same app.bin $BINARY "Device app binary does not match built binary"
46 head -c $(($size)) /dev/urandom > write.bin
50 $PARTTOOL_PY write_partition --partition-name=storage --input write.bin
54 $PARTTOOL_PY read_partition --partition-name=storage --output read.bin
56 assert_file_same write.bin read.bin "Read contents of storage partition does not match source file …
64 $PARTTOOL_PY read_partition --partition-name=storage --output read.bin
[all …]
Dparttool_example.py1 #!/usr/bin/env python
52 …-binary', '-b', help='path to built example binary', default=os.path.join('build', 'parttool.bin'))
62 target.read_partition(factory, 'app.bin')
63 assert_file_same(args.binary, 'app.bin', 'Device app binary does not match built binary')
71 with open('write.bin', 'wb') as f:
77 target.write_partition(storage, 'write.bin')
81 target.read_partition(storage, 'read.bin')
83 …assert_file_same('write.bin', 'read.bin', 'Read contents of storage partition does not match sourc…
91 target.read_partition(storage, 'read.bin')
94 generate_blanked_file(storage_info.size, 'blank.bin')
[all …]
/hal_espressif-2.7.6/tools/mass_mfg/samples/
Dsample_values_multipage_blob.csv2 …e64,testdata/sample.txt,testdata/sample_blob.bin,testdata/sample_blob.bin,testdata/sample_multipag…
3 …e64,testdata/sample.txt,testdata/sample_blob.bin,testdata/sample_blob.bin,testdata/sample_multipag…
4 …e64,testdata/sample.txt,testdata/sample_blob.bin,testdata/sample_blob.bin,testdata/sample_multipag…
Dsample_values_singlepage_blob.csv2 …64,testdata/sample.txt,testdata/sample_blob.bin,testdata/sample_blob.bin,testdata/sample_singlepag…
3 …64,testdata/sample.txt,testdata/sample_blob.bin,testdata/sample_blob.bin,testdata/sample_singlepag…
4 …64,testdata/sample.txt,testdata/sample_blob.bin,testdata/sample_blob.bin,testdata/sample_singlepag…
/hal_espressif-2.7.6/tools/test_mkdfu/
Dtest_mkdfu.py1 #!/usr/bin/env python
45 p.expect_exact(['Adding 1/bootloader.bin at 0x1000',
46 'Adding 1/partition-table.bin at 0x8000',
47 'Adding 1/hello-world.bin at 0x10000',
59 …self.assertTrue(filecmp.cmp(f.name, os.path.join(current_dir, '1','dfu.bin')), 'Output files are d…
66 self.common_test(' '.join(['0x1000', os.path.join(current_dir, '1', '1.bin'),
67 '0x8000', os.path.join(current_dir, '1', '2.bin'),
68 '0x10000', os.path.join(current_dir, '1', '3.bin')
83 shutil.copyfile(os.path.join(current_dir, '1', '1.bin'), bootloader)
89 '0x8000', os.path.join(current_dir, '1', '2.bin'),
[all …]
/hal_espressif-2.7.6/examples/system/ota/otatool/
Dotatool_example.sh1 #!/usr/bin/env bash
7 # $2 - path to this example's built binary file (parttool.bin), by default $PWD/build/otatool.bin
19 BINARY=build/otatool.bin
53 $OTATOOL_PY read_ota_partition --name ota_0 --output app0.bin
54 $OTATOOL_PY read_ota_partition --slot 1 --output app1.bin
56 assert_file_same $BINARY app0.bin "Slot 0 app does not match factory app"
57 assert_file_same $BINARY app1.bin "Slot 1 app does not match factory app"
95 rm -rf app0.bin app1.bin
Dotatool_example.py1 #!/usr/bin/env python
57 …--binary', '-b', help='path to built example binary', default=os.path.join('build', 'otatool.bin'))
70 target.read_ota_partition('ota_0', 'app0.bin')
71 target.read_ota_partition(1, 'app1.bin')
73 assert_file_same('app0.bin', args.binary, 'Slot 0 app does not match factory app')
74 assert_file_same('app1.bin', args.binary, 'Slot 1 app does not match factory app')
112 clean_files = ['app0.bin', 'app1.bin']
/hal_espressif-2.7.6/docs/zh_CN/get-started/
Dlinux-setup-scratch.rst48 … gperf grep gettext python python-dev automake bison flex texinfo help2man libtool libtool-bin make
52 …text libncurses-dev python python-dev automake bison flex texinfo help2man libtool libtool-bin make
84 export PATH="$HOME/esp/{IDF_TARGET_TOOLCHAIN_PREFIX}/bin:$PATH"
89 …如果您已将 ``/bin/bash`` 设置为登录 shell,且同时存在 ``.bash_profile`` 和 ``.profile`` 两个文件,则请更新 ``.bash_profile``…
99 …}/bin:/home/user-name/bin:/home/user-name/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr…
/hal_espressif-2.7.6/docs/zh_CN/get-started-legacy/
Dlinux-setup.rst60 export PATH="$HOME/esp/xtensa-esp32-elf/bin:$PATH"
64 alias get_esp32='export PATH="$HOME/esp/xtensa-esp32-elf/bin:$PATH"'
70 …如果您已将 ``/bin/bash`` 设置为登录 shell,且同时存在 ``.bash_profile`` 和 ``.profile``,则请更新 ``.bash_profile`` 。在 C…
79 …f/bin:/home/user-name/bin:/home/user-name/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr…
/hal_espressif-2.7.6/examples/system/ota/simple_ota_example/
Dexample_test.py105 # check and log bin size
106 binary_file = os.path.join(dut1.app.binary_path, 'simple_ota.bin')
124 print('writing to device: {}'.format('https://' + host_ip + ':8000/simple_ota.bin'))
125 dut1.write('https://' + host_ip + ':8000/simple_ota.bin')
139 # check and log bin size
140 binary_file = os.path.join(dut1.app.binary_path, 'simple_ota.bin')
158 print('writing to device: {}'.format('https://' + host_ip + ':8000/simple_ota.bin'))
159 dut1.write('https://' + host_ip + ':8000/simple_ota.bin')
173 # check and log bin size
174 binary_file = os.path.join(dut1.app.binary_path, 'simple_ota.bin')
[all …]
/hal_espressif-2.7.6/tools/test_idf_size/
Dapp_esp32s2.map231 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2019r2-8.2.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte…
233 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2019r2-8.2.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte…
235 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2019r2-8.2.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte…
237 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2019r2-8.2.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte…
239 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2019r2-8.2.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte…
241 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2019r2-8.2.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte…
243 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2019r2-8.2.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte…
245 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2019r2-8.2.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte…
247 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2019r2-8.2.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte…
249 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2019r2-8.2.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte…
[all …]
Dapp2.map251 /home/xy/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-…
253 /home/xy/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-…
255 /home/xy/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-…
257 /home/xy/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-…
259 /home/xy/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-…
261 /home/xy/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-…
263 /home/xy/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-…
265 /home/xy/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-…
267 /home/xy/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-…
269 /home/xy/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-…
[all …]
Dbootloader_esp32s2.map49 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2019r2-8.2.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte…
51 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2019r2-8.2.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte…
53 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2019r2-8.2.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte…
55 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2019r2-8.2.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte…
57 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2019r2-8.2.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte…
59 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2019r2-8.2.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte…
61 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2019r2-8.2.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte…
63 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2019r2-8.2.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte…
65 /home/xy/.espressif/tools/xtensa-esp32s2-elf/esp-2019r2-8.2.0/xtensa-esp32s2-elf/bin/../lib/gcc/xte…
76 …xy/.espressif/tools/xtensa-esp32s2-elf/esp-2019r2-8.2.0/xtensa-esp32s2-elf/bin/../lib/gcc/xtensa-e…
[all …]
/hal_espressif-2.7.6/docs/en/get-started/
Dlinux-setup-scratch.rst48 … gperf grep gettext python python-dev automake bison flex texinfo help2man libtool libtool-bin make
52 …text libncurses-dev python python-dev automake bison flex texinfo help2man libtool libtool-bin make
86 export PATH="$HOME/esp/{IDF_TARGET_TOOLCHAIN_PREFIX}/bin:$PATH"
90 …If you have ``/bin/bash`` set as login shell, and both ``.bash_profile`` and ``.profile`` exist, t…
99 …}/bin:/home/user-name/bin:/home/user-name/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr…
/hal_espressif-2.7.6/components/nvs_flash/test_nvs_host/
DMakefile88 rm -f ../nvs_partition_generator/partition_single_page.bin
89 rm -f ../nvs_partition_generator/partition_multipage_blob.bin
90 rm -f ../nvs_partition_generator/partition_encrypted.bin
91 rm -f ../nvs_partition_generator/partition_encrypted_using_keygen.bin
92 rm -f ../nvs_partition_generator/partition_encrypted_using_keyfile.bin
93 rm -f ../nvs_partition_generator/partition_decrypted.bin
94 rm -f ../nvs_partition_generator/partition_encoded.bin
95 rm -f ../nvs_partition_generator/Test-1-partition-encrypted.bin
96 rm -f ../nvs_partition_generator/Test-1-partition.bin
/hal_espressif-2.7.6/docs/en/get-started-legacy/
Dlinux-setup.rst60 export PATH="$HOME/esp/xtensa-esp32-elf/bin:$PATH"
64 alias get_esp32='export PATH="$HOME/esp/xtensa-esp32-elf/bin:$PATH"'
70 …If you have ``/bin/bash`` set as login shell, and both ``.bash_profile`` and ``.profile`` exist, t…
79 …f/bin:/home/user-name/bin:/home/user-name/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr…
/hal_espressif-2.7.6/components/mdns/test_afl_fuzz_host/
Dinput_packets.txt1 Input: in/test-14.bin
31 Input: in/test-15.bin
41 Input: in/test-16.bin
47 Input: in/test-28.bin
52 Input: in/test-29.bin
58 Input: in/test-31.bin
65 Input: in/test-53.bin
74 Input: in/test-56.bin
86 Input: in/test-63.bin
95 Input: in/test-66.bin
[all …]
/hal_espressif-2.7.6/tools/ci/
Dtest_build_system.sh1 #!/usr/bin/env bash
58 BOOTLOADER_BINS="bootloader/bootloader.elf bootloader/bootloader.bin"
59 APP_BINS="app-template.elf app-template.bin"
60 PHY_INIT_BIN="phy_init_data.bin"
66 assert_built ${APP_BINS} ${BOOTLOADER_BINS} partitions_singleapp.bin
67 [ -f ${BUILD}/partition*.bin ] || failure "A partition table should have been built"
75 …ssert_not_rebuilt lwip/liblwip.a freertos/libfreertos.a ${BOOTLOADER_BINS} partitions_singleapp.bin
82 assert_not_rebuilt ${APP_BINS} partitions_singleapp.bin
88 assert_rebuilt partitions_singleapp.bin
89 assert_not_rebuilt app-template.bin app-template.elf ${BOOTLOADER_BINS}
[all …]
/hal_espressif-2.7.6/docs/zh_CN/api-guides/
Dpartition-tables.rst162 python gen_esp32part.py input_partitions.csv binary_partitions.bin
166 python gen_esp32part.py binary_partitions.bin input_partitions.csv
170 python gen_esp32part.py binary_partitions.bin
234 # 读取类型为 'data'、子类型为 'spiffs' 的分区,保存至文件 'spiffs.bin'
235 target.read_partition(PartitionType("data", "spiffs"), "spiffs.bin")
237 # 将 'factory.bin' 文件的内容写至 'factory' 分区
238 target.write_partition(PartitionName("factory"), "factory.bin")
266 # 读取类型为 'data'、子类型为 'spiffs' 的分区,保存到 'spiffs.bin' 文件
267 …/dev/ttyUSB1" read_partition --partition-type=data --partition-subtype=spiffs --output "spiffs.bin"
269 # 将 'factory.bin' 文件中的内容写入到 'factory' 分区
[all …]
/hal_espressif-2.7.6/examples/system/ota/advanced_https_ota/
Dexample_test.py161 …t_handler_factory('https://' + server_ip + ':' + str(redirection_port) + '/advanced_https_ota.bin')
186 bin_name = 'advanced_https_ota.bin'
187 # check and log bin size
224 4. Check working of code if bin is truncated
229 bin_name = 'advanced_https_ota.bin'
231 truncated_bin_name = 'truncated.bin'
235 # check and log bin size
280 bin_name = 'advanced_https_ota.bin'
282 truncated_bin_name = 'truncated_header.bin'
285 # check and log bin size
[all …]
/hal_espressif-2.7.6/components/nvs_flash/test/
DCMakeLists.txt4 EMBED_TXTFILES encryption_keys.bin partition_encrypted.bin sample.bin)
Dcomponent.mk6 COMPONENT_EMBED_TXTFILES += encryption_keys.bin partition_encrypted.bin sample.bin
/hal_espressif-2.7.6/tools/test_mkdfu/1/
Dflasher_args.json3 "0x8000" : "2.bin",
4 "0x1000" : "1.bin",
5 "0x10000" : "3.bin"
/hal_espressif-2.7.6/components/bootloader/subproject/
DCMakeLists.txt68 "bootloader-reflash-digest.bin"
72 "secure-bootloader-key-${key_digest_len}.bin"
102 -o "${bootloader_digest_bin}" "${CMAKE_BINARY_DIR}/bootloader.bin"
123 set(bootloader_unsigned_bin "bootloader-unsigned.bin")
154 "\t${esptoolpy_write_flash} ${BOOTLOADER_OFFSET} ${CMAKE_BINARY_DIR}/bootloader.bin"
173 "\t${esptoolpy_write_flash} ${BOOTLOADER_OFFSET} ${CMAKE_BINARY_DIR}/bootloader.bin"
198 --append_signatures -o signed_bootloader.bin build/bootloader/bootloader.bin"
202 "\t${esptoolpy_write_flash} ${BOOTLOADER_OFFSET} ${CMAKE_BINARY_DIR}/bootloader.bin"
216 "\t${esptoolpy_write_flash} ${BOOTLOADER_OFFSET} ${CMAKE_BINARY_DIR}/bootloader.bin"

12345678910>>...15