Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README | D | 03-May-2024 | 563 | 15 | 13 | |
release-tests.sh | D | 03-May-2024 | 1.7 KiB | 71 | 50 |
README
1Steps for running release tests. 2 3* build a release ec.bin image 4* relax file system restrictions 5 adb root && adb disable-verity && adb reboot 6 && adb wait-for-device root && adb remount 7* update an Android device: 8 adb push ec.bin /data/local/tmp/ec.bin \ 9 && adb exec-out '/vendor/bin/hw/citadel_updater -v --rw --ro \ 10 /data/local/tmp/ec.bin' \ 11 && adb exec-out '/vendor/bin/hw/citadel_updater \ 12 --enable_ro --enable_rw --reboot ""' \ 13 && adb shell rm /data/local/tmp/ec.bin 14* run release-tests.sh 15