Open geerlingguy opened 1 year ago
One fun issue I've run into: I can't detect events like rising or falling edge (so gpiomon
won't work) with the default Raspbian OS image. I can't seem to get it working with Armbian either, even though Libre computer says there should be a patch there for gpio_to_irq
to make it work (you can only do up to 8 devices).
I also had trouble using the i2c bus with a relay HAT, but found from this forum thread that I needed to manually grab and compile the overlay for the i2c bus from Libre Computer's own wiring project:
wget https://raw.githubusercontent.com/libre-computer-project/libretech-wiring-tool/master/libre-computer/aml-s905x-cc/dt/i2c-ao.dts
sudo armbian-add-overlay i2c-a.dts # this compiles the overlay into /boot/overlay-user/i2c-a.dtbo
sudo reboot
And after that, I see the bus with i2cdetect
:
pi@lepotato:~$ i2cdetect -l
i2c-0 i2c Meson I2C adapter I2C adapter
i2c-1 i2c DesignWare HDMI I2C adapter
To shutdown the board, you can't just run sudo shutdown now
or sudo poweroff
, you have to run sudo shutdown -H now
to really halt it (otherwise it'll just reboot).
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark issues as stale.
Not too stale.
Hi @geerlingguy
Thanks for bring up the issues. Let us know if you run into any other issues.
@dsx724 - That's awesome, thank you so much!
Bump!
@pugboy1321 Bump?
@dsx724 I had asked @pugboy1321 to bump this thread so I would remember to get it added to the project README... which it now is!
Basic information
Linux/system information
Benchmark results
CPU
Power
stress-ng --matrix 0
): 2.4 Wtop500
HPL benchmark: TODO WDisk
MANUFACTURER_AND_MODEL_OF_DISK_HERE
curl https://raw.githubusercontent.com/geerlingguy/pi-cluster/master/benchmarks/disk-benchmark.sh | sudo bash
Run benchmark on any attached storage device (e.g. eMMC, microSD, NVMe, SATA) and add results under an additional heading. Download the script with
curl -o disk-benchmark.sh [URL_HERE]
and runsudo DEVICE_UNDER_TEST=/dev/sda DEVICE_MOUNT_PATH=/mnt/sda1 ./disk-benchmark.sh
(assuming the device issda
).Also consider running PiBenchmarks.com script.
Network
iperf3
results:iperf3 -c $SERVER_IP
: 94.7 Mbpsiperf3 --reverse -c $SERVER_IP
: 88.2 Mbpsiperf3 --bidir -c $SERVER_IP
: 92.6 Mbps up, 63.9 Mbps down(Be sure to test all interfaces, noting any that are non-functional.)
GPU
Memory