This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
products:sbc:vim3:configurations:upgrade-linux-uboot [2022/07/06 10:10] 127.0.0.1 external edit |
products:sbc:vim3:configurations:upgrade-linux-uboot [2022/07/13 23:10] (current) frank |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Upgrade Linux U-Boot ====== | + | ====== |
| + | |||
| + | ===== Introduction ===== | ||
| + | |||
| + | This documentation will introduce how to upgrade U-Boot manually. | ||
| + | |||
| + | ===== Upgrade ===== | ||
| + | |||
| + | Copy the U-Boot debian package to your board and install it directly. | ||
| + | |||
| + | <WRAP tip > | ||
| + | The U-Boot debian package is '' | ||
| + | </ | ||
| + | |||
| + | |||
| + | ```shell | ||
| + | $ sudo dpkg -i linux-u-boot-vim3-vendor_xxxx-2015.01_arm64.deb | ||
| + | $ sync | ||
| + | $ sudo reboot | ||
| + | ``` | ||