
uboot
Jayson God
人工智能,终端设备从业着
展开
-
Exynos4412 学习 (二)——开发板启动流程
一、拨码开关对应的启动方式如下图,XOM2,XOM3,XOM5用于控制 4412 启动方式,AP_SLEEP,XEINT6 用于控制显卡输出具体使用如下:对应于硬件原理图是这样的:1、拨码开关2、CPU (S5PC220)二、S5PC220 启动寄存器说明: exynos4412的启动方式有4种:nand flas原创 2018-01-21 16:00:15 · 3205 阅读 · 0 评论 -
Exynos4412 Uboot学习 (一)—— Uboot 编译流程分析
一、执行build_uboot.sh脚本1、./build_uboot.sh POP_1GDDR1.1、make itop_4412_android_config_pop_1GDDR ( 进入Makefile 执行)itop_4412_android_config_pop_1GDDR: unconfig$(MKCONFIG) $(@:_config=) arm arm_corte原创 2018-01-20 19:13:02 · 1305 阅读 · 0 评论 -
Exynos4412 学习 (三)——UBoot添加命令的方法
U-boot 添加命令 U_BOOT_CMD U-Boot的每一个命令都是通过U_BOOT_CMD宏定义的。这个宏在include/command.h头文件中定义,每一个命令定义一个cmd_tbl_t结构体。/*命令宏U_BOOT_CMD*/ #define Struct_Section __attribute__ ((unused,section (".u_boot_cmd")))#defi...原创 2018-04-23 22:21:53 · 372 阅读 · 0 评论 -
hi3635c uboot 初始化网卡ar8035
一、pinghisilicon # ping 192.168.9.160ETH0: PHY(phyaddr=1, rgmii) not link!ETH1: PHY(phyaddr=2, rgmii) not link!higmac init fail!ping failed; host 192.168.9.160 is not alive说明这个时候网卡不能用,ping目的是使它进行初始...原创 2018-07-03 17:25:44 · 6635 阅读 · 3 评论 -
hi3635c uboot 初始化 nor flash (XM25QH128AHIG)
在下面文件结构体里添加u-boot-2010.06\drivers\mtd\spi\hifmc100\hifmc_spi_nor_ids.cstatic struct spi_nor_info hifmc_spi_nor_info_table[] = { /* name id id_len chipsize(Bytes) erasesize */ { "XM25QH128AHIG", ...原创 2018-07-03 17:30:57 · 2289 阅读 · 1 评论