This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

omap3530下利用脚本生成内核和模块出现错误Failed dependency check求解!

Other Parts Discussed in Thread: OMAP3530

本人想在omap3530下移植了一个ubuntu的图文系统,在网上找个这个教程http://eewiki.net/display/linuxonarm/BeagleBoard

做了步骤如下:

   下载:

git clone git://github.com/RobertCNelson/stable-kernel.git
cd stable-kernel/
    执行脚本:
git checkout origin/v3.7.x -b tmp
./build_kernel.sh
执行以上这一步时却出现了错误:
# ./build_kernel.sh
 + Detected build host [Ubuntu 12.04.3 LTS]
+ host: [i686]
 + git HEAD commit: [54bc6eeb1386b9a2fe665294cf9b7a390c5593d7
] Debian/Ubuntu/Mint: missing dependencies, please install:
 -----------------------------
sudo apt-get update
sudo apt-get install device-tree-compiler lzma lzop u-boot-tools
 -----------------------------
 * Failed dependency check
# sudo apt-get install device-tree-compiler lzma lzop u-boot-bootls
 Reading package lists...
Done Building dependency tree
Reading state information...
Done E: Unable to locate package u-boot-bootls
 
在网络找了一些其它源列表更新也不行
不知道有哪位仁兄做过这方面的移植的,能否帮忙看一下,或者推荐一些其它的图文移植教程,
万分感谢!