you should add the macro define in zynq_zed.h in uboot code.
#define CONFIG_MACH_TYPE 0xd32
If you define the macro, the value will be translate to bi_arch_number in board.c, and at last translate to kernel in function kernel_entry(0, machid, r2) in bootm.c
unrecognized/unsupported machine ID错误解决
于 2019-04-11 10:47:58 首次发布