Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In SDK, File → New → Application Project, I gave my project the name "Hello_World". Select Next, and choose the Hello World Template.

Set Exception Level (EL):

If users want to run tuis this app on the uboot, then the exception level will need to be changed to EL=1. To do this, right click on the BSP in the Project Explorer view, and select

hypervisor_guest to true:

Change the Linker script:

I changed the linker script to place the executable at an offset. To do this right click on the Hello_Wold Application in Project Explorer view and select lscript, and open in a text editor.

Make the changes seen below:

Image Added

Convert ELF to BIN:

...