Issue #149 [Duplicate/closed] - Webiopi is not working on Raspberry 2

Posted by rich.de.ree

I've port a script to my new Raspberry 2, but it wasn't working at all, although it worked perfect on the Raspberry B I've tried to reinstal from scratch on Raspberry2, but the simplest things won't work anymore.

I think WEBIOPI is not working anymore for the newest Raspberry models


Comment 1

Posted by cloterm

This fixed the problem for me: 1.python/native/cpuinfo.c,change "BCM2708" to "BCM2709"; 2.python/native/gpio.c, change "#define BCM2708_PERI_BASE 0x20000000" to "#define BCM2708_PERI_BASE 0x3f000000"; 3.run setup.sh again.

From: https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=98981&p=692835


Comment 2

Posted by rich.de.ree

Anyone know a similar project. Since this only work on the old obsolete versions of the raspberry.

WARNING: This project is NOT working at all on the latest (and most popular) versions of the Raspberry 2B


Comment 3

Posted by trouch