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
en:layerscape:tqmls10xxa:linux:yocto:deployment_yocto [2021/11/03 12:29] schlueteren:layerscape:tqmls10xxa:linux:yocto:deployment_yocto [2023/11/08 13:55] (current) – removed work in progress liedmann
Line 1: Line 1:
-<WRAP round important>WORK IN PROGRESS</WRAP>   
 <embed en:templates:tabs_yocto_bootstrap> <embed en:templates:tabs_yocto_bootstrap>
   <label product_type>Embedded module</label>   <label product_type>Embedded module</label>
Line 35: Line 34:
  
  
-===== Updating existing firmware over ethernet new =====+===== Updating existing firmw 
 +are over ethernet new =====
 \\ \\
 A good approach to update the firmare components U-Boot,Linux kernel and devicetree in a running system is to load them from a TFTP server. Therefore a running TFTP server is required in your network environment, please see the[[en:general_information:tftp|how to setup TFTP Server]] page how to setup on your development host.   A good approach to update the firmare components U-Boot,Linux kernel and devicetree in a running system is to load them from a TFTP server. Therefore a running TFTP server is required in your network environment, please see the[[en:general_information:tftp|how to setup TFTP Server]] page how to setup on your development host.  
 After setting up the TFTP server, the binaries that should be updated must be copied into the TFTP directory of your TFTP Server.  After setting up the TFTP server, the binaries that should be updated must be copied into the TFTP directory of your TFTP Server. 
 +
 + 
  
 ==== Update Process ====  ==== Update Process ==== 
  
-1. Setup the Starterkit to boot from SD/eMMC or QSPI, please see the [[ .:..:..:mbls10xxA:dip_switches|Starterkit dip switch page]] how to setup\\  +1. Setup the Starterkit to boot from SD/eMMC or QSPI,  please see the [[ .:..:..:mbls10xxA:dip_switches|Starterkit dip switch page]] how to setup\\  
 2. Connect the kit to the network with TFTP server supplying the binaries via ethernet on connector<label eth_prime>ETH_PRIME</label> \\ 2. Connect the kit to the network with TFTP server supplying the binaries via ethernet on connector<label eth_prime>ETH_PRIME</label> \\
 3. Power up the system and interrupt the boot process in U-Boot\\ 3. Power up the system and interrupt the boot process in U-Boot\\
Line 86: Line 88:
 __**Kernel**__ __**Kernel**__
  
-For Kernel update on eMMC/SD Card and QSPI NOR : +For Kernel update on eMMC/SD Card and QSPI NOR 
 +  
 +
 <code>=> setenv kernel <filename> (e.g.: setenv kernel Image.gz)</code> <code>=> setenv kernel <filename> (e.g.: setenv kernel Image.gz)</code>
  
  • Last modified: 2022/08/04 15:04