Searched refs:load (Results 101 – 125 of 379) sorted by relevance
12345678910>>...16
/Zephyr-latest/samples/subsys/shell/fs/ |
D | README.rst | 85 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/ |
D | hardwaremap.py | 184 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)
|
D | package.py | 29 jtp = json.load(json_test_plan)
|
/Zephyr-latest/scripts/pylib/twister/ |
D | scl.py | 45 return yaml.load(f, Loader=SafeLoader)
|
/Zephyr-latest/doc/services/llext/ |
D | index.rst | 18 load
|
/Zephyr-latest/arch/x86/zefi/ |
D | efi.ld | 12 /* Pick a reasonable base address, EFI won't load us there anyway */
|
/Zephyr-latest/boards/gaisler/generic_leon3/doc/ |
D | index.rst | 31 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/ |
D | index.rst | 84 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/ |
D | gen_iter_sections.py | 16 return json.load(fp)[tag]
|
/Zephyr-latest/boards/sifive/hifive1/support/ |
D | openocd.cfg | 18 proc hifive1-load {file} {
|
/Zephyr-latest/boards/makerdiary/nrf52840_mdk_usb_dongle/ |
D | Kconfig.defconfig | 11 # To let the nRF5 bootloader load an application, the application
|
/Zephyr-latest/boards/renesas/rcar_spider_s4/doc/ |
D | rcar_spider_a55.rst | 57 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/ |
D | bl5340_dvk_nrf5340_cpuapp_common.dtsi | 144 load-capacitors = "internal"; 145 load-capacitance-picofarad = <7>; 149 load-capacitors = "internal"; 150 load-capacitance-femtofarad = <13500>;
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_shuffle.py | 68 j = json.load(f)
|
/Zephyr-latest/drivers/timer/ |
D | litex_timer.c | 18 #define TIMER_LOAD_ADDR DT_INST_REG_ADDR_BY_NAME(0, load)
|
/Zephyr-latest/share/sysbuild/image_configurations/ |
D | MAIN_image_default.cmake | 36 # RAM load mode requires XIP be disabled and flash size be set to 0
|
/Zephyr-latest/boards/st/b_u585i_iot02a/ |
D | board.cmake | 27 board_runner_args(jlink "--device=STM32U585AI" "--reset-after-load")
|
/Zephyr-latest/boards/nordic/nrf52840dongle/ |
D | Kconfig.defconfig | 9 # To let the nRF5 bootloader load an application, the application
|
/Zephyr-latest/boards/nxp/frdm_mcxn236/ |
D | board.cmake | 7 board_runner_args(jlink "--device=MCXN236" "--reset-after-load")
|
/Zephyr-latest/boards/ezurio/bl654_usb/ |
D | Kconfig.defconfig | 8 # To let the nRF5 bootloader load an application, the application
|
/Zephyr-latest/boards/nordic/nrf5340dk/ |
D | nrf5340_cpuapp_common.dtsi | 69 load-capacitors = "internal"; 70 load-capacitance-picofarad = <7>;
|
/Zephyr-latest/boards/altr/max10/doc/ |
D | index.rst | 187 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/ |
D | Kconfig.analog_axis | 34 settings and load them automatically on startup.
|
/Zephyr-latest/soc/intel/intel_adsp/common/ |
D | boot.c | 95 if (mod->segment[i].flags.r.load == 0 || in parse_module()
|
/Zephyr-latest/boards/nxp/frdm_mcxn947/ |
D | board.cmake | 8 board_runner_args(jlink "--device=MCXN947_M33_0" "--reset-after-load")
|
12345678910>>...16