<mediawiki xmlns="http://www.mediawiki.org/xml/export-0.11/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.11/ http://www.mediawiki.org/xml/export-0.11.xsd" version="0.11" xml:lang="en">
  <siteinfo>
    <sitename>ProventusNova DeveloperWiki</sitename>
    <dbname>mediawiki</dbname>
    <base>https://developerwiki.proventusnova.com/Main_Page</base>
    <generator>MediaWiki 1.39.17</generator>
    <case>first-letter</case>
    <namespaces>
      <namespace key="-2" case="first-letter">Media</namespace>
      <namespace key="-1" case="first-letter">Special</namespace>
      <namespace key="0" case="first-letter" />
      <namespace key="1" case="first-letter">Talk</namespace>
      <namespace key="2" case="first-letter">User</namespace>
      <namespace key="3" case="first-letter">User talk</namespace>
      <namespace key="4" case="first-letter">DeveloperWiki</namespace>
      <namespace key="5" case="first-letter">DeveloperWiki talk</namespace>
      <namespace key="6" case="first-letter">File</namespace>
      <namespace key="7" case="first-letter">File talk</namespace>
      <namespace key="8" case="first-letter">MediaWiki</namespace>
      <namespace key="9" case="first-letter">MediaWiki talk</namespace>
      <namespace key="10" case="first-letter">Template</namespace>
      <namespace key="11" case="first-letter">Template talk</namespace>
      <namespace key="12" case="first-letter">Help</namespace>
      <namespace key="13" case="first-letter">Help talk</namespace>
      <namespace key="14" case="first-letter">Category</namespace>
      <namespace key="15" case="first-letter">Category talk</namespace>
    </namespaces>
  </siteinfo>
  <page>
    <title>Main Page</title>
    <ns>0</ns>
    <id>1</id>
    <revision>
      <id>550</id>
      <parentid>528</parentid>
      <timestamp>2025-12-05T17:18:55Z</timestamp>
      <contributor>
        <username>Nico</username>
        <id>7</id>
      </contributor>
      <comment>/* ⚙️ Technical Resources */</comment>
      <origin>550</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="7172" sha1="d5wup7ql7g6aphcrwzpcuygfup6pylu" xml:space="preserve">__NOTOC__
= Welcome to the ProventusNova Developer Wiki =
'''Expert knowledge for Embedded Systems, AI, and Software Development.'''

Looking to build high-performance embedded systems, optimize AI models, or streamline multimedia processing? This wiki is a '''public knowledge hub''' designed to help engineers, developers, and businesses solve real-world technical challenges.  

Here, you’ll find '''step-by-step tutorials, best practices, and deep technical insights''' to help you bring your projects to life.  

== 🚀 What You’ll Find Here ==

&lt;div style="display: flex; flex-wrap: wrap; gap: 1em;"&gt;

&lt;div style="flex: 1 1 250px; border: 1px solid #ccc; border-radius: 8px; padding: 1em; background-color: #f9f9f9;"&gt;
'''🛠️ Hands-on Tutorials'''  
Practical guides to get you started quickly.
&lt;/div&gt;

&lt;div style="flex: 1 1 250px; border: 1px solid #ccc; border-radius: 8px; padding: 1em; background-color: #f9f9f9;"&gt;
'''📋 Industry Best Practices'''  
Proven workflows and methodologies.
&lt;/div&gt;

&lt;div style="flex: 1 1 250px; border: 1px solid #ccc; border-radius: 8px; padding: 1em; background-color: #f9f9f9;"&gt;
'''⚡ Optimized Solutions'''  
Performance tuning for embedded, AI, and multimedia applications.
&lt;/div&gt;

&lt;div style="flex: 1 1 250px; border: 1px solid #ccc; border-radius: 8px; padding: 1em; background-color: #f9f9f9;"&gt;
'''🌍 Open-Source Resources'''  
Code samples, frameworks, and tools to accelerate development.
&lt;/div&gt;

&lt;/div&gt;

Whether you're an individual developer, a startup, or an enterprise, you’ll find resources here to '''enhance your expertise and improve your products'''.

== ⚙️ Technical Resources ==

Learn about core development domains, including embedded systems, AI, multimedia pipelines, and cloud-native solutions. Each section provides curated insights, guides, and best practices to help you build with assurance.

&lt;div style="display: flex; flex-wrap: wrap; gap: 1em;"&gt;

&lt;!-- Embedded Systems Card --&gt;
&lt;div style="flex: 1 1 calc(50% - 1em); min-width: 300px; border: 1px solid #ccc; border-radius: 8px; overflow: hidden; background-color: #eef6ff;"&gt;
  &lt;div style="background-color: #d9eaff; padding: 0.75em; font-weight: bold; font-size: 1.1em;"&gt;
[[Embedded Systems Development]] – BSPs, firmware, and real-time processing.
  &lt;/div&gt;
    &lt;div style="padding: 1em;"&gt;
      &lt;div style="font-weight: bold; margin-top: 1em;"&gt;Embedded&lt;/div&gt;
      &lt;ul&gt;
        &lt;li&gt;[[Embedded Platforms]]&lt;/li&gt;
      &lt;/ul&gt;
      &lt;div style="font-weight: bold; margin-top: 1em;"&gt;Yocto&lt;/div&gt;
      &lt;ul&gt;
        &lt;li&gt;[[How to create a custom yocto meta layer|Create custom Yocto meta layer]]&lt;/li&gt;
        &lt;li&gt;[[How to create a custom yocto recipe|Create custom Yocto recipe]]&lt;/li&gt;
        &lt;li&gt;[[Create custom Yocto meta layer for MediaTek G510 board|Create custom Yocto meta layer for MediaTek G510 board]]&lt;/li&gt;
        &lt;li&gt;[[How to add a custom partition layout to NVIDIA Jetson Platforms]]&lt;/li&gt;
        &lt;li&gt;[[How to read EEPROM data from NVIDIA Jetson platforms]]&lt;/li&gt;
      &lt;/ul&gt;
      &lt;div style="font-weight: bold; margin-top: 1em;"&gt;Nvidia&lt;/div&gt;
      &lt;ul&gt;
        &lt;li&gt;[[Nvidia Jetson Nano developer setup]]&lt;/li&gt;
        &lt;li&gt;[[Nvidia Jetson Orin NX with CTI Boson carrier board setup]]&lt;/li&gt;
        &lt;li&gt;[[Jetson Linux BSP and Kernel Source Setup]]&lt;/li&gt;
        &lt;li&gt; [[Adding Custom device tree overlay to JetPack 6.x]]&lt;/li&gt;
        &lt;li&gt; [[How to add a loadable kernel module (LKM) to JetPack 6.x]]&lt;/li&gt;
        &lt;li&gt; [[Jetson CSI Camera Bring-Up, Debugging, and Development Guide]]&lt;li&gt;
        &lt;li&gt; [[How to run NVIDIA NanoOWL tutorial]]&lt;li&gt;
      &lt;/ul&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;!-- AI &amp; CV Card --&gt;
&lt;div style="flex: 1 1 calc(50% - 1em); min-width: 300px; border: 1px solid #ccc; border-radius: 8px; overflow: hidden; background-color: #eef6ff;"&gt;
  &lt;div style="background-color: #d9eaff; padding: 0.75em; font-weight: bold; font-size: 1.1em;"&gt;
[[AI &amp; Computer Vision]] – Edge AI, model training, and deployment.
  &lt;/div&gt;
  &lt;div style="padding: 1em;"&gt;
    &lt;ul&gt;
      &lt;li&gt;Coming Soon!&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- GStreamer Card --&gt;
&lt;div style="flex: 1 1 calc(50% - 1em); min-width: 300px; border: 1px solid #ccc; border-radius: 8px; overflow: hidden; background-color: #eef6ff;"&gt;
  &lt;div style="background-color: #d9eaff; padding: 0.75em; font-weight: bold; font-size: 1.1em;"&gt;
[[GStreamer Development]] – High-performance video and audio streaming.
  &lt;/div&gt;
  &lt;div style="padding: 1em;"&gt;
    &lt;ul&gt;
      &lt;li&gt;[[GStreamer Fundamentals]]&lt;/li&gt;
      &lt;li&gt;[[GStreamer Daemon]]&lt;/li&gt;
      &lt;li&gt;[[GStreamer Interpipes]]&lt;/li&gt;
      &lt;li&gt;[[GStreamer Application Development]]&lt;/li&gt;
      &lt;li&gt;[[GStreamer Best Practices]]&lt;/li&gt;
      &lt;li&gt;[[GStreamer video streaming, recording and snapshots with tee on Python]]&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- Web &amp; Cloud Card --&gt;
&lt;div style="flex: 1 1 calc(50% - 1em); min-width: 300px; border: 1px solid #ccc; border-radius: 8px; overflow: hidden; background-color: #eef6ff;"&gt;
  &lt;div style="background-color: #d9eaff; padding: 0.75em; font-weight: bold; font-size: 1.1em;"&gt;
[[Web &amp; Cloud Solutions]] – Scalable, production-ready applications.
  &lt;/div&gt;
  &lt;div style="padding: 1em;"&gt;
    &lt;ul&gt;
      &lt;li&gt;Coming Soon!&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;/div&gt;

== 👀 Are you a PM looking to expand your knowledge in the software development industry? ==

This tutorial is for you!  
Explore essential concepts that will help you navigate technical discussions with engineers and clients more confidently.

📄'''[[Project Manager Tutorials]]'''

== 🛠️ Developer Tools ==

This section provides essential guidelines and practices to ensure consistency, clarity, and efficiency across all development efforts. These tools and standards help teams collaborate better and maintain high-quality codebases.

🔀 '''[[Git workflow]]''': A structured guide to how our team uses Git—from branching strategies to pull request protocols—ensuring smooth collaboration and clean version history.

🧾 '''[[Naming Conventions]]''': Standardized naming rules for code elements such as variables, functions, classes, and files, helping improve readability and maintainability across projects.

== 🐞🛠️ Debugging methods and error/bug fixes ==
This section provides the best debugging methods as well as common error/bug fixes.

'''Yocto'''&lt;br&gt;
Yocto Project related debugging methods and error/bug fixes &lt;br&gt;
*[[Error:_BitBake_%2B_AppArmor_User_Namespace_Restriction_Fix|Error: BitBake+AppArmor User Namespace Restriction Fix]]

'''Nvidia'''&lt;br&gt;
Nvidia related debugging methods and error/bug fixes &lt;br&gt;
*[[Debug_NVIDIA_Jetson_nvv4l2av1enc_VPR_Violation_(EMEM_decode_error)| Debug NVIDIA Jetson nvv4l2av1enc VPR Violation (EMEM decode error)]]

&lt;!--
== 👀 Are You a PM Looking to Level Up in Software Development? ==

&lt;span style="font-size: 1.1em; line-height: 1.6;"&gt;
This tutorial is made just for you!  
Gain a solid grasp of essential software development concepts so you can confidently engage in technical discussions with both engineers and clients.
&lt;/span&gt;

📘&lt;span class="fa fa-book" aria-hidden="true"&gt;&lt;/span&gt; '''[[Project Manager Tutorials|Start the Tutorial →]]'''
--&gt;
{{Footer}}</text>
      <sha1>d5wup7ql7g6aphcrwzpcuygfup6pylu</sha1>
    </revision>
  </page>
</mediawiki>
