View Single Post
Old 11-30-2012, 04:49 PM   #2
eureka
but forgot what it's like
eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.
 
Posts: 741
Karma: 2345678
Join Date: Dec 2011
Location: north (by northwest)
Device: Kindle Touch
Quote:
Originally Posted by giorgio130 View Post
Hi everyone! I'm trying to port the u-boot found in newer kindles, with fastboot support, to the kindle 3. Next step will be to remove the image size limitation to flash also the system partition.
Size of flashed image in fastboot mode on newer Kindles is limited by RAM size only (minus some MB for U-Boot itself and system buffers). But, for example, KT has 256MB RAM and KT's rootfs on system partition (/dev/mmcblk0p1) is about 340MB: that's why rootfs image can be flashed in fastboot mode only partially. It's understandable limitation inherited from standard fastboot.

So, to clarify things, you can't just "remove" size limitation. You'll need to implement new fastboot command for "chunked" downloading and flashing of "big" images. And change fastboot tool to support this new command.
eureka is offline   Reply With Quote