PDA

View Full Version : Qt Extended 4.4.3 port to at91sam9261 with modem



bitterguo
3rd June 2009, 03:29
Sorry for my bad English.
I have a developed board with
AT91sam9261
3.5 LCD
64M SDRAM 128M FLASH
Wavecom Q2403 Modem

I have compiled Qt Extended successfully! The question is
without running phoneserver(modify Tasks.cfg),all things seem work correctly.

but When I run qpe with phoneserver(modem support)
the screen freeze. and tty always output information like this
(Out of Memory?)

5213660 485 qpe:OOM : MemTotal: 61908
5213660 485 qpe:OOM : MemFree: 11496
5213661 485 qpe:OOM : Buffers: 0
5213662 485 qpe:OOM : Cached: 36160
5213662 485 qpe:OOM : memory available: 76 %
5213667 485 qpe:OOM : previous faults: 781
5213667 485 qpe:OOM : current faults: 781
5213668 485 qpe:OOM : new faults: 0
5213668 485 qpe:OOM : average faults: 0

How can I correct this?