RSG Firmware MacOS

Here is how to update RSG firmware using the Mac operating system.

Nick avatar
Written by Nick
Updated over a week ago

You will need two applications, the Arduino IDE and the Hex Uploader below.

  1. Download and unzip the Arduino IDE from HERE. Note it MUST be placed in your Applications folder when extracted.

  2. Download the 'Hex Uploader" application from HERE. Once downloaded, extract the contents to your Desktop. The result will be an application called 'Hex Uploader.app'.

  3. Ensure you only have the hardware device you intend to update connected via USB.

  4. Start 'Hex Uploader' by double-clicking on it

  5. In the first section under "Arduino Type," choose Mega - ATmega 2560

  6. In the Serial Port port, ensure you have selected the COM port applicable to the hardware being updated (typically usbmodemxxxx)

  7. In the Baud rate, ensure it is set to 115200.

  8. Once configured, simply hit the "Upload a Hex File" button, which will prompt you to select the .hex file downloaded above. As soon as you choose that file, the upload will begin. The upload will only take a few seconds and, when finished, will read, "avrdude done. Thank you".

  9. Disconnect and reconnect the USB cable.

Did this answer your question?