(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
- Run utilities/Xloader/Xloader.exe file. The XLoader windows opens:
- Select the file to flash, in hex_files/ directory
Choose the file corresponding to the hand you wish to achieve (right_hand or left_hand)
- Enter the following parameters :
- Device : Duelmilanove/Nano(ATmega328)
- COM port : the COM port on which your board is connected (here, COM4)
- Baud rate : 57600
- Click Upload to flash your board and wait
- Your Hackberry board is now flashed and ready to run !