mirror of
https://gitee.com/bianbu-linux/openwrt-docs-en
synced 2025-04-18 19:34:54 -04:00
fix syntax error
This commit is contained in:
parent
0fcf586ba3
commit
d93b07553d
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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`
|
||||
|
||||

|
||||
|
||||
|
|
|
@ -121,7 +121,7 @@ You can also add a partition table that matches the capacity of the onboard stor
|
|||
* partition_universal.json,Used for booting from block devices.
|
||||
* partition_flash.json,Used 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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue