...
Line 22-24: Standard input, output and error are directed to the serial (UART0)
Line 2827-4039: Initializing and scanning USB devices.
Line 4241: Starting to run the default script command.
Line 4342: Boot-device is 0x1F (MX[6..2]), indicating eMMC boot.
Line 4443: “[scr] emmc boot” indicates that U-Boot is executing the default 'eMMC boot' script.
Line 4645: Loading the header of the Linux kernel image.
Line 4847: Loading the Linux kernel image.
Line 48-49-50: Unzipping the Linux kernel image.
Line 5150-5857: Preparing to run Linux kernel.
Code Block |
---|
U-Boot 2024.07-gbab521bc6-dirtygc1f79898b (Sep 1926 2024 - 1018:0141:04 +0800) CONFIG_SYS_CACHELINE_SIZE: 64 Model: Sunplus SP7350 EVB DRAM: 3.8 GiB (effective 4 GiB) PLLA : 147456000 Hz PLLC : 1500000000 Hz PLLL3 : 1200000000 Hz PLLD : 800000000 Hz PLLH : 2150000000 Hz PLLN : 500000000 Hz PLLS : 2000000000 Hz reset: reset@f8800004 Core: 320338 devices, 1121 uclasses, devicetree: separate SPI: Manufacturer id = 0x00, Device id = 0x0000 MMC: emmc: 0, sd: 1 Loading Environment from MMC... Reading from MMC(0)... OK Disp: probe ... Disp: init 1920x1080 settings Disp: init lt8912b bridge not foundic Disp: probe done In: serial@f8801900usbkbd,serial Out: serial@f8801900vidconsole,serial Err: serial@f8801900vidconsole,serial Net: Could not get PHY for stmmac@f8103000: addr 1 No ethernet found. eth0: stmmac@f8103000 starting USB... Bus usb@f8102100: ehci_sunplus_probe.204164, dev_name:usb@f8102100,port_num:0 after write usbruncmd,usbcmd:80b01,retry_times:0 USB EHCI 1.10 Bus usb@f8102080: ohci_sunplus_probe.2151, dev_name:usb@f8102080,port_num:1 USB OHCI 1.0 Bus dwc3@f80a1000: Register 2000140 NbrPorts 2 Starting the controller USB XHCI 1.10 scanning bus usb@f8102100 for devices... 1 USB Device(s) found scanning bus usb@f8102080 for devices... 1 USB Device(s) found scanning bus dwc3@f80a1000 for devices... 1 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Hit any key to stop autoboot: 0 [scr] bootcmd started fa218008: 0000001f .... [scr] emmc boot MMC read: dev # 0, block # 8738, count 1 ... 1 blocks read: OK MMC read: dev # 0, block # 8738, count 1929718262 ... 1929718262 blocks read: OK unzip 10000000 2000000 Uncompressed size: 2728551222896648 = 0x1A058080x15D6008 booti 2000000 - ef8ec510ef8db4b0 ## Flattened Device Tree blob at ef8ec510ef8db4b0 Booting using the fdt blob at 0xef8db4b0 0xef8ec510 ehci_usb_remove.214, dev_name:usb@f8102100,port_num:0 ohci_sunplus_remove.28, dev_name:usb@f8102080,port_num:1Working FDT set to ef8db4b0 Loading Device Tree to 00000000ef8d900000000000ee8b1000, end 00000000ef8e987f00000000ee8c28bb ... OK Working FDT set to ee8b1000 Starting kernel ... |