Created
November 20, 2024 08:59
-
-
Save pfiser/d5766c95f5639e6a9852c94412f39eb5 to your computer and use it in GitHub Desktop.
U-Boot phyCORE-i.MX93 test
This file contains hidden or 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
| U-Boot SPL 2025.01-rc2-00132-gef3b6c6bc869 (Nov 20 2024 - 09:45:19 +0100) | |
| SoM: PCL-077-23231211I000.1 PCB rev: 1 | |
| M33 prepare ok | |
| WDT: Started wdog@42490000 with servicing every 1000ms (40s timeout) | |
| Normal Boot | |
| Trying to boot from BOOTROM | |
| Boot Stage: Primary boot | |
| image offset 0x8000, pagesize 0x200, ivt offset 0x0 | |
| Load image from 0x49800 by ROM_API | |
| NOTICE: BL31: v2.8(release):lf-6.1.36-2.1.0-0-g1a3beeab6484 | |
| NOTICE: BL31: Built : 11:39:38, Aug 7 2023 | |
| U-Boot 2025.01-rc2-00132-gef3b6c6bc869 (Nov 20 2024 - 09:45:19 +0100) | |
| CPU: i.MX93 rev1.1 | |
| Model: PHYTEC phyCORE-i.MX93 | |
| DRAM: 2 GiB | |
| Core: 190 devices, 25 uclasses, devicetree: separate | |
| WDT: Started wdog@42490000 with servicing every 1000ms (40s timeout) | |
| MMC: FSL_SDHC: 0, FSL_SDHC: 1 | |
| Loading Environment from MMC... Reading from redundant MMC(1)... OK | |
| In: serial@44380000 | |
| Out: serial@44380000 | |
| Err: serial@44380000 | |
| Net: eth0: ethernet@42890000 | |
| Hit any key to stop autoboot: 0 | |
| u-boot=> | |
| u-boot=> bdinfo | |
| boot_params = 0x0000000000000000 | |
| DRAM bank = 0x0000000000000000 | |
| -> start = 0x0000000080000000 | |
| -> size = 0x0000000080000000 | |
| flashstart = 0x0000000000000000 | |
| flashsize = 0x0000000000000000 | |
| flashoffset = 0x0000000000000000 | |
| baudrate = 115200 bps | |
| relocaddr = 0x00000000fff08000 | |
| reloc off = 0x000000007fd08000 | |
| Build = 64-bit | |
| current eth = ethernet@42890000 | |
| ethaddr = 50:2d:f4:1c:0b:00 | |
| IP addr = <NULL> | |
| fdt_blob = 0x00000000fdf00550 | |
| lmb_dump_all: | |
| memory.count = 0x1 | |
| memory[0] [0x80000000-0xffffffff], 0x80000000 bytes, flags: none | |
| reserved.count = 0x2 | |
| reserved[0] [0xfcef7000-0xfcefffff], 0x9000 bytes, flags: no-notify, no-overwrite | |
| reserved[1] [0xfcf00540-0xffffffff], 0x30ffac0 bytes, flags: no-overwrite | |
| devicetree = separate | |
| arch_number = 0x0000000000000000 | |
| TLB addr = 0x00000000fffe0000 | |
| irq_sp = 0x00000000fdf00540 | |
| sp start = 0x00000000fdf00540 | |
| Early malloc usage: 18288 / 20000 | |
| u-boot=> dhcp | |
| BOOTP broadcast 1 | |
| DHCP client bound to address 192.168.69.9 (8 ms) | |
| *** Warning: no boot file name; using 'C0A84509.img' | |
| Using ethernet@42890000 device | |
| TFTP from server 192.168.69.1; our IP address is 192.168.69.9 | |
| Filename 'C0A84509.img'. | |
| Load address: 0x80400000 | |
| Loading: * | |
| Abort | |
| u-boot=> usb start | |
| starting USB... | |
| Bus usb@4c100000: Bus usb@4c200000: USB EHCI 1.00 | |
| scanning bus usb@4c100000 for devices... 1 USB Device(s) found | |
| scanning bus usb@4c200000 for devices... 3 USB Device(s) found | |
| scanning usb for storage devices... 1 Storage Device(s) found | |
| u-boot=> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment