From ProventusNova DeveloperWiki
No edit summary
 
Tag: Manual revert
 
(38 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
<strong>MediaWiki has been installed.</strong>
= 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.
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.


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

* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
== 🚀 What You’ll Find Here ==
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]

* [https://lists.wikimedia.org/postorius/lists/mediawiki-announce.lists.wikimedia.org/ MediaWiki release mailing list]
<div style="display: flex; flex-wrap: wrap; gap: 1em;">
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]

* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
<div style="flex: 1 1 250px; border: 1px solid #ccc; border-radius: 8px; padding: 1em; background-color: #f9f9f9;">
'''🛠️ Hands-on Tutorials'''
Practical guides to get you started quickly.
</div>

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

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

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

</div>

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.

<div style="display: flex; flex-wrap: wrap; gap: 1em;">

<!-- Embedded Systems Card -->
<div style="flex: 1 1 calc(50% - 1em); min-width: 300px; border: 1px solid #ccc; border-radius: 8px; overflow: hidden; background-color: #eef6ff;">
<div style="background-color: #d9eaff; padding: 0.75em; font-weight: bold; font-size: 1.1em;">
[[Embedded Systems Development]] – BSPs, firmware, and real-time processing.
</div>
<div style="padding: 1em;">
<div style="font-weight: bold; margin-top: 1em;">Embedded</div>
<ul>
<li>[[Embedded Platforms]]</li>
</ul>
<div style="font-weight: bold; margin-top: 1em;">Yocto</div>
<ul>
<li>[[How to create a custom yocto meta layer|Create custom Yocto meta layer]]</li>
<li>[[How to create a custom yocto recipe|Create custom Yocto recipe]]</li>
<li>[[Create custom Yocto meta layer for MediaTek G510 board|Create custom Yocto meta layer for MediaTek G510 board]]</li>
</ul>
<div style="font-weight: bold; margin-top: 1em;">Nvidia</div>
<ul>
<li>[[Nvidia Jetson Nano developer setup]]</li>
</ul>
</div>
</div>

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

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

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

</div>

== 👀 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'''<br>
Yocto Project related debugging methods and error/bug fixes <br>
*[[Error:_BitBake_%2B_AppArmor_User_Namespace_Restriction_Fix|Error: BitBake+AppArmor User Namespace Restriction Fix]]

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

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

<span style="font-size: 1.1em; line-height: 1.6;">
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.
</span>

📘<span class="fa fa-book" aria-hidden="true"></span> '''[[Project Manager Tutorials|Start the Tutorial →]]'''
-->
{{Footer}}

Latest revision as of 23:23, 11 August 2025

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

🛠️ Hands-on Tutorials Practical guides to get you started quickly.

📋 Industry Best Practices Proven workflows and methodologies.

⚡ Optimized Solutions Performance tuning for embedded, AI, and multimedia applications.

🌍 Open-Source Resources Code samples, frameworks, and tools to accelerate development.

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.

👀 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
Yocto Project related debugging methods and error/bug fixes

Nvidia
Nvidia related debugging methods and error/bug fixes

Need Further Support?

📞 Book Consultation Call: Show Calendar!

📩 Contact Via Email: support@proventusnova.com

🌐 Visit Our Website: ProventusNova.com