On 06/13/2018 06:35 PM, Daniel Golle wrote:
Hi Yuri,
On Wed, Jun 13, 2018 at 02:19:06PM +0300, Yuri Frolov wrote:
Hi,
do I understand correctly, that the native format for mips arch. u-boot uses is uImage?
Yocto's default for mips is vmlinuz.bin for some reason, here is the question.
You got to enable U-Boot's CONFIG_CMD_BOOTZ and use the bootz command
in order to boot that. Or change that default to generate FIT or legacy
uImage instead.
bootz_setup is properly defined only for arm (arch/arm/lib/zimage.c); default bootz_setup returns an error.
So, is bootz supposed to work for architectures other than arm?