summaryrefslogtreecommitdiff
path: root/android/images
diff options
context:
space:
mode:
Diffstat (limited to 'android/images')
-rw-r--r--android/images/armv8-android-juno-lsk/HOWTO_getsourceandbuild.txt10
-rw-r--r--android/images/armv8-juice-juno-lsk/HOWTO_getsourceandbuild.txt10
2 files changed, 4 insertions, 16 deletions
diff --git a/android/images/armv8-android-juno-lsk/HOWTO_getsourceandbuild.txt b/android/images/armv8-android-juno-lsk/HOWTO_getsourceandbuild.txt
index e535a41..2447396 100644
--- a/android/images/armv8-android-juno-lsk/HOWTO_getsourceandbuild.txt
+++ b/android/images/armv8-android-juno-lsk/HOWTO_getsourceandbuild.txt
@@ -249,24 +249,22 @@ bc. $ fip_create --dump \
The previous command will display the FIP layout:
-bc.. Firmware Image Package ToC:
+bc. Firmware Image Package ToC:
---------------------------
- Trusted Boot Firmware BL2: offset=0xD8, size=0x5268
- SCP Firmware BL3-0: offset=0x5340, size=0x9C64
- EL3 Runtime Firmware BL3-1: offset=0xEFA4, size=0x82A0
- Non-Trusted Firmware BL3-3: offset=0x17244, size=0xF0000
---------------------------
-
Creating "fip.bin";
-p.
5. Optional: the `fip_create` tool can be used in the exact same way to update individual images inside an existing FIP file. For example, to update the SCP Firmware BL3-0 image:
bc. $ fip_create --dump --bl30 new_bl30.bin fip.bin
The previous command will again display the FIP layout:
-bc.. Firmware Image Package ToC:
+bc. Firmware Image Package ToC:
---------------------------
- Trusted Boot Firmware BL2: offset=0xD8, size=0x5268
- SCP Firmware BL3-0: offset=0x5340, size=0x9C64
@@ -274,12 +272,8 @@ file: 'new_bl30.bin'
- EL3 Runtime Firmware BL3-1: offset=0xEFA4, size=0x82A0
- Non-Trusted Firmware BL3-3: offset=0x17244, size=0xF0000
---------------------------
-
Updating "fip.bin"
-p.
For more details and options about the `fip_create` tool:
bc. $ fip_create --help
-
-
diff --git a/android/images/armv8-juice-juno-lsk/HOWTO_getsourceandbuild.txt b/android/images/armv8-juice-juno-lsk/HOWTO_getsourceandbuild.txt
index c337230..5443acd 100644
--- a/android/images/armv8-juice-juno-lsk/HOWTO_getsourceandbuild.txt
+++ b/android/images/armv8-juice-juno-lsk/HOWTO_getsourceandbuild.txt
@@ -249,24 +249,22 @@ bc. $ fip_create --dump \
The previous command will display the FIP layout:
-bc.. Firmware Image Package ToC:
+bc. Firmware Image Package ToC:
---------------------------
- Trusted Boot Firmware BL2: offset=0xD8, size=0x5268
- SCP Firmware BL3-0: offset=0x5340, size=0x9C64
- EL3 Runtime Firmware BL3-1: offset=0xEFA4, size=0x82A0
- Non-Trusted Firmware BL3-3: offset=0x17244, size=0xF0000
---------------------------
-
Creating "fip.bin";
-p.
5. Optional: the `fip_create` tool can be used in the exact same way to update individual images inside an existing FIP file. For example, to update the SCP Firmware BL3-0 image:
bc. $ fip_create --dump --bl30 new_bl30.bin fip.bin
The previous command will again display the FIP layout:
-bc.. Firmware Image Package ToC:
+bc. Firmware Image Package ToC:
---------------------------
- Trusted Boot Firmware BL2: offset=0xD8, size=0x5268
- SCP Firmware BL3-0: offset=0x5340, size=0x9C64
@@ -274,12 +272,8 @@ file: 'new_bl30.bin'
- EL3 Runtime Firmware BL3-1: offset=0xEFA4, size=0x82A0
- Non-Trusted Firmware BL3-3: offset=0x17244, size=0xF0000
---------------------------
-
Updating "fip.bin"
-p.
For more details and options about the `fip_create` tool:
bc. $ fip_create --help
-
-