主题 : 210-uboot(支持fastboot刷手机一样刷开发板) 复制链接 | 浏览器收藏 | 打印
级别: 新手上路
UID: 101836
精华: 0
发帖: 4
金钱: 20 两
威望: 4 点
综合积分: 8 分
注册时间: 2014-03-18
最后登录: 2014-07-18
340楼  发表于: 2014-03-18 18:24
求源码.......
级别: 新手上路
UID: 101788
精华: 0
发帖: 4
金钱: 20 两
威望: 4 点
综合积分: 8 分
注册时间: 2014-03-17
最后登录: 2014-09-11
341楼  发表于: 2014-03-18 21:07
快给我源码
级别: 新手上路
UID: 101566
精华: 0
发帖: 12
金钱: 60 两
威望: 12 点
综合积分: 24 分
注册时间: 2014-03-12
最后登录: 2014-11-17
342楼  发表于: 2014-03-19 14:45
smart210可以用吧,看看
级别: 新手上路
UID: 99343
精华: 0
发帖: 34
金钱: 175 两
威望: 35 点
综合积分: 68 分
注册时间: 2013-12-26
最后登录: 2015-08-13
343楼  发表于: 2014-03-20 13:41
mark
级别: 新手上路
UID: 63154
精华: 0
发帖: 38
金钱: 205 两
威望: 41 点
综合积分: 76 分
注册时间: 2012-02-15
最后登录: 2016-01-28
344楼  发表于: 2014-03-20 16:17
需要啊。。。。。
级别: 新手上路
UID: 101485
精华: 0
发帖: 6
金钱: 30 两
威望: 6 点
综合积分: 12 分
注册时间: 2014-03-10
最后登录: 2014-09-10
345楼  发表于: 2014-03-20 23:47
试试,谢谢
经e事,长e智
级别: 新手上路
UID: 85732
精华: 0
发帖: 26
金钱: 130 两
威望: 26 点
综合积分: 52 分
注册时间: 2013-01-08
最后登录: 2014-06-06
346楼  发表于: 2014-03-27 09:27
级别: 新手上路
UID: 100778
精华: 0
发帖: 12
金钱: 60 两
威望: 12 点
综合积分: 24 分
注册时间: 2014-02-22
最后登录: 2014-03-31
347楼  发表于: 2014-03-28 17:38
急需要源代码
级别: 新手上路
UID: 96029
精华: 0
发帖: 7
金钱: 35 两
威望: 7 点
综合积分: 14 分
注册时间: 2013-09-02
最后登录: 2014-05-06
348楼  发表于: 2014-03-28 18:09
谢谢分享
级别: 新手上路
UID: 39784
精华: 0
发帖: 42
金钱: 215 两
威望: 43 点
综合积分: 84 分
注册时间: 2011-03-12
最后登录: 2015-11-14
349楼  发表于: 2014-03-28 22:16
我编译4.0版本时遇到了如下问题,不知道怎么回事。
broadon@broadon:~/tiny210-u-boot-version4.0$ make ARCH=arm CROSS_COMPILE=/opt/FriendlyARM/toolschain/4.5.1/bin/arm-none-linux-gnueabi- tiny210_config
Configuring for tiny210 board...
broadon@broadon:~/tiny210-u-boot-version4.0$ make ARCH=arm CROSS-COMPILE=/opt/FriendlyARM/toolschain/4.5.1/bin/arm-none-linux-gnueabi- all spl
Generating include/autoconf.mk
Generating include/autoconf.mk.dep
arm-linux-gcc -DDO_DEPS_ONLY \
        -g  -Os   -fno-common -ffixed-r8 -msoft-float   -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x23E00000 -I/home/broadon/tiny210-u-boot-version4.0/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/FriendlyARM/toolschain/4.5.1/lib/gcc/arm-none-linux-gnueabi/4.5.1/include -pipe  -DCONFIG_ARM -D__ARM__ -marm  -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security   \
        -o lib/asm-offsets.s lib/asm-offsets.c -c -S
Generating include/generated/generic-asm-offsets.h
tools/scripts/make-asm-offsets lib/asm-offsets.s include/generated/generic-asm-offsets.h
if [ -f arch/arm/cpu/armv7/s5pc1xx/asm-offsets.c ];then \
        arm-linux-gcc -DDO_DEPS_ONLY \
        -g  -Os   -fno-common -ffixed-r8 -msoft-float   -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x23E00000 -I/home/broadon/tiny210-u-boot-version4.0/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/FriendlyARM/toolschain/4.5.1/lib/gcc/arm-none-linux-gnueabi/4.5.1/include -pipe  -DCONFIG_ARM -D__ARM__ -marm  -mabi=aapcs-linux -mno-thumb-interwork -march=armv5 -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security   \
            -o arch/arm/cpu/armv7/s5pc1xx/asm-offsets.s arch/arm/cpu/armv7/s5pc1xx/asm-offsets.c -c -S; \
    else \
        touch arch/arm/cpu/armv7/s5pc1xx/asm-offsets.s; \
    fi
Generating include/generated/asm-offsets.h
tools/scripts/make-asm-offsets arch/arm/cpu/armv7/s5pc1xx/asm-offsets.s include/generated/asm-offsets.h
for dir in tools examples/standalone examples/api arch/arm/cpu/armv7 /home/broadon/tiny210-u-boot-version4.0/arch/arm/cpu/armv7/ ; do \
            make -C $dir _depend ; done
make[1]: Entering directory `/home/broadon/tiny210-u-boot-version4.0/tools'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/home/broadon/tiny210-u-boot-version4.0/tools'
make[1]: Entering directory `/home/broadon/tiny210-u-boot-version4.0/examples/standalone'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/home/broadon/tiny210-u-boot-version4.0/examples/standalone'
make[1]: Entering directory `/home/broadon/tiny210-u-boot-version4.0/examples/api'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/home/broadon/tiny210-u-boot-version4.0/examples/api'
make[1]: Entering directory `/home/broadon/tiny210-u-boot-version4.0/arch/arm/cpu/armv7'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/home/broadon/tiny210-u-boot-version4.0/arch/arm/cpu/armv7'
make[1]: Entering directory `/home/broadon/tiny210-u-boot-version4.0/arch/arm/cpu/armv7'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory `/home/broadon/tiny210-u-boot-version4.0/arch/arm/cpu/armv7'
make -C tools all
make[1]: Entering directory `/home/broadon/tiny210-u-boot-version4.0/tools'
make[1]: *** No rule to make target `/home/smb/smb/tiny210-u-boot-version4.0/lib/crc32.c', needed by `crc32.o'.  Stop.
make[1]: Leaving directory `/home/broadon/tiny210-u-boot-version4.0/tools'
make: *** [tools] Error 2