You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/baremetal/bootloader/main.c
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -137,9 +137,14 @@
137
137
* 
138
138
*
139
139
* ### 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.
0 commit comments