File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ the default _Workloads_ screen:
4040
4141## ELF requirements
4242
43- - There must be a LOAD section has p_paddr and p_vaddr matches program entry point address (e_entry).
44- - LOAD section must have p_paddr equals to p_vaddr (identity mapping requirements).
43+ - There must be a LOAD section has ` p_paddr ` and ` p_vaddr ` matches program entry point address (` e_entry ` ).
44+ - LOAD section must have ` p_paddr ` equals to ` p_vaddr ` (identity mapping requirements).
4545- LOAD section must reside in device's memory region. That means p_paddr must larger or equal (not likely) to
46- device's memory base, and p_addr + p_memsz must not go out of device's memory region.
47- - LOAD section must have p_memsz equals to p_filesz.
46+ device's memory base, and ` p_addr ` + ` p_memsz ` must not go out of device's memory region.
47+ - LOAD section must have ` p_memsz ` equals to ` p_filesz ` .
4848- Only first LOAD section that meets these requirements will be loaded into memory.
49- - e_machine must be EM_ARM.
50- - e_type must be ET_EXEC.
51- - Has name of emmc_appsboot.mbn in a firmware-recognized partition (it will try all partitions and use the first one available)
49+ - ` e_machine ` must be ` EM_ARM ` .
50+ - ` e_type ` must be ` ET_EXEC ` .
51+ - Has name of ` emmc_appsboot.mbn ` in a firmware-recognized partition (it will try all partitions and use the first one available)
5252
5353Little Kernel (aboot) signed variants meet these requirements.
You can’t perform that action at this time.
0 commit comments