5 ms·
U-Boot is pretty cool, I like how scriptable it is.
by fukka42 10mo ago
U-Boot is pretty cool, I like how scriptable it is.
- joezydeco 10mo agoU-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.
- rcxdude 10mo agoYeah, I strongly prefer barebox, if it's an option. You can just write shell scripts in it.