Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:vim3:configurations:upgrade-linux-uboot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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 ======+====== VIM3/3L 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 ''linux-u-boot-vim3-vendor_xxxx-2015.01_arm64.deb'',\\ ''xxxx'' is the version number, e.g. ''1.0.11''
 +</WRAP> 
 + 
 + 
 +```shell 
 +$ sudo dpkg -i linux-u-boot-vim3-vendor_xxxx-2015.01_arm64.deb 
 +$ sync 
 +$ sudo reboot 
 +```
  
  
Last modified: 2022/07/06 10:10 by 127.0.0.1