Quote:
Originally Posted by [ACL]
The only good news is that i got kexec bootling new test kernels. This is good so i dont need to wipe nand all the time to test a new kernel build.
nate: any luck on your smaller busybox ?
|
Well, I've compiled a couple of smaller busyboxes, but I haven't tested if it works since the new partition table isn't working for me (although, now I'm thinking it might boot if I did because I think it is a space thing)
The ULDR partition was changed to RAWFS, and the XIP partition was zero-ed out. The problem with this is that the ULDR partition is smaller than the XIP partition. As it stands now, we only have 3196 KB of space to work with instead of 3456 KB. Also, the last track is set to 18 when I believe it should be 1B.
I'm working on all the math right now to build another partition table. I'll see what I can do, but the wife has been dragging me around everywhere lately. Not sure what her deal is, but she's been getting on me lately for spending too much time messing with the phone...
Edit: Well, maybe the smaller busybox is what we need. I did the math out, and 3196 KB is exactly what we are setting with XIP ending at 2FF000 and adding the 128 KB partition table to it. In any case, I'll try to play with this as I get time.