-
`/usr/lib/gcc/arm-none-eabi/12.2.0/../../../../arm-none-eabi/bin/ld: warning: cantact_fw has a LOAD segment with RWX permissions`
Trying the naive fix of editing the .ldscripts RAM section as
`R…
-
1. Follow the docker setup instructions in:
- https://github.com/compulab-yokneam/yocker
2. Follow the instructions in README.md
3. Build SDK
` bitbake -k imx-image-full -c do_populate_sdk`
…
-
1 Build based on commit:
```
commit 5c23a93f2f5c7eeb9df643842a8b638b39e20718 (HEAD -> scarthgap, oe4t/scarthgap)
Author: Sid-Ali Teir
Date: Thu Aug 8 12:58:10 2024 +0200
nvidia-l4t-opt…
-
Hello,
Thank you very much for all your efforts on this,
I am testing the build on an Orange Pi 5, and am looking to boot from usb. While it appears that I am effectively booting from usb after …
-
In **development mode**, the **enclave settings** are given by the ``OE_SET_ENCLAVE_SGX`` macro. For example.
```C++
OE_SET_ENCLAVE_SGX(
1, /* ProductID */
1, /* SecurityVersion */…
-
Hi, I have a KSZ9567R connected with Jetson AGX ORIN trough RGMII and i2c. I have modified the .dts as follows:
```
#include
/ {
eth0:ethernet@2310000 {
status = "okay";
nvidia,pause_f…
-
## High level with TEE
- Create a reproducible build
- Add code to generate an attestation document at runtime for your chosen trusted execution environment (e.g. AMD SEV, Intel SGX, or AWS Nitro …
-
Hello ,
I am using RcarE3 platform.
And for convenience , Project need to change arm-trusted-firmware to the win OS to compile due to all project code compile under win system.
So could you shared…
-
`project0.md` 에 나와있는 방법으로 tizen-rpi3 booting을 진행하던 중 기기와 qemu 에뮬레이터 모두 잘 안되어서 코드를 뜯어보게 되었습니다. `boot.img`와 `module.img`를 만들는 `./scripts/mkbootimg_rpi3.sh` 코드를 보면 아래와 같은데요.
```
#!/bin/bash
BOOT_PAT…
-
Hi mofan,
I cannot train a model if the convolutional layers and maxpool layers are partitioned in the TrustZone.
I tested vgg-7 model with cifar10 using the following command.
```
# darknetp…