BeagleBone Black

Reviews and other little ventures that don't quite fit into the other forums
Daniel Wee
Site Admin
Posts: 2449
Joined: Wed 25 Feb 25 2009 8:00 pm

Re: BeagleBone Black

Post by Daniel Wee »

To fix tilcdc errors, install devmem2 as follows:-

git clone https://github.com/VCTLabs/devmem2
cd devmem2
make
make install

After this, make it run at boot by:-

crontab -e

And adding the line:

@reboot devmem2 0x4C000054 w 0x00FFFFF10
Post Reply