-
Notifications
You must be signed in to change notification settings - Fork 0
Home
🎯 Get productive in 30 minutes | 🔧 Task-focused workflows | 📋 Concise technical references
This wiki provides engineer-focused documentation for Dynamic Devices Edge Computing platforms. Content is organized by what you need to accomplish, not by board type.
⏱️ 30 minutes to working system
Guide | Time | Purpose |
---|---|---|
01-Board-Setup-Checklist | 5 min | Power on, validate hardware |
02-First-Boot-Validation | 10 min | Login, test basic functionality |
03-Development-Environment-Setup | 15 min | Tools, SSH, build environment |
✅ Success criteria: SSH access, network connectivity, build environment ready
⏱️ 5-30 minutes per task
Workflow | Frequency | Purpose |
---|---|---|
Building-and-Flashing | Daily | Core development cycle |
Board-Programming-with-Foundries-Builds | Daily | Use pre-built images |
Testing-and-Validation | Per feature | Validate functionality |
Debugging-and-Troubleshooting | As needed | Fix problems fast |
Boot-Profiling-Guide | Optimization | Performance tuning |
🎯 Focus: Get things done efficiently with minimal friction
⏱️ 2-5 minutes lookup time
Board | SoC | Key Features | Pinout Guide |
---|---|---|---|
Edge AI | i.MX8MM | Audio, Sensors, Radar | Edge-AI-Pinout-and-Interfaces |
Edge EInk | i.MX93 | E-Ink, Low Power, Security | Edge-EInk-Pinout-and-Interfaces |
- Edge-AI-Board - Complete hardware documentation
- Edge-EInk-Board - Complete hardware documentation
- Edge-EV-Board - Clean energy management
- Edge-GW-Board - Communications gateway
🎯 Focus: Find the pin, spec, or interface you need immediately
⏱️ 15-60 minutes per feature
Feature | Boards | Guide |
---|---|---|
Audio System | Edge AI | Audio-Development |
Wireless | All | Wireless-Configuration |
Security | Edge EInk | Security-and-Encryption |
Power Management | Edge EInk | Edge-EInk-Power-Management |
- Onboarding-to-WiFi-with-BLE-Serial-using-Improv - WiFi setup via Bluetooth
- Securing-Edge-Boards - Security implementation
🎯 Focus: Complete implementation guides for specific functionality
⏱️ 1-4 hours per topic
Topic | Purpose | Guide |
---|---|---|
CI/CD Setup | Automated builds | CI-CD-Setup-Guide |
CM33 Firmware | Cortex-M33 development | CM33-Firmware-Guide |
Private Builds | Custom repositories | Building-with-Private-Repositories |
🎯 Focus: Advanced customization and production deployment
- Build System: Yocto SDK Installation
- Board Programming: Flashing Guide
- Build Management: Production vs Development
- Private-Repository-Builds - SSH key setup
- Building-with-Private-Repositories - Complete guide
- Boot Issues: Debugging-and-Troubleshooting
- Registration Issues: Troubleshooting Registration
- Performance Issues: Boot-Profiling-Guide
- Email: info@dynamicdevices.co.uk
- GitHub Issues: Technical problems with reproducible steps
- Documentation: This wiki for self-service solutions
- Complete Quick-Start guides (30 minutes)
- Read hardware reference for your board (10 minutes)
- Set up development environment (15 minutes)
- Test build and flash workflow (30 minutes)
- Make code changes
- Build and flash (5-15 minutes)
- Test and validate (5-10 minutes)
- Debug issues if needed
- Check Feature-Guides for your specific needs
- Follow integration guide step-by-step
- Validate with testing procedures
I want to... | Go to... |
---|---|
Get my board working | Quick-Start |
Build and program | Building-and-Flashing |
Find a GPIO pin | Hardware-Reference |
Add audio support | Audio-Development |
Fix boot problems | Debugging-and-Troubleshooting |
Set up WiFi | Wireless-Configuration |
Optimize performance | Boot-Profiling-Guide |
Deploy to production | Advanced-Topics |
💡 Pro Tip: Bookmark the Hardware-Reference and Development-Workflows sections - you'll use them daily!