{"id":521,"date":"2025-01-06T18:13:37","date_gmt":"2025-01-06T17:13:37","guid":{"rendered":"https:\/\/www.systemdeveloper.nl\/tech\/?p=521"},"modified":"2025-01-06T18:13:38","modified_gmt":"2025-01-06T17:13:38","slug":"exploring-the-power-of-the-jetson-agx-orin-development-kit-a-step-by-step-journey","status":"publish","type":"post","link":"https:\/\/www.systemdeveloper.nl\/tech\/exploring-the-power-of-the-jetson-agx-orin-development-kit-a-step-by-step-journey\/","title":{"rendered":"Exploring the Power of the Jetson AGX Orin Development Kit: A Step-by-Step Journey"},"content":{"rendered":"<p class=\"wp-block-paragraph wp-block-paragraph\" style=\"\">This week, I had the pleasure of diving into the capabilities of the NVIDIA Jetson AGX Orin 64GB development kit, and the journey has been nothing short of fascinating. With its powerful processing capabilities and extensive customization options, the AGX Orin promises to be a cornerstone for advanced AI and robotics projects. Here&rsquo;s a detailed look at my experience setting up and experimenting with this incredible piece of hardware.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n<h3 class=\"wp-block-heading\" id=\"building-the-setup-expanding-the-agx-orine28099s-potential\"><strong>Building the Setup: Expanding the AGX Orin&rsquo;s Potential<\/strong><\/h3>\n\n\n<p class=\"wp-block-paragraph wp-block-paragraph\" style=\"\">To make the AGX Orin truly versatile, I decided to equip it with several key peripherals:<\/p>\n\n\n<ol class=\"wp-block-list wp-block-list\">\n<li>\n<strong>Audio Module:<\/strong> I chose a USB Audio Codec specifically designed for simplicity and affordability. It provides seamless audio input and output via USB, making it a hassle-free solution for audio integration.<\/li>\n\n\n\n<li>\n<strong>External SSD Drive:<\/strong> The SSD drive offers fast and reliable storage, perfect for handling large datasets and models. Its quick access speeds ensure smooth processing for demanding AI tasks.<\/li>\n\n\n\n<li>\n<strong>MicroSD Card:<\/strong> The microSD card is primarily used for occasionally securing software backups. This allows critical files to be easily stored and retrieved when necessary.<\/li>\n\n\n\n<li>\n<strong>3D Camera Module:<\/strong> I selected an 8MP binocular camera module with dual IMX219 sensors for stereo vision and depth sensing. This gives the AGX &#8220;eyes&#8221; for spatial awareness and allows it to estimate distances, making it crucial for mobility and robotics applications.<\/li>\n\n\n\n<li>\n<strong>Screen and Hologram Projector:<\/strong> For the display, I used a Raspberry Pi 7-inch IPS touchscreen LCD module with a resolution of 1024&#215;600. The screen provides a practical interface for interaction, while the hologram projector adds a playful futuristic touch, showcasing the assistant&#8217;s &#8220;personality.&#8221;<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n<h3 class=\"wp-block-heading\" id=\"step-1-preparing-the-flashing-environment\"><strong>Step 1: Preparing the Flashing Environment<\/strong><\/h3>\n\n\n<p class=\"wp-block-paragraph wp-block-paragraph\" style=\"\">To flash the AGX Orin with the latest Jetpack version, I needed a reliable setup. Here&rsquo;s how I did it:<\/p>\n\n\n<ul class=\"wp-block-list wp-block-list\">\n<li>\n<strong>Creating an Ubuntu Boot Drive:<\/strong><ul class=\"wp-block-list wp-block-list\">\n<li>I downloaded Ubuntu Desktop Live CD version 20.04 and created a bootable USB stick.<\/li>\n\n\n\n<li>Booting my Windows laptop from the USB stick, I installed Ubuntu on an external SSD. Now, when I want to use Ubuntu, I simply plug in the SSD and reboot. For Windows, I just remove the SSD. This dual-boot approach is both simple and efficient.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>\n<strong>Installing NVIDIA&rsquo;s SDK Manager:<\/strong><ul class=\"wp-block-list wp-block-list\">\n<li>With Ubuntu running, I downloaded and installed the SDK Manager, a crucial tool for flashing and setting up the AGX Orin. It&rsquo;s important to follow software version compatibility guidelines closely to avoid unnecessary issues and ensure a smooth installation process.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>\n<strong>Flashing the AGX Orin:<\/strong><ul class=\"wp-block-list wp-block-list\">\n<li>Using the SDK Manager, I installed the latest Jetpack version, which brought the device up to date with the latest features and optimizations. The process was straightforward, but attention to detail was essential.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n<h3 class=\"wp-block-heading\" id=\"integrating-peripherals\"><strong>Integrating Peripherals<\/strong><\/h3>\n\n\n<p class=\"wp-block-paragraph wp-block-paragraph\" style=\"\">After successfully flashing the device, I began connecting and testing the various peripherals:<\/p>\n\n\n<ol class=\"wp-block-list\">\n<li>\n<strong>SSD Drive:<\/strong><ul class=\"wp-block-list wp-block-list wp-block-list\">\n<li>The SSD was quickly recognized and mounted, providing ample storage for projects. Its robust performance ensures that data-intensive applications run without delays.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>\n<strong>MicroSD Card:<\/strong><ul class=\"wp-block-list wp-block-list\">\n<li>Configured as a secondary storage option, the microSD card is an excellent backup solution for lightweight applications and critical software components.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>\n<strong>Audio Module:<\/strong><ul class=\"wp-block-list wp-block-list\">\n<li>The audio module was straightforward to test. The AGX recognized it as a USB device, and I could easily record and playback audio using these commands:<br><ul class=\"wp-block-list wp-block-list\">\n<li><code>arecord -D plughw:2,0 -f S16_LE -r 48000 -c 2 test.wav<\/code><\/li>\n\n\n\n<li><code>aplay -D hw:2,0 test.wav<\/code><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>This quick and effective testing demonstrated the simplicity of adding audio capabilities to the system.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>\n<strong>3D Camera Module:<\/strong><ul class=\"wp-block-list wp-block-list\">\n<li>Though not yet fully configured, this module promises to enhance the AGX Orin&rsquo;s &#8220;vision,&#8221; making it suitable for advanced robotics and spatial AI applications. Its stereo vision capability will allow the device to assess distances accurately, which is essential for navigation and mobility.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>\n<strong>Screen and Hologram Projector:<\/strong><ul class=\"wp-block-list wp-block-list\">\n<li>While the hologram is a fun addition, the screen is far more practical for current use cases. Visual feedback through the screen is critical for testing and interaction, ensuring that the assistant can effectively communicate outputs and receive inputs.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n<h3 class=\"wp-block-heading\" id=\"whate28099s-next\"><strong>What&rsquo;s Next?<\/strong><\/h3>\n\n\n<p class=\"wp-block-paragraph wp-block-paragraph\" style=\"\">With the peripherals and Jetpack installed, the AGX Orin is ready to come to life. Here are the next steps in the journey:<\/p>\n\n\n<ol class=\"wp-block-list\">\n<li>\n<strong>Configuring the 3D Camera:<\/strong><ul class=\"wp-block-list wp-block-list wp-block-list\">\n<li>Set up software for spatial awareness and depth sensing, enabling the device to &#8220;see&#8221; and understand its environment better.<\/li>\n\n\n\n<li>Test the camera&rsquo;s capabilities in real-world scenarios, such as object detection and obstacle avoidance.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>\n<strong>Building the AI Assistant:<\/strong><ul class=\"wp-block-list wp-block-list\">\n<li>The assistant will leverage NLP and voice recognition to execute tasks and provide feedback through audio or visual means. It should also request additional information when needed and alert me to urgent matters. For example, it might notify me of missed deadlines or system malfunctions.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>\n<strong>Application Development:<\/strong><ul class=\"wp-block-list wp-block-list\">\n<li>Use the AGX Orin&rsquo;s powerful GPU to run advanced AI models. This includes real-time image processing, machine learning inference, and robotics control.<\/li>\n\n\n\n<li>Experiment with applications such as autonomous navigation, gesture recognition, or even smart home integration.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>\n<strong>Testing and Iteration:<\/strong><ul class=\"wp-block-list wp-block-list\">\n<li>Conduct stress tests to ensure system stability under heavy workloads.<\/li>\n\n\n\n<li>Refine hardware and software integrations for optimal performance. This iterative approach will ensure the device meets the demands of complex applications.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n<h3 class=\"wp-block-heading\" id=\"reflections-on-the-experience\"><strong>Reflections on the Experience<\/strong><\/h3>\n\n\n<p class=\"wp-block-paragraph wp-block-paragraph\" style=\"\">The Jetson AGX Orin 64GB development kit is not just hardware; it&rsquo;s a gateway to innovation. Setting up the system has already sparked countless ideas for projects, from interactive assistants to robotics and beyond. While there were a few challenges along the way, such as creating a bootable Ubuntu SSD and flashing the device, the satisfaction of seeing everything come together has made it all worthwhile.<\/p>\n\n\n<p class=\"wp-block-paragraph wp-block-paragraph\" style=\"\">For anyone looking to push the boundaries of AI and robotics, the AGX Orin is a tool that opens doors to endless possibilities. Stay tuned for updates as I continue to explore its potential and share the journey.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This week, I had the pleasure of diving into the capabilities of the NVIDIA Jetson AGX Orin 64GB development kit, and the journey has been nothing short of fascinating. With its powerful processing capabilities and extensive customization options, the AGX Orin promises to be a cornerstone for advanced AI and robotics projects. Here&rsquo;s a detailed &hellip;<\/p>\n","protected":false},"author":1,"featured_media":522,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"class_list":["post-521","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tech-innovation"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Exploring the Power of the Jetson AGX Orin Development Kit: A Step-by-Step Journey - SystemDeveloper.NL<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.systemdeveloper.nl\/tech\/exploring-the-power-of-the-jetson-agx-orin-development-kit-a-step-by-step-journey\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Exploring the Power of the Jetson AGX Orin Development Kit: A Step-by-Step Journey - SystemDeveloper.NL\" \/>\n<meta property=\"og:description\" content=\"This week, I had the pleasure of diving into the capabilities of the NVIDIA Jetson AGX Orin 64GB development kit, and the journey has been nothing short of fascinating. With its powerful processing capabilities and extensive customization options, the AGX Orin promises to be a cornerstone for advanced AI and robotics projects. Here&rsquo;s a detailed &hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.systemdeveloper.nl\/tech\/exploring-the-power-of-the-jetson-agx-orin-development-kit-a-step-by-step-journey\/\" \/>\n<meta property=\"og:site_name\" content=\"SystemDeveloper.NL\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/quan.tora.16\" \/>\n<meta property=\"article:published_time\" content=\"2025-01-06T17:13:37+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-06T17:13:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.systemdeveloper.nl\/tech\/wp-content\/uploads\/2025\/01\/de0b580e-64ba-44bd-8ea3-6146df168c4b-e1736183609463.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"768\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"John Timmer\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"John Timmer\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/exploring-the-power-of-the-jetson-agx-orin-development-kit-a-step-by-step-journey\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/exploring-the-power-of-the-jetson-agx-orin-development-kit-a-step-by-step-journey\\\/\"},\"author\":{\"name\":\"John Timmer\",\"@id\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/#\\\/schema\\\/person\\\/5760c2ed5300c56d8ef01dfb00a9763b\"},\"headline\":\"Exploring the Power of the Jetson AGX Orin Development Kit: A Step-by-Step Journey\",\"datePublished\":\"2025-01-06T17:13:37+00:00\",\"dateModified\":\"2025-01-06T17:13:38+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/exploring-the-power-of-the-jetson-agx-orin-development-kit-a-step-by-step-journey\\\/\"},\"wordCount\":941,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/exploring-the-power-of-the-jetson-agx-orin-development-kit-a-step-by-step-journey\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/de0b580e-64ba-44bd-8ea3-6146df168c4b-e1736183609463.webp\",\"articleSection\":[\"Tech Innovation\"],\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/exploring-the-power-of-the-jetson-agx-orin-development-kit-a-step-by-step-journey\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/exploring-the-power-of-the-jetson-agx-orin-development-kit-a-step-by-step-journey\\\/\",\"url\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/exploring-the-power-of-the-jetson-agx-orin-development-kit-a-step-by-step-journey\\\/\",\"name\":\"Exploring the Power of the Jetson AGX Orin Development Kit: A Step-by-Step Journey - SystemDeveloper.NL\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/exploring-the-power-of-the-jetson-agx-orin-development-kit-a-step-by-step-journey\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/exploring-the-power-of-the-jetson-agx-orin-development-kit-a-step-by-step-journey\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/de0b580e-64ba-44bd-8ea3-6146df168c4b-e1736183609463.webp\",\"datePublished\":\"2025-01-06T17:13:37+00:00\",\"dateModified\":\"2025-01-06T17:13:38+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/exploring-the-power-of-the-jetson-agx-orin-development-kit-a-step-by-step-journey\\\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/exploring-the-power-of-the-jetson-agx-orin-development-kit-a-step-by-step-journey\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/exploring-the-power-of-the-jetson-agx-orin-development-kit-a-step-by-step-journey\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/de0b580e-64ba-44bd-8ea3-6146df168c4b-e1736183609463.webp\",\"contentUrl\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/de0b580e-64ba-44bd-8ea3-6146df168c4b-e1736183609463.webp\",\"width\":1024,\"height\":768},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/exploring-the-power-of-the-jetson-agx-orin-development-kit-a-step-by-step-journey\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Exploring the Power of the Jetson AGX Orin Development Kit: A Step-by-Step Journey\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/#website\",\"url\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/\",\"name\":\"www.systemdeveloper.nl\",\"description\":\"NextGen IT\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/#organization\",\"name\":\"www.systemdeveloper.nl\",\"url\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/qt-logo.png\",\"contentUrl\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/qt-logo.png\",\"width\":1346,\"height\":1230,\"caption\":\"www.systemdeveloper.nl\"},\"image\":{\"@id\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/quan.tora.16\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/#\\\/schema\\\/person\\\/5760c2ed5300c56d8ef01dfb00a9763b\",\"name\":\"John Timmer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/cropped-D6E27035-6864-4270-8D72-0D8C0C59F370-96x96.jpeg\",\"url\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/cropped-D6E27035-6864-4270-8D72-0D8C0C59F370-96x96.jpeg\",\"contentUrl\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/cropped-D6E27035-6864-4270-8D72-0D8C0C59F370-96x96.jpeg\",\"caption\":\"John Timmer\"},\"sameAs\":[\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\"],\"url\":\"https:\\\/\\\/www.systemdeveloper.nl\\\/tech\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Exploring the Power of the Jetson AGX Orin Development Kit: A Step-by-Step Journey - SystemDeveloper.NL","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.systemdeveloper.nl\/tech\/exploring-the-power-of-the-jetson-agx-orin-development-kit-a-step-by-step-journey\/","og_locale":"en_US","og_type":"article","og_title":"Exploring the Power of the Jetson AGX Orin Development Kit: A Step-by-Step Journey - SystemDeveloper.NL","og_description":"This week, I had the pleasure of diving into the capabilities of the NVIDIA Jetson AGX Orin 64GB development kit, and the journey has been nothing short of fascinating. With its powerful processing capabilities and extensive customization options, the AGX Orin promises to be a cornerstone for advanced AI and robotics projects. Here&rsquo;s a detailed &hellip;","og_url":"https:\/\/www.systemdeveloper.nl\/tech\/exploring-the-power-of-the-jetson-agx-orin-development-kit-a-step-by-step-journey\/","og_site_name":"SystemDeveloper.NL","article_publisher":"https:\/\/www.facebook.com\/quan.tora.16","article_published_time":"2025-01-06T17:13:37+00:00","article_modified_time":"2025-01-06T17:13:38+00:00","og_image":[{"width":1024,"height":768,"url":"https:\/\/www.systemdeveloper.nl\/tech\/wp-content\/uploads\/2025\/01\/de0b580e-64ba-44bd-8ea3-6146df168c4b-e1736183609463.webp","type":"image\/webp"}],"author":"John Timmer","twitter_card":"summary_large_image","twitter_misc":{"Written by":"John Timmer","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.systemdeveloper.nl\/tech\/exploring-the-power-of-the-jetson-agx-orin-development-kit-a-step-by-step-journey\/#article","isPartOf":{"@id":"https:\/\/www.systemdeveloper.nl\/tech\/exploring-the-power-of-the-jetson-agx-orin-development-kit-a-step-by-step-journey\/"},"author":{"name":"John Timmer","@id":"https:\/\/www.systemdeveloper.nl\/tech\/#\/schema\/person\/5760c2ed5300c56d8ef01dfb00a9763b"},"headline":"Exploring the Power of the Jetson AGX Orin Development Kit: A Step-by-Step Journey","datePublished":"2025-01-06T17:13:37+00:00","dateModified":"2025-01-06T17:13:38+00:00","mainEntityOfPage":{"@id":"https:\/\/www.systemdeveloper.nl\/tech\/exploring-the-power-of-the-jetson-agx-orin-development-kit-a-step-by-step-journey\/"},"wordCount":941,"commentCount":0,"publisher":{"@id":"https:\/\/www.systemdeveloper.nl\/tech\/#organization"},"image":{"@id":"https:\/\/www.systemdeveloper.nl\/tech\/exploring-the-power-of-the-jetson-agx-orin-development-kit-a-step-by-step-journey\/#primaryimage"},"thumbnailUrl":"https:\/\/www.systemdeveloper.nl\/tech\/wp-content\/uploads\/2025\/01\/de0b580e-64ba-44bd-8ea3-6146df168c4b-e1736183609463.webp","articleSection":["Tech Innovation"],"inLanguage":"en","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.systemdeveloper.nl\/tech\/exploring-the-power-of-the-jetson-agx-orin-development-kit-a-step-by-step-journey\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.systemdeveloper.nl\/tech\/exploring-the-power-of-the-jetson-agx-orin-development-kit-a-step-by-step-journey\/","url":"https:\/\/www.systemdeveloper.nl\/tech\/exploring-the-power-of-the-jetson-agx-orin-development-kit-a-step-by-step-journey\/","name":"Exploring the Power of the Jetson AGX Orin Development Kit: A Step-by-Step Journey - SystemDeveloper.NL","isPartOf":{"@id":"https:\/\/www.systemdeveloper.nl\/tech\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.systemdeveloper.nl\/tech\/exploring-the-power-of-the-jetson-agx-orin-development-kit-a-step-by-step-journey\/#primaryimage"},"image":{"@id":"https:\/\/www.systemdeveloper.nl\/tech\/exploring-the-power-of-the-jetson-agx-orin-development-kit-a-step-by-step-journey\/#primaryimage"},"thumbnailUrl":"https:\/\/www.systemdeveloper.nl\/tech\/wp-content\/uploads\/2025\/01\/de0b580e-64ba-44bd-8ea3-6146df168c4b-e1736183609463.webp","datePublished":"2025-01-06T17:13:37+00:00","dateModified":"2025-01-06T17:13:38+00:00","breadcrumb":{"@id":"https:\/\/www.systemdeveloper.nl\/tech\/exploring-the-power-of-the-jetson-agx-orin-development-kit-a-step-by-step-journey\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.systemdeveloper.nl\/tech\/exploring-the-power-of-the-jetson-agx-orin-development-kit-a-step-by-step-journey\/"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/www.systemdeveloper.nl\/tech\/exploring-the-power-of-the-jetson-agx-orin-development-kit-a-step-by-step-journey\/#primaryimage","url":"https:\/\/www.systemdeveloper.nl\/tech\/wp-content\/uploads\/2025\/01\/de0b580e-64ba-44bd-8ea3-6146df168c4b-e1736183609463.webp","contentUrl":"https:\/\/www.systemdeveloper.nl\/tech\/wp-content\/uploads\/2025\/01\/de0b580e-64ba-44bd-8ea3-6146df168c4b-e1736183609463.webp","width":1024,"height":768},{"@type":"BreadcrumbList","@id":"https:\/\/www.systemdeveloper.nl\/tech\/exploring-the-power-of-the-jetson-agx-orin-development-kit-a-step-by-step-journey\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.systemdeveloper.nl\/tech\/"},{"@type":"ListItem","position":2,"name":"Exploring the Power of the Jetson AGX Orin Development Kit: A Step-by-Step Journey"}]},{"@type":"WebSite","@id":"https:\/\/www.systemdeveloper.nl\/tech\/#website","url":"https:\/\/www.systemdeveloper.nl\/tech\/","name":"www.systemdeveloper.nl","description":"NextGen IT","publisher":{"@id":"https:\/\/www.systemdeveloper.nl\/tech\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.systemdeveloper.nl\/tech\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Organization","@id":"https:\/\/www.systemdeveloper.nl\/tech\/#organization","name":"www.systemdeveloper.nl","url":"https:\/\/www.systemdeveloper.nl\/tech\/","logo":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/www.systemdeveloper.nl\/tech\/#\/schema\/logo\/image\/","url":"https:\/\/www.systemdeveloper.nl\/tech\/wp-content\/uploads\/2024\/11\/qt-logo.png","contentUrl":"https:\/\/www.systemdeveloper.nl\/tech\/wp-content\/uploads\/2024\/11\/qt-logo.png","width":1346,"height":1230,"caption":"www.systemdeveloper.nl"},"image":{"@id":"https:\/\/www.systemdeveloper.nl\/tech\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/quan.tora.16"]},{"@type":"Person","@id":"https:\/\/www.systemdeveloper.nl\/tech\/#\/schema\/person\/5760c2ed5300c56d8ef01dfb00a9763b","name":"John Timmer","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/www.systemdeveloper.nl\/tech\/wp-content\/uploads\/2024\/11\/cropped-D6E27035-6864-4270-8D72-0D8C0C59F370-96x96.jpeg","url":"https:\/\/www.systemdeveloper.nl\/tech\/wp-content\/uploads\/2024\/11\/cropped-D6E27035-6864-4270-8D72-0D8C0C59F370-96x96.jpeg","contentUrl":"https:\/\/www.systemdeveloper.nl\/tech\/wp-content\/uploads\/2024\/11\/cropped-D6E27035-6864-4270-8D72-0D8C0C59F370-96x96.jpeg","caption":"John Timmer"},"sameAs":["https:\/\/www.systemdeveloper.nl\/tech"],"url":"https:\/\/www.systemdeveloper.nl\/tech\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.systemdeveloper.nl\/tech\/wp-json\/wp\/v2\/posts\/521","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.systemdeveloper.nl\/tech\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.systemdeveloper.nl\/tech\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.systemdeveloper.nl\/tech\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.systemdeveloper.nl\/tech\/wp-json\/wp\/v2\/comments?post=521"}],"version-history":[{"count":1,"href":"https:\/\/www.systemdeveloper.nl\/tech\/wp-json\/wp\/v2\/posts\/521\/revisions"}],"predecessor-version":[{"id":523,"href":"https:\/\/www.systemdeveloper.nl\/tech\/wp-json\/wp\/v2\/posts\/521\/revisions\/523"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.systemdeveloper.nl\/tech\/wp-json\/wp\/v2\/media\/522"}],"wp:attachment":[{"href":"https:\/\/www.systemdeveloper.nl\/tech\/wp-json\/wp\/v2\/media?parent=521"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.systemdeveloper.nl\/tech\/wp-json\/wp\/v2\/categories?post=521"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.systemdeveloper.nl\/tech\/wp-json\/wp\/v2\/tags?post=521"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}