|
|
|
|
|
by joezydeco
213 days ago
|
|
U-boot is scriptable, but it's awkward. You put snippets of shell-like commands into environment variables and then connect them all together. It's the most powerful bootloader I've ever worked with, but writing new stuff and debugging it is tedious. |
|