grisp / grisp2-rtems-toolchain

Basic tools and libraries to get an RTEMS system running on GRiSP2.
Other
13 stars 6 forks source link

crc errors when running uimage -v across nfs, but not acros tftp #57

Open Rashidwi opened 1 day ago

Rashidwi commented 1 day ago

I'm getting consistently different crc values generated for the zImage when I check it with uimage -v across nfs (v3,udp) but it's fine on tftp. The result of this is that I can't remote boot.

A question posed to barebox pointed out that the version in use is quite old. Is there any problem in updating the version of barebox ?

Has anyone had success with remote booting the grisp2? If so could you please share your set up :)

a3f commented 1 day ago

For reference, here's the barebox issue: https://github.com/barebox/barebox/issues/28

Rashidwi commented 1 day ago

So there are fixes, as referenced by a3f, could someone possibly back port the (very simple) patches, and issue a new bootloader?

That would be wonderful :)