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