|
|
Line 79: |
Line 79: |
| <section end=RN_am62-android-13_09.00.00-v1.0/> | | <section end=RN_am62-android-13_09.00.00-v1.0/> |
| <section end=RELEASE_NOTES/></includeonly> | | <section end=RELEASE_NOTES/></includeonly> |
|
| |
| <includeonly><section begin=AM62_IMAGES_SECTION/>
| |
| <section end=AM62_IMAGES_SECTION/></includeonly>
| |
|
| |
| == Android 13 V 1.0 images ==
| |
| <section begin=AM62_ANDROID13_1.0_IMAGES/>
| |
| {| class="wikitable"
| |
| |-
| |
| ! scope="col" | Image<br/>
| |
| ! scope="col" | Description<br/>
| |
| |-
| |
| | tiboot3-am62x-sk-hsfs.bin<br>tiboot3-am62x-sk.bin<br>tispl-am62x-sk.bin <br> u-boot-am62x-sk.img
| |
| | U-Boot images for eMMC/SD card boot.<br/>SOM agnostics.
| |
| |-
| |
| | boot.img
| |
| | Android kernel image file.<br/>SOM agnostics.
| |
| |-
| |
| | super.img
| |
| | Android super image file.(Contains system, vendor)<br/>SOM agnostics.
| |
| |-
| |
| | dtbo.img<br/>vbmeta.img
| |
| | vbmeta and dtbo files - Supports Variscite VAR-SOM-AM62 LVDS on Symphony-Board
| |
| |}
| |
| <section end=AM62_ANDROID13_1.0_IMAGES/>
| |
|
| |
| == Android 13 V1.0 fastboot ==
| |
| <section begin=AM62_ANDROID13_1.0_FASTBOOT/>
| |
| $ sudo `which fastboot` flash dtbo_a out/target/product/am62x_var_som/dtbo.img
| |
| $ sudo `which fastboot` flash dtbo_b out/target/product/am62x_var_som/dtbo.img
| |
| $ sudo `which fastboot` flash boot_a out/target/product/am62x_var_som/boot.img
| |
| $ sudo `which fastboot` flash boot_b out/target/product/am62x_var_som/boot.img
| |
| $ sudo `which fastboot` flash super out/target/product/am62x_var_som/super.img
| |
| $ sudo `which fastboot` flash vbmeta_a out/target/product/am62x_var_som/vbmeta.img --disable-verity
| |
| $ sudo `which fastboot` flash vbmeta_b out/target/product/am62x_var_som/vbmeta.img --disable-verity
| |
| $ sudo `which fastboot` reboot
| |
| <section end=AM62_ANDROID13_1.0_FASTBOOT/>
| |