I am trying to update the firmware of a MIO module, but it fails consistently. What am I doing wrong, please?
Code: Select all
$ piTest -f
update firmware fail
Code: Select all
$ piTest -d
Found 2 devices:
Address: 0 module type: 105 (0x69) RevPi Connect V1.0
Module is present
input offset: 117 length: 6
output offset: 123 length: 5
Address: 31 module type: 118 (0x76) RevPi MIO V1.0
Module is present
input offset: 0 length: 34
output offset: 1 length: 27
Code: Select all
$ sudo apt update
Hit:1 http://packages.revolutionpi.de buster InRelease
Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
Hit:3 http://packages.revolutionpi.de buster-backports InRelease
Hit:4 http://archive.raspberrypi.org/debian buster InRelease
Get:5 https://download.docker.com/linux/raspbian buster InRelease [33.6 kB]
Fetched 33.6 kB in 3s (12.7 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
$ sudo apt install revpi-firmware
Reading package lists... Done
Building dependency tree
Reading state information... Done
revpi-firmware is already the newest version (1:1.6).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.