Lines Matching refs:run
11 Zephyr OS is ported to run on the Cortex®-M4 core.
141 The M4 Core is configured to run at a 200 MHz clock speed.
204 Below you will find the instructions to load and run Zephyr on M4 from
209 Set the u-boot environment variables and run the zephyr.bin from the
217 setenv bootm4tcml 'run m4tcml && run bootm4'
218 run bootm4tcml
221 setenv bootm4tcmu 'run m4tcmu && run bootm4'
222 run bootm4tcmu
225 setenv bootm4ocram 'run m4ocram && run bootm4'
226 run bootm4ocram
229 setenv bootm4ocrams 'run m4ocrams && run bootm4'
230 run bootm4ocrams
233 setenv bootm4ddr 'run m4ddr && run bootm4'
234 run bootm4ddr
243 To run Zephyr Binary using J-Link create the following script in order to
266 Plug in the J-Link into the board and PC and run the J-Link command line tool:
272 The following steps are necessary to run the zephyr.bin: