Home
last modified time | relevance | path

Searched refs:load (Results 126 – 150 of 379) sorted by relevance

12345678910>>...16

/Zephyr-latest/doc/services/llext/
Dconfig.rst74 The application must ensure that the buffer used to load the
99 LLEXT linker at extension load time. This process is pretty slow due to the
126 forbidden to load an extension that was compiled with
/Zephyr-latest/scripts/dts/
Dgen_driver_kconfig_dts.py78 raw = yaml.load(contents, Loader=SafeLoader)
Dgen_dts_cmake.py84 edt = pickle.load(f)
/Zephyr-latest/doc/develop/test/twister/
Dsample_blackbox_test.py78 j = json.load(f)
/Zephyr-latest/samples/sensor/bq274xx/
DREADME.rst15 - Maximum load current, in amps
/Zephyr-latest/boards/nxp/mimxrt1170_evk/
Dboard.cmake9 board_runner_args(jlink "--device=MIMXRT1176xxxA_M7" "--reset-after-load")
/Zephyr-latest/boards/raytac/mdbt53_db_40/
Draytac_mdbt53_db_40_nrf5340_cpuapp_common.dts112 load-capacitors = "internal";
113 load-capacitance-picofarad = <7>;
/Zephyr-latest/boards/udoo/udoo_neo_full/doc/
Dindex.rst165 The A9 core is responsible to load the M4 binary application into the RAM,
224 on the A9 core can be used to load and run Zephyr application on the M4 core.
227 but its purpose is to load UDOO Neo "Arduino-like" sketches, so it doesn't
239 mqx_upload_on_m4SoloX which can be called directly to load Zephyr applications.
304 It is also possible to use the `imx-m4fwloader`_ utility to load the M4 core
309 booted, Das U-Boot will load it from there.
311 Another option is to directly use Das U-Boot to load the code.
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_testlist.py68 j = json.load(f)
/Zephyr-latest/boards/native/native_posix/
DKconfig27 (if there is a lot of load it may be slower than real time)
/Zephyr-latest/boards/nxp/mimxrt1180_evk/
Dboard.cmake14 board_runner_args(jlink "--device=MIMXRT1189xxx8_M33" "--reset-after-load" "--tool-opt=-jlinkscript…
/Zephyr-latest/scripts/west_commands/
Dzcmake.py218 self.load(cache_file)
220 def load(self, cache_file): member in CMakeCache
/Zephyr-latest/boards/phytec/phyboard_nash/doc/
Dindex.rst114 Use U-Boot to load and execute zephyr.bin on Cortex-A55 Core0:
143 Use U-Boot to load and kick zephyr.bin to Cortex-M33 Core:
147 load mmc 1:1 0x80000000 zephyr.bin;cp.b 0x80000000 0x201e0000 0x30000;bootaux 0x1ffe0000 0
/Zephyr-latest/boards/nxp/ls1046ardb/doc/
Dindex.rst96 Use u-boot to load and kick Zephyr.bin to CPU Core0:
128 Use u-boot to load and kick Zephyr.bin to CPU Core0:
156 Use u-boot to load and kick Zephyr.bin to CPU Core2:
192 jailhouse cell load 1 zephyr.bin --address 0xc0000000
/Zephyr-latest/drivers/fpga/
Dfpga_eos_s3.c145 .load = eos_s3_fpga_load,
Dfpga_shell.c139 SHELL_CMD_ARG(load, NULL, "<device> <address> <size in bytes>",
/Zephyr-latest/boards/seagate/faze/support/
Dopenocd.cfg18 # flash after the "reset halt" command. Else the load/verify functions won't
/Zephyr-latest/boards/andestech/adp_xc7k_ae350/doc/
Dindex.rst261 If ``CONFIG_XIP=n``, you can load the program (``zephyr.elf``) into RAM directly
271 (gdb) load
314 (gdb) load
318 Then, you can use GDB to debug program by above commands but do NOT execute ``load``
/Zephyr-latest/soc/intel/intel_adsp/common/include/
Dmanifest.h45 uint32_t load:1; member
/Zephyr-latest/cmake/linker/ld/
Dlinker_flags.cmake52 # So load those flags now.
/Zephyr-latest/boards/nxp/lpcxpresso11u68/support/
Dopenocd.cfg21 # flash after the "reset halt" command. Else the load/verify functions won't
/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/
DREADME.txt7 1) Test load and store dsp registers (including arch specific registers)
/Zephyr-latest/boards/nxp/imx8mp_evk/doc/
Dindex.rst102 U-Boot "cpu" command is used to load and kick Zephyr to Cortex-A secondary Core, Currently
117 Use U-Boot to load and kick zephyr.bin to Cortex-A53 Core0:
156 #jailhouse cell load 1 zephyr.bin -a 0xc0000000
163 to be started by the A53 core. The A53 core is responsible to load the M7 binary
192 There are two methods to load M7 Core images: U-Boot command and Linux remoteproc.
/Zephyr-latest/cmake/modules/
Dversion.cmake34 # package to load.
36 # The final load of `version.cmake` will setup correct build version values.
/Zephyr-latest/boards/nxp/imx8mm_evk/doc/
Dindex.rst114 U-Boot "cpu" command is used to load and kick Zephyr to Cortex-A secondary Core, Currently
129 Use U-Boot to load and kick zephyr.bin to Cortex-A53 Core0:
169 #jailhouse cell load 1 zephyr.bin -a 0x93c00000
176 to be started by the A53 core. The A53 core is responsible to load the M4 binary

12345678910>>...16