Skip to content

Commit db2d53e

Browse files
committed
doc: Update 2nd-bootloader documentation
1 parent 334f072 commit db2d53e

File tree

1 file changed

+2
-1
lines changed
  • example/baremetal/bootloader

1 file changed

+2
-1
lines changed

example/baremetal/bootloader/main.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
* loaded into external memory (DDR memory), bootloader start address is 0x17F00004, ram address is 0x17F00000.
5757
*
5858
* For EMSK1.x, bootloader core configuration must be arcem6, for EMSK2.x, bootloader core configuration must be arcem7d.
59+
* For EMSK 1.0, it can be upgraded to 1.1 by 1.1's firmware. For EMSK 2.0/2.1/2.2, it can be upgraded to 2.3 by 2.3's firmware.
5960
*
6061
* \htmlonly
6162
* <div class="imagebox">
@@ -111,7 +112,7 @@
111112
* * Here take <em><embARC>/example/freertos/kernel</em> for example
112113
* * cd <embARC>/example/freertos/kernel
113114
* * Build and generate binary file: *make TOOLCHAIN=gnu BD_VER=23 CUR_CORE=arcem7d bin*
114-
* * Insert SDCard to PC, and copy generated binary file *obj_emsk_20/gnu_arcem7d/freertos_kernel_gnu_arcem7d.bin* to SDCard Root, and rename it to boot.bin
115+
* * 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
115116
* * 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.
116117
* * ![ScreenShot of secondary bootloader auto load boot.bin](pic/images/example/emsk/emsk_bootloader_loadbootbin.jpg)
117118
* - Know Issues

0 commit comments

Comments
 (0)