During boot I am getting a "Failed to start Cape Manager Service." failure

I have a custom cape that gets loaded via /uEnv.txt along with BB_SPIDEV0, 
both show up in slots

my problem is that the disable for HDMI does not work as the pinmux still 
shows the hdmi pins as assigned.

*OS Version*
uname -r 4.1.38-bone-rt-r24

# systemctl status capemgr.service -l
● capemgr.service - Cape Manager Service
   Loaded: loaded (/lib/systemd/system/capemgr.service; enabled)
   Active: failed (Result: exit-code) since Wed 2017-02-08 14:48:51 CST; 
2min 44s ago
  Process: 313 ExecStart=/bin/sh /opt/scripts/boot/capemgr.sh (code=exited, 
status=1/FAILURE)
 Main PID: 313 (code=exited, status=1/FAILURE)


I have tried several different versions of the disable_partno I have found.
========= /uEnv.txt
##This will work with: Angstrom's 2013.06.20 u-boot.

loadaddr=0x82000000
fdtaddr=0x88000000
rdaddr=0x88080000

initrd_high=0xffffffff
fdt_high=0xffffffff

#for single partitions:
mmcroot=/dev/mmcblk0p1
optargs=quiet capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN
dtb=am335x-boneblack-emmc-overlay.dtb
cape_enable=bone_capemgr.enable_partno=BB-GPIO-1553,BB-SPIDEV0

loadximage=load mmc 0:1 ${loadaddr} /boot/vmlinuz-${uname_r}
loadxfdt=load mmc 0:1 ${fdtaddr} /boot/dtbs/${uname_r}/${fdtfile}
loadxrd=load mmc 0:1 ${rdaddr} /boot/initrd.img-${uname_r}; setenv rdsize 
${filesize}
loaduEnvtxt=load mmc 0:1 ${loadaddr} /boot/uEnv.txt ; env import -t 
${loadaddr} ${filesize};
loadall=run loaduEnvtxt; run loadximage; run loadxfdt;

mmcargs=setenv bootargs console=tty0 console=${console} ${optargs} 
${cape_disable} ${cape_enable} root=${mmcroot} rootfstype=${mmcrootfstype} 
${cmdline}

uenvcmd=run loadall; run mmcargs; bootz ${loadaddr} - ${fdtaddr};


-- 


---------------------------------------------------------------------------------------
This e-mail and any attached files may contain WINTEC, Inc., proprietary 
information and may be legally privileged or subject to export control 
restrictions.  If you are not the addressee, any disclosure, reproduction, 
copying, distribution, or other dissemination or use of this communication 
is strictly prohibited.  If you have received this transmission in error 
please reply to the sender immediately and then delete this e-mail.

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/7d7c8a7f-f552-4cf8-8f78-d5e66ebaec3d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to