How do I find ARM Linux entry point when it fails to uncompress?

前端 未结 3 1326
我寻月下人不归
我寻月下人不归 2020-11-29 10:53

I am trying to boot Linux via U-boot on a custom board with i.MX6 (CPU core is ARM Cortex A9)

We seem to have ported Das U-Boot(2009.08) successfully. But booting Li

3条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-29 11:11

    Could it be that the file that U-Boot is loading is actually the binary image of vmlinux file instead the self-extracting zImage/bzImage? It's just a guess, I'm not an expert on this.

    This question I recently asked on Unix Stack Exchange could be of interest for you: https://unix.stackexchange.com/questions/197225/is-vmlinuz-and-bzimage-really-the-same

提交回复
热议问题