Lines Matching refs:run
8 Zephyr was ported to run on the M4 core. In a later release, it will also
128 The M4 Core is configured to run at a 200 MHz clock speed.
197 Below you will find the instructions to load and run Zephyr on M4 from A7 using
211 Set the u-boot environment variables and run the zephyr.bin from the
219 setenv bootm4tcml 'run m4tcml && run bootm4'
220 run bootm4tcml
223 setenv bootm4tcmu 'run m4tcmu && run bootm4'
224 run bootm4tcmu
227 setenv bootm4ocram 'run m4ocram && run bootm4'
228 run bootm4ocram
231 setenv bootm4ocrams 'run m4ocrams && run bootm4'
232 run bootm4ocrams
235 setenv bootm4ddr 'run m4ddr && run bootm4'
236 run bootm4ddr
244 To run Zephyr Binary using J-Link, create the following script to get the
267 Plug in the J-Link into the board and PC and run the J-Link command line tool:
275 The following steps are necessary to run the zephyr.bin: