Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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-g2a4e728ebgc1f79898b (Sep 2026 2024 - 0918:3541:1904 +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:  331338 devices, 1721 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 ic
Disp: probe done
In:    serial@f8801900usbkbd,serial
Out:   serial@f8801900vidconsole,serial
Err:   serial@f8801900vidconsole,serial
Net:   eth0: stmmac@f8103000

starting USB...
Bus usb@f8102100: ehci_sunplus_probe.164, 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.51, dev_name:usb@f8102080,port_num:01
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 1826318262 ... 1826318262 blocks read: OK
unzip 10000000 2000000
Uncompressed size: 22896648 = 0x15D6008
booti 2000000 - ef901570ef8db4b0
## Flattened Device Tree blob at ef901570ef8db4b0
   Booting using the fdt blob at 0xef9015700xef8db4b0
Working FDT set to ef901570ef8db4b0
   Loading Device Tree to 00000000ee8d700000000000ee8b1000, end 00000000ee8e881f00000000ee8c28bb ... OK
Working FDT set to ee8d7000ee8b1000

Starting kernel ...