Re: [beagleboard] Re: Beaglebone Black PRU Troubles

2016-12-05 Thread Laurel Watts - NOAA Affiliate
Hi Zach, Are you compiling with the -V3 switch? This should enable the scratch pad correctly. I've had not problems with it this way. Laurel On Sun, Dec 4, 2016 at 9:03 PM, Zach B wrote: > Thanks Jason, those were two great examples. > > Has anyone had any trouble with the scratch pad between

[beagleboard] Windows 10 anniversary update broke Ethernet over USB

2016-12-05 Thread Erik Welsh
FYI. My computers just went thru the Window 10 anniversary update. This broke the Ethernet over USB functionality for BBB (along w/ a number of other things). When I went to re-install the BONE_D64.exe file from http://beagleboard.org/getting-started, the install failed even when run as ad

Re: [beagleboard] Re: Beaglebone Black PRU Troubles

2016-12-05 Thread Zach B
Hi Laurel, Yeah I have the -V3 flags sent. I think I found the issue that I was having. I may have misread the PRU Reference guide as well as the assembly language documentation on elinux. I had thought that the register address passed in the XIN and XOUT was what register in the PRU the system

[beagleboard] BeagleBone Blue Alpha users sought

2016-12-05 Thread Jason Kridner
I'm looking for 2-3 additional alpha users for upcoming BeagleBone Blue Linux-based robotics controller. I already have a pretty good list, but my experience says self-selection is more efficient. That said, I'll still need some guidance to set priority. Unless issues are found, the initial produc

Re: [beagleboard] Re: ds18b20 with BBGW

2016-12-05 Thread William Hermans
I repeated this process for P8.14, and it works fine. This is just to let others who may not be aware that you can use 1-wire on any gpio pin that is not already in use by the system. Again, double check the pins in the schematic, to make sure they're not being used by somethign like HDMI( which yo

Re: [beagleboard] Re: ds18b20 with BBGW

2016-12-05 Thread William Hermans
*OR* P8.26 . . . *smacks hardware designer / buddy . . . *william@beaglebone:~/dev/bb.org-overlays$* diff src/arm/BB-W1-P8.26-00A0.dts src/arm/BB-W1-P8.14-00A0.dts 4c4 < * Virtual cape for onewire on connector pin P8.26 --- > * Virtual cape for onewire on connector pin P8.14 21c21 < part-n

Re: [beagleboard] Re: ds18b20 with BBGW

2016-12-05 Thread acheesehead
Tried your workflow today without success. Everything is OK up to the lsmod | grep w1 step. I only get the w1_gpio entry. I am not a Linux kernel expert, so I don't know how to troubleshoot why the other entries aren't showing up. I didn't see any activity on the oscilloscope either. On Thursd

Re: [beagleboard] Re: ds18b20 with BBGW

2016-12-05 Thread William Hermans
On Mon, Dec 5, 2016 at 7:30 PM, acheesehead wrote: > Tried your workflow today without success. Everything is OK up to the > lsmod | grep w1 step. I only get the w1_gpio entry. I am not a Linux kernel > expert, so I don't know how to troubleshoot why the other entries aren't > showing up. > > I d

Re: [beagleboard] Re: ds18b20 with BBGW

2016-12-05 Thread William Hermans
Actually the last bit probably wont work because: william@beaglebone:~$ ls /sys/devices/platform/ocp/*.gpio/gpio/ /sys/devices/platform/ocp/44e07000.gpio/gpio/: gpiochip0 /sys/devices/platform/ocp/4804c000.gpio/gpio/: gpiochip32 /sys/devices/platform/ocp/481ac000.gpio/gpio/: gpiochip64 /sys/dev

Re: [beagleboard] Re: ds18b20 with BBGW

2016-12-05 Thread William Hermans
Nope, actually that persons overlay file is wrong. So yeah I don;t know time to learn Linux and start troubleshooting your problems ;) On Mon, Dec 5, 2016 at 8:47 PM, William Hermans wrote: > Actually the last bit probably wont work because: > > william@beaglebone:~$ ls /sys/devices/platform/ocp