william@eee-pc:~$ nc -l -p 5000 > /home/william/test/test-kernel-4.1.x.log
debian@beaglebone:~$ candump -L -n 2000 can0,0:0,#FFFFFFFF | nc 192.168.XXX.XXX 5000 Worked . . . although my ssh terminal to the beaglebone black stopped responding for several minutes. I'll just chock that up to the nature of netcat, and the fact I had to wait for 2000 "packets" from candump. On Tue, May 12, 2015 at 3:02 PM, William Hermans <[email protected]> wrote: > Ok, so the board we're using has an onboard eeprom I guess. Not sure this > helps much for testing. I did not realize that it would auto configure its > self. However, the output looks correct. Which are PGN's in the address > column. It knocked the BB-CAN1 cape off it's slot. This is the only > external can device we have currently. And the only "real" means which I > can test on. As we have no CAN test equipment short of perhaps an > oscilloscope. > > Let me know if this helps at all Robert. > > [email protected]'s password: > Last login: Mon May 11 20:23:49 2015 from 192.168.7.1 > debian@beaglebone:~$ cat /sys/devices/platform/bone_capemgr/slots > 0: 54:P---L cape-CBB-Serial,r01,Logic Supply,cape-CBB-Serial > 1: 55:PF--- > 2: 56:PF--- > 3: 57:PF--- > > debian@beaglebone:~$ sudo ip link set can0 up type can bitrate 250000 > > debian@beaglebone:~$ sudo ifconfig can0 up > > debian@beaglebone:~$ sudo ifconfig can0 > can0 Link encap:UNSPEC HWaddr > 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 > UP RUNNING NOARP MTU:16 Metric:1 > RX packets:5131 errors:0 dropped:5131 overruns:0 frame:0 > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:10 > RX bytes:37419 (36.5 KiB) TX bytes:0 (0.0 B) > Interrupt:182 > > debian@beaglebone:~$ candump can0 > can0 19F0C501 [8] 00 15 03 03 CE 68 00 00 > ... > > > On Tue, May 12, 2015 at 2:55 PM, Robert Nelson <[email protected]> > wrote: > >> On Tue, May 12, 2015 at 4:38 PM, William Hermans <[email protected]> >> wrote: >> > OK, so nothing major then ? Just keyword change change is all. >> >> Yeap, just a keyword change. ;) >> >> Just got the 4dcape-43t working on my bbw. >> >> and i've added a blank (no eMMC/HDMI) beaglebone black target: >> >> dtb=am335x-boneblack-overlay.dtb * >> >> so now you can test the 4dcape-43t without using a beaglebone white.. >> >> I should have all the other lcd's working by tomorrow.. >> >> * starting with this build: >> http://builds.beagleboard.org/builders/build-kernel/builds/27 >> >> Regards, >> >> -- >> Robert Nelson >> https://rcn-ee.com/ >> >> -- >> For more options, visit http://beagleboard.org/discuss >> --- >> You received this message because you are subscribed to the Google Groups >> "BeagleBoard" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
