@elly if you're a bit unlucky, you may need to deal with power management right away already ๐ฌ
@elly Its less about the kernels being useful, and more about onboarding. Some people may not know anything about kernel hacking, and downstream kernels give a relatively easy way to get at least something working immediately. This can then springboard into the contributor wanting to keep working and transition to mainline development. The only issue is how to facilitate that transition without asking them to get a master's degree before doing anything.
@elly while not immediately required watchdog should be high on the list of what to support unless it is or can be disabled in the boot loader. very frustrating to have a device which boots but resets after X seconds.

> You more-or-less need the following to get into initramfs:
oh hey, fun, i was *just* testing that with an old ARMv6 SoC! the list is:
- CPU node
- Memory node (which on these old devices can be pulled from atags anyways)
- UART (earlyprintk ftw)
- Timer (clocksource, sched_clock and clockevents - otherwise it hangs on "Calibrating delay loop..." unless you pass lpj= to cmdline
- ...and that's it!
@moses_izumi @domi @elly @weirdtreething i'm sorry, can you please stop tagging me in every mention of the wiki ๐ญ i haven't been involved with it for a hot minute (a year atp?)
@moses_izumi @domi @elly @weirdtreething @zen Second this, a versionned markdown collection is even better than a website to me in many ways
Maybe my grandmother would have trouble browisng it, but I don't think she's your target audience
@elly @domi @moses_izumi I'd be happy to host a small static site if desired.