The prebuilt binaries are very useful, but might it be possible to provide instructions for building new binaries? For example, for a Red OpenLog Artemis, what are the correct defines and correct settings for the Arduino IDE?
- Setting the Arduino IDE to
Redboard Artemis Nano - is that right?
- And:
//#define noPowerLossProtection
#define HARDWARE_VERSION_MAJOR 1
#define HARDWARE_VERSION_MINOR 0
#define SD_FAT_TYPE 3
When I generate the binary that way, it compiles (after installing many libraries), but it does not run. By contrast, OpenLog_Artemis-V10-v25.bin works immediately. Anything obvious I'm doing wrong?
Also, despite the assertion in the comments, the boards do not seem to have a revision number?