Christian Svensson
Christian Svensson
We have what we need for 1.0, but these points are still valid for 2.0.
U-bmc should get an IP address using DHCPv4 is what I mean, I should probably have worded it a bit better
Given that Linux as a bootloader is looking like it's happening then https://www.kernel.org/doc/Documentation/watchdog/watchdog-api.txt seems like the thing to do.
Hi @stapelberg. This is golden, thank you *so* much! My plan right now is to reach a point where I have a platform with the base functionality (like, I don't...
We discussed over hangouts that I should add a platform_test.go for the platform GPIO lib that catches any initialization errors with the GPIO mapping.
@mdlayher hinted that https://godoc.org/golang.org/x/sync/errgroup might be good to switch to as well.
The Tioga Pass specification has these IPMI commands: ``` Set PHY Reset Status 0x30/00 0x30 Change setting to enable/disable shared NIC Phy reset of all shared NICs during system warm...
Branch called `docs` opened, trying out readthedocs. Ran into an issue with submodules: https://github.com/rtfd/readthedocs.org/issues/4865
One big thing to document is the boot sequence and how addressing works. I'll write something here and then move it to the docs later. # Addressing When booting u-bmc...
Makes sense to me. It seems to have Kconfig as well which is something I wanted to try using u-bmc so that might be a good solution.