Anyone had success with remote booting?

Having been through the deploy/card swap cycle more than enough times I turned to barebox to for remote booting.

The instructions in barebox are rather thin, and I’m stumped as I always get a crc error with boot net.

This is supposed to download the image and device tree using tftp and then boot with root set to the nfs mount. This doesn’t seem to be the case…

I always get crc errors when I run the barebox command uimage -v using the nfs mount, but never with the tftp mount. If I first copy the image to / using nfs or tftp it validates successfully.

It makes me wonder if anyone has actually used remote booting, though I can’t believe I’m the only one who would find it incredibly useful!