lupyuen commented on PR #7692: URL: https://github.com/apache/incubator-nuttx/pull/7692#issuecomment-1327103980
@zouboan Yep I also thought I had to change the [Image Load Offset](https://lupyuen.github.io/articles/uboot#nuttx-header) in the Linux Kernel Header `arch/arm64/src/common/arm64_head.S` to match the actual load address. Then I discovered that NuttX boots OK without changing the Image Load Offset. So it seems the Image Load Offset is not actually used by the U-Boot Bootloader? Another thing I discovered: Previously the Vector Base Address Register for EL1 [was set incorrectly](https://lupyuen.github.io/articles/interrupt#arm64-vector-table-is-wrong). The new code doesn't have this problem. I wonder if it might be due to the Image Load Offset? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org