Tool/software:
Hello E2gE Experts,
Good day.
I need to run Debian on my TMDX654IDKEVM board, how can I do it?
Regards,
TICSC
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hello E2gE Experts,
Good day.
I need to run Debian on my TMDX654IDKEVM board, how can I do it?
Regards,
TICSC
If this is for a new project, does other processors such as AM64x meet the requirement? Processor SDK provides Debian support for AM64x.
Hello Bin,
Good day.
Can I follow the following link to include "apt" and "dpkg" package when Building the SDK with Yocto?
1.1.7. Building the SDK with Yocto — Processor SDK Linux for AM65X Documentation
I want to install podman on the SDK ---PROCESSOR-SDK-LINUX-RT-AM65X, is it possible?
Now, I have run the LINUX-RT-AM65X OS on my AM65X board.
Regards,
TICSC
Can I follow the following link to include "apt" and "dpkg" package when Building the SDK with Yocto?
1.1.7. Building the SDK with Yocto — Processor SDK Linux for AM65X Documentation
I want to install podman on the SDK ---PROCESSOR-SDK-LINUX-RT-AM65X, is it possible?
No this won't work and is not compatible / not supported.
If you want to include additional packages into your image, you would need to add those to the Yocto build process.
Alternatively, you could try to run some version of Debian inside a Docker container on AM65x, but this may not be practical for what you are trying to do. See https://software-dl.ti.com/processor-sdk-linux/esd/AM65X/09_03_05_02/exports/docs/linux/Foundational_Components/Virtualization/Docker.html Also we do not have steps on how to do that but it should be possible to get this working by some doing some Internet searches. But again your best bet here would be to customize our Yocto distribution. If you need help with a specific package, let us know.
And as Bin pointed out, you can also consider using other AM6x devices for which we offer Debian support out-of-the-box.
Regards, Andreas
Hello Andreas,
Good day.
I have installed podman successfully:
but when I run the container some errors occur
ipt_comment
module, so how can I solve this problem?As explained earlier installing custom package managers his is not something we support, so you are on your own trying to get this to work.
If you must use external pre-build packages like Debian packages you should go the container-based approach outlined earlier.
Regards, Andreas