orangey Posted April 21, 2022 Posted April 21, 2022 Hey all, So recently I got myself an Orange Pi Prime so I could attempt to do some SPI flashing through spidev and flashrom. I have been going at it, set up the board, got an actually decent power supply, and set up everything. Eventually I got myself into the steps of setting up the pins for spi use. At first, I used armbian-config to enable the spidev into /boot/armbianEnv.txt then I added param_spidev_spi_bus=0 into armbianEnv.txt I rebooted and the spi device file still doesn't show up, any ideas? I have: went through armbian-config (System -> Hardware -> spi-spidev) added param_spidev_spi_bus=0 to armbianEnv.txt I even decided to read up on dtb files and dts overlays and decompiled my sun50i-h5-spi-spidev.dtbo file manually went ahead and "enabled" the spi devices by editing the dtbo file, recomplied it, and moved them into /boot/dtb/allwinner/overlays/sun50i-h5-spi-spidev.dtbo nothing. thank you for your time. armbianEnv.txt
Werner Posted April 22, 2022 Posted April 22, 2022 Providing logs with armbianmonitor -u helps with troubleshooting and significantly raises chances that issue gets addressed.
orangey Posted April 22, 2022 Author Posted April 22, 2022 10 hours ago, Werner said: Providing logs with armbianmonitor -u helps with troubleshooting and significantly raises chances that issue gets addressed. I honestly have no idea how the pastebin/ghostbin stuff works, but here goes: https://ghostbin.com/LSQZy Please let me know if this is good. Thank you.
Recommended Posts