Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
readme.md | 2023-04-15 | 1.2 kB | |
PiLocoBuffer_2023-04-15.zip | 2023-04-15 | 7.4 kB | |
PiLocoBuffer_2023-03-05.zip | 2023-03-05 | 7.3 kB | |
PiLocoBuffer_2023-02-16.zip | 2023-02-17 | 5.1 kB | |
Totals: 4 Items | 21.0 kB | 3 |
PiLocoBuffer firmware
Here you find the releases of the software that runs in the AVR microcontroller on the PiLocoBuffer board.
See project pages for general information.
For installation, you need a software called AVR-Dude installed on your RasPi:
sudo apt install avrdude
Now copy the ZIP file onto the RasPi. Since version 2023-03-05 the ZIP contains these files:
PiLocoBuffer.hex
: is the software.PI_LB_avrdude.conf
: tells avrdude how to access the AVR memoriesMakefile
: This makefile uses AVR-Dude in order to set the fuses correctly and write the abovehex
file into the AVR.
Than unzip, go into the directory and run the make file with super user rights. E.g. for release 2023-04-15 you type:
unzip PiLocoBuffer_2023-04-15.zip
cd PiLocoBuffer_2023-04-15/
sudo make
History
- 2023-02-16 first release, contains only the software
- 2023-03-05 this releas fixes LED usage and is the first to include an ID EEPROM image that supports LCD and shutdown button device tree overlays
- 2023-04-15 fix bug in ln_buf.c (use memmove instead of memcpy)