Skip to content

Commit 4a8ac35

Browse files
kwillis01cshilwant
authored andcommitted
fix(pm_low_power_modes): Add data type to devmem2 command
Fix the devmem2 command to program the mcu_uart0 and wkup_uart0 by adding the data type of word to the command. Without having the data type in the command, it leads the command to fail. Signed-off-by: Kendall Willis <[email protected]>
1 parent 4044e1f commit 4a8ac35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/linux/Foundational_Components/Power_Management/pm_low_power_modes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ I/O Only Plus DDR
132132

133133
.. code-block:: console
134134
135-
root@<machine>:~# devmem2 0x4084014 0x20050000 # MCU_PADCONFIG5 for mcu_uart0
136-
root@<machine>:~# devmem2 0x4084024 0x20050000 # MCU_PADCONFIG9 for wkup_uart0
135+
root@<machine>:~# devmem2 0x4084014 w 0x20050000 # MCU_PADCONFIG5 for mcu_uart0
136+
root@<machine>:~# devmem2 0x4084024 w 0x20050000 # MCU_PADCONFIG9 for wkup_uart0
137137
138138
.. note::
139139

0 commit comments

Comments
 (0)