emmc boot table board switch:0x00000007 boot table version :V0.3 boot table build time :2023/05/12 15:58:27 boot table file name :Hi3519DV500-DMEB_6L_T_DDR4_2666M-2GB_16bitx2-A55_1G.xlsm System startup Uncompress Ok! U-Boot 2022.07 (May 12 2023 - 15:58:35 +0800)hi3519dv500 DRAM: Relocation Offset is: 17745000 Relocating to 5ff45000, new gd at 5fb04de0, sp at 5fb04dd0 Core: 1 devices, 1 uclasses MMC: mmc->ocr_from_bootrom 0x00000000 MMC/SD Card: MID: 0x90 Read Block: 512 Bytes Write Block: 512 Bytes Chip Size: 7456M Bytes (High Capacity) Name: "H8G4a" Chip Type: MMC Version: 5.1 Speed: 150000000Hz Bus Width: 8bit Mode: HS400ES Boot Mode: normal(), 86 ms bsp-sdhci: 0 (eMMC) Loading Environment from MMC... OK In: serial Out: serial Err: serial Net: gmac0 Error: gmac0 address not set.详细解析
时间: 2024-02-10 22:21:02 浏览: 197
mmc.zip_EMMC/TFlash_MMC-HVDC_SD_android_site:www.pudn.com
这段代码是关于系统启动时的一些信息,具体解析如下:
1. emmc boot table board switch:0x00000007:表示系统选择的引导设备为emmc。
2. boot table version:V0.3:表示引导表的版本号为V0.3。
3. boot table build time:2023/05/12 15:58:27:表示引导表的构建时间为2023年5月12日15点58分27秒。
4. boot table file name:Hi3519DV500-DMEB_6L_T_DDR4_2666M-2GB_16bitx2-A55_1G.xlsm:表示引导表的文件名为Hi3519DV500-DMEB_6L_T_DDR4_2666M-2GB_16bitx2-A55_1G.xlsm。
5. System startup Uncompress Ok!:表示系统启动,并且解压缩成功。
6. U-Boot 2022.07 (May 12 2023 - 15:58:35 +0800)hi3519dv500:表示使用的启动加载器版本号为U-Boot 2022.07,启动时间为2023年5月12日15点58分35秒,使用的处理器型号为hi3519dv500。
7. DRAM: Relocation Offset is: 17745000 Relocating to 5ff45000, new gd at 5fb04de0, sp at 5fb04dd0:表示系统正在进行DRAM的重定位操作,新的地址为5ff45000,新的全局数据指针为5fb04de0,新的栈指针为5fb04dd0。
8. Core: 1 devices, 1 uclasses:表示系统核心有1个设备和1个类别。
9. MMC: mmc->ocr_from_bootrom 0x00000000:表示MMC设备OCR寄存器值为0x00000000。
10. MMC/SD Card: MID: 0x90 Read Block: 512 Bytes Write Block: 512 Bytes Chip Size: 7456M Bytes (High Capacity) Name: "H8G4a" Chip Type: MMC Version: 5.1 Speed: 150000000Hz Bus Width: 8bit Mode: HS400ES Boot Mode: normal(), 86 ms bsp-sdhci: 0 (eMMC):表示MMC/SD卡的详细信息,包括厂商ID、读写块大小、芯片容量、芯片类型、版本号、速度、总线宽度、模式和引导模式等。
11. Loading Environment from MMC... OK:表示从MMC设备中加载环境变量成功。
12. In: serial Out: serial Err: serial:表示标准输入输出错误都使用串口进行传输。
13. Net: gmac0 Error: gmac0 address not set.:表示网络设备gmac0的地址未设置,可能需要在系统中进行配置。
阅读全文