Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


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

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
products:sbc:vim4:configurations:upgrade-linux-uboot [2022/07/05 03:21]
nick
products:sbc:vim4:configurations:upgrade-linux-uboot [2022/11/29 20:52]
nick update upgrade-linux-uboot
Line 1: Line 1:
-====== Upgrade U-Boot ======+====== VIM4 Upgrade Linux U-Boot ======
  
-There are two ways to upgrade U-Boot: +===== Introduction =====
-  * Upgrade from Kernel Space +
-  * Upgrade from U-Boot Console+
  
-<tabbox Upgrade from Kernel Space>+This page leads you 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-vim4-vendor_xxxx-2019.01_arm64.deb'',\\ ''xxxx'' is the version number, e.g. ''1.0.11''
 +</WRAP>
  
-You need to follow [[products:sbc:vim4:development:build-uboot#ubuntu|Build U-Boot]] documentation to build U-Boot debian package. Then copy the U-Boot debian package to your board and install it. 
  
 ```sh ```sh
Line 14: Line 19:
 $ sudo reboot $ sudo reboot
 ``` ```
- 
-<tabbox Upgrade from U-Boot Console> 
- 
-<WRAP important > 
-Only for SoC Vendor eMMC U-Boot. 
-</WRAP> 
- 
-You need to setup [[products:sbc:vim4:development:setup-serial-tool|Seria Debug Tool]] first, then you can directly upgrade U-Boot from the console. \\ 
- 
-The installed U-Boot is located at ''build/u-boot/fip/_tmp/u-boot.bin.signed''. 
- 
-  * Power on the board and enter the U-Boot console 
-  * Copy ''u-boot.bin.signed'' into an SD card or thumbdrive 
-  * Insert the SD card or thumbdrive into the board 
-  * Execute the following commands to upgrade U-Boot ``` 
-kvim4# usb_update bootloader u-boot.bin.signed 
-kvim4# reboot 
-``` 
- 
-</tabbox> 
  
 ===== See Also ===== ===== See Also =====
  
-[[products:sbc:vim4:development:build-uboot|Build U-Boot]].+  * [[products:sbc:vim4:development:linux:build-linux-uboot|Build Linux Kernel]]
Last modified: 2022/11/29 21:00 by nick