Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yukaritateno authored Aug 4, 2021
1 parent bf6e466 commit acb8cf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ This command writes the loader binary images to any partition of the eMMC.

| Filename | Program Top Address | eMMC save partition | eMMC save sectors *1 | File size (byte) *2 | Description |
|----------------------|---------------------|---------------------|----------------------|---------------------|-------------------------------|
| loader_1st_128kb.bin | Hf80100000 | boot partition1 | H'000000 | H'20000 | 1st loader binary |
| loader_1st_128kb.bin | H'80100000 | boot partition1 | H'000000 | H'20000 | 1st loader binary |
| loader_2nd_param.bin | On RAMA area *3 | boot partition1 | H'000100 | H'8 | Boot parameter for 2nd loader |
| loader_2nd.bin | HfB6000000 | boot partition1 | H'000101 | *2 | 2nd loader binary |
| loader_2nd.bin | H'B6000000 | boot partition1 | H'000101 | *2 | 2nd loader binary |
| u-boot_param.bin | On RAMB area *3 | boot partition1 | H'000901 | H'8 | Boot parameter for u-boot |
| u-boot.bin | Hf57F00000 | boot partition1 | H'000902 | *2 | U-Boot binary |
| u-boot.bin | H'57F00000 | boot partition1 | H'000902 | *2 | U-Boot binary |

*1: The sector size is 512bytes.
*2: These file sizes may be different from the loader binary files generated by bitbake. Also, the size of these files may change in future versions. Check the size of each file on your PC.
Expand Down

0 comments on commit acb8cf3

Please sign in to comment.