Created
February 6, 2025 11:32
-
-
Save anuragdutta731/7380c71c078e3fa05ec8120de94e894a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Save New Duplicate & Edit Just Text Twitter | |
tiif01@tiif01:~$ minicom -D /dev/vatf@am57xx-hsevm2 | |
Welcome to minicom 2.8 | |
OPTIONS: I18n | |
Port /dev/vatf@am57xx-hsevm2, 14:38:50 | |
Press CTRL-A Z for help on special keys | |
PPA 4.6.4 (GCC Build - Nov 06 2017 - 06:36:44) | |
Supports ALL DRA7x, TDA2x, and AM57x devices | |
Detected device: 05641e20 HS | |
!ONLY PUBLIC DEBUG ON! | |
!OBFUSCATOR ON! | |
!TEE Load API SUPPORTED! | |
SEC_STATUS = 0x23828081 | |
SEC_CTRL = 0x00010203 | |
SEC_EMU = 0x000007fc | |
SEC_TAP = 0x00003607 | |
[PPA] startAddress, bdb00000 | |
[PPA] size 01c00000 | |
[PPA] EMIF firewall R7 config done | |
[PPA] PPA_HAL_LockEmifFw: Locking APIs | |
U-Boot SPL 2025.01-00120-gbab68c28c5d6 (Feb 04 2025 - 14:52:20 +0530) | |
DRA752-HS ES2.0 | |
Trying to boot from MMC1 | |
no pinctrl state for default mode | |
Authentication passed | |
Authentication passed | |
U-Boot 2025.01-00120-gbab68c28c5d6 (Feb 04 2025 - 14:52:20 +0530) | |
CPU : DRA752-HS ES2.0 | |
Model: TI AM5728 BeagleBoard-X15 | |
Board: AM572x EVM REV A.3A | |
DRAM: 2 GiB | |
Core: 67 devices, 22 uclasses, devicetree: separate | |
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1 | |
Loading Environment from nowhere... OK | |
Net: eth2: ethernet@48484000 | |
Hit any key to stop autoboot: 0 | |
switch to partitions #0, OK | |
mmc0 is current device | |
SD/MMC found on device 0 | |
11708569 bytes read in 507 ms (22 MiB/s) | |
## Loading kernel from FIT Image at 90000000 ... | |
Using 'am57xx-beagle-x15.dtb' configuration | |
Trying 'kernel-1' kernel subimage | |
Description: Linux kernel | |
Type: Kernel Image | |
Compression: uncompressed | |
Data Start: 0x900000e4 | |
Data Size: 8684312 Bytes = 8.3 MiB | |
Architecture: ARM | |
OS: Linux | |
Load Address: 0x82000000 | |
Entry Point: 0x82000000 | |
Verifying Hash Integrity ... OK | |
## Loading fdt from FIT Image at 90000000 ... | |
Using 'am57xx-beagle-x15.dtb' configuration | |
Trying 'am57xx-beagle-x15.dtb' fdt subimage | |
Description: Flattened Device Tree blob | |
Type: Flat Device Tree | |
Compression: uncompressed | |
Data Start: 0x90916f68 | |
Data Size: 214436 Bytes = 209.4 KiB | |
Architecture: ARM | |
Verifying Hash Integrity ... OK | |
Booting using the fdt blob at 0x90916f68 | |
Working FDT set to 90916f68 | |
## Loading loadables from FIT Image at 90000000 ... | |
Trying 'am57xx.optee' loadables subimage | |
Description: OPTEE OS Image | |
Type: Trusted Execution Environment Image | |
Compression: uncompressed | |
Data Start: 0x90a85218 | |
Data Size: 322100 Bytes = 314.6 KiB | |
Verifying Hash Integrity ... OK | |
[PPA]: TEE_LOADER. Jumping to TEE (Core #0) | |
I/TC: | |
I/TC: OP-TEE version: 4.4.0-dev (gcc version 14.2.0 (GCC)) #1 Fri Oct 18 17:45:27 UTC 2024 arm | |
I/TC: WARNING: This OP-TEE configuration might be insecure! | |
I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html | |
I/TC: Primary CPU initializing | |
E/TC:0 0 | |
E/TC:0 0 Core data-abort at address 0x8 (translation fault) | |
E/TC:0 0 fsr 0x00000005 ttbr0 0xbdb6c06a ttbr1 0xbdb6c06a cidr 0x0 | |
E/TC:0 0 cpu #0 cpsr 0x000001f3 | |
E/TC:0 0 r0 0xbdb4d7c8 r4 0xbdb75924 r8 0xbdb4698e r12 0x00000008 | |
E/TC:0 0 r1 0x00000000 r5 0xbdb7592c r9 0xbdb3fad1 sp 0xbdb758e0 | |
E/TC:0 0 r2 0x00000000 r6 0x00000007 r10 0x00000000 lr 0xbdb0aac9 | |
E/TC:0 0 r3 0x00000000 r7 0xbdb4de78 r11 0x00000000 pc 0xbdb07592 | |
E/TC:0 0 TEE load address @ 0xbdb00000 | |
E/TC:0 0 Call stack: | |
E/TC:0 0 0xbdb07592 | |
E/TC:0 0 0xbdb02d5f | |
E/TC:0 0 0xbdb0aebb | |
E/TC:0 0 0xbdb001d0 | |
E/TC:0 0 Panic 'unhandled pageable abort' at /usr/src/debug/optee-os/4.4.0+git/core/arch/arm/kernel/abort.c:582 <abort_handler> | |
E/TC:0 0 TEE load address @ 0xbdb00000 | |
E/TC:0 0 Call stack: | |
E/TC:0 0 0xbdb02ff9 | |
E/TC:0 0 0xbdb08d53 | |
E/TC:0 0 0xbdb029ed | |
E/TC:0 0 0xbdb006dc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment