Cristiano Closs Posted May 5, 2023 Posted May 5, 2023 every time I configure the IO pins on my Banana PI M1, according to the example below who php: <?php exec('echo "4" > /sys/class/gpio/export'); exec('echo "in" > /sys/class/gpio/gpio4/direction'); exec('echo "7" > /sys/class/gpio/export'); exec('echo "in" > /sys/class/gpio/gpio7/direction'); I already did it in script, python and in C.... and always the same error, my network card stops working, the rest of the hardware works normally, I put a monitor on the hdmi output and the rest of the hardware is normal, only the network card stops working, what to do? how can I solve? does anyone have any tips? Cristiano Closs 0 Quote
Igor Posted May 22, 2023 Posted May 22, 2023 On 5/5/2023 at 9:35 PM, Cristiano Closs said: how can I solve? does anyone have any tips? Most of the gpios are muxed and you must be hitting those that are used with network. 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.