Thanks for the help. I tried what you suggested and got a a message that I needed to fun it as root
`pi@raspberrypi:~/flotilla-pre/raspi/> firmware $ ./update_firmware
Install must be run as root. Try ‘sudo ./’`
So I tried it with sudo anf got an error message saying I need to force it
`pi@raspberrypi:~/flotilla-pre/raspi/firmware $ sudo ./update_firmware
Flotilla Firmware Updater
dock firmware file found
ImportError: No module named flotilla
The flotilla Python API is not installed.
This is not essential to update the firmware
but should you wish to you can install it using:
\curl -sS get.pimoroni.com/flotilla | bash
Plug in your Flotilla Dock now.
Updating should continue automatically.
Bus 001 Device 006: ID 03eb:2fe4 Atmel Corp. ATxmega32A4U DFU bootloader
Erasing flash… Success
The target memory for the program is not blank.
Use --force flag to override this error check.
Dock Firmware Update completed
Please unplug/replug your Flotilla Dock before use!`
So I tries it with --force and still got errors
`pi@raspberrypi:~/flotilla-pre/raspi/firmware $ sudo ./update_firmware --force
Flotilla Firmware Updater
dock firmware file found
ImportError: No module named flotilla
The flotilla Python API is not installed.
This is not essential to update the firmware
but should you wish to you can install it using:
\curl -sS get.pimoroni.com/flotilla | bash
Plug in your Flotilla Dock now.
Updating should continue automatically.
Bus 001 Device 006: ID 03eb:2fe4 Atmel Corp. ATxmega32A4U DFU bootloader
Checking memory from 0x0 to 0x7FFF… ERROR.
Erasing flash… Success
Checking memory from 0x0 to 0x7FFF… ERROR.
The target memory for the program is not blank.
Use --force flag to override this error check.
Dock Firmware Update completed
Please unplug/replug your Flotilla Dock before use!`
I’m not sure what to do from here.