fix syntax error

This commit is contained in:
huanghaiqiang 2024-09-30 16:29:52 +08:00
parent 0fcf586ba3
commit d93b07553d
3 changed files with 5 additions and 5 deletions

View file

@ -111,7 +111,7 @@ By default, FSBL supports dual CS DDR. To enable support for single CS DDR, modi
};
```
If the device has an EEPROM, adaptive support can be achieved through the EEPROM. The corresponding key name is `ddr_cs_num`, which can be programmed using the titantools utility. For details on the flashing tool, please refer to the documentation at <https://developer.spacemit.com/documentation?token=O6wlwlXcoiBZUikVNh2cczhin5d>
If the device has an EEPROM, adaptive support can be achieved through the EEPROM. The corresponding key name is `ddr_cs_num`, which can be programmed using the titantools utility. For details on the flashing tool, please refer to the documentation at [flash tools](https://developer.spacemit.com/documentation?token=O6wlwlXcoiBZUikVNh2cczhin5d)
## Adaptive Booting via EEPROM

View file

@ -135,7 +135,7 @@ make package/utils/adb/clean V=s
## Flashing
Firmware `*.zip`: Use the Titan Flasher tool to flash it to the onboard storage of the device. For instructions on using the flashing tool, see<https://developer.spacemit.com/documentation?token=O6wlwlXcoiBZUikVNh2cczhin5d>
Firmware `*.zip`: Use the Titan Flasher tool to flash it to the onboard storage of the device. For instructions on using the flashing tool, see [flash tools](https://developer.spacemit.com/documentation?token=O6wlwlXcoiBZUikVNh2cczhin5d)
Firmware `*sdcard.img`: Can be written to the card using the `dd` command. The device can boot from the card once it is inserted and powered on.
@ -176,11 +176,11 @@ HOSTLDLIBS_extract-cert = -lcrypto -pthread
### How to Update U-Boot/OpenSBI/Linux Versions
1.OpenWRT tracks the versions of the U-Boot/OpenSBI/Linux repositories hosted on <https://gitee.com/bianbu-linux>. OpenWRT periodically updates these repository versions.
1.OpenWRT tracks the versions of the U-Boot/OpenSBI/Linux repositories hosted on `https://gitee.com/bianbu-linux`. OpenWRT periodically updates these repository versions.
2.If you need to manually update to the latest versions of U-Boot/OpenSBI/Linux, follow these steps:
* Confirm that the latest version tarball has been uploaded to<https://archive.spacemit.com/openwrt/dl/>such as `linux-6.1-v1.0.15.tar.xz`
* Confirm that the latest version tarball has been uploaded to`https://archive.spacemit.com/openwrt/dl/`such as `linux-6.1-v1.0.15.tar.xz`
![alt text](static/image.png)

View file

@ -121,7 +121,7 @@ You can also add a partition table that matches the capacity of the onboard stor
* partition_universal.jsonUsed for booting from block devices.
* partition_flash.jsonUsed for mass production with the spacemit Titanflasher tool.
Modifying the partition table may affect the normal boot process of the system. For detailed modification procedures, please refer to the documentation on <https://bianbu-linux.spacemit.com/development_guide/boot>.
Modifying the partition table may affect the normal boot process of the system. For detailed modification procedures, please refer to the documentation on [boot develepment docs](https://bianbu-linux.spacemit.com/development_guide/boot).
### Boot Parameters for the Solution