天嵌 ARM开发社区

 找回密码
 注册
查看: 2224|回复: 1

U-BOOT 自定义LOGO的问题

[复制链接]
clever0725 发表于 2010-2-24 10:47:47 | 显示全部楼层 |阅读模式
我的光盘里的资料都是200908的
下载了320 240 bmp 后是花屏
我的分区如下
static struct mtd_partition smdk_default_nand_part[] = {
        [0] = {
                .name        = "TQ2440_uboot",
                .size           = 0x00040000,
                .offset         = 0,
        },
        [1] = {
                .name        = "TQ2440_kernel",
                .offset        = 0x00200000,
                .size           = 0x00200000,
        },
        [2] = {
                .name        = "TQ2440_yaffs2",
                .offset        = 0x00400000,
                .size           = 0xFB80000,
        }
};

按这里教程里写了  如果改为如下的分区  那么uboot对应下载的地方不对应起来了 我是不是还要修改uboot ????很疑惑
static struct mtd_partition smdk_default_nand_part[] = {
        [0] = {
                .name        = "TQ2440_uboot",
                .size        = 0x00040000,
                .offset        = 0x00000000,
        },
        [1] = {
                .name        = "TQ2440_kernel",
                .offset        = 0x001F0000,
                .size        = 0x00200000,
        },
        [2] = {
                .name        = "TQ2440_yaffs2",
                .offset        = 0x003F0000,
                .size        = 0x03C08000,
        }
};
亚瑟王 发表于 2010-3-1 11:44:00 | 显示全部楼层
需要知道你用的uboot镜像是什么日期的。或者提供这个uboot中的分区列表出来也行,方法:在uboot下载模式输入命令q返回uboot命令行,然后输入printenv,即可在最后看到mtd的分区情况,贴出那个即可。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

i.MX8系列ARM cortex A53 M4 工控板上一条 /1 下一条

Archiver|手机版|小黑屋|天嵌 嵌入式开发社区 ( 粤ICP备11094220号-2 )

GMT+8, 2025-7-17 18:50 , Processed in 2.047568 second(s), 20 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表