 |
10-08-2009, 12:27 AM
|
#1 (permalink)
|
|
Junior Member
Join Date: Jul 2009
Posts: 90
Device(s):
Thanks: 0
Thanked 1 Time in 1 Post
|
Galaxy; How much RAM? 96MB, 109MB, 128MB, 192MB?
I have a lot of conflicting information about the amount or RAM the i7500 has.
GSM Arena says 128MB:
Samsung I7500 Galaxy - Full phone specifications
kam187 claim's that he has checked himself and it is 192MB.
dmesg on my phone states:
[ 0.009403] Memory: 109MB = 109MB total
[ 0.009436] Memory: 95656KB available (4000K code, 1220K data, 128K init)
busybox free claims:
total used free shared buffers
Mem: 96104 94396 1708 0 1088
Swap: 0 0 0
Total: 96104 94396 1708
which jives with what the kernel reports.
/proc/iomem shows:
10000000-16cfffff : System RAM
10028000-1040ffff : Kernel text
10410000-105411fb : Kernel data
which amounts to 109MB total, 1600kb text, 1220kb data, or total - text - data = 106MB.
For good measure, here is /proc/meminfo
MemTotal: 96104 kB
MemFree: 2112 kB
Buffers: 560 kB
Cached: 16672 kB
SwapCached: 0 kB
Active: 74400 kB
Inactive: 5256 kB
SwapTotal: 0 kB
SwapFree: 0 kB
Dirty: 36 kB
Writeback: 0 kB
AnonPages: 62456 kB
Mapped: 14640 kB
Slab: 6164 kB
SReclaimable: 1536 kB
SUnreclaim: 4628 kB
PageTables: 4428 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 48052 kB
Committed_AS: 1316184 kB
VmallocTotal: 409600 kB
VmallocUsed: 69872 kB
VmallocChunk: 300028 kB
|
|
|
10-08-2009, 12:49 AM
|
#2 (permalink)
|
|
Senior Member
Join Date: Aug 2009
Location: UK
Posts: 1,251
Device(s): Nexus One
Thanks: 1
Thanked 35 Times in 21 Posts
|
Remember 32mb minimum is used by the radio image. I havnt seen a general release qualcomm MSN7200A image thats less than about 40mb so thats probably more realistic. There's also a bunch used for surfaces and other buffers. So if linux is seeing 109mb there must be AT LEAST 109 + 32 = 141mb + other buffers, and probably 109mb + 40mb = 149mb + other buffers.
The MSM7200A die's come with 64mb or 32mb ram built in. The radio image can only reside in the internal RAM and not the external one. That means the phone must have at least 128mb + 64mb = 192mb of total ram if the radio image is 40mb.
|
|
|
Last edited by kam187; 10-08-2009 at 12:52 AM.
|
|
10-08-2009, 01:02 AM
|
#3 (permalink)
|
|
Junior Member
Join Date: Jul 2009
Posts: 90
Device(s):
Thanks: 0
Thanked 1 Time in 1 Post
|
Quote:
Originally Posted by kam187
Remember 32mb minimum is used by the radio image. I havnt seen a general release qualcomm MSN7200A image thats less than about 40mb so thats probably more realistic. There's also a bunch used for surfaces and other buffers. So if linux is seeing 109mb there must be AT LEAST 109 + 32 = 141mb + other buffers, and probably 109mb + 40mb = 149mb + other buffers.
The MSM7200A die's come with 64mb or 32mb ram built in. The radio image can only reside in the internal RAM and not the external one. That means the phone must have at least 128mb + 64mb = 192mb of total ram if the radio image is 40mb.
|
It seems very hackish to not tell kernel about memory reserved for the radio, but I can understand the motivation. But as far as other buffers, the kernel would definitely need to know about them since it would have to read/write to them. A frame buffer (or other buffers) isn't very useful if it can't be written to. A 320x480 screen at 32bits per pixel needs to be backed by a mere 600k.
If some Galaxy's have 192MB total and some have 160MB total, I'd certainly like to know about it. Mine says "CPU: ARMv6-compatible processor [4117b362] revision 2 (ARMv6TEJ), cr=00c5387f"
btw, news of the moment, i7500 unlocked on newegg, 589 w/free shipping (newegg claims 128MB ram incidentally)
|
|
|
Last edited by Russ Dill; 10-08-2009 at 01:02 AM.
|
|
10-08-2009, 01:31 AM
|
#4 (permalink)
|
|
Junior Member
Join Date: Jul 2009
Posts: 90
Device(s):
Thanks: 0
Thanked 1 Time in 1 Post
|
PRINT_TITLE()
{
echo "################################################# ##"
echo " MSM7201A Android Kernel build"
echo " you choose HW_REVISION = $HW_REV "
echo " you choose 7200A MEMORY SIZE = $MEM_SIZE "
echo " ------------------------------------------- "
}
Apparently, there are at least 2 hardware revs. Rev 03 has 32MB on die, Rev 05 has either 32MB or 64MB on die.
build_kernel_Rev03_32M.sh
build_kernel_Rev05_32M.sh
build_kernel_Rev05_64M.sh
|
|
|
10-08-2009, 03:31 AM
|
#5 (permalink)
|
|
Senior Member
Join Date: Sep 2009
Location: UK
Posts: 1,631
Device(s): i7500@galax0-1.6.3.3
OC@710mhz
HTC Desire @ O2 stock SLCD
Thanks: 4
Thanked 75 Times in 49 Posts
|
Quote:
Originally Posted by Russ Dill
PRINT_TITLE()
{
echo "################################################# ##"
echo " MSM7201A Android Kernel build"
echo " you choose HW_REVISION = $HW_REV "
echo " you choose 7200A MEMORY SIZE = $MEM_SIZE "
echo " ------------------------------------------- "
}
Apparently, there are at least 2 hardware revs. Rev 03 has 32MB on die, Rev 05 has either 32MB or 64MB on die.
build_kernel_Rev03_32M.sh
build_kernel_Rev05_32M.sh
build_kernel_Rev05_64M.sh
|
how do you know which revision you are on?
|
|
|
10-08-2009, 10:11 AM
|
#6 (permalink)
|
|
Senior Member
Join Date: Aug 2009
Location: UK
Posts: 1,251
Device(s): Nexus One
Thanks: 1
Thanked 35 Times in 21 Posts
|
Remember the MSM chipset is an all in one app processor. It has baseband, bluetooth, app cpu, wifi baseband etc all built in. (Of course the analogue basebands are external)
The internal memory of the 7200A is used to map various buffers that all these things use. Memory is then attached on an external bus to expand this memory. However the MMU cannot map certain things to this external bus. Its a limitation by design.
When I say framebuffer I am not talking about the buffer exposed to linux but internal buffers used for things like 3d acceleration. For example your 256mb ATI graphics card on your PC doesnt have a 256mb frame buffer
It is highly unlikely that there are 32mb and 64mb revisions out there. They will all either be 32mb or 64mb. I just had a look at a firmware image and amss section is 20mb, but that is most likely compressed.
Its possible they are using the 32mb die, but in my opinion very unlikely.
Remember because of the nature of these integrated APP processors ALL memory is shared by the peripherals. Its not dynamic but staticly allocated by the MMU.
Quote:
Originally Posted by Russ Dill
It seems very hackish to not tell kernel about memory reserved for the radio, but I can understand the motivation. But as far as other buffers, the kernel would definitely need to know about them since it would have to read/write to them. A frame buffer (or other buffers) isn't very useful if it can't be written to. A 320x480 screen at 32bits per pixel needs to be backed by a mere 600k.
If some Galaxy's have 192MB total and some have 160MB total, I'd certainly like to know about it. Mine says "CPU: ARMv6-compatible processor [4117b362] revision 2 (ARMv6TEJ), cr=00c5387f"
btw, news of the moment, i7500 unlocked on newegg, 589 w/free shipping (newegg claims 128MB ram incidentally)
|
|
|
|
Last edited by kam187; 10-08-2009 at 10:13 AM.
|
|
10-08-2009, 11:07 AM
|
#7 (permalink)
|
|
Senior Member
Join Date: Aug 2009
Posts: 677
Device(s): Samsung i7500 @ GAOSP Froyo nightly
Thanks: 7
Thanked 17 Times in 13 Posts
|
thanks kam for nice explanation, as usuall
just note to all, our galaxy renders 16bit colors, not 32bit as Russ said. Anpther thing to whine about...
|
|
|
10-08-2009, 11:53 AM
|
#8 (permalink)
|
|
Junior Member
Join Date: Jul 2009
Posts: 90
Device(s):
Thanks: 0
Thanked 1 Time in 1 Post
|
Quote:
Originally Posted by kam187
Remember the MSM chipset is an all in one app processor. It has baseband, bluetooth, app cpu, wifi baseband etc all built in. (Of course the analogue basebands are external)
The internal memory of the 7200A is used to map various buffers that all these things use. Memory is then attached on an external bus to expand this memory. However the MMU cannot map certain things to this external bus. Its a limitation by design.
When I say framebuffer I am not talking about the buffer exposed to linux but internal buffers used for things like 3d acceleration. For example your 256mb ATI graphics card on your PC doesnt have a 256mb frame buffer
It is highly unlikely that there are 32mb and 64mb revisions out there. They will all either be 32mb or 64mb. I just had a look at a firmware image and amss section is 20mb, but that is most likely compressed.
Its possible they are using the 32mb die, but in my opinion very unlikely.
Remember because of the nature of these integrated APP processors ALL memory is shared by the peripherals. Its not dynamic but staticly allocated by the MMU.
|
Still confused though, I'd think that the processor would need a window to read/write to that memory. I suppose I'll have to look more closely at how the msm video driver works. It seems surprising that the platform needs 83MB of memory that the kernel never sees.
|
|
|
10-08-2009, 04:57 PM
|
#9 (permalink)
|
|
Member
Join Date: Sep 2009
Posts: 145
Device(s):
Thanks: 2
Thanked 5 Times in 4 Posts
|
Quote:
Originally Posted by Russ Dill
Still confused though, I'd think that the processor would need a window to read/write to that memory. I suppose I'll have to look more closely at how the msm video driver works. It seems surprising that the platform needs 83MB of memory that the kernel never sees.
|
The kernel doesn't see it because the integrated devices take that memory for them selves at start and the kernel has no business mapping out anything there. Everything that is integrated has to use the in-die RAM to function. And there are a lot of integrated parts in the galaxy
You don't want to chose whether you want to use GPS and Camera or GPS and Compass. But not all of the 3 together, since there isn't enough free RAM in the die for the components to operate. Galaxy most probably has 192mb of ram.
|
|
|
Last edited by tisti; 10-08-2009 at 05:00 PM.
|
|
10-09-2009, 08:31 AM
|
#10 (permalink)
|
|
Senior Member
Join Date: Aug 2009
Location: UK
Posts: 1,251
Device(s): Nexus One
Thanks: 1
Thanked 35 Times in 21 Posts
|
Yeah, also remember that 40mb is a realistic amount of ram for the radio firmware. So the rest builds up to 43mb.
|
|
|
10-09-2009, 12:07 PM
|
#11 (permalink)
|
|
Member
Join Date: Aug 2009
Location: Croatia
Posts: 238
Device(s): Samsung Galaxy with IL3 1.5 firmware
Thanks: 19
Thanked 1 Time in 1 Post
|
Is RAM really that expensive in mobile phones? I'd be willing to pay
extra for a phone with plenty of RAM, say 512 MB. I think I once
saw an article about how much each component of iPhone costs...
screen was most expensive I think, and I don't think RAM was in the
first three.
|
|
|
10-09-2009, 12:12 PM
|
#12 (permalink)
|
|
Senior Member
Join Date: Aug 2009
Location: UK
Posts: 1,251
Device(s): Nexus One
Thanks: 1
Thanked 35 Times in 21 Posts
|
It doesnt cost that much but ever penny counts when they design phones. A few cents builds up. Remember alot of the final cost includes money to pay for development, marketing, packaging, construction, tax. Also things like RAM and Flash don't have static prices, they fluctuate alot with demand and supply. That makes it extremely dificult, especially when you consider the price of the phone will drop by upto 30% in the first year.
The other thing is after a certain amount of ram you need more address lines to be able to reference it all. This adds routing complexity when you're routing out the PCB.
|
|
|
10-09-2009, 12:22 PM
|
#13 (permalink)
|
|
Junior Member
Join Date: Jul 2009
Posts: 90
Device(s):
Thanks: 0
Thanked 1 Time in 1 Post
|
I think android requires a great deal more RAM than previous Samsung mobile phones. Maybe the person who spec'd this didn't quite understand android?
Or maybe the parts were not available in the design stage. The largest mobile LPDDR part Micron has in production is 2Gb (256MB). I'm not sure if the chip they use is just a single chip, a POP chip, an MCP chip, or an MCP POP chip, but going with those combinations can reduce availability even further.
A quick search of samsungsemi.com clears up the problem. They are not even sampling 2Gb mobile DDR parts. Micron is currently sampling 4Gb parts. I'm guessing that Samsung electronics did not have the options of going with Micron, and thus we are stuck with a 1Gb part.
|
|
|
10-09-2009, 12:31 PM
|
#14 (permalink)
|
|
Senior Member
Join Date: Aug 2009
Location: UK
Posts: 1,251
Device(s): Nexus One
Thanks: 1
Thanked 35 Times in 21 Posts
|
Yeah, the problem with cutting edge devices that strive to be thiner and thiner is that you have to pick the package at design time. You can't usually footprint multiple parts onto the PCB and then use whatever is available at production time because there just isnt enough space. Its usually easy to say "why didnt they use this part?" and pick some obscure new part. But in reality if that part isnt in mass production, making millions of units of the phone could get very very expensive.
|
|
|
10-09-2009, 12:41 PM
|
#15 (permalink)
|
|
Junior Member
Join Date: Jul 2009
Posts: 90
Device(s):
Thanks: 0
Thanked 1 Time in 1 Post
|
Thats the nice thing about DDR though, the DRAM manufacturers understand this and make pinouts quite stable. Micron's 512Mb part and 4Gb have the same pinout and same number of address lines (13). I think this is just a case of the creators of the Galaxy being tied to a single DRAM manufacturer and that manufacturer not producing a 2Gb part.
So next question, when I order my 4Gb sample from Micron, who is doing reasonably priced BGA re-work and where is the bootloader source so that I can modify it?
|
|
|
Last edited by Russ Dill; 10-09-2009 at 12:42 PM.
|
|
10-09-2009, 12:50 PM
|
#16 (permalink)
|
|
Senior Member
Join Date: Aug 2009
Location: UK
Posts: 1,251
Device(s): Nexus One
Thanks: 1
Thanked 35 Times in 21 Posts
|
lol you're brave  I havnt seen the inside of the phone, but be very very carefull with reworking on something so small, multi layer and double sided. Make sure you go to someone who works on mobile phones or similar electronics.
I've heard many horror stories where components fall off the other side :P
I don't expect the bootloader source is open source.
|
|
|
10-09-2009, 06:17 PM
|
#17 (permalink)
|
|
Junior Member
Join Date: Jul 2009
Posts: 90
Device(s):
Thanks: 0
Thanked 1 Time in 1 Post
|
Quote:
Originally Posted by kam187
lol you're brave  I havnt seen the inside of the phone, but be very very carefull with reworking on something so small, multi layer and double sided. Make sure you go to someone who works on mobile phones or similar electronics.
I've heard many horror stories where components fall off the other side :P
I don't expect the bootloader source is open source.
|
Its of course tongue in check. I would like to get some high res pics of the innards to satisfy my curiosity though.
|
|
|
10-30-2009, 11:31 PM
|
#18 (permalink)
|
|
Senior Member
Join Date: Aug 2009
Location: UK
Posts: 1,251
Device(s): Nexus One
Thanks: 1
Thanked 35 Times in 21 Posts
|
Just to clarify this now that I have checked exactly how/where everything is mapped -
There are 3 memories in the Samsung.
- SMI, 8 Mb on-die stacked memory. When present this memory bank is used for a high speed shared memory interface. When not present regular RAM is used. This is currently ALL allocated to GPU0
Code:
SMI (Internal RAM, 8Mb?)
00100000->00800000 GPU0 (8 Mb)
- SMI64, 64 Mb of RAM internal to the MSM7200A application processor. This is alllocated as follows (in the current kernel)
Code:
SMI64 (Internal RAM, 64Mb)
00000000->01F00000 AMSS? (31 Mb)
01F00000->02000000 SHARED (1 Mb) (Shared between ARM9/ARM11)
02000000->02800000 MDP ( 8 Mb)
02800000->03500000 ADSP (13 Mb)
03500000->04000000 CAMERA (11 Mb)
Its unclear what is in the lower 32 Mb, but it is almost certainly the Radio Bootloader and the AMSS (Baseband)
- EBI, 128 Mb of RAM externally connected to the MSM7200A.
Code:
EBI (External RAM)
10000000->10028000 Kernel
10028000->1040ffff : Kernel text
10410000->105611fb : Kernel data
105611fb->10700000 Kernel (+some free space to make page boundry)
10700000->10F00000 GPU1 (8 Mb)
10F00000->11000000 FB (1 Mb)
11000000->16D00000 FREE
16D00000->16E00000 SHARED? (1Mb)
16E00000->18000000 AMSS ?(18mb)
The top 1 + 18mb of the EBI are not usable. I think there is another copy of the AMSS here (why?!??!!). So the total usable memory is 0x6D00000 or 109Mb. 8Mb gets allocated to GPU1 and 1Mb to the Framebuffer. 7Mb is used for the kernel, and approx another Mb for Kernel panic buffer, console buffer etc. This leaves us with about 96 Mb of free memory for the Androind syste.
We (Me and Drakaz) are working on rearanging this memory to give us 105Mb of memory available for the system
Short answer
The Samsung has 192Mb of Memory + 8Mb of fast memory.
8Mb fast memory is allocated to graphics GPU0
8Mb RAM is allocated to graphics GPU1
32Mb RAM is allocated for Camera, Media processor etc
1 Mb is allocated to the framebuffer (screen buffer)
2 Mb is mapped to be shared
19 + 32Mb is used by the baseband (AMSS)
7 Mb is used by the kernel
96Mb is left usable in android.
|
|
|
10-30-2009, 11:41 PM
|
#19 (permalink)
|
|
Member
Join Date: Aug 2009
Posts: 250
Device(s):
Thanks: 1
Thanked 0 Times in 0 Posts
|
Wow. Good job. This is by far the best detailed information about the ram in the galaxy.
You got all of these from the kernel source or with some hacking too?
|
|
|
10-30-2009, 11:45 PM
|
#20 (permalink)
|
|
Senior Member
Join Date: Aug 2009
Location: UK
Posts: 1,251
Device(s): Nexus One
Thanks: 1
Thanked 35 Times in 21 Posts
|
All from the kernel sources, cat /proc/iomem, devmem and looking in the AMSS.
The wierd thing is that on other MSM implementations the AMSS is EITHER loaded into low 31Mb SMI64 _OR_ upper EBI. Samsung seem to have done both. I have no idea why!
We should really be able to use all of the 128Mb, and use the lower 31Mb of SMI64 for the baseband. We should also be able to use 2Mb of that 31Mb that is empty because the baseband size is only 19mb + 10mb for bootloaders.
Unfortunatly the kernel can't seem to read the EBI above the 109Mb boundry or the Lower 31Mb of SMI. This might take some findling with the MPU/MMU
|
|
|
10-30-2009, 11:55 PM
|
#21 (permalink)
|
|
Senior Member
Join Date: Aug 2009
Location: UK
Posts: 1,251
Device(s): Nexus One
Thanks: 1
Thanked 35 Times in 21 Posts
|
Oh and i guess people will ask...
MDP - This handles stuff like video playback, MPEG4 playback etc. Decreasing it too much will affect video decoding
ADSP - This will handle digital signal processing, audio etc
CAMERA - I assume this is mostly used for buffering while recording video
We can change these values around and increase GPU memory. We did a few tests and just rough values
GPU1, FPS in neocore
8mb ~ 24fps
16mb ~ 26.6 fps
32mb ~ 27.8 fps
We're doing some tests to see what a good balance is, and then expect a super fast kernel and loads of ram
|
|
|
10-30-2009, 11:56 PM
|
#22 (permalink)
|
|
Member
Join Date: Aug 2009
Posts: 250
Device(s):
Thanks: 1
Thanked 0 Times in 0 Posts
|
Probably because the engineer working on it wasn't too familiar and just followed some instructions blindly.
I hope you guys will be able to find out how to use the 128mb totally. Having about 25% more ram is a lot.
|
|
|
10-31-2009, 12:02 AM
|
#23 (permalink)
|
|
Senior Member
Join Date: Aug 2009
Location: UK
Posts: 1,251
Device(s): Nexus One
Thanks: 1
Thanked 35 Times in 21 Posts
|
I think whats happened is the bootloader and AMSS have 'protected' the SMI and upper EBI memory. The kernel isnt allowed to read it. We can 'deprotect' it and reuse one of the copies of AMSS, whichever they are not using.
I think you're right, they have used some stock/sample AMSS/bootloader/kernel files and modded them till it 'works'. Crazy!
|
|
|
10-31-2009, 12:33 AM
|
#24 (permalink)
|
|
Member
Join Date: Aug 2009
Posts: 250
Device(s):
Thanks: 1
Thanked 0 Times in 0 Posts
|
The amss isn't protected/signed? Pretty odd if it isn't after all this involves the radio.
|
|
|
10-31-2009, 12:48 AM
|
#25 (permalink)
|
|
Senior Member
Join Date: Aug 2009
Location: UK
Posts: 1,251
Device(s): Nexus One
Thanks: 1
Thanked 35 Times in 21 Posts
|
No it is. The AMSS is stored on the NAND in a partition. It gets loaded into RAM and executed from there.
So Samsung copy it to SMI (0 to 31Mb space), AND also to the top 18mb of EBI. Obviously only one is being executed. We can rellocate one of these areas of RAM as 'free', and see if the radio crashes :P If it does we picked the running copy! We can then use the other copy instead.
The bootloader does the copying, so by the time the kernel gets run, that area is totally unused. However its still left protected because the MPU is still on.
If we configure the kernel to turn off the MPU at start we have access to all RAM again.
|
|
|
Last edited by kam187; 10-31-2009 at 12:48 AM.
|
|
10-31-2009, 11:59 AM
|
#26 (permalink)
|
|
Junior Member
Join Date: Oct 2009
Posts: 30
Device(s): i7500 Galaxy
Thanks: 0
Thanked 1 Time in 1 Post
|
Quote:
Originally Posted by kam187
I think you're right, they have used some stock/sample AMSS/bootloader/kernel files and modded them till it 'works'. Crazy!
|
As I understand, most engineer are add HW/Coding in system till it work. than Sales STARTED since marketing request. that is init version of product. 
later update HW/coding may cost-down or spec-up. the platform than will stable.
So, the init product may have loaded HW but poor coding. that is why i place bet on galaxy as my first android phone, and great mod can help us a lots.
I love the possibility of open platform so much.
Don't you think that 1GHz ARM is too over & heavy in portable device that needs to running all day, at least?
|
|
|
10-31-2009, 12:31 PM
|
#27 (permalink)
|
|
Member
Join Date: Sep 2009
Posts: 145
Device(s):
Thanks: 2
Thanked 5 Times in 4 Posts
|
Quote:
Originally Posted by Gizmo306
As I understand, most engineer are add HW/Coding in system till it work. than Sales STARTED since marketing request. that is init version of product. 
later update HW/coding may cost-down or spec-up. the platform than will stable.
So, the init product may have loaded HW but poor coding. that is why i place bet on galaxy as my first android phone, and great mod can help us a lots.
I love the possibility of open platform so much.
Don't you think that 1GHz ARM is too over & heavy in portable device that needs to running all day, at least? 
|
It doesn't need to run at 1Ghz all day
|
|
|
10-31-2009, 12:46 PM
|
#28 (permalink)
|
|
Junior Member
Join Date: Oct 2009
Posts: 30
Device(s): i7500 Galaxy
Thanks: 0
Thanked 1 Time in 1 Post
|
Quote:
Originally Posted by tisti
It doesn't need to run at 1Ghz all day 
|
indeed, they can switch to lower frequency. I forget this 
anyway, i don't like it before i got it. and it is almost double of my phone.
|
|
|
11-01-2009, 04:35 AM
|
#29 (permalink)
|
|
Junior Member
Join Date: Nov 2009
Location: Wiltshire, England
Posts: 48
Device(s): Samsung Galaxy i7500
Galaxo 1.6.3.4
OC@710mhz
100mb using DroidSwap
DarkSense 2.1
ADW Launcher 1.1.3
Thanks: 1
Thanked 2 Times in 1 Post
|
i7500 only shows 93mb of memory
Hi,
I've just installed Eray on my Galaxy, and it tells me I have 93mb of memory of that the most I can get free is 40mb.
Is that correct?
I've been having a few programs telling me that I do not have enough memory to perform a certain task and iDracula runs painfully slow.
Please could someone give me some advice.
|
|
|
11-01-2009, 02:12 PM
|
#30 (permalink)
|
|
Senior Member
Join Date: Aug 2009
Location: UK
Posts: 1,251
Device(s): Nexus One
Thanks: 1
Thanked 35 Times in 21 Posts
|
A little update on the AMSS:
paddr 0x17a6a000 memsz 0x00001000 4k
paddr 0x00a00000 memsz 0x00020ea0 ~131k
paddr 0x00a24000 memsz 0x00006000 24k
paddr 0x16d00000 memsz 0x00d45000 13.2Mb (EBI)
paddr 0x17a45000 memsz 0x00024068 144k
paddr 0x00b01000 memsz 0x01212bcc 18mb (SMI)
So actually, the baseband uses 18Mb of the lower SMI, and the remainder is taken up by the bootloader, and overlapping GPU0 stacked memory. There is 2mb left. Its pretty tricky to get this 2Mb back as you'd have to use the MMU to remap a couple of pages. Its not worth the work just for 2mb!
The baseband also uses 13.2 Mb of the upper EBI. It probably uses the remaining 5Mb as working RAM. I personally suspect that the 13.2mb is the working RAM and 5Mb is left over for a possibly bigger baseband in the future. This is consistant with other phones which are able to leave 115mb free.
|
|
|
 |
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|