Advertisement
Guest User

Python and BASH output

a guest
Nov 22nd, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. ***Python Output***
  2.  
  3. debian@beaglebone:~/UCB$ sudo python PI_Controller.py
  4. Traceback (most recent call last):
  5. File "PI_Controller.py", line 101, in <module>
  6. ADC.setup()
  7. RuntimeError: Unable to setup ADC system. Possible causes are:
  8. - A cape with a conflicting pin mapping is loaded
  9. - A device tree object is loaded that uses the same name for a fragment: helper
  10.  
  11. ***BASH Output***
  12. root@beaglebone:/lib/firmware# echo BB-UART1 > /sys/devices/platform/bone_capemgr/slots
  13. bash: echo: write error: Invalid argument
  14. root@beaglebone:/lib/firmware# echo BB-UART1 >> /sys/devices/platform/bone_capemgr/slots
  15. bash: echo: write error: Invalid argument
  16. root@beaglebone:/lib/firmware# echo ADAFRUIT-SPI0-00A0 >> /sys/devices/platform/bone_capemgr/slots
  17. bash: echo: write error: No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement