Merge pull request #4091 from RT-Thread/BernardXiong-patch-thead
[BSP] Update README.md for thread-smart
This commit is contained in:
commit
dae7f1af9b
|
@ -1,8 +1,10 @@
|
||||||
# T-HEAD SMART-EVB Introduction
|
# T-HEAD SMART-EVB Introduction
|
||||||
SMART-EVB is a development board provided by T-HEAD, based on FPGA to provide implementation, integrating T-HEAD's RISC-V CPU (eg. E902/E906/C906) and C-SKY CPU (eg. E805/E804/E803/E802 ), integrates basic peripheral resources such as GPIO/TIMER/UART/RAM.
|
SMART-EVB is a development board provided by T-HEAD, based on FPGA to provide implementation, integrating T-HEAD's RISC-V CPU (eg. E902/E906/C906) and C-SKY CPU (eg. E805/E804/E803/E802 ), integrates basic peripheral resources such as GPIO/TIMER/UART/RAM.
|
||||||
|
|
||||||
##The main resources on board are as follows:
|
## The main resources on board are as follows:
|
||||||
|
|
||||||
1. SMART-EVB for E906/E906F/E906FD
|
1. SMART-EVB for E906/E906F/E906FD
|
||||||
|
|
||||||
| res | description |
|
| res | description |
|
||||||
| -- | -- |
|
| -- | -- |
|
||||||
|ISA | RISCV |
|
|ISA | RISCV |
|
||||||
|
@ -12,6 +14,7 @@ SMART-EVB is a development board provided by T-HEAD, based on FPGA to provide im
|
||||||
|
|
||||||
|
|
||||||
2. SMART-EVB for E804/E804F/E804D
|
2. SMART-EVB for E804/E804F/E804D
|
||||||
|
|
||||||
| res | description |
|
| res | description |
|
||||||
| -- | -- |
|
| -- | -- |
|
||||||
|ISA | C-SKY |
|
|ISA | C-SKY |
|
||||||
|
@ -22,24 +25,24 @@ SMART-EVB is a development board provided by T-HEAD, based on FPGA to provide im
|
||||||
|
|
||||||
# Compile T-HEAD BSP
|
# Compile T-HEAD BSP
|
||||||
SMART-EVB BSP supports GCC compiler, the version information is:
|
SMART-EVB BSP supports GCC compiler, the version information is:
|
||||||
|
|
||||||
1. SMART-EVB for E906/E906F/E906FD
|
1. SMART-EVB for E906/E906F/E906FD
|
||||||
|
|
||||||
| IDE/Compiler| version|
|
| IDE/Compiler| version|
|
||||||
| - | - |
|
| - | - |
|
||||||
| GCC | gcc version 8.4.0 (C-SKY RISCV Tools V1.9.6 B20200616) |
|
| GCC | gcc version 8.4.0 (C-SKY RISCV Tools V1.9.6 B20200616) |
|
||||||
|
|
||||||
# run smart-evb bsp
|
# run smart-evb bsp
|
||||||
|
|
||||||
1. Connect JTAG
|
1. Connect JTAG
|
||||||
2. Connect the serial port
|
2. Connect the serial port
|
||||||
3. riscv64-unknown-elf-gdb rtthread-e906f.elf
|
3. riscv64-unknown-elf-gdb rtthread-e906f.elf
|
||||||
|
|
||||||
run log as follows:
|
run log as follows:
|
||||||
```
|
```bash
|
||||||
\ | /
|
\ | /
|
||||||
- RT - Thread Operating System
|
- RT - Thread Operating System
|
||||||
/ | \ 4.0.3 build Sep 2 2020
|
/ | \ 4.0.3 build Sep 2 2020
|
||||||
2006 - 2020 Copyright by rt-thread team
|
2006 - 2020 Copyright by rt-thread team
|
||||||
msh >
|
msh >
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue