Skip to content

Commit 7dcd1fc

Browse files
committed
Format fix.
1 parent 25470b8 commit 7dcd1fc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

5353
Little Kernel (aboot) signed variants meet these requirements.

0 commit comments

Comments
 (0)