From acb8cf3d69ab131d23023cd2746f3be9c8f3ed13 Mon Sep 17 00:00:00 2001 From: Yukari Tateno Date: Wed, 4 Aug 2021 14:10:31 +0900 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1bca59d..e658f14 100644 --- a/README.md +++ b/README.md @@ -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 | Hf80100000 | 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 | HfB6000000 | 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 | Hf57F00000 | 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.