Hi,
On 24.02.2011 00:33, Thatsit wrote:
I had the same behavior with other phones when I tried
it on a slow machine..
As the boot loader is VERY time critical I commented out the printf statements which
print the 'got x bytes from modem, data looks like' messages. Then it worked
even on my slow computer:-)
Yes, agreed. But instead of removing the printf's (which really
shouldn't consume that much time), not re-loading the file should save
more time.
Here's a small patch for trying that:
http://www.steve-m.de/projects/osmocom/0001-osmocon-dont-reload.patch
With this patch, the file will only be loaded when starting osmocon,
and not after receiving PROMPT1.
Regards,
Steve