Hi Steen,
sbp wrote: 
> Hi
> The config txt is in /usr/local/sbin/
> 
> regarding the empty mmcblk0p1, that is because mmcblk0p1 is not mounted
> by default. If you need access to it you will have to mount it first: 
> mount /dev/mmcblk0p1  and then you should be able to see its content
> 
> Steen
no I've meant the config.txt and not the config.cfg...

With the current 1.10 I wasn't able to get sound out of hdmi.
So I've changed:
(i) in the /usr/local/config.cfg:  
Code:
--------------------
    OUTPUT="-o sysdefault:CARD=ALSA"
--------------------

(ii) in the /opt/bootlocal.sh:  
Code:
--------------------
    sudo mount /mnt/mmcblk0p1
--------------------
  (the script picoreplayer needs this for writing changes into the
config.txt!)
(iii) in the /mnt/mmcblk0p1/config.txt:

Code:
--------------------
    
  hdmi_drive=2                                                                  
 
  hdmi_force_hotplug=1                                                          
 
  hdmi_force_edid_audio=1                                                       
 
  hdmi_ignore_edid=0xa5000080
  
--------------------

--> in every case HDMI is used and not using EDID!

Now sound is back...

Greetings
Burkhardt


------------------------------------------------------------------------
burki's Profile: http://forums.slimdevices.com/member.php?userid=10800
View this thread: http://forums.slimdevices.com/showthread.php?t=97803

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

Reply via email to