You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QE: uploading microcode 'Microcode for T1040 r1.0' version 0.0.1
3301
+
3302
+
DDR4 8GB
3303
+
3304
+
### Building wolfBoot for NXP T1040 PPC
3305
+
3306
+
By default wolfBoot will use `powerpc-linux-gnu-` cross-compiler prefix. These tools can be installed with the Debian package `gcc-powerpc-linux-gnu` (`sudo apt install gcc-powerpc-linux-gnu`).
3307
+
3308
+
The `make` creates a `factory_stage1.bin` image that can be programmed at `0xE8000000`
3309
+
3310
+
```
3311
+
cp ./config/examples/nxp-t1040.config .config
3312
+
make clean
3313
+
make keytools
3314
+
make
3315
+
```
3316
+
3317
+
Or each `make` component can be manually built using:
3318
+
3319
+
```
3320
+
make stage1
3321
+
make wolfboot.elf
3322
+
make test-app/image_v1_signed.bin
3323
+
```
3324
+
3325
+
If getting errors with keystore then you can reset things using `make distclean`.
0 commit comments