(EN) Flash the Hackberry board with XLoader - Thomas-Broussard/hackberry-enableFrance GitHub Wiki

Why XLoader ?

Xloader is a utility for flashing a microcontroller from the Arduino family from an .hex file.

It will allow you to quickly load the latest stable software in your Hackberry Hand.

How to flash the board

  1. Run utilities/Xloader/Xloader.exe file. The XLoader windows opens:

image1

  1. Select the file to flash, in hex_files/ directory

image2

Choose the file corresponding to the hand you wish to achieve (right_hand or left_hand)

  1. Enter the following parameters :
  • Device : Duelmilanove/Nano(ATmega328)
  • COM port : the COM port on which your board is connected (here, COM4)
  • Baud rate : 57600

image3

  1. Click Upload to flash your board and wait

image4

  1. Your Hackberry board is now flashed and ready to run !

image5