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/README.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,12 +81,12 @@ Detailed Description
81
81
- Bootloader example only support arc core configuration which has DDR with cache enabled.
82
82
- Bootloader example runs in DDR ram, not in CCM.
83
83
- Bootloader example itself can be treated as a ntshell example, you can run some ntshell commands using this example.
84
-
- The bootloader example is also built optimized for the ARC core you selected, so the example built for one specified core may not run sucessfully
84
+
- The bootloader example is also built optimized for the ARC core you selected, so the example built for one specified core may not run successfully
85
85
- Supported core configurations
86
86
+ EMSK 1.1: EM6, EM6GP
87
87
+ EMSK 2.2/2.3: EM7D, EM11D
88
88
89
-
Buidling and Running
89
+
Building and Running
90
90
********************
91
91
92
92
- Generate a secondary bootloader binary file
@@ -142,7 +142,7 @@ If the binary file is generated successfully, you will output as follows:
142
142
+ Insert SDCard to PC, and copy generated binary file *obj_emsk_23/gnu_arcem7d/freertos_kernel_gnu_arcem7d.bin* to SDCard Root, and rename it to boot.bin
143
143
+ Insert SDCard back to EMSK, make sure bit 4 of DIP Switch is ON, and press re-configure button above letter **C**, and wait for autoload.
144
144
145
-
.. note:: Make sure you have selected the correct configuration of EMSK via dipswitches and that you have reset the board (button above “R”) to confirme its configuration
145
+
.. note:: Make sure you have selected the correct configuration of EMSK via dipswitches and that you have reset the board (button above "R") to confirm its configuration
0 commit comments