Q1:
yl@Lenovo:~$ sudo apt-get install synaptic
正在读取软件包列表... 有错误!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/cn.archive.ubuntu.com_ubuntu_dists_raring_main_i18n_Translation-zh
E: 无法解析或打开软件包的列表或是状态文件。
Sol:
sudo rm /var/lib/apt/lists/* -vf
sudo apt-get update
Q2:
"mkimage" command not found - U-Boot images will not be built Image arch/arm/boot/uImage is ready
Sol:
http://blog.youkuaiyun.com/wtao616/article/details/6118733
参考下这个
或者
如果使用的是Ubuntu 9.10及以上版本,可以使用下面的命令安装mkimage:
#apt-get install uboot-mkimage
安装完成后在编译内核make umage ARCH=arm CROSS_COMPILE=arm-linux-,就可以生成uImage文件