Hello,
I had an existing image from my Raspberry Pi B that I upgraded and got running on the Raspberry Pi 2, so it boots fine without a problem (I primarily use it to run Omxplayer)
When I try to run omxplayer I get an error:
* failed to open vchiq instance
A grep of dmesg shows:
dmesg | grep vchi
[ 1.713870] vchiq: vchiq_init_state: slot_zero = 0x8ec80000, is_master = 0
[ 1.723651] bcm2835_vchiq 3f00b840.vchiq: failed to set channelbase
[ 1.732203] vchiq: could not load vchiq
[ 1.737952] bcm2835_vchiq: probe of 3f00b840.vchiq failed with error -1908864768
uname -a:
Linux FL-SLCC1-PI 4.1.7-v7+ #815 SMP PREEMPT Thu Sep 17 18:34:33 BST 2015 armv7l GNU/Linux
Kind of at a loss here because I can't find anything on the errors I'm getting, everything I've found is related to /dev/vchiq but my problem is that doesn't exist since that's created when the VCHIQ module loads properly (which it doesn't)
Any help would be appreciated. Thank you!
Chris