Lines Matching refs:run
8 Zephyr was ported to run on the M4 core. In a later release, it will also
95 The M4 Core is configured to run at a 200 MHz clock speed.
161 Below you will find the instructions to load and run Zephyr on M4 from A7 using
174 Set the u-boot environment variables and run the zephyr.bin from the
182 setenv bootm4tcml 'run m4tcml && run bootm4'
183 run bootm4tcml
186 setenv bootm4tcmu 'run m4tcmu && run bootm4'
187 run bootm4tcmu
190 setenv bootm4ocram 'run m4ocram && run bootm4'
191 run bootm4ocram
194 setenv bootm4ocrams 'run m4ocrams && run bootm4'
195 run bootm4ocrams
198 setenv bootm4ddr 'run m4ddr && run bootm4'
199 run bootm4ddr