Home
last modified time | relevance | path

Searched refs:signed (Results 1 – 25 of 62) sorted by relevance

123

/Zephyr-Core-3.6.0/cmake/
Dmcuboot.cmake7 # It builds signed binaries using imgtool as a post-processing step
14 # Property magic which makes west flash choose the signed build
26 # No signature key file, no signed binaries. No error, though:
30 "bootable by MCUboot unless it is signed manually/externally.")
70 # No imgtool, no signed binaries.
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"
127 list(APPEND confirmed_args --bin --sbin ${output}.signed.confirmed.bin)
[all …]
/Zephyr-Core-3.6.0/subsys/tracing/ctf/tsdl/
Dmetadata2 typealias integer { size = 8; align = 8; signed = true; } := int8_t;
3 typealias integer { size = 8; align = 8; signed = false; } := uint8_t;
4 typealias integer { size = 16; align = 8; signed = false; } := uint16_t;
5 typealias integer { size = 32; align = 8; signed = false; } := uint32_t;
6 typealias integer { size = 32; align = 8; signed = true; } := int32_t;
7 typealias integer { size = 64; align = 8; signed = false; } := uint64_t;
8 typealias integer { size = 8; align = 8; signed = false; encoding = ASCII; } := ctf_bounded_string_…
/Zephyr-Core-3.6.0/soc/arm/aspeed/ast10x0/tools/
Dgen_uart_booting_image.py20 src_len_byte = src_len_align.to_bytes(4, byteorder='little', signed=False)
/Zephyr-Core-3.6.0/samples/subsys/mgmt/hawkbit/
DREADME.rst102 The command above creates a signed and confirmed image file called
103 :file:`zephyr.signed.confirmed.bin` in the build directory. It's important for
111 Upload the :file:`zephyr.signed.confirmed.bin` file from Step 5 to image slot-0
116 west flash --bin-file build/zephyr/zephyr.signed.confirmed.bin
137 The command above creates a signed image file called
138 :file:`zephyr.signed.bin` in the build directory.
140 Upload the signed image to the server. Click Upload icon in left pane of UI and
142 Then upload the signed image to the server with Upload file Icon.
181 Below steps clone and build the hawkbit with self-signed certificate
205 * Generate the self-signed x509 certificate suitable to use on web server.
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/
DKconfig.df207 Offset of start of antenna switching after end of the CRC. It is a signed value in number
217 Offset of sampling start from beginning of sampling slot. The value is a signed number
228 Offset of sampling start from beginning of sampling slot. The value is a signed number
240 Offset of sampling start from beginning of sampling slot. The value is a signed number
251 Offset of sampling start from beginning of sampling slot. The value is a signed number
314 bool "Use 16 bits signed integer IQ samples in connectionless IQ reports"
319 sampling of CTE. Bluetooth 5.3 Core Specification defines IQ samples to be 8 bits signed
321 extenstion to HCI layer, so that connectionless IQ reports store samples in 16 bit signed
325 bool "Use 16 bits signed integer IQ samples in connection IQ reports"
330 sampling of CTE. Bluetooth 5.3 Core Specification defines IQ samples to be 8 bits signed
[all …]
/Zephyr-Core-3.6.0/samples/subsys/mgmt/mcumgr/smp_svr/
DREADME.rst156 A key feature of MCUboot is that images must be signed before they can be successfully
165 The above command creates an image file called :file:`zephyr.signed.bin` in the
174 Upload the :file:`zephyr.signed.bin` file from the previous to image slot-0 of your
183 west flash --bin-file build/zephyr/zephyr.signed.bin
185 We need to explicitly specify the *signed* image file, otherwise the non-signed version
260 * Upload the signed image using :file:`mcumgr`
298 Upload the signed image
301 To upload the signed image, use the following command:
305 sudo mcumgr <connection string> image upload build/zephyr/zephyr.signed.bin
/Zephyr-Core-3.6.0/scripts/dts/python-devicetree/tests/
Dtest_dtlib.py1635 def verify_to_num(prop, signed, expected): argument
1636 signed_str = "a signed" if signed else "an unsigned"
1637 actual = dt.root.props[prop].to_num(signed)
1673 def verify_to_nums(prop, signed, expected): argument
1674 signed_str = "signed" if signed else "unsigned"
1675 actual = dt.root.props[prop].to_nums(signed)
1846 def verify_raw_to_num(fn, prop, length, signed, expected): argument
1847 actual = fn(dt.root.props[prop].value, length, signed)
/Zephyr-Core-3.6.0/doc/services/device_mgmt/
Dota.rst15 binaries should be cryptographically signed and verified before upgrading.
32 TLS/DTLS, and the signed firmware binary is confirmed by MCUboot before the
65 Bluetooth Low Energy (BLE) or UDP. :ref:`mcu_mgr` is used to send a signed
/Zephyr-Core-3.6.0/modules/
DKconfig.mcuboot60 The signed binaries are placed in the build directory
61 at zephyr/zephyr.signed.bin and zephyr/zephyr.signed.hex.
91 zephyr/zephyr.signed.encrypted.bin and
92 zephyr/zephyr.signed.encrypted.hex.
137 The signed, padded, and confirmed binaries are placed in the build
138 directory at zephyr/zephyr.signed.confirmed.bin and
139 zephyr/zephyr.signed.confirmed.hex.
/Zephyr-Core-3.6.0/tests/net/socket/tls_ext/
DCMakeLists.txt29 # since it seems to be the only one that is signed by a ca
/Zephyr-Core-3.6.0/scripts/west_commands/completion/
Dwest-completion.zsh250 '(--no-bin)--bin[produce a signed bin file]'
251 '(--bin)--no-bin[do not produce a signed bin file]'
252 '(-B --sbin)'{-B,--sbin}'[signed .bin filename]:bin filename:_files'
253 '(--no-hex)--hex[produce a signed hex file]'
254 '(--hex)--no-hex[do not produce a signed hex file]'
255 '(-H --shex)'{-H,--shex}'[signed .hex filename]:hex filename:_files'
Dwest-completion.fish320 …een_subcommand_from sign; and __zephyr_west_exclude --no-bin" -l bin -d "produce a signed bin file"
321 …command_from sign; and __zephyr_west_exclude --bin" -l no-bin -d "do not produce a signed bin file"
322 complete -c west -n "__zephyr_west_seen_subcommand_from sign" -o B -l sbin -rF -d "signed .bin file…
323 …een_subcommand_from sign; and __zephyr_west_exclude --no-hex" -l hex -d "produce a signed hex file"
324 …command_from sign; and __zephyr_west_exclude --hex" -l no-hex -d "do not produce a signed hex file"
325 complete -c west -n "__zephyr_west_seen_subcommand_from sign" -o H -l shex -rF -d "signed .hex file…
/Zephyr-Core-3.6.0/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py363 def to_num(self, signed=False) -> int: argument
382 return int.from_bytes(self.value, "big", signed=signed)
384 def to_nums(self, signed=False) -> List[int]: argument
403 return [int.from_bytes(self.value[i:i + 4], "big", signed=signed)
1303 prop.value += num.to_bytes(n_bytes, "big", signed=True)
2002 signed: bool = False) -> int:
2020 return int.from_bytes(data, "big", signed=signed)
2022 def to_nums(data: bytes, length: int = 4, signed: bool = False) -> List[int]:
2034 return [int.from_bytes(data[i:i + length], "big", signed=signed)
/Zephyr-Core-3.6.0/doc/develop/west/
Dsign.rst19 signed binaries.
32 west build -b YOUR_BOARD zephyr/samples/hello_world -d build-hello-signed -- \
37 west flash -d build-hello-signed
75 build-hello-signed``:
102 Zephyr which adds extra post build commands for generating the signed images.
/Zephyr-Core-3.6.0/subsys/mgmt/mcumgr/grp/os_mgmt/
DKconfig105 signed integer, and this number regulates how many digits will be used;
114 them as unsigned. Enabling this option will use signed int for priorities in
117 accept signed integers as priorities.
/Zephyr-Core-3.6.0/doc/services/tfm/
Drequirements.rst61 Part of the process of generating binaries for QEMU and merging signed
Dbuild.rst31 The TF-M build system also creates signed variants of tfm_s and tfm_ns, and a
60 (BL2) and firmware images must be signed with a private key. The firmware image
/Zephyr-Core-3.6.0/samples/tfm_integration/
Dtfm_integration.rst23 images are then merged and signed using the private signing keys, whose public
/Zephyr-Core-3.6.0/samples/net/sockets/echo_server/
DKconfig88 application with signed certificates and keys.
/Zephyr-Core-3.6.0/doc/build/version/
Dindex.rst18 images to be signed with correct version of the application automatically - no manual signing
195 to support MCUboot and a signed image is generated, the version information will be automatically
/Zephyr-Core-3.6.0/doc/connectivity/bluetooth/api/
Dhci.txt693 | | to degrees Celsius (signed integer) |
884 | -127 <= N <= 126 | The desired Tx_Power_Level in signed |
917 | | signed integer. The controller shall |
1009 | | as a 1 octet signed integer at which |
1316 | N | Size: 1 Octet (signed integer) |
1351 The event provides collected IQ samples that are stored as 16 bit signed
1354 counterpart provides IQ samples that are 8 bit signed integers.
1488 | | (signed integer). |
1501 | | (signed integer). |
1530 The event provides collected IQ samples that are stored as 16 bit signed
[all …]
/Zephyr-Core-3.6.0/samples/subsys/mgmt/updatehub/
DREADME.rst306 signed bin: <zephyrdir>/build/app/zephyr/zephyr.signed.bin
314 west flash -d build/app --bin-file build/app/zephyr/zephyr.signed.bin
317 ``west flash -d build/app --hex-file build/app/zephyr/zephyr.signed.hex``
331 to make sure you are creating the right signed image. The test image will be
345 signed bin: build/zephyr-2.0.0.bin
/Zephyr-Core-3.6.0/samples/subsys/usb/dfu/
DREADME.rst35 Application images (such as this sample) must be signed.
75 dfu-util --alt 1 --download build-hello_world/zephyr/zephyr.signed.bin
/Zephyr-Core-3.6.0/include/zephyr/arch/nios2/
Dlinker.ld206 /* the Nios2 architecture only has 16-bit signed immediate offsets in
214 * Since these immediate offsets are signed, place gp 0x8000 past the
/Zephyr-Core-3.6.0/soc/riscv/andes_v5/ae350/
Dlinker.ld270 * RISC-V architecture has 12-bit signed immediate offsets in the
276 * Since these immediate offsets are signed, place gp 0x800 past the

123