登录
首页 » LINUX » 嵌入式Linux系统的引导 uboot-2020.4

嵌入式Linux系统的引导 uboot-2020.4

于 2020-11-19 发布
0 411
下载积分: 1 下载次数: 0

代码说明:

说明:  U-Boot不仅仅支持嵌入式Linux系统的引导,它还支持NetBS D, VxWorks, QNX, RTEMS, ARTOS, LynxOS, android嵌入式操作系统。其目前要支持的目标操作系统是OpenBSD, NetBSD, FreeBSD,4.4BSD, Linux, SVR4, Esix, Solaris, Irix, SCO, Dell, NCR, VxWorks, LynxOS, pSOS, QNX, RTEMS, ARTOS, android。这是U-Boot中Universal的一层含义,另外一层含义则是U-Boot除了支持PowerPC系列的处理器外,还能支持MIPS、 x86、ARM、NIOS、XScale等诸多常用系列的处理器。这两个特点正是U-Boot项目的开发目标,即支持尽可能多的嵌入式处理器和嵌入式操作系统。就目前来看,U-Boot对PowerPC系列处理器支持最为丰富,对Linux的支持最完善。其它系列的处理器和操作系统基本是在2002年11 月PPCBOOT改名为U-Boot后逐步扩充的。从PPCBOOT向U-Boot的顺利过渡,很大程度上归功于U-Boot的维护人德国DENX软件工程中心Wolfgang Denk[以下简称W.D]本人精湛专业水平和执着不懈的努力。(U-boot not only supports the boot of embedded Linux system, but also supports netbs D. VxWorks, QNX, RTEMS, Artos, lynxos, Android embedded operating system. The current target operating systems to be supported are OpenBSD, NetBSD, FreeBSD, 4.4BSD, Linux, SVR4, ESIX, Solaris, IRIX, SCO, Dell, NCR, VxWorks, lynxos, PSOs, QNX, RTEMS, Artos, Android. This is the meaning of universal in u-boot. The other meaning is that u-boot supports not only PowerPC series processors, but also MIPs, x86, arm, NIOS, Xscale and many other commonly used series processors. These two characteristics are exactly the development goal of the u-boot project, that is to support as many embedded processors and embedded operating systems as possible. At present, u-boot has the richest support for PowerPC series processors and the most perfect support for Linux.)

文件列表:

u-boot-2020.04.tar.bz2, 15065656 , 2020-04-16

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • libRTMPSend
    本库基于嵌入式ARM的LINUX系统开发完成,能使用RTMP库同时进行音视频传输。笔者曾做过实验,在一个单核的ARM开发板下,同时采集音视频流推送到CRtmpServer或者READ5上,播放效果很好。(The library ARM-based embedded LINUX system development is completed, the library can use RTMP simultaneous audio and video transmission. I have done experiments in a single-core ARM development boards, capture audio and video streams simultaneously pushed onto CRtmpServer or READ5, playing with good results.)
    2014-05-28 21:07:43下载
    积分:1
  • SmartGesture_Win10_64_VER4012
    toolchain-4.5.1-farsight.tar
    2019-05-13 18:29:12下载
    积分:1
  • LINUX设备驱动程序第二版配套源码
    LINUX设备驱动2源代码,是学习linux设备驱动的好资料(two Linux device driver source code is learning linux device drivers good information)
    2020-06-26 08:20:02下载
    积分:1
  • TinyOSPProg
    inyOS是UC Berkeley(加州大学伯克利分校)开发的开放源代码操作系统,专为嵌入式无线传感网络设计,操作系统基于构件(component-based)的架构使得快速的更新成为可能,而这又减小了受传感网络存储器限制的代码长度。(TinyOS is UC Berkeley (University of California, Berkeley) developed open source operating system designed for embedded wireless sensor network design, operating systems based on component (component-based) makes it possible to quickly update the schema, which in turn reduces the code length of the memory limit by sensor networks.)
    2013-09-26 13:25:49下载
    积分:1
  • ipmitool-1.8.11
    IPMI 是一种可扩展的标准,它定义了如何监控硬件和传感器、控制系统部件以及记录重大事件,随着 ipmi 技术在服务器中的应用,利用 ipmi 的众多优势就成为服务器管理特别是集群管理中不可缺少的部分。本文首先介绍了 ipmi 的一些基本概念,然后给出了如何利用 ipmitool 这一工具实现 linux 系统中ipmi 管理的具体步骤和方法。(IPMItool is a utility for managing and configuring devices that support the Intelligent Platform Management Interface (IPMI) version 1.5 and version 2.0 specifications. IPMI is an open standard for monitoring, logging, recovery, inventory, and control of hardware that is implemented independent of the main CPU, BIOS, and OS. The service processor (or Baseboard Management Controller, BMC) is the brain behind platform management and its primary purpose is to handle the autonomous sensor monitoring and event logging features.)
    2011-06-27 10:12:11下载
    积分:1
  • Linux系统的引导 uboot-2020.4
    说明:  U-Boot不仅仅支持嵌入式Linux系统的引导,它还支持NetBS D, VxWorks, QNX, RTEMS, ARTOS, LynxOS, android嵌入式操作系统。其目前要支持的目标操作系统是OpenBSD, NetBSD, FreeBSD,4.4BSD, Linux, SVR4, Esix, Solaris, Irix, SCO, Dell, NCR, VxWorks, LynxOS, pSOS, QNX, RTEMS, ARTOS, android。这是U-Boot中Universal的一层含义,另外一层含义则是U-Boot除了支持PowerPC系列的处理器外,还能支持MIPS、 x86、ARM、NIOS、XScale等诸多常用系列的处理器。这两个特点正是U-Boot项目的开发目标,即支持尽可能多的嵌入式处理器和嵌入式操作系统。就目前来看,U-Boot对PowerPC系列处理器支持最为丰富,对Linux的支持最完善。其它系列的处理器和操作系统基本是在2002年11 月PPCBOOT改名为U-Boot后逐步扩充的。从PPCBOOT向U-Boot的顺利过渡,很大程度上归功于U-Boot的维护人德国DENX软件工程中心Wolfgang Denk[以下简称W.D]本人精湛专业水平和执着不懈的努力。(U-boot not only supports the boot of embedded Linux system, but also supports netbs D. VxWorks, QNX, RTEMS, Artos, lynxos, Android embedded operating system. The current target operating systems to be supported are OpenBSD, NetBSD, FreeBSD, 4.4BSD, Linux, SVR4, ESIX, Solaris, IRIX, SCO, Dell, NCR, VxWorks, lynxos, PSOs, QNX, RTEMS, Artos, Android. This is the meaning of universal in u-boot. The other meaning is that u-boot supports not only PowerPC series processors, but also MIPs, x86, arm, NIOS, Xscale and many other commonly used series processors. These two characteristics are exactly the development goal of the u-boot project, that is to support as many embedded processors and embedded operating systems as possible. At present, u-boot has the richest support for PowerPC series processors and the most perfect support for Linux.)
    2020-11-19 22:19:37下载
    积分:1
  • c-ke-jian
    这是本人上嵌入式培训时前期学校给的c课件。自己觉得不错(c ke jian )
    2013-09-04 12:24:30下载
    积分:1
  • 5-5-3
    嵌入式linux基本内核模块,输入输出子系统框架程序,内核模块的基本框架(Embedded linux kernel module, the input-output subsystem framework program, the basic framework of the kernel module)
    2013-01-19 10:46:04下载
    积分:1
  • SmartGesture_Win10_64_VER4012
    说明:  toolchain-4.5.1-farsight.tar
    2019-05-13 18:29:12下载
    积分:1
  • timeeditor
    一个minigui程序,里面用到了多种控件,是学习minigui的好例子,希望对大家有帮助(a minigui procedure, which uses a variety of controls, minigui study is a good example, we hope to help)
    2007-03-14 10:42:50下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载