Noises on the headspeaker connector at power ON and at power Off

Started by JFP74, November 09, 2017, 01:18:32 AM

Previous topic - Next topic

JFP74

For information, Teres sound level is quite low when we use integrated audiospeakers, even at maximum sound volume, so we connected it on external speakers throw the headphone jack output.
Sound is very good but at power OFF and at power ON, very loud noises occurs during 3 second.
These noises are not present in the integrated speakers.


LubOlimex

This is expected, because the headphone out jack can also used for serial debug. During u-boot it is always set as serial debug and that is why you hear the noise in the beginning of the boot. Once the kernel gets the control over it, switches it to audio output.

There is a script in the official image that can be executed via the command line to switch between the modes. This would allow you to use the audio jack for debugging even after the kernel had started (you lose audio out of course) - it is I believe "debug_switch.sh" or something. I don't think that there is a way to disable this noise in the initial few seconds of a boot, however.
Technical support and documentation manager at Olimex

JohnS

I expect you could rebuild u-boot with the console disabled (or there may be a bootargs value to disable it).

John