嵌入式爱好者

查看: 13390|回复: 22

fl2440的bootloader能改为单系统吗?

  [复制链接]
lvliangtest 该用户已被删除
发表于 2010-4-8 17:07:32 | 显示全部楼层 |阅读模式
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

lvliangtest 该用户已被删除
 楼主| 发表于 2010-4-8 17:21:10 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽

29

主题

9048

帖子

5593

积分

发表于 2010-4-9 08:34:17 | 显示全部楼层
LINUX分区表改为:(/arch/arm/mach-s3c2410/devs.c)

struct mtd_partition TE24xx_default_nand_part_b[]= {
        [0] = {
                .name   = "Boot",
                .size   = 0x00100000,
                .offset = 0
        },
        [1] = {
                .name   = "MyApp",
                .size   = 0x003c0000,
                .offset = 0x00140000,
        },
        [2] = {
                .name   = "Kernel",
                .size   = 0x00300000,
                .offset = 0x00500000,
        },
        [3] = {
                .name   = "fs_yaffs",
                .size   = 0x07800000,    //原为60M现大小增大一倍
                .offset = 0x00800000,
        },
/*      [4] = {
                .name   = "WINCE",
                .size   = 0x03c00000,
                .offset = 0x04400000,          //将wince屏蔽掉
        }*/
};
/*


struct s3c2410_nand_set nandset ={
nr_partitions: 4 ,               //原为5现改为4

partitions: TE24xx_default_nand_part_b,  //partition_info 64M

};
然后重新编译内核

-------------------------------------
boot源码中将nand.c中改为如下所示
static struct Partition NandPart[] = {
        {0,                          0x00100000, "boot"},                //128K
        {0x00100000, 0x00040000, "bootParam"},//two blocks
        {0x00140000, 0x003c0000, "MyApp"},                //4M512K
        {0x00500000, 0x00300000, "kernel"},                //3M128K
        //{0x00800000, 0x01400000, "fs_cramfs"},        //20M
        {0x00800000, 0x07800000, "fs_yaffs"},        //40M
//        {0x00500000, 0x03c00000, "wince"},                //60M
        {0,                         0         , 0}
};

然后重新编译boot即可

29

主题

9048

帖子

5593

积分

发表于 2010-4-9 08:35:00 | 显示全部楼层
LINUX分区表改为:(/arch/arm/mach-s3c2410/devs.c)

struct mtd_partition TE24xx_default_nand_part_b[]= {
        [0] = {
                .name   = "Boot",
                .size   = 0x00100000,
                .offset = 0
        },
        [1] = {
                .name   = "MyApp",
                .size   = 0x003c0000,
                .offset = 0x00140000,
        },
        [2] = {
                .name   = "Kernel",
                .size   = 0x00300000,
                .offset = 0x00500000,
        },
        [3] = {
                .name   = "fs_yaffs",
                .size   = 0x07800000,    //原为60M现大小增大一倍
                .offset = 0x00800000,
        },
/*      [4] = {
                .name   = "WINCE",
                .size   = 0x03c00000,
                .offset = 0x04400000,          //将wince屏蔽掉
        }*/
};
/*


struct s3c2410_nand_set nandset ={
nr_partitions: 4 ,               //原为5现改为4

partitions: TE24xx_default_nand_part_b,  //partition_info 64M

};
然后重新编译内核

-------------------------------------
boot源码中将nand.c中改为如下所示
static struct Partition NandPart[] = {
        {0,                          0x00100000, "boot"},                //128K
        {0x00100000, 0x00040000, "bootParam"},//two blocks
        {0x00140000, 0x003c0000, "MyApp"},                //4M512K
        {0x00500000, 0x00300000, "kernel"},                //3M128K
        //{0x00800000, 0x01400000, "fs_cramfs"},        //20M
        {0x00800000, 0x07800000, "fs_yaffs"},        //40M
//        {0x00500000, 0x03c00000, "wince"},                //60M
        {0,                         0         , 0}
};

然后重新编译boot即可
lvliangtest 该用户已被删除
 楼主| 发表于 2010-4-9 16:09:46 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽

29

主题

9048

帖子

5593

积分

发表于 2010-4-10 08:15:14 | 显示全部楼层
bootloader kernel  文件系统这三个分区号需要对应上。
lvliangtest 该用户已被删除
 楼主| 发表于 2010-4-10 22:31:14 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
musicotherapie 该用户已被删除
发表于 2011-3-4 16:04:55 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
chinaye1 该用户已被删除
发表于 2011-3-4 18:28:00 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽

0

主题

7131

帖子

0

积分

发表于 2011-3-5 07:55:42 | 显示全部楼层
大家好,我是新来的,对嵌入式也是新手。 然后虽然住在北京,我是外国人。。。 计算机本来不容易,那么用中 ...
musicotherapie 发表于 2011-3-4 16:04



    你写你的母语说问题吧~
musicotherapie 该用户已被删除
发表于 2011-3-7 10:42:06 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽

0

主题

7131

帖子

0

积分

发表于 2011-3-8 09:00:58 | 显示全部楼层
bootloader problème?
Comment faire pour utiliser ou quoi?
Bootloader se compose désormais de deux parties, 1, WinCE 2, Linux
musicotherapie 该用户已被删除
发表于 2011-3-8 13:41:54 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽

0

主题

7131

帖子

0

积分

发表于 2011-3-8 17:08:42 | 显示全部楼层
本帖最后由 飞凌-alexlee 于 2011-3-8 17:10 编辑

Tout d'abord, vous devez être en mesure de compiler linux.
Linux comment le compiler?
1、Installation arm-linux-gcc
2、Extrait du code source de Linux,tar -jxvf linux-2.6.12-090915.tar.bz2
3、make menuconfig
4、“ Load an Alternate Configuration File ”  load S3C2440. CFG
5、make zImage

Vous devez d'abord faire ce que quelques-uns des mesures pour voir ce que le problème n'est pas?
musicotherapie 该用户已被删除
发表于 2011-3-8 18:51:16 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽

0

主题

7131

帖子

0

积分

发表于 2011-3-9 08:22:32 | 显示全部楼层
1, sur le problème de l'intervalle QT, vous regardez cette vidéo
http://www.tudou.com/programs/view/R1_xOlK2XeI/

2、Le flash toute puce, Linux ne contient que des

(1)Modifier (/arch/arm/mach-s3c2410/devs.c) linux kernel
struct mtd_partition TE24xx_default_nand_part_b[]= {
        [0] = {
                .name   = "Boot",
                .size   = 0x00100000,
                .offset = 0
        },
        [1] = {
                .name   = "MyApp",
                .size   = 0x003c0000,
                .offset = 0x00140000,
        },
        [2] = {
                .name   = "Kernel",
                .size   = 0x00300000,
                .offset = 0x00500000,
        },
        [3] = {
                .name   = "fs_yaffs",
                .size   = 0x07800000,    //原为60M现大小增大一倍
                .offset = 0x00800000,
        },
/*      [4] = {
                .name   = "WINCE",
                .size   = 0x03c00000,
                .offset = 0x04400000,          //将wince屏蔽掉
        }*/
};
/*


struct s3c2410_nand_set nandset ={
nr_partitions: 4 ,               //原为5现改为4

partitions: TE24xx_default_nand_part_b,  //partition_info 64M

};

(2)Modifier le code source sera nand.c (boot)
static struct Partition NandPart[] = {
        {0,                          0x00100000, "boot"},                //128K
        {0x00100000, 0x00040000, "bootParam"},//two blocks
        {0x00140000, 0x003c0000, "MyApp"},                //4M512K
        {0x00500000, 0x00300000, "kernel"},                //3M128K
        //{0x00800000, 0x01400000, "fs_cramfs"},        //20M
        {0x00800000, 0x07800000, "fs_yaffs"},        //40M
//        {0x00500000, 0x03c00000, "wince"},                //60M
        {0,                         0         , 0}
};
wboy181818 该用户已被删除
发表于 2011-3-9 12:22:57 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽

0

主题

7131

帖子

0

积分

发表于 2011-3-9 12:57:14 | 显示全部楼层
帮助下国际友人~~
楼上有同样问题?
musicotherapie 该用户已被删除
发表于 2011-3-10 09:28:00 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
musicotherapie 该用户已被删除
发表于 2011-3-10 09:32:09 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|小黑屋| 飞凌嵌入式 ( 冀ICP备12004394号-1 )

GMT+8, 2025-1-11 18:38

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

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