2 个仓库
Activates debug logging to the UART in the bootloader and GPU firmware to troubleshoot boot issues.
Distinct from UART Debugging Interfaces: Distinct from UART Debugging Interfaces: focuses on bootloader and GPU firmware debug logging, not kernel-level UART output.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Bootloader UART Logging. Refine with filters or upvote what's useful.
This is the official documentation repository for Raspberry Pi hardware and software. It covers the complete range of Raspberry Pi single-board computers, the RP-series microcontrollers, and the Raspberry Pi operating system. The documentation provides reference material for setting up devices, configuring hardware, and using the system for tasks including AI inference, camera and video capture, embedded development, and remote access. The documentation covers the full boot chain from the GPU firmware and EEPROM bootloader through to kernel loading, with detailed guidance on boot configuratio
Documents activating UART debug logging in the bootloader and GPU firmware.
m1n1 是一个用于 ARM64 架构 Apple Silicon 硬件的底层引导加载程序。它作为一个固件工具和实验环境,用于加载外部内核和非原生操作系统。 该项目支持执行包含内核、设备树和内存盘(ramdisk)的拼接二进制负载。它为固件实验和在 Apple Silicon 芯片上部署自定义内核提供了一个平台。 该系统涵盖了底层硬件抽象,包括内存映射寄存器访问、设备树传输和分阶段引导加载。它还包括用于系统日志和故障排除的基于 UART 的串行调试功能。
Provides debug logging and command acceptance via the UART serial port for low-level troubleshooting.