7. barebox programming¶
Contents:
- 7.1. barebox architecture
- 7.2. The barebox Porter’s Guide
- 7.3. Boot Troubleshooting Guide
- 7.3.1. Boot Flow Overview
- 7.3.2. Enable Earlier Console Output
- 7.3.3. Completely Silent Console
- 7.3.4. Hang after First Stage PBL Console Output
- 7.3.5. Hang During Chainloading
- 7.3.6. Preinitcall Stage
- 7.3.7. Initcall Stage
- 7.3.8. Interactive Console
- 7.3.9. Kernel Hang
- 7.3.10. Spurious Aborts/Hangs
- 7.3.11. Memory Corruption Issues
- 7.3.12. Summary of Debug Options
- 7.3.13. Final Tips
- 7.4. File system development in barebox
- 7.5. Background execution in barebox
- 7.6. barebox Project Ideas
- 7.6.1. Address static analyzer feedback for barebox
- 7.6.2. Update barebox networking stack for IPv6 support
- 7.6.3. Improving barebox test coverage
- 7.6.4. Porting barebox to new hardware
- 7.6.5. Improve barebox RISC-V support
- 7.6.6. Improve barebox I/O performance
- 7.6.7. Improve JSBarebox, the barebox web demo
- 7.6.8. Add Sandbox SDL input support
- 7.7. Fuzzing barebox