Hi!
Just in case it might be useful for somebody else. For me, building for Duet2 required explicit copying DuetWiFiSocketServer/src/include/MessageFormats.h to RepRapFirmware/src/, although that was outlined in the official build manual as an optional action. Building for Duet3 did not required that action and went smoothly in the same Workspace in Eclipse (version 3.4-dev)
Best posts made by Arplyu
-
RE: Firmware Build errors [help needed]
-
RE: Configuration of OUT_7 connector on Duet3-6HC
@jay_s_uk my bad, I'm lacking knowledge in electronics The easiest way was just to test with a real fan, which I have done now. Everything works as expected.
-
Compilation of RRF2.05.1 in 2022
Hi, our little company still uses RRF2.05.1 in our printers. We have been using precompiled binaries so far. Now we need now to make small changes in the basic code.
Unlike the 3.x family, it turned out to be a more complicated task, since there are no specific version tags in other projects than the main RRF, at least if I'm not missing anything. By trials and errors, I found such a combination of commits, which is compiled without errors. Can anybody confirm if this more or less corresponds to the original precompiled binary from release 2.05.1, or how can I check that?
CoreNG: 55dfcf0441adf01ab7bc2ae6a638e395ef018595, 10.12.2019, 17:09:25
FreeRTOS: 83d87c0f61618f5a471f2d52ca75590d67c7a616, 25.01.2020, 13:55:26
RRFLibraries: c3b754a423ce8eb67958c77a8afe54fc5755ae15, 6.01.2020, 22:13:13
RepRapFirmware: eec61ee0d5df8d3b4b556e8854216cee2038f045, tag "2.05.1", 9.02.2020, 13:41:34Thank you