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.
