Hi,

I am using Debian 8 (from Robert Nelson) with a custom 3.14.17-bone8 kernel 
on Beaglebone Black. What do I need to install in order to have the 
/sys/devices/bone_capemgr.9/slots directory show up on a Debian image.

I have attached my uEnv.txt file

The print out of my dtc version
root@arm:~# which 
dtc                                                                             

/usr/local/bin/dtc                                                              
                  

root@arm:~# dtc 
--version                                                                       
  

Version: DTC 1.4.1-g1e75ebc9 

Thanks,
Veera

-- 
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.
#u-boot eMMC specific overrides; Angstrom Distribution (BeagleBone Black) 
2013-06-20
kernel_file=zImage
initrd_file=initrd.img

loadaddr=0x82000000
initrd_addr=0x88080000
fdtaddr=0x88000000

initrd_high=0xffffffff
fdt_high=0xffffffff

loadimage=load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${kernel_file}
loadinitrd=load mmc ${mmcdev}:${mmcpart} ${initrd_addr} ${initrd_file}; setenv 
initrd_size ${filesize}
loadfdt=load mmc ${mmcdev}:${mmcpart} ${fdtaddr} /dtbs/${fdtfile}
#

dtb=am335x-boneblack-overlay.dtb

##Un-comment to enable systemd in Debian Wheezy
optargs=quiet init=/lib/systemd/systemd

console=ttyO0,115200n8
mmcroot=/dev/mmcblk0p2 ro
mmcrootfstype=ext4 rootwait fixrtc

##To disable HDMI/eMMC...
optargs=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN,BB-BONE-EMMC-2G
optargs=cape_enable=capemgr.enable_partno=BB-SPIDEV0,BB-SPIDEV1

##3.1MP Camera Cape
#optargs=capemgr.disable_partno=BB-BONE-EMMC-2G

mmcargs=setenv bootargs console=${console} root=${mmcroot} 
rootfstype=${mmcrootfstype} ${optargs}

#zImage:
uenvcmd=run loadimage; run loadfdt; run mmcargs; bootz ${loadaddr} - ${fdtaddr}

#zImage + uInitrd: where uInitrd has to be generated on the running system.
#boot_fdt=run loadimage; run loadinitrd; run loadfdt
#uenvcmd=run boot_fdt; run mmcargs; bootz ${loadaddr} 
${initrd_addr}:${initrd_size} ${fdtaddr}

optargs=cape_enable=capemgr.enable_partno=GPIO_INDICATORS

Reply via email to