Quote:
Originally Posted by gbhil when you repack the boot image, you need to correct memory space address (the base -- XXXXXXXXXX number) for the phone your working on. Get the right base address and the rest of the script should be just fine. Look in the kernel source here: Code: arch\arm\mach-msm\include\mach\memory.h and find the section Code: /* physical offset of RAM */ You should see a number for define PHYS_OFFSET, thats your base address.
Try a "make clean" again | In memory.h, no number is present, I have:
/* physical offset of RAM */
#define PHYS_OFFSET UL(CONFIG_PHYS_OFFSET)
#define MAX_PHYSMEM_BITS 32
#define SECTION_SIZE_BITS 25
#define HAS_ARCH_IO_REMAP_PFN_RANGE
#ifndef __ASSEMBLY__
On my current setup everything is back to where it was last time (had to specify cross compile, toolchain, eabi path before clean), so I just need someone a lot smarter than me to figure out how to get my zimage loaded into the boot image. I know the zimage is good, because when I put it in the update.zip that drellidee put out, it boots fine. Thanks a lot for the help, I know idiots like me asking stupid questions can get irritating.
Last edited by Joeseph Mother; 12-09-2010 at 05:18 PM.
|