usr/src/linux-headers-3.8.13-bone70/drivers/usb/serial# ls
ezusb_convert.pl Kconfig Makefile Makefile-keyspan_pda_fapt-cache search linux-headers-3.8.13-bone70
apt-get install linux-headers-3.8.13-bone70Thanks for the clarification RpbertWhat is the proper way to 'retrieve the appropriate kernel source code..." for 3.18.3-bone70?
modprobe option
echo 1bc7 1201 > /sys/bus/usb-serial/drivers/option1/new_id--
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 beagleboard...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
dtc -O dtb -o BB-APA-01-00A0.dtbo -b 0 -@ BB-APA-02-00A0.dts
fragment@4 {
target = <&uart6>;
__overlay__ {
pinctrl-names = "default";
pinctrl-0 = <&uart5_pins>;
status = "okay";
};
};cape_enable=capemgr.enable_partno=BB-APA-01
root@mmpTestBox:/sys/class/gpio# cat /sys/devices/platform/bone_capemgr/slots
0: PF---- -1
1: PF---- -1
2: PF---- -1
3: PF---- -1
root@mmpTestBox:/sys/class/gpio# sh -c "echo 'BB-APA-01' > /sys/devices/platform/bone_capemgr/slots"
root@mmpTestBox:/sys/class/gpio# cat /sys/devices/platform/bone_capemgr/slots
0: PF---- -1
1: PF---- -1
2: PF---- -1
3: PF---- -1
4: P-O-L- 0 Override Board Name,00A0,Override Manuf,BB-APA-01/powerMGMT.py", line 46, in shorePowerCheck
ADC.setup()
RuntimeError: Unable to setup ADC system. Possible causes are:
- A cape with a conflicting pin mapping is loaded
- A device tree object is loaded that uses the same name for a fragment: helpercape_enable=capemgr.enable_partno=BB-APA-01
root@mmpTestBox:/sys/class/gpio# cat /sys/devices/platform/bone_capemgr/slots
0: PF---- -1
1: PF---- -1
2: PF---- -1
3: PF---- -1
root@mmpTestBox:/sys/class/gpio# sh -c "echo 'BB-APA-01' > /sys/devices/platform/bone_capemgr/slots"
root@mmpTestBox:/sys/class/gpio# cat /sys/devices/platform/bone_capemgr/slots
0: PF---- -1
1: PF---- -1
2: PF---- -1
3: PF---- -1
4: P-O-L- 0 Override Board Name,00A0,Override Manuf,BB-APA-01if [ ! -x /usr/share/initramfs-tools/
hooks/dtbo ] ; then
sudo chmod +x /usr/share/initramfs-tools/hooks/dtbo
fi sudo update-initramfs -u -k $(uname -r)
Now do I add this to the file?if [ ! -x /usr/share/initramfs-tools/
hooks/dtbo ] ; then
sudo chmod +x /usr/share/initramfs-tools/hooks/dtbo
fi
--
/usr/share/initramfs-tools/hooks/dtbo is not already executable run chmod +x on it. *OR* You could create a bash script, drop that code into it. Make the script executable, then run it. And it'd do it for you. Pick your poison.