Difference between revisions of "Xavier/JetPack 5.0.2/Flashing Board/Flash Bootloader"

From RidgeRun Developer Connection
Jump to: navigation, search
(Created page with "<noinclude> {{Xavier/Head}} </noinclude> <!-- If you want a custom title for the page, un-comment and edit this line: {{DISPLAYTITLE:NVIDIA Jetson Xavier - <descriptive page n...")
 
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
{{Xavier/Head}}
+
{{Xavier/Head|previous=JetPack 4.1‎/Flashing Board/Flash Kernel|next=JetPack 4.1/Performance Tuning|keywords=jetpack,flashing,image,flash,flashing board,bootloader}}
 
</noinclude>
 
</noinclude>
 
<!-- If you want a custom title for the page, un-comment and edit this line:
 
<!-- If you want a custom title for the page, un-comment and edit this line:
Line 8: Line 8:
  
  
=Flash Bootloader=
+
==Flash Bootloader==
  
Update the content of the EBT partition where uboot is located. The bootloader is always located in the eMMC and therefore there is only one method to flash the system.
+
Update the content of the EBT partition where uboot is located. The bootloader EBT partition is located in the eMMC and therefore there is only one method to flash the system.
  
 
<syntaxhighlight lang=bash>
 
<syntaxhighlight lang=bash>
Line 19: Line 19:
  
 
<noinclude>
 
<noinclude>
{{Xavier/Foot|<Replace with "previous" page>|<Replace with "next" page>}}
+
{{Xavier/Foot|JetPack 4.1‎/Flashing Board/Flash Kernel|JetPack 4.1/Performance Tuning}}
 
</noinclude>
 
</noinclude>

Latest revision as of 10:26, 17 August 2022



Previous: JetPack 4.1‎/Flashing Board/Flash Kernel Index Next: JetPack 4.1/Performance Tuning



Nvidia-preferred-partner-badge-rgb-for-screen.png




Flash Bootloader

Update the content of the EBT partition where uboot is located. The bootloader EBT partition is located in the eMMC and therefore there is only one method to flash the system.

JETPACK_DIR=/home/$USER/JetPack/
cd $JETPACK_DIR/Xavier/Linux_for_Tegra/
sudo ./flash.sh -k EBT jetson-xavier mmcblk1p1



Previous: JetPack 4.1‎/Flashing Board/Flash Kernel Index Next: JetPack 4.1/Performance Tuning