Hi there! I'm using the last kamaikaze image freshly flashed on a Beaglebone Black.

Hi there!

I’m using the last kamaikaze image freshly flashed on a Beaglebone Black. I’m encountering two problems, maybe related, the biggest being redeem won’t start:

debian@kamikaze:/home/octo$/usr/bin/redeem
Traceback (most recent call last):
File “/usr/bin/redeem”, line 9, in
load_entry_point(‘Redeem==1.0.4’, ‘console_scripts’, ‘redeem’)()
File “/usr/lib/python2.7/dist-packages/pkg_resources.py”, line 356, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File “/usr/lib/python2.7/dist-packages/pkg_resources.py”, line 2476, in load_entry_point
return ep.load()
File “/usr/lib/python2.7/dist-packages/pkg_resources.py”, line 2190, in load
['name’])
File “/usr/lib/python2.7/dist-packages/redeem/Redeem.py”, line 40, in
from Stepper import Stepper, Stepper_00A3, Stepper_00A4, Stepper_00B1, Stepper_00B2
File “/usr/lib/python2.7/dist-packages/redeem/Stepper.py”, line 28, in
from ShiftRegister import ShiftRegister
File “/usr/lib/python2.7/dist-packages/redeem/ShiftRegister.py”, line 38, in
spi.bpw = 8
AttributeError: ‘NoneType’ object has no attribute ‘bpw’

I googled this error with no luck, and… I’m stuck.

Any help would much appreciated. Thanks in advance.

Hi, this happens if you do not have Replicape installed. If you want to get further with this, you should have a look at faking the SPI part i think.