ARM平台使用的内核

(1)清除原有的配置与中间文件
  make distclean
(2)配置内核
  make menuconfig ARCH=arm
(3)编译内核
  make uImage ARCH=arm CROSS_COMPILE=arm-linux-

相关文章: