摘要:
将led.c main.c 通过arm-linux-gcc 编译成led_luoji src := $(shell ls *.c) objs :=$(patsubst %.c,%.o,$(src)) //patsubst 功能:patsubst:替换通配符 led_luoji : $(objs) a 阅读全文
posted @ 2016-11-11 15:23
china_sdd
阅读(115)
评论(0)
推荐(0)
摘要:
1.uboot制作过程: 配置: make mini2440_config 编译:make ARCH = arm CROSS_COMPILE=arm-linux- 将生成的uboot.bin 通过超级终端写入开发板。 首先从norflash启动,然后格式化nandflash for linux ;然 阅读全文
posted @ 2016-11-11 14:16
china_sdd
阅读(661)
评论(0)
推荐(0)