kalittle wrote: 
> Hello everyone,  I'm trying to get my PiCorePlayer (v3.10) to stop
> issueing cec commands.  Everytime I restart my player, my TV switches to
> the HDMI output from the Pi player.  In looking around, I've found these
> Pi config commands:
> 
> hdmi_ignore_cec_init=1
> hdmi_ignore_cec=1
> 
> My question is where this should go?  
> 
> I tried "usr/local/sbin/config.cfg" - backed up data, rebooted, no luck
> I tried "opt/bootlocal.sh" - backed up data, rebooted, no luck
> 
> Maybe bootcodes?  Looked at that under beta, see the bootcodes, but
> don't see a way to enter add bootcodes...
> 
> Any ideas?     Thanks,  Ken

Hi Ken,

This is the configuration file you want /mnt/mmcblk0p1/config.txt

The piCore boot partition is /mnt/mmcblk0p1
By default, after booting,  the first partition is in unmounted.

(piCorePlayer aliases)
$ m1
$ c1
$ vicfg
$ u1


Code:
--------------------
    
  Alias                 Description
  m1                  mount /mnt/mmcblk0p1
  c1                    cd /mnt/mmcblk0p1
  vicfg                vi config.txt
  u1                   umount  /mnt/mmcblk0p1
  
--------------------


For more aliases type alias at the Linux prompt.

regards
Greg


------------------------------------------------------------------------
Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
View this thread: http://forums.slimdevices.com/showthread.php?t=106943

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to