在linux下面编译uclinux的过程

在linux下面编译uclinux的过程,在编译的过程中用到的编辑命令是:
make mrproper
make menuconfig
make dep
make lib_only
make user_only
make romfs
make image
make
编译完成后将生成压缩内核,文件是uClinux-dist\images\uClinux_rom.bin,将这个文件用u-boot烧写道flash的0x50000开始的位置即可自动由u-boot解压运行。也可以下载到sdram(例如0x0c400000)中,采用bootm 0x0c400000命令解压运行。

关键字: 编译uclinux

相关