[docs]update some docs.

This commit is contained in:
Jianjun Jiang 2021-12-26 14:07:19 +08:00
parent 996c81fa57
commit dcea985a01
2 changed files with 5 additions and 5 deletions

View File

@ -78,7 +78,7 @@ usage:
#### F1C100s: Write U-Boot to DDR and execute U-Boot
```
xfel ddr ddr2 # Initial ddr controller with ddr2 type
xfel ddr # Initial ddr controller
xfel write 0x81700000 u-boot.bin # write uboot to 0x81700000
xfel exec 0x81700000 # Call the function and exectue
```

View File

@ -78,8 +78,8 @@ usage:
#### F1C100s: 使用XEFL写入 U-Boot 并运行
```
xfel ddr ddr2 # 使用 ddr2 方式初始化 DDR 控制器
xfel write 0x81700000 u-boot.bin # 将 uboot 写入 0x81700000
xfel ddr # 初始化DDR控制器
xfel write 0x81700000 u-boot.bin # 将uboot写入0x81700000
xfel exec 0x81700000 # 调用函数地址运行
```
@ -87,8 +87,8 @@ xfel exec 0x81700000 # 调用函数地址运行
```
xfel ddr ddr2 # 使用 ddr2 方式初始化 DDR 控制器
xfel write 0x80200000 opensbi.bin # 将 opensbi 写入 0x80200000
xfel ddr ddr2 # 使用ddr2方式初始化DDR控制器
xfel write 0x80200000 opensbi.bin # 将opensbi写入0x80200000
xfel exec 0x80200000 # 调用函数地址运行
```