Difference between revisions of "ASR-A702"
Sean.chuang (talk | contribs) |
|||
| Line 1: | Line 1: | ||
| + | |||
== Linux BSP Version == | == Linux BSP Version == | ||
| Line 5: | Line 6: | ||
== Released Image == | == Released Image == | ||
| − | *[http://ess-wiki.advantech.com.tw/view/AIM-Linux/BSP/NV/Linux_Ubuntu_OS_Release_note/ | + | *[http://ess-wiki.advantech.com.tw/view/AIM-Linux/BSP/NV/Linux_Ubuntu_OS_Release_note/Ubuntu24/Internal OS Support List(based on Ubuntu24)] |
== Build Environment on Host == | == Build Environment on Host == | ||
| − | Attention : <span data-darkreader-inline-color="" style="color: rgb(205, 0, 0); --darkreader-inline-color: #ff3d3d;">Your host OS please use a version higher than ubuntu 20.04</span> | + | |
| − | <br/> | + | Attention : <span data-darkreader-inline-color="" style="color: rgb(205, 0, 0); --darkreader-inline-color: #ff3d3d;">Your host OS please use a version higher than ubuntu 20.04</span><br/> Currently, we adopt [https://www.docker.com/ Docker] as build environment.<br/> You can get the latest version of advrisc/u20.04-nvlbv2:20240515 Docker image for developing nVidia jetson projects.<br/> Docker command: |
| − | Currently, we adopt [https://www.docker.com/ Docker] as build environment.<br/> You can get the latest version of advrisc/u20.04-nvlbv2:20240515 Docker image for developing nVidia jetson projects. | ||
| − | <br/>Docker command: | ||
<pre>$ sudo docker pull advrisc/u20.04-nvlbv2:20240515</pre> | <pre>$ sudo docker pull advrisc/u20.04-nvlbv2:20240515</pre> | ||
| Line 56: | Line 55: | ||
== Flash Image == | == Flash Image == | ||
| − | 1. HW setting recover mode | + | 1. HW setting recover mode<br/> Change the RST_RECOVY "2" to ON and press power button.<br/> [[File:Asra702-1.png|border|450px|Asra702-1.png]] [[File:Asra702-2.png|border|450px|Asra702-2.png]]<br/> Connect a linux OS host wired ASR-A702 with Flash USB cable.<br/> In the Host PC, make sure the ASR-A702 (NVidia Corp) has detectd. |
| − | <br/> | ||
| − | Change the RST_RECOVY "2" to ON and press power button. | ||
| − | <br/> | ||
| − | [[File:Asra702-1.png|450px| | ||
| − | [[File:Asra702-2.png|450px| | ||
| − | <br/> | ||
| − | Connect a linux OS host wired ASR-A702 with Flash USB cable. | ||
| − | <br/> | ||
| − | In the Host PC, make sure the ASR-A702 (NVidia Corp) has detectd. | ||
<pre>[ubuntu@linux 11:55:43 ~]$ lsusb | <pre>[ubuntu@linux 11:55:43 ~]$ lsusb | ||
Bus 001 Device 024: ID 0955:7223 NVidia Corp. | Bus 001 Device 024: ID 0955:7223 NVidia Corp. | ||
Latest revision as of 07:26, 20 November 2025
Contents
Linux BSP Version
Ubuntu 24.04
Kernel 6.8.12
Released Image
Build Environment on Host
Attention : Your host OS please use a version higher than ubuntu 20.04
Currently, we adopt Docker as build environment.
You can get the latest version of advrisc/u20.04-nvlbv2:20240515 Docker image for developing nVidia jetson projects.
Docker command:
$ sudo docker pull advrisc/u20.04-nvlbv2:20240515
Run Docker example
Step1 Run docker container (example)
sudo docker run -it --name jetson_linux_risc -v /home/bsp/myLinux:/home/adv/BSP:rw --privileged advrisc/u20.04-nvlbv2:20240515 /bin/bash
Step2 In container, change the user. (example)
adv@7cc0fa834366:~$ sudo chown adv:adv -R BSP
Dependncy Library
Please install library in the HOST outside of docker if you get Exec format error.
$ sudo apt-get install qemu-user-static
Getting Linux Source Code
$ export GIT_SSL_NO_VERIFY=1
$ cd ~/BSP $ mkdir jetson_linux_risc $ cd jetson_linux_risc $ git config --global user.name "Your Name" $ git config --global user.email "Your@example.com"
ASR-A702
Jetpack 7.0 / L4T 38.2.0
$ repo init -u https://AIM-Linux@dev.azure.com/AIM-Linux/risc_nvidia_jetson_38.2.0/_git/manifest -m asra702a1_ubuntu24.04-jp7.0_v0.0.0_kernel-6.8.12_agx-thor.xml $ repo sync
Build Image
$ sudo ./scripts/build_release.sh
Tar Image for Test unit
$ sudo tar zcvf ASR-A702_XXX.tar.gz Linux_for_Tegra
Flash Image
1. HW setting recover mode
Change the RST_RECOVY "2" to ON and press power button.
![]()
Connect a linux OS host wired ASR-A702 with Flash USB cable.
In the Host PC, make sure the ASR-A702 (NVidia Corp) has detectd.
[ubuntu@linux 11:55:43 ~]$ lsusb Bus 001 Device 024: ID 0955:7223 NVidia Corp.
2.Extracted tarball file
$ sudo tar -zxvf ASR-A702_XXX.tar.gz $ cd Linux_for_Tegra
3.Flash image (Thor Module + eMMC)
$ sudo ./l4t_initrd_flash.sh -c tools/kernel_flash/flash_l4t_t264_nvme.xml --external-device nvme0n1p1 --showlogs jetson-agx-thor-asra702-a1 internal