NixOS on ARM/Adding support for new boards: Difference between revisions
Split into own page |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{outdated|This page needs a cleanup; it was migrated from an organically evolving article from about three wikis ago. The information may still be accurate though.}} | {{ARM/breadcrumb}} | ||
{{outdated|This page needs a cleanup; it was migrated from an organically evolving article from about three wikis ago. The information may still be accurate though.}}<!-- | |||
Plan | |||
First of all: describe the two main actors here: | |||
- The platform firmware (U-Boot) | |||
- The kernel (well... linux... duh...) | |||
And describe how both may or may not be needed to be handled. And that for NixOS support, support for the board needs to exist with the mainline projects. Though it is still possible to use an "unsupported" board otherwise. | |||
Sections: | |||
- Building U-Boot | |||
- Refer to the U-Boot page | |||
- Add note that BSP U-Boot may not work with the infra, to follow "manually building U-Boot" at first. | |||
- Kernel | |||
- May need the an SD image with latest kernel. | |||
- Kernels from vendor BSPs. | |||
--> | |||
=== The easiest way === | === The easiest way === | ||