Setup
Raspberry Pi 5 4GB
Raspbian/Debian 12 Bookworm 64bit
Home Automation Board v4.0
Test cable connected
Latest ioplus checkout v1.3.5
Issue - Make warnings
kev@garage-pi:~/ioplus-rpi $ sudo make install
[Compile] src/ioplus.c
src/ioplus.c: In function ‘doOwbIdGet’:
src/ioplus.c:2513:22: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 2 has type ‘uint64_t’ {aka ‘long unsigned int’} [-Wformat=]
2513 | printf("0x%llx\n", romID);
| ~~~^ ~~~~~
| | |
| | uint64_t {aka long unsigned int}
| long long unsigned int
| %lx
[Compile] src/comm.c
[Compile] src/thread.c
[Compile] src/gpio.c
[Compile] src/opto.c
[Compile] src/tests.c
[Link]
[Install]
chown: warning: '.' should be ':': ‘root.root’
kev@garage-pi:~/ioplus-rpi $
Issue - First iotest run
Then first run of iotest fails, followed by reltest which works then second run of iotest then works:
kev@garage-pi:~/ioplus-rpi $ ioplus 0 iotest 2
Segmentation fault
kev@garage-pi:~/ioplus-rpi $ ioplus 0 reltest
Are all relays and LEDs turning on and off in sequence?
Press y for Yes or any key for No....y
Relay Test ............................ PASS
kev@garage-pi:~/ioplus-rpi $ ioplus 0 iotest 2
DAC 1 to ADC 4 @2V...PASS
DAC 1 to ADC 4 @0V...PASS
DAC 2 to ADC 3 @2V...PASS
DAC 2 to ADC 3 @0V...PASS
DAC 3 to ADC 2 @2V...PASS
DAC 3 to ADC 2 @0V...PASS
DAC 4 to ADC 1 @2V...PASS
DAC 4 to ADC 1 @0V...PASS
DAC 1 to ADC 8 @2V...PASS
DAC 1 to ADC 8 @0V...PASS
DAC 2 to ADC 7 @2V...PASS
DAC 2 to ADC 7 @0V...PASS
DAC 3 to ADC 6 @2V...PASS
DAC 3 to ADC 6 @0V...PASS
DAC 4 to ADC 5 @2V...PASS
DAC 4 to ADC 5 @0V...PASS
kev@garage-pi:~/ioplus-rpi $
Thanks!
Setup
Raspberry Pi 5 4GB
Raspbian/Debian 12 Bookworm 64bit
Home Automation Board v4.0
Test cable connected
Latest ioplus checkout v1.3.5
Issue - Make warnings
Issue - First iotest run
Then first run of
iotestfails, followed byreltestwhich works then second run ofiotestthen works:Thanks!