Posts

Showing posts from December, 2021
 # OP-TEE 3.15 on QEMUv8 Follow bellow Link:   How to run OP-TEE on QEMU ArmV8/V7    https://github.com/DevendraDevadiga/optee_qemu_armv8a_prebuilt_binaries https://github.com/DevendraDevadiga/optee-trusted-application https://github.com/DevendraDevadiga/optee-on-raspberrypi https://github.com/DevendraDevadiga/optee-secure-bootlog https://github.com/DevendraDevadiga/OP-TEE-I2C-Test Prebuilt OP-TEE 3.15 Binaries for QEMUv8 and Run x-test # How to run OP-TEE on QEMU and run the x-test. Download the binaries provided in this repository. ```ruby $ git clone https://github.com/DevendraDevadiga/optee_qemu_armv8a_prebuilt_binaries.git $ cd optee_qemu_armv8a_prebuilt_binaries $ ls optee_qemu_armv8a  README.md $ cd optee_qemu_armv8a $ chmod 777 * ``` If want share the folders between your Host PC and QEMU Linux, run below command: ```ruby $ sudo ./run_qemu_share_files.sh ``` Otherwise run the below command: ```ruby $ sudo ./run_qemu.sh ``` Two terminals will be opened ...