diff --git a/openwrt_device_management.md b/openwrt_device_management.md index b1d2993..a5d684d 100644 --- a/openwrt_device_management.md +++ b/openwrt_device_management.md @@ -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工具写号。刷机工具的时候请参考文档 +如果设备有EEPROM,支持通过EEPROM实现自适应,对应的key_name为`ddr_cs_num`,可用titantools工具写号。刷机工具的时候请参考文档[刷机工具使用](https://developer.spacemit.com/documentation?token=O6wlwlXcoiBZUikVNh2cczhin5d) ## 通过EEPROM实现自适应 diff --git a/openwrt_quickstart.md b/openwrt_quickstart.md index 001e6e3..3940728 100644 --- a/openwrt_quickstart.md +++ b/openwrt_quickstart.md @@ -135,7 +135,7 @@ make package/utils/adb/clean V=s ## 烧写 -固件*.zip,使用Titan Flasher工具刷写至设备板载存储介质,刷机工具使用参考 +固件*.zip,使用Titan Flasher工具刷写至设备板载存储介质,刷机工具使用参考[刷机工具使用](https://developer.spacemit.com/documentation?token=O6wlwlXcoiBZUikVNh2cczhin5d) 固件*sdcard.img,可使用dd命令写至卡上,设备插卡上电即可实现卡启动 @@ -176,11 +176,11 @@ HOSTLDLIBS_extract-cert = -lcrypto -pthread ### 如何更新uboot/opensbi/linux版本 -1.openwrt跟踪的uboot/opensbi/linux仓库版本。openwrt会不定期更新该仓库的版本 +1.openwrt跟踪`https://gitee.com/bianbu-linux`的uboot/opensbi/linux仓库版本。openwrt会不定期更新该仓库的版本 2.如果需要手动更新最新的uboot/opensbi/linux版本,可参考一下方式 -* 确认gitee仓库的最新版本的tar包已经上传到,如linux-6.1-v1.0.15.tar.xz +* 确认gitee仓库的最新版本的tar包已经上传到`https://archive.spacemit.com/openwrt/dl/`,如linux-6.1-v1.0.15.tar.xz ![alt text](static/image.png) diff --git a/openwrt_solution_management.md b/openwrt_solution_management.md index 1cbae85..5be24af 100644 --- a/openwrt_solution_management.md +++ b/openwrt_solution_management.md @@ -126,7 +126,7 @@ openwrt/target/linux/spacemit/k1-sbc/base-files$ tree * partition_universal.json,用于blk设备的刷机启动, * partition_flash.json,用于spacemit Titanflasher工具制作卡量产 -修改分区表可能会影响到系统正常启动,详细的修改方式请参考 +修改分区表可能会影响到系统正常启动,详细的修改方式请参考[启动文档](https://bianbu-linux.spacemit.com/development_guide/boot) ### 方案启动参数