Hello All,
I am using a DM368 unit by Appro. I am trying to upload/flash root file system on the board through a web based UI.
1. I am using uImage_ipnc_dm368_IMX036_2.60.02.
2. My root file system size is 15,124KB.
3. When I upgrade through my Application I do get errors as follows
lowmem_reserve[]: 0 0 0 0
DMA: 14*4kB 12*8kB 1*16kB 2*32kB 0*64kB 1*128kB 0*256kB 1*512kB 0*1024kB 0*2048k
B 0*4096kB 0*8192kB 0*16384kB = 872kB
DMA32: empty
Normal: empty
HighMem: empty
Swap cache: add 0, delete 0, find 0/0, race 0+0
Free swap = 0kB
Total swap = 0kB
Free swap: 0kB
12288 pages of RAM
259 free pages
2673 reserved pages
672 slab pages
109 pages shared
0 pages swap cached
Out of Memory: Kill process 818 (UIApplication) score 1253 and children.
Out of memory: Killed process 818 (UIApplication).
Out of Memory: Kill process 867 (UIApplication) score 1253 and children.
Out of memory: Killed process 867 (UIApplication).
Out of Memory: Kill process 868 (UIApplication) score 1253 and children.
Out of memory: Killed process 868 (UIApplication).
Before this It also kills av_serve.out and system_server exe.
4. similar thing happens when I upload from Appro application but it keeps boa alive, and that makes upload successful. but in my case it also kills UI application,
but if I upload my root file system through Appro application it upgrades properly...
I am confuse about the reason behind this?