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
products:sbc:vim4:configurations:upgrade-linux-uboot [2022/07/05 21:55]
nick ↷ Links adapted because of a move operation
products:sbc:vim4:configurations:upgrade-linux-uboot [2022/11/29 21:00] (current)
nick
Line 1: Line 1:
-====== Upgrade U-Boot ======+====== VIM4 Upgrade Linux U-Boot ======
  
 ===== Introduction ===== ===== Introduction =====
  
-This documentation will introduce how to upgrade U-Boot+This page leads you to upgrade U-Boot manually.
- +
-===== Preparation ===== +
- +
-Follow documentation to [[products:sbc:vim4:development:build-linux-uboot|Build U-Boot]].+
  
 ===== Upgrade ===== ===== Upgrade =====
  
-There are two ways to upgrade U-Boot+Copy the U-Boot debian package to your board and install it directly.
-  * Upgrade from Kernel Space (Recommended) +
-  * Upgrade from U-Boot Command Line+
  
-<tabbox Upgrade from Kernel Space (Recommended)>+<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>
  
-Copy the U-Boot debian package to your board and install it directly. 
  
 ```sh ```sh
Line 24: Line 19:
 $ sudo reboot $ sudo reboot
 ``` ```
- 
-<tabbox Upgrade from U-Boot Command Line> 
- 
-<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 follow the steps bellow to upgrade the U-Boot: 
- 
-  * Power on the board and hit ''SPACE'' key to enter the U-Boot command line 
-  * Copy ''u-boot.bin.signed'' into an SD card or thumbdrive which is located at ''build/u-boot/fip/_tmp/u-boot.bin.signed'' 
-  * 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-linux-uboot|Build U-Boot]].+  * [[products:sbc:vim4:development:linux:build-linux-uboot|Build U-Boot]]
Last modified: 2022/07/05 21:55 by nick