1,在 "root@ubuntu:/home/hjl/Downloads/uboot/common#" 目录中添加文件 cmd_hjl.c ,加上头文件
#include <common.h>
#include <command.h>
2,对应的命令名就是hjl 函数名就是do_hjl
3,在"root@ubuntu:/home/hjl/Downloads/uboot/common# vi Makefile" 添加
COBJS-y += cmd_hjl.o
4,"root@ubuntu:/home/hjl/Downloads/uboot# make distclean"
5, make distclean → make x210_sd_config → make 最后得到 u-boot.bin
烧录
root@ubuntu:/home/hjl/Downloads/uboot/sd_fusing# ./sd_fusing.sh /dev/sdb