View Single Post
Old 12-19-2018, 12:03 PM   #12
matko
Enthusiast
matko began at the beginning.
 
Posts: 25
Karma: 12
Join Date: Nov 2018
Location: Lyon, France
Device: Kindle Oasis 3, Kindle PW4
From uboot-rex/doc/README.android-fastboot:
Code:
The fastboot protocol requires a large memory buffer for downloads. This buffer should be as large as possible for a platform. The location of the
buffer and size are set with CONFIG_FASTBOOT_BUF_ADDR and
CONFIG_FASTBOOT_BUF_SIZE.
So, for the PW4, the size limitation for fastboot downloads is in uboot-rex/include/configs/mx6sll_rex_android.h
Code:
#define CONFIG_FASTBOOT_BUF_SIZE   0x1C000000l /* 448MB */
469 762 048 bytes, just enough to hold rootfs.img (460 800 000 bytes)

(OK, this does not solve the non-reporting of transfer errors)
matko is offline   Reply With Quote