Use this guide to understand the architecture.
- Create chip/board definitions (memory layout only)
- Create minimal app with jefe + idle
- Implement basic system initialization.
- Verify kernel boots and schedules tasks
Basic system initialization encompasses anything the AST1060 need before invoking the kernel - it is likely this role has been fulfilled by the AST1060 bootloader. In this case, it is not needed.
Use this guide to understand the architecture.
Basic system initialization encompasses anything the AST1060 need before invoking the kernel - it is likely this role has been fulfilled by the AST1060 bootloader. In this case, it is not needed.