You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MACHINE=at91sam9x5ek-sd bitbake microchip-graphics-image on kirkstone leads to a kernel that is over 8MB, leading to "uncompressed: uncompress error -28". This is fixed by setting CONFIG_SYS_BOOTM_LEN to a higher value, e.g. 16MB. I hacked it for myself by changing the default in boot/bootm.c, but there's surely a better way.
The text was updated successfully, but these errors were encountered:
MACHINE=at91sam9x5ek-sd bitbake microchip-graphics-image
on kirkstone leads to a kernel that is over 8MB, leading to "uncompressed: uncompress error -28". This is fixed by setting CONFIG_SYS_BOOTM_LEN to a higher value, e.g. 16MB. I hacked it for myself by changing the default in boot/bootm.c, but there's surely a better way.The text was updated successfully, but these errors were encountered: