mirror of
https://gitee.com/bianbu-linux/openwrt-docs
synced 2025-06-28 17:42:57 -04:00
fix syntax error
This commit is contained in:
parent
149943db90
commit
d31c496402
3 changed files with 5 additions and 5 deletions
|
@ -111,7 +111,7 @@ FSBL默认支持双CS DDR,修改`uboot-2022.10/arch/riscv/dts/k1-x_spl.dts`可
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
如果设备有EEPROM,支持通过EEPROM实现自适应,对应的key_name为`ddr_cs_num`,可用titantools工具写号。刷机工具的时候请参考文档<https://developer.spacemit.com/documentation?token=O6wlwlXcoiBZUikVNh2cczhin5d>
|
如果设备有EEPROM,支持通过EEPROM实现自适应,对应的key_name为`ddr_cs_num`,可用titantools工具写号。刷机工具的时候请参考文档[刷机工具使用](https://developer.spacemit.com/documentation?token=O6wlwlXcoiBZUikVNh2cczhin5d)
|
||||||
|
|
||||||
## 通过EEPROM实现自适应
|
## 通过EEPROM实现自适应
|
||||||
|
|
||||||
|
|
|
@ -135,7 +135,7 @@ make package/utils/adb/clean V=s
|
||||||
|
|
||||||
## 烧写
|
## 烧写
|
||||||
|
|
||||||
固件*.zip,使用Titan Flasher工具刷写至设备板载存储介质,刷机工具使用参考<https://developer.spacemit.com/documentation?token=O6wlwlXcoiBZUikVNh2cczhin5d>
|
固件*.zip,使用Titan Flasher工具刷写至设备板载存储介质,刷机工具使用参考[刷机工具使用](https://developer.spacemit.com/documentation?token=O6wlwlXcoiBZUikVNh2cczhin5d)
|
||||||
|
|
||||||
固件*sdcard.img,可使用dd命令写至卡上,设备插卡上电即可实现卡启动
|
固件*sdcard.img,可使用dd命令写至卡上,设备插卡上电即可实现卡启动
|
||||||
|
|
||||||
|
@ -176,11 +176,11 @@ HOSTLDLIBS_extract-cert = -lcrypto -pthread
|
||||||
|
|
||||||
### 如何更新uboot/opensbi/linux版本
|
### 如何更新uboot/opensbi/linux版本
|
||||||
|
|
||||||
1.openwrt跟踪<https://gitee.com/bianbu-linux>的uboot/opensbi/linux仓库版本。openwrt会不定期更新该仓库的版本
|
1.openwrt跟踪`https://gitee.com/bianbu-linux`的uboot/opensbi/linux仓库版本。openwrt会不定期更新该仓库的版本
|
||||||
|
|
||||||
2.如果需要手动更新最新的uboot/opensbi/linux版本,可参考一下方式
|
2.如果需要手动更新最新的uboot/opensbi/linux版本,可参考一下方式
|
||||||
|
|
||||||
* 确认gitee仓库的最新版本的tar包已经上传到<https://archive.spacemit.com/openwrt/dl/>,如linux-6.1-v1.0.15.tar.xz
|
* 确认gitee仓库的最新版本的tar包已经上传到`https://archive.spacemit.com/openwrt/dl/`,如linux-6.1-v1.0.15.tar.xz
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
@ -126,7 +126,7 @@ openwrt/target/linux/spacemit/k1-sbc/base-files$ tree
|
||||||
* partition_universal.json,用于blk设备的刷机启动,
|
* partition_universal.json,用于blk设备的刷机启动,
|
||||||
* partition_flash.json,用于spacemit Titanflasher工具制作卡量产
|
* partition_flash.json,用于spacemit Titanflasher工具制作卡量产
|
||||||
|
|
||||||
修改分区表可能会影响到系统正常启动,详细的修改方式请参考<https://bianbu-linux.spacemit.com/development_guide/boot>
|
修改分区表可能会影响到系统正常启动,详细的修改方式请参考[启动文档](https://bianbu-linux.spacemit.com/development_guide/boot)
|
||||||
|
|
||||||
### 方案启动参数
|
### 方案启动参数
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue