7. barebox programming¶
Contents:
- 7.1. barebox architecture
- 7.2. Contributing
- 7.3. The barebox Porter’s Guide
- 7.4. Boot Troubleshooting Guide
- 7.4.1. Boot Flow Overview
- 7.4.2. Enable Earlier Console Output
- 7.4.3. Completely Silent Console
- 7.4.4. Hang after First Stage PBL Console Output
- 7.4.5. Hang During Chainloading
- 7.4.6. Preinitcall Stage
- 7.4.7. Initcall Stage
- 7.4.8. Interactive Console
- 7.4.9. Kernel Hang
- 7.4.10. Spurious Aborts/Hangs
- 7.4.11. Memory Corruption Issues
- 7.4.12. Summary of Debug Options
- 7.4.13. Final Tips
- 7.5. File system development in barebox
- 7.6. Background execution in barebox
- 7.7. Security Policies (Developer Manual)
- 7.8. barebox Project Ideas
- 7.8.1. Address static analyzer feedback for barebox
- 7.8.2. Update barebox networking stack for IPv6 support
- 7.8.3. Improving barebox test coverage
- 7.8.4. Porting barebox to new hardware
- 7.8.5. Improve barebox RISC-V support
- 7.8.6. Improve barebox I/O performance
- 7.8.7. Improve JSBarebox, the barebox web demo
- 7.8.8. Add Sandbox SDL input support
- 7.9. Fuzzing barebox