Creating a Cross-Compilation like process for Jetson TX2 (aarch64) using QEMU with Docker

Hi Guys,

I wanted to share with you my approach on how to easily compile software for the Jetson TX2 within docker on x86 without having to deal with cross-compilation settings, parameters and PATH-hell thanks to QEMU within docker.

You can use this guide to create the exact environment of your target system a-priori in docker. This can be used ideally for CI/CD etc. If you are interested please check out my medium.com articles and/or Github repository with all the details necessary:

Any feedback is well appreciated.

Best regards,
Bugra

4 Likes

Appreciate your sharing to community! Good job!

Cool project @bugra.turan! Thanks for sharing it here.