View Single Post
  #264 (permalink)  
Old 10-20-2010, 06:07 PM
[ACL]'s Avatar
[ACL]
VIP Member
Offline
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - Keyboard Mapping Fixed, HW3D, and Battery Algo Update

Quote:
Originally Posted by natemcnutty View Post
WOOHOO!!! I found the hw3d problem Just an over-provisioning of memory

Line 647 in /arch/arm/mach-msm/board-htcrhodium.c

Change from

mi->bank[0].size = (107 * 1024 * 1024);

To

mi->bank[0].size = (99 * 1024 * 1024);

I also made the following change (but I don't think it affects anything).

Line 280 in /arch/arm/mach-msm/pmem.c

Change from

pmem_setting.ram_console_size=0x2000;

To

pmem_setting.ram_console_size=0x20000;
ahh man .. thats odd.. in reality that should also kill haret version even more.

ANyways if it fixes it then ill run it by bzo who was the original author of the 3d mem patch. If its kosher, we can commit this all around.

Thanks for looking into it while i deal with my nand issues. I tried everything to get it to work and Jonpry has a theory there is a bad block somewhere. Hopefully i can get it resolved soon.

In the mean time can you compile from the latest source now with no issues?
__________________
Reply With Quote