Skip to content

Commit cae123e

Browse files
committed
doc: Add more comments in bootloader example
1 parent e79dd78 commit cae123e

File tree

1 file changed

+8
-3
lines changed
  • example/baremetal/bootloader

1 file changed

+8
-3
lines changed

example/baremetal/bootloader/main.c

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,14 @@
137137
* ![ScreenShot of bootloader under baremetal](pic/images/example/emsk/emsk_bootloader.jpg)
138138
*
139139
* ### Extra Comments
140-
* Bootrom of EMSK1.x is not able to load secondary bootloader on SPIFlash,
141-
* you need a modified EMSK1.x mcs file to enable this function,
142-
* please send request in forum about this mcs file.
140+
* - Bootrom of EMSK1.x is not able to load secondary bootloader on SPIFlash, you need a modified EMSK1.x mcs file to enable this function, please send request in forum about this mcs file.
141+
* - Make sure that the bootloader can only load application for extract the same core you built for.
142+
* - Bootloader example only support arc core configuration which has DDR with cache enabled.
143+
* - Bootloader example runs in DDR ram, not in CCM.
144+
* - Bootloader example itself can be treated as a ntshell example, you can run some ntshell commands using this example.
145+
* - Supported core configurations
146+
* + EMSK 1.1: EM6, EM6GP
147+
* + EMSK 2.2/2.3: EM7D, EM11D
143148
*/
144149

145150
/**

0 commit comments

Comments
 (0)