Drew Fustini
Drew Fustini
Not an issue but just to raise awareness: [Calling all Python devs - KiCad 6 and plugin repository information](https://lists.launchpad.net/kicad-developers/msg45427.html) > We need your help to test out your plugins and...
Info: ``` Renode, version 1.8.2.27584 (c16eba8a-202002110109) ``` [From **Run the app in Renode** section](https://workshop.fomu.im/en/latest/renode-zephyr.html): ``` (monitor) $zephyr=@~/zephyrproject/zephyr/build/zephyr/zephyr.elf (monitor) start @scripts/single-node/litex_vexriscv_zephyr.resc ``` When I run this, I get an error: ```...
This may confuse some users: ``` Renode, version 1.8.2.27584 (c16eba8a-202002110109) (monitor) (monitor) include @scripts/complex/fomu/renode_etherbone_fomu.resc Could not tokenize here: (monitor) include @scripts/complex/fomu/renode_etherbone_fomu.resc ^ (monitor) (machine-0) start Could not tokenize here: (machine-0)...
wishbone-tool server defaults to 1234: https://github.com/litex-hub/wishbone-utils/blob/master/wishbone-tool/src/main.rs#L232 ``` pdp7@x1:~/dev/fpga/fomu-workshop/riscv-blink$ wishbone-tool -s gdb INFO [wishbone_tool::bridge::usb] opened USB device device 044 on bus 001 INFO [wishbone_tool::server] accepting connections on 127.0.0.1:1234 ``` ``` pdp7@x1:~/dev/fpga/fomu-workshop/riscv-blink$...
[Reported in the Adafruit forum by jgomes78](https://forums.adafruit.com/viewtopic.php?f=49&t=165787) and posting here so that others can see the issue and eventual solution: > I have a BeagleBone AI and I can't flash...
Update the Adafruit tutorial, especially the i2c setcion: https://learn.adafruit.com/setting-up-io-python-library-on-beaglebone-black/i2c
I've been considering if Adafruit_BBIO should be using [`libiio`](https://wiki.analog.com/resources/tools-software/linux-software/libiio) to interact with the ADC, instead of accessing it via `/sys`. @RobertCNelson commented that this could allow Adafruit_BBIO to access more...
FYI - a solution will need to be decided upon for libraries like Adafruit_BBIO ``` ---------- Forwarded message ---------- From: Robert Nelson Date: Tue, Jun 26, 2018 at 11:03 AM...
_**copied from comment on closed issued https://github.com/adafruit/adafruit-beaglebone-io-python/issues/269#issuecomment-610604001**_ @krupal756 wrote: > > This is my first time on github > > I am using Beaglebone Enhanced and I too ran into...
BeagleBone Blue fails to pass many of the pytest unit tests.