...
Date | Description | Download |
---|---|---|
11.11.2021 | Android 9 config via fat32 (iPanT10) bootloader 2019 with USB Update function SD-Card Image | |
21.05.2021 | Android 9 config via fat32 (iPanT7 V2) bootloader 2019 with USB Update function SD-Card Image | |
21.05.2021 | Android 9 config via fat32 (iPanT7 V2) bootloader 2019 with USB Update function EMMC Image | |
04.12.2020 | Android 9 config via fat32 (iPanT7 V2) custom.sh calls init.oem.rc only once | |
03.12.2020 | Android 9 config via fat32 (iPanT7 V2) fslota starts apk after install | |
24.11.2020 | Android 9 config via fat32 (iPanT7 V2) add ethernet conf via xml | |
12.11.2020 | Android 9 config via fat32 (iPanT7 V2) add busybox, vold reboot fix | |
01.11.2020 | Android 9 config via fat32 (iPanT7 V2) more OTA options | |
10.06.2020 | Android 9 config via fat32 (iPanT7 V1R5) | |
20.05.2020 | Android 9 config via fat32 (iPanT7 V1) |
To build your System you have options to overwrite the system defaults by putting files into the root folder of the FAT32 OEM partition (1). During runtime this partition will be mounted (read only) as /oem. You can remount this partition by the command: remount_oem.sh
...
Date | Description | Download |
---|---|---|
29.04.2020 | Image april | |
09.03.2020 | Image march | |
28.01.2020 | TestImage january |
Reference to other Seco Android Doc
Specialties by Keith&Koep Seco Android9 Seco Specials
Settings via Commandline Interface: Android via Commandline
...
or download und upack this Archive (Version kuk_p9.0.0_2.2.0):
android9.0.0_2.2.0-kuk.tgz
Note: for the p9.0.0_2.3.0 preview take branch p9.0.0_2.3.0 or download und upack this Archive:
android-9.0.0_2.3.0-preview.tgz
if: „$(Foldername)„ is the target Folder, where you have loaded or unpacked your install files:
...
Prepare target with U-Boot built with template trizeps8mini_android_defconfig and download it through NXP Universal Update Utility (UUU):
Code Block |
---|
~/uboot/uboot-imx$ make clean ~/uboot/uboot-imx$ make trizeps8mini_android_defconfig ~/uboot/uboot-imx$ make flash_mini |
...