
uboot
文章平均质量分 78
lianqiang_sun
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
用已有16M文件系统制作32M文件系统,修改 uboot 参数
现有的uboot参数: hisilicon # printenv baudrate=115200 bootfile="uImage" jpeg_addr=0x80000000 jpeg_size=0x20000 vobuf=0x8f000000 bootargs=mem=128M console=ttyAMA0,115200root=1f04 rootfstype=jffs2mtdp原创 2014-03-18 09:18:10 · 1378 阅读 · 0 评论 -
hi3531 SDK 编译 uboot, 修改PHY地址, 修改 uboot 参数
1. 内核下的方法: 在osdvr/kernel/linux -3.0.y目录下运行 “make ARCH=arm CROSS_COMPILE=arm-hisiv200-linux- menuconfig” 在 menuconfig 菜单下, 选择以下选项: Device Drivers ---> [*] Network device s原创 2014-03-14 15:22:10 · 3056 阅读 · 2 评论