Hello, all. I send a patch to make coreboot output console using system beeper and a corresponding code to interpret those beeps. I publish it under GPLv2+ but other licensing arrangements are possible. This was very useful to get console on X201 where I have neither serial nor EHCI debug.
On 18.01.2013 12:01, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
Hello, all. I send a patch to make coreboot output console using system beeper and a corresponding code to interpret those beeps. I publish it under GPLv2+ but other licensing arrangements are possible. This was very useful to get console on X201 where I have neither serial nor EHCI debug.
This would need some improvements as currently it sometimes loses bits and it causes it to lose sync. I'll think how to do it.
Vladimir 'φ-coder/phcoder' Serbinenko wrote:
Hello, all. I send a patch to make coreboot output console using system beeper and a corresponding code to interpret those beeps. I publish it under GPLv2+ but other licensing arrangements are possible. This was very useful to get console on X201 where I have neither serial nor EHCI debug.
I haven't gotten your original email? Weird.
This would need some improvements as currently it sometimes loses bits and it causes it to lose sync. I'll think how to do it.
What modulation and symbol rate are you using?
//Peter
Am Freitag, den 18.01.2013, 17:12 +0100 schrieb Peter Stuge:
Vladimir 'φ-coder/phcoder' Serbinenko wrote:
Hello, all. I send a patch to make coreboot output console using system beeper and a corresponding code to interpret those beeps. I publish it under GPLv2+ but other licensing arrangements are possible. This was very useful to get console on X201 where I have neither serial nor EHCI debug.
I haven't gotten your original email? Weird.
Me neither. Maybe it is stuck in the moderation queue – due to not being subscribed during that time or size of the attachment.
[…]
Thanks,
Paul
On 18.01.2013 17:18, Paul Menzel wrote:
Am Freitag, den 18.01.2013, 17:12 +0100 schrieb Peter Stuge:
Vladimir 'φ-coder/phcoder' Serbinenko wrote:
Hello, all. I send a patch to make coreboot output console using system beeper and a corresponding code to interpret those beeps. I publish it under GPLv2+ but other licensing arrangements are possible. This was very useful to get console on X201 where I have neither serial nor EHCI debug.
I haven't gotten your original email? Weird.
Me neither. Maybe it is stuck in the moderation queue – due to not being subscribed during that time or size of the attachment.
I'm subscribed since quite some time and files are just 3K + 5K. Trying to resend
Vladimir 'φ-coder/phcoder' Serbinenko wrote:
files are just 3K + 5K. Trying to resend
They are not on the list.
Make sure that they are sent as text/plain MIME type attachments and/or inline attachments. I have no idea if any of that is possible to set for gmail, my experience is that gmail is consistently completely useless for people trying to work sanely with attachments and mailing lists.
//Peter
On 18.01.2013 17:12, Peter Stuge wrote:
Vladimir 'φ-coder/phcoder' Serbinenko wrote:
Hello, all. I send a patch to make coreboot output console using system beeper and a corresponding code to interpret those beeps. I publish it under GPLv2+ but other licensing arrangements are possible. This was very useful to get console on X201 where I have neither serial nor EHCI debug.
I haven't gotten your original email? Weird.
This would need some improvements as currently it sometimes loses bits and it causes it to lose sync. I'll think how to do it.
What modulation and symbol rate are you using?
custom FSK variant at 10ms per bit. I'll just introduce a 5ms tone to split bytes.
//Peter
-------- Original Message -------- Subject: spkmodem Date: Fri, 18 Jan 2013 12:01:15 +0100 From: Vladimir 'φ-coder/phcoder' Serbinenko phcoder@gmail.com To: coreboot@coreboot.org
Hello, all. I send a patch to make coreboot output console using system beeper and a corresponding code to interpret those beeps. I publish it under GPLv2+ but other licensing arrangements are possible. This was very useful to get console on X201 where I have neither serial nor EHCI debug.