11-30-2012, 05:21 PM | #1 |
Time Waster
Posts: 422
Karma: 289160
Join Date: May 2011
Device: Kobo Glo and Aura HD
|
U-boot with fastboot support for k3
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.
I've got a first release that compiles fine, but I'm unsure of how to test this. Source and a binary are attached to this thread, so directions and/or testers are welcome Last edited by giorgio130; 11-30-2012 at 05:34 PM. |
11-30-2012, 05:49 PM | #2 | |
but forgot what it's like
Posts: 741
Karma: 2345678
Join Date: Dec 2011
Location: north (by northwest)
Device: Kindle Touch
|
Quote:
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. |
|
Advert | |
|
11-30-2012, 06:08 PM | #3 |
Carpe diem, c'est la vie.
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
And while adding features to fastboot protocol, how about adding remote debugging and an mmc hex editor?
|
12-01-2012, 05:43 AM | #4 | |
Time Waster
Posts: 422
Karma: 289160
Join Date: May 2011
Device: Kobo Glo and Aura HD
|
Quote:
I'll do some research. BTW, do you know if the limit of 72 kb for the first-stage u-boot applies even to the kindle 3? I didn't find any reference to a "bist" u-boot on this platform, so I'd assume no... |
|
12-01-2012, 10:34 AM | #5 | ||
but forgot what it's like
Posts: 741
Karma: 2345678
Join Date: Dec 2011
Location: north (by northwest)
Device: Kindle Touch
|
Quote:
Code:
#define CONFIG_FASTBOOT_MAX_DOWNLOAD_LEN ((get_dram_size()) - (2*1024*1024) - (CONFIG_FASTBOOT_TEMP_BUFFER - CONFIG_SYS_SDRAM_BASE)) Quote:
I can't answer, I don't know. 72kb limit was found by reading of Reference Manual for Kindle Touch SoC. I think you should read similar manual for K3 SoC. |
||
Advert | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Fastboot GUI | hostar | Kindle Developer's Corner | 53 | 07-31-2017 10:52 AM |
Bricked Kindle Touch; Won't boot into diags/fastboot | kerotan | Kindle Developer's Corner | 3 | 05-19-2012 11:58 AM |
Fastboot not working | aditya3098 | Kindle Developer's Corner | 10 | 05-12-2012 02:44 PM |
Opus cannot boot, stuck on boot screen | baloma | Bookeen | 35 | 11-13-2010 05:20 AM |
Is it possible to support dual boot? | harpum | iRex | 5 | 07-06-2007 05:55 PM |