pico-imx7d: Increase u-boot size for dfu request
After DM conversion, the size of U-Boot binary to increase. Previous size is 480K after DM Conversion the new size is 557K So it's necessary to increase the dfu request for store u-boot-dtb.img in eMMC. Signed-off-by: Joris Offouga <offougajoris@gmail.com>
This commit is contained in:
parent
4e267b92fb
commit
ef679d6ef5
|
|
@ -46,7 +46,7 @@
|
||||||
#define CONFIG_DFU_ENV_SETTINGS \
|
#define CONFIG_DFU_ENV_SETTINGS \
|
||||||
"dfu_alt_info=" \
|
"dfu_alt_info=" \
|
||||||
"spl raw 0x2 0x400;" \
|
"spl raw 0x2 0x400;" \
|
||||||
"u-boot raw 0x8a 0x400;" \
|
"u-boot raw 0x8a 0x1000;" \
|
||||||
"/boot/zImage ext4 0 1;" \
|
"/boot/zImage ext4 0 1;" \
|
||||||
"/boot/imx7d-pico-hobbit.dtb ext4 0 1;" \
|
"/boot/imx7d-pico-hobbit.dtb ext4 0 1;" \
|
||||||
"/boot/imx7d-pico-pi.dtb ext4 0 1;" \
|
"/boot/imx7d-pico-pi.dtb ext4 0 1;" \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue