Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
%DASHBOARD{ section="banner" | ||||||||
Line: 182 to 182 | ||||||||
SHRC GLO R5 B2 SETBIT ; branch if bit set | ||||||||
Changed: | ||||||||
< < | SHR ; bit not set | |||||||
> > | SHL ; bit not set | |||||||
BR SAVEBIT SETBIT: | ||||||||
Changed: | ||||||||
< < | SHRC | |||||||
> > | SHLC | |||||||
SAVEBIT: PLO R5 GLO R6 | ||||||||
Line: 239 to 239 | ||||||||
| ||||||||
Changed: | ||||||||
< < | ||||||||
> > |
| |||||||
Deleted: | ||||||||
< < | Because of: "A high-to-low transition on the CS pin is required to start an operation and a low-to-high transition is required to end an operation." That means the CS has to be active as long as a read or write process is going on. Therefore the SPI0 CSx can't be used. | |||||||
eeprom2bin (download tool) | ||||||||
Line: 268 to 268 | ||||||||
| ||||||||
Added: | ||||||||
> > | How to get and build the RaspiElf toolsGet the source from the GIT repository![]() sudo apt-get install git ), type only the bold text after the $ sign:
pi@cosmac:~/elf $ git clone https://github.com/spyren/RaspiElf Cloning into 'RaspiElf'... pi@cosmac:~/elf $Build (compile) from the sources: pi@cosmac:~/elf $ cd RaspiElf pi@cosmac:~/elf/RaspiElf $ cd eeprom/ pi@cosmac:~/elf/RaspiElf/eeprom $ make cc -g -c eeprom2bin.c cc -g -o eeprom2bin -lwiringPi eeprom2bin.o cc -g -c bin2eeprom.c cc -g -o bin2eeprom -lwiringPi bin2eeprom.o pi@cosmac:~/elf/RaspiElf/eeprom $Install the binaries into /usr/local/bin
pi@cosmac:~/elf/RaspiElf/eeprom $ sudo make install install -m 557 eeprom2bin bin2eeprom /usr/local/binInstall wiringPi (GPIO Interface library for the Raspberry Pi), details see http://wiringpi.com/download-and-install/ ![]() @cosmac:~/elf/RaspiElf/eeprom $ sudo raspi-config
| |||||||
Line: 290 to 328 | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
|