CUDA and Yolo on Advantec MIC730-AI

Hello,

Could you please guide me how to install CUDA, TensorRT, Yolo on Advantec MIC730-AI ?

Thank you!
Vladimir

This is 3rd party carrier board, you should contact with them to get the instruction for how to install those SDKs.
They should have the user guide.

Thanks

1 Like

Unfortunatelly, their technical support didn`t answer on my second message. Anyway, we installed their (Advantec MIC730-AI) SDK,


Then we reached this:

And later this stage:


It says that it identifies Jetson via USB, but it doesn’t want to install. In other words when we want to connect the SDK, the manager sees the board. But how when we want to flash it, it does not see it.

Thank you!

Hi,

Please execute below commands in your AGX Xavier:

sudo apt update
sudo apt install nvidia-jetpack

Also What is your JP version in AGX Xavier?

Thanks

1 Like

Hello,

We have tried according you recommendation executing the commands and the problem still remains:

JP version is 5.1.3

Thank you

Hi,

Please provide the log with .txt file with your sudo apt update.
We notices E: error message from your screen shot.

Thanks

1 Like

Hello,

Sorry for delay in answer.

Thank you!

log Advantec.txt (2.1 KB)

Hi,

It’s might be related to your local dns server.

Please try add this line temporarily
in /etc/resolv.conf

nameserver 8.8.8.8

and run sudo apt update again.

Thanks

1 Like

Hello David,

The idea is the system sees only internal memory (on emmc) which has 30 GB. There are no available space. It doesn`t see the SSD which has the capacity of 256 GB.

Thank you,
Vladimir

Hi,

What is your rootfs?

Is your rootfs a emmc or NVMe?

Thanks

1 Like

Is this still an issue to support? Any result can be shared?

1 Like

Hi David, sorry for the late replay!

If I understood you correctly, root file system is physically located — is it stored on the built-in eMMC (embedded MultiMediaCard flash storage), so it is on eMMC (32GB) . Thus, there is not enough memory.
And we are struggling with finding out it how to install it on SSD.

Thank you!
Vladimir

1 Like

Hello, the issues is still persisting. The official instructions describe the process of booting, not the installation of the software on SSD. But it is necessary to install the SDK package namely on SSD, since internal memory has limited size of 32 GB, so it is not enough for it.

P.S. The official support service from Advantech considers the request resolved. ((((

Hi,

If you use sdk manager, you could choose NVMe as your rootfs.

As image show, you choose storage device to NVMe.

Thanks

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.