lukemk1
lukemk1
Hi @todbot, - What device are you running your buildroot Linux on? **Raspberry Pi 3 Model B** - Can Linux see the device with lsusb? **Yes, as noted above: Bus...
Update: I have compiled the blink-tool from source into my Buildroot generated embedded system but the blink-tool gets the following error: `./blink1-tool: line 6: syntax error: unexpected "(" (expecting ")")`...
My system is a Raspberry Pi and I am cross-compiling via the Buildroot tool.
No, there is not a standard operating system running. Buildroot is a tool which cross-compiles the entire embedded filesystem image from the given parameters. So I'm on my Ubuntu host...
Okay. It's a bit odd since the cross-compiling works for everything else that I've been creating. Certainly, I can give you the steps. It will probably take me a day...
I finally got around to this. So these are the steps you should need to take to get this up and running on a Raspberry Pi 3 Model B. 1)...
Hi @todbot, I wanted to ping you to see if you have been able to test this out or need any further information from me. Thanks!
Hi @todbot, It's been awhile so I wanted to ping you to see if you have been able to test this out or need any further information from me. Thanks!
Yes, I do. Here are all the relevant files: ``` # find / | grep libusb /usr/lib/libusbgx.so /usr/lib/libusb.so /usr/lib/libusb-1.0.so /usr/lib/libusbgx.so.2 /usr/lib/libusb-0.1.so.4.4.4 /usr/lib/python3.6/site-packages/libusb1-1.6.4-py3.6.egg-info /usr/lib/python3.6/site-packages/libusb1-1.6.4-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/libusb1-1.6.4-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/libusb1-1.6.4-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/libusb1-1.6.4-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/usb1/libusb1.pyc /usr/lib/python3.6/site-packages/usb1/libusb1.py /usr/lib/python3.6/site-packages/libusb1.pyc /usr/lib/python3.6/site-packages/libusb1.py...
So, the /usr/local/lib directory does not exist within my buildroot system. I'm not certain as to the specifics but I don't know if there is an alternative folder or if...