Home
last modified time | relevance | path

Searched refs:load (Results 101 – 125 of 379) sorted by relevance

12345678910>>...16

/Zephyr-latest/samples/subsys/shell/fs/
DREADME.rst85 Flash load
88 If you want to use the 'flash load' command then build the sample with the
112 flash load <address> <size>
126 flash load 0x7a000 0x5000
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhardwaremap.py184 self.load(self.options.hardware_map)
191 self.load(self.options.hardware_map)
264 def load(self, map_file): member in HardwareMap
390 hwm = yaml.load(yaml_file, Loader=SafeLoader)
425 self.load(hwm_file)
Dpackage.py29 jtp = json.load(json_test_plan)
/Zephyr-latest/scripts/pylib/twister/
Dscl.py45 return yaml.load(f, Loader=SafeLoader)
/Zephyr-latest/doc/services/llext/
Dindex.rst18 load
/Zephyr-latest/arch/x86/zefi/
Defi.ld12 /* Pick a reasonable base address, EFI won't load us there anyway */
/Zephyr-latest/boards/gaisler/generic_leon3/doc/
Dindex.rst31 Connect with GRMON, then load and run the application. The example below uses
65 grmon3> load zephyr/zephyr.elf
104 tsim> load zephyr/zephyr.elf
/Zephyr-latest/boards/nxp/imx8mn_evk/doc/
Dindex.rst84 U-Boot "cpu" command is used to load and kick Zephyr to Cortex-A secondary Core, Currently
94 Use U-Boot to load and kick zephyr.bin to Cortex-A53 Core0:
134 #jailhouse cell load 1 zephyr.bin -a 0x93c00000
/Zephyr-latest/scripts/build/
Dgen_iter_sections.py16 return json.load(fp)[tag]
/Zephyr-latest/boards/sifive/hifive1/support/
Dopenocd.cfg18 proc hifive1-load {file} {
/Zephyr-latest/boards/makerdiary/nrf52840_mdk_usb_dongle/
DKconfig.defconfig11 # To let the nRF5 bootloader load an application, the application
/Zephyr-latest/boards/renesas/rcar_spider_s4/doc/
Drcar_spider_a55.rst57 load the Zephyr binary using U-Boot commands.
59 One of the ways to load Zephyr is shown below.
/Zephyr-latest/boards/ezurio/bl5340_dvk/
Dbl5340_dvk_nrf5340_cpuapp_common.dtsi144 load-capacitors = "internal";
145 load-capacitance-picofarad = <7>;
149 load-capacitors = "internal";
150 load-capacitance-femtofarad = <13500>;
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_shuffle.py68 j = json.load(f)
/Zephyr-latest/drivers/timer/
Dlitex_timer.c18 #define TIMER_LOAD_ADDR DT_INST_REG_ADDR_BY_NAME(0, load)
/Zephyr-latest/share/sysbuild/image_configurations/
DMAIN_image_default.cmake36 # RAM load mode requires XIP be disabled and flash size be set to 0
/Zephyr-latest/boards/st/b_u585i_iot02a/
Dboard.cmake27 board_runner_args(jlink "--device=STM32U585AI" "--reset-after-load")
/Zephyr-latest/boards/nordic/nrf52840dongle/
DKconfig.defconfig9 # To let the nRF5 bootloader load an application, the application
/Zephyr-latest/boards/nxp/frdm_mcxn236/
Dboard.cmake7 board_runner_args(jlink "--device=MCXN236" "--reset-after-load")
/Zephyr-latest/boards/ezurio/bl654_usb/
DKconfig.defconfig8 # To let the nRF5 bootloader load an application, the application
/Zephyr-latest/boards/nordic/nrf5340dk/
Dnrf5340_cpuapp_common.dtsi69 load-capacitors = "internal";
70 load-capacitance-picofarad = <7>;
/Zephyr-latest/boards/altr/max10/doc/
Dindex.rst187 Flash Memory (UFM), or load an image over the JTAG using GDB.
255 'load' command can only put text and data in RAM. Ensure this is in your
274 Build your Zephyr kernel, and load it into a GDB built for Nios II (included in
287 And then load the kernel image over the wire. The CPU will not start from the
293 (gdb) load
304 Start address 0x408f54, load size 40184
306 …akpoints and continue execution. If you ever want to reset the CPU, issue the 'load' command again.
/Zephyr-latest/drivers/input/
DKconfig.analog_axis34 settings and load them automatically on startup.
/Zephyr-latest/soc/intel/intel_adsp/common/
Dboot.c95 if (mod->segment[i].flags.r.load == 0 || in parse_module()
/Zephyr-latest/boards/nxp/frdm_mcxn947/
Dboard.cmake8 board_runner_args(jlink "--device=MCXN947_M33_0" "--reset-after-load")

12345678910>>...16