@@ -140,48 +140,48 @@ The available configurations are:
140
140
141
141
Load and run Zephyr on M4 from A53 using u-boot.
142
142
143
- From an SD card :
143
+ .. tabs : :
144
144
145
- Copy the compiled ``zephyr.bin `` to the first FAT partition of the
146
- SD card and plug the SD card into the board. Power it up and stop the u-boot
147
- execution at prompt.
145
+ .. group-tab :: From an SD card
146
+ Copy the compiled ``zephyr.bin `` to the first FAT partition of the
147
+ SD card and plug the SD card into the board. Power it up and stop the u-boot
148
+ execution at prompt.
148
149
149
- Load the M4 binary onto the desired memory and start its execution using:
150
+ Load the M4 binary onto the desired memory and start its execution using:
150
151
151
- .. code-block :: console
152
-
153
- fatload mmc 0:1 0x40480000 zephyr.bin
154
- cp.b 0x40480000 0x7e0000 0x8000
155
- bootaux 0x7e0000
152
+ .. code-block :: console
156
153
157
- From serial:
154
+ fatload mmc 0:1 0x40480000 zephyr.bin
155
+ cp.b 0x40480000 0x7e0000 0x8000
156
+ bootaux 0x7e0000
158
157
159
- This procedure requires `screen ` and `lrzsz ` to be installed.
158
+ .. group-tab :: From serial
159
+ This procedure requires ``screen `` and ``lrzsz `` to be installed.
160
160
161
- Start ``screen ``, power up the board, and stop the u-boot execution at prompt:
161
+ Start ``screen ``, power up the board, and stop the u-boot execution at prompt:
162
162
163
- .. code-block :: console
163
+ .. code-block :: console
164
164
165
- screen <tty-device> 115200
165
+ screen <tty-device> 115200
166
166
167
- Start ``loadx `` with offset ``7e0000 ``:
167
+ Start ``loadx `` with offset ``7e0000 ``:
168
168
169
- .. code-block :: console
169
+ .. code-block :: console
170
170
171
- loadx 7e0000 115200
171
+ loadx 7e0000 115200
172
172
173
- Send the compiled ``zephyr.bin `` with ``sx `` by pressing Ctrl-a followed by ':'
174
- and write:
173
+ Send the compiled ``zephyr.bin `` with ``sx `` by pressing :kbd: ` Ctrl - a ` followed by :kbd: ` : `
174
+ and write:
175
175
176
- .. code-block :: console
176
+ .. code-block :: console
177
177
178
- exec !! sx </full/path/to/zephyr.bin>
178
+ exec !! sx </full/path/to/zephyr.bin>
179
179
180
- Start execution:
180
+ Start execution:
181
181
182
- .. code-block :: console
182
+ .. code-block :: console
183
183
184
- bootaux 0x7e0000
184
+ bootaux 0x7e0000
185
185
186
186
Debugging
187
187
=========
0 commit comments