metachris / RPIO

RPIO is a GPIO toolbox for the Raspberry Pi.
https://pypi.python.org/pypi/RPIO
GNU Lesser General Public License v3.0
331 stars 147 forks source link

Fix 'Page %d not preseent' error. It seems happning with newer OS image. #88

Open masa-jp opened 8 years ago

masa-jp commented 8 years ago

ocumentation/vm/pagemap.txt Accouding to kernel document, Bits57-60 must be zero in current kernel. So Mask those bits. It works fine with Raspberry Pi zero with Linux raspberrypi 4.4.11+ kernel.