码迷,mamicode.com
首页 > 其他好文 > 详细

U-Boot 内核 (一)

时间:2016-05-23 22:37:09      阅读:1225      评论:0      收藏:0      [点我收藏+]

标签:

1、首先安装Vmware,安装Ubuntu 15.04 (安装时记住用户名和密码) 

2、终端命令Ctrl+Alt+T

3、进行准备工作

安装工具

sudo apt-get update

sudo apt-get upgrade

sudo apt-get install build-essential u-boot-tools uboot-mkimage binutils-arm-linux-gnueabihf gcc-4.7-arm-linux-gnueabihf-base g++-4.7-arm-linux-gnueabihf gcc-arm-linux-gnueabihf cpp-arm-linux-gnueabihf libusb-1.0-0 libusb-1.0-0-dev git wget fakeroot kernel-package zlib1g-dev libncurses5-de

提示一下错误:

Package uboot-mkimage is not available, but is referred to by another package.

This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
u-boot-tools:i386 u-boot-tools

E: Package ‘uboot-mkimage‘ has no installation candidate
lj@ubuntu:~$ cd /proc/apt
bash: cd: /proc/apt: No such file or directory

解决方法:sudo gedit /etc/apt/sources.list

添加:

deb http://kr.archive.ubuntu.com/ubuntu lucid main

输入sudo apt-get update后,再敲apt-get install uboot-mkimage就安装成功了,没解决

 

U-Boot 内核 (一)

标签:

原文地址:http://www.cnblogs.com/makeup/p/5521624.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!