So . . . william@xanbustester:~$ lsmod > Module Size Used by > can_raw 5555 0 > can_dev 11496 0 > can 26598 1 can_raw > usb_f_ecm 9066 1 > g_ether 4633 0 > usb_f_rndis 20474 2 g_ether > u_ether 10985 3 usb_f_ecm,usb_f_rndis,g_ether > libcomposite 43358 3 usb_f_ecm,usb_f_rndis,g_ether > tda998x 11577 0 > tilcdc 24624 0 > omap_aes 12439 0 > omap_sham 20563 0 > omap_rng 4264 0 > drm_kms_helper 103830 3 tda998x,tilcdc > rng_core 7113 1 omap_rng > uio_pdrv_genirq 3321 0 > uio 8146 1 uio_pdrv_genirq > leds_gpio 3186 0 >
william@xanbustester:~$ uname -r 4.2.0-rc4-bone2 Searching the web . . . On Thu, Aug 6, 2015 at 4:56 PM, William Hermans <[email protected]> wrote: > Was reading through the older testers wanted posts . . . > > sudo apt-get install bb-customizations > sudo apt-get install device-tree-compiler > > git clone https://github.com/RobertCNelson/bb.org-overlays > cd ./bb.org-overlays/ > > sudo ./install.sh > sudo shutdown now -r /* board hung, had to walk to it and yank power*/ > > cat /sys/devices/platform/bone_capemgr/slots > 0: P----- -1 cape-CBB-Serial,r01,Logic Supply,cape-CBB-Serial > 1: PF---- -1 > 2: PF---- -1 > 3: PF---- -1 > > sudo modprobe can > sudo modprobe can-dev > sudo modprobe can-raw > > sudo ip link set can0 type can bitrate 250000 triple-sampling on > Cannot find device "can0" > sudo ip link set can1 type can bitrate 250000 triple-sampling on > Cannot find device "can1" > > Odd . . . maybe the CAN port is not currently plugged in. But shouldn't > the port at least acknowledge it's there ? > > To be continued . . . > > > > > On Thu, Aug 6, 2015 at 4:14 PM, Robert Nelson <[email protected]> > wrote: > >> On Thu, Aug 6, 2015 at 6:12 PM, William Hermans <[email protected]> >> wrote: >> > Hey Robert if you have the time . . . If I need to install dtbo files ( >> > specifically for the Logic Supply serial /CAN cape ) Which files / deb >> am I >> > looking for ? >> >> I haven't packaged them yet... >> >> https://github.com/beagleboard/bb.org-overlays >> >> > >> > Long story short, I've update my older nfsroot rootfs via adding your >> repo, >> > apt-get install linux-image-4.2.xxx, editing uEnv.txt, and running >> depmod. >> > >> > Also since I'm using a single uEnv.txt setup instead of a two stage . . >> . I >> > can emulate cmdline with no ill effects ? >> >> Correct! >> >> 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.
