Advertisement

生成uImage时Entry Point自动偏移64字节

阅读量:

修复在Linux内核的make uImage编译过程中导致uImage Entry Point自动偏移64字节的问题

When compiling the kernel for uImage, it automatically generates a scenario where the Entry Point and Load Address remain the same, both set to Load Address: 30008000 and Entry Point: 30008000. This configuration would result in an error during kernel extraction because the first 64 bytes of uImage are allocated for u-boot parameters, which cannot serve as valid entry addresses for kernel initialization.

**
**

解决加载地址和入口地址相同的方法:

**

全部评论 (0)

还没有任何评论哟~