Skip to content

Commit 133a5c9

Browse files
JiafeiPancarlescufi
authored andcommitted
samples: shell_module: add imx93 board support
Add kernel reboot support, so can use shell to verify reboot function. uart:~$ kernel reboot cold Known issue is imx93 currently can only support cold reboot and doen't support warm reboot. Updated board document. Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
1 parent c2bbf1a commit 133a5c9

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

boards/nxp/imx93_evk/doc/index.rst

+20
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,26 @@ display the following console output:
175175
thread_a: Hello World from cpu 0 on imx93_evk!
176176
thread_b: Hello World from cpu 0 on imx93_evk!
177177
178+
System Reboot (A55)
179+
===================
180+
181+
Currently i.MX93 only support cold reboot and doesn't support warm reboot.
182+
Use this configuratiuon to verify cold reboot with :zephyr:code-sample:`shell-module`
183+
sample:
184+
185+
.. zephyr-app-commands::
186+
:zephyr-app: samples/subsys/shell/shell_module
187+
:host-os: unix
188+
:board: imx93_evk/mimx9352/a55
189+
:goals: build
190+
191+
This will build an image with the shell sample app, boot it and execute
192+
kernel reboot command in shell command line:
193+
194+
.. code-block:: console
195+
196+
uart:~$ kernel reboot cold
197+
178198
Programming and Debugging (M33)
179199
*******************************
180200

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CONFIG_REBOOT=y
2+
CONFIG_PM_CPU_OPS=y
3+
CONFIG_PM_CPU_OPS_PSCI=y

0 commit comments

Comments
 (0)