转载:http://blog.csdn.net/armeasy/article/details/6217621 UIMAGE  arch/arm/boot/uImage"mkimage" command not found - U-Boot images will not be built  Image arch/arm/boot/uImage is readycp: 无法获取"arch/arm/boot/uImage" 的文件状态(stat): 没有那个文件或目录…
"mkimage" command not found - U-Boot images will not be built /work/system/linux-3.4.20/arch/arm/boot/Makefile:89: recipe for target 'arch/arm/boot/uImage' failed make[1]: *** [arch/arm/boot/uImage] Error 1 /work/system/linux-3.4.20/arch/arm/Mak…
编译内核的时候出现错误:"mkimage" command not found - U-Boot images will not be built 参考链接 http://blog.csdn.net/wen0605/article/details/8448907 make uImage的时候要用到uboot/tool/mkimage工具. 将mkimage放到/usr/bin等目录中即可或者将mkimage的路径添加到环境变量中. Tony Liu 2016-12-15,Shenzhe…
解决Ubuntu编译内核uImage出现问题“mkimage” command not found - U-Boot images will not be built问题 http://www.linuxidc.com/Linux/2012-05/60247.htm 系统没有安装mkimage:想办法下载安装或者直接从uboot的目录里面拷贝mkimage. 为什么Centos装上以后,执行apt-get命令提示没有该命令? http://bbs.csdn.net/topics/33018767…
ubuntu 14.04 64位系统编译Linux kernel时提示: “mkimage” command not found – U-Boot images will not be built 按照以往经验,我们需要安装依赖包: sudo apt-get install uboot-mkimage 但却提示”现在没有可用的软件包 uboot-mkimage,但是它被其它的软件包引用了. 这可能意味着这个缺失的软件包可能已被废弃“ 怎么破? 按照其提示,安装”u-boot-tools“即可 s…
 转載與:http://www.mr-wu.cn/u-boot-tools-binary-package-in-ubuntu/ ubuntu 编译linux kernel时提示: “mkimage” command not found – U-Boot images will not be built 安装”u-boot-tools“即可 sudo apt-get install u-boot-tools…
参考链接: http://spyker729.blogspot.com/2010/07/mkimage-command-not-found-u-boot-images.html 制作uImage的工具mkimage找不到,将编译之后的uboot/tools目录中的mkimage中复制到/usr/bin/目录即可. 或者将mkimage的路径添加到环境变量PATH中. 或者使用命令安装mkimage:sudo apt-get install uboot-mkimage…
@Controller 和@RestController的区别 @RestController相当于同时使用了@Controller和@ResponseBody  即不会使用视图解析器,返回值直接返回给页面.通常用户ajax请求等等. @bean注解作用在方法上 @Bean public ActiveMQQueue queue() { return new ActiveMQQueue("testQueue"); } 相当于 <beans> <bean id="…
Ubuntu and many other Linux distributions use the GRUB2 boot loader. If GRUB2 breaks—for example, if you install Windows after installing Ubuntu, or overwrite your MBR—you won’t be able to boot into Ubuntu. You can easily restore GRUB2 from a Ubuntu…
reference: http://www.denx.de/wiki/DULG/UBootCmdGroupExec => help source source - run script from memory Usage: source [addr] - run script starting at addr - A valid image header must be present => With the source command you can run "shell&quo…
[tip:,x86/urgent] x86: Fix early boot crash on gcc-10, third try   https://lore.kernel.org/patchwork/patch/1242401/ Message ID 158954160454.17951.15828011095215471629.tip-bot2@tip-bot2 State Accepted Commit a9a3ed1eff3601b63aea4fb462d8b3b92c7c1e7e He…
编译环境:Ubuntu12.04 64位 Android源码:Android 4.3 以下问题是笔者亲自碰到,通过网上查询整合在一起的. 1.error while loading shared libraries: libz.so.1: cannot open shared object file:No such file or directory 这里所说不能加载libz.so.1这个包,所以需要下载,笔者使用了几种方法,以下是自己使用过,测试是OK的. 我们使用命令apt-get sear…
流程:安装ubutu14.04操作系统==>安装各种库和应用程序并配置环境变量 1,install ubuntu14.04 为了完全释放PC机的资源,我们安装在主机上,就不用虚拟机来玩了.下面是通过U盘安装bubutu14.04的示例 准备好一个4G或以上的u盘,下载 Universal-USB-Installer-1.9.5.6.exe 和 ubuntu-14.04.2-desktop-amd64.iso 我建立了四个分区 /boot   500M ubuntu 启动引导 swap 8G 内存…
环境:ubuntu14.04  内核版本 linux 3.13.0   OK6410 内核编译环境   linux 3.0.1 uboot版本    1.1.6   交叉编译工具链   arm-linux-gcc 4.3.2 1.  编译前要首先安装好交叉工具链,安装过程见博文http://www.cnblogs.com/apolloenterprise/p/4324726.html 2.  编译uboot 下载uboot源码,下载地址 http://pan.baidu.com/s/1qWINJ…
1>. Reading package lists... Done Building dependency tree        Reading state information... Done Package sun-java6-jdk is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is on…
1.Hi3531 SDK包位置 在"Hi3531_V100R001***/01.software/board"目录下,您可以看到一个 Hi3531_SDK_Vx.x.x.x.tgz 的文件, 该文件就是Hi3531的软件开发包. 2.解压缩SDK包 在linux服务器上(或者一台装有linux的PC上,主流的linux发行版本均可以),使用命令:tar -zxf Hi3531_SDK_Vx.x.x.x.tgz , 解压缩该文件,可以得到一个Hi3531_SDK_Vx.x.x.x目录.…
此篇编译Kernel 解压: [#17#17:26:56 FPGADeveloper@ubuntu ~/Zybo_Demo]$tar zxvf *.tar.gz 进入到文件kernel文件夹中,clean [#19#18:48:24 FPGADeveloper@ubuntu ~/Zybo_Demo/linux-xlnx-xilinx-v2014.2]$make distclean 配置 [#21#18:49:01 FPGADeveloper@ubuntu ~/Zybo_Demo/linux-xl…
AR init/mounts.o arm-linux-ar: illegal option -- T Usage: arm-linux-ar [emulation options] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-file file... arm-linux-ar -M [<mri-script] commands: d - delete file(s) from the archive m[ab] - mo…
Linux HOWTO:============ Porting Linux to U-Boot based systems:--------------------------------------- U-Boot cannot save you from doing all the necessary modifications toconfigure the Linux device drivers for use with your target hardware(no, we don…
## (C) Copyright 2000 - 2008# Wolfgang Denk, DENX Software Engineering, wd@denx.de.## See file CREDITS for list of people who contributed to this# project.## This program is free software; you can redistribute it and/or# modify it under the terms of…
前面已经搭建好了Ubuntu下的海思开发环境,现在对编译Uboot和Kernel的过程做一个简单的记录.参考文档<Hi3519V101 U-boot 移植应用开发指南.pdf>和<Hi3519V101 Linux开发环境用户指南.pdf>. 编译U-boot 步骤1:cd /hisilicon/Hi3519V101_SDK_V1.0.2.0/osdrv/opensource/uboot 步骤2:tar -xvf u-boot-2010.06.tgz 步骤3:cd u-boot-20…
我本机装的是64位Ubuntu, SDK 里提供的 buildroot-gcc342 是32位的,无法直接运行,需要先安装 gcc-multilib. sudo apt-get install gcc-multilib 之前一直做 ARM 开发, 对这里 MIPS 首先要了解一点它的 MMU 内存映射关系 . 在 MIPS 中, 0x8000,0000 ~ 0x9fff,ffff 和 0xa000,0000 ~ 0xbfff,ffff 这两段逻辑地址都直接映射 0x0000,0000 ~ 0x1…
2014.5.16 为了验证一下下载的CM11的源码有没有问题,决定编译一下cm官方支持的机器,手上正好有台nexus7 2012,就拿它为例测试一下在mac os x平台的整个编译过程. 1. 最开始,是在os x下面搭编译环境,以前有说过的,详见xda这个帖子.http://forum.xda-developers.com/showthread.php?t=2510898 这个wiki里面写的是在linux下面编译n7的方法,还是比较详细的,建议先通读一下,对于在os x下搭编译环境也是很有…
基于 移植uboot后. 1. 移植linux内核 1.1 下载源码 打开 https://www.kernel.org/ 直接肝最新的 5.2.8 下载完后,在ubuntu里解压备用. 1.2 搭建交叉编译环境 . 交叉编译环境用的是arm-linux-gcc 4.6.4的版本,这个版本挺好找的,在网上下载压缩包后,根据个人习惯解压到 /opt/ 下, . 并且修改环境变量 sudo vim /etc/profile export PATH=/opt/gcc-/bin:$PATH . 保存,然…
硬盘空间需要在50G以上,最好100g 系统:ubuntu14.04 交叉工具链:arm-linux-gcc-4.5.1-v6-vfp-20120301 安装 Java 开发环境 $ sudo apt--jdk openjdk--jre 首先准备android-5.0.2-fs-20150325.tar.gz 文件 解压 $ tar xzf android--fs-.tar.gz 在 Ubuntu 下的解压内核并编译,命令为: $ tar xzf linux--.tgz $ cd linux-/…
参考: https://electronut.in/workflow-for-using-linux-on-xilinx-zynq/ https://blog.csdn.net/m0_37545528/article/details/90177983?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522159826227019725222462909%2522%252C%2522scm%2522%253A%252220140713.13…
0环境 Linux主机OS:Ubuntu14.04 64位,运行在wmware workstation 10虚拟机 树莓派版本:raspberry pi 2 B型. 树莓派OS: Debian Jessie Raspbian Jessie 1树莓派的启动过程 树莓派1,2,3的启动过程大致相同,主要分为3个阶段:ROM上的GPU bootloader启动GPU,GPU启动CPU,CPU直接启动内核或通过u-boot启动内核. 由于树莓派涉及到GPU的东西不开源,移植u-boot到树莓派并不是真正…
最近一段时间学习了下Docker,关于Docker的安装,运用什么的在这里我不会过多的说明,我只说我对于Docker的一些理解,附加我用于记录的少量代码. 刚开始学习Docker的时候,找资料在网上看到最多的是Docker的好处.比如: 1.Docker 容器的启动可以在秒级实现,这相比传统的虚拟机方式要快得多 2.Docker 对系统资源的利用率很高,一台主机上可以同时运行数千个 Docker 容器. 3.更快速的交付和部署.更轻松的迁移和扩展 等等…… 因为我是做java开发的,我们现有的模…
50分钟学会Laravel 50个小技巧 时间 2015-12-09 17:13:45  Yuansir-web菜鸟 原文  http://www.yuansir-web.com/2015/12/09/50分钟学会laravel-50个小技巧/ 主题 Laravel 转载请注明:转载自 Yuansir-web菜鸟 | LAMP学习笔记 本文链接地址: 50分钟学会Laravel 50个小技巧 原文链接:< 50 Laravel Tricks in 50 Minutes by willroth >…
发一个github上唯一用golang实现的o2o项目 What's Go2o Golang combine simple o2o DDD domain-driven design realization, including multi-channel (businesses), multi-store, multi-member commodity, Promotions, orders, coupons implementation also includes a micro framew…