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

bootloader制作过程

时间:2016-02-21 06:36:44      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:

主机环境:Ubuntu10.04.4 LTS

使用工具:buildroot-201208

目  标  板:S3C2410

 

---------------------------------------------------转载请注明:xiaobin_hlj80----

 

preInstall
1. libncurses5-dev
2. bison
3. flex
4. texinfo
5. cvs
6. gettext(aptitude gettext)
7. build-essential(g++)


---------------------------step-------
1.tar
  tar jxvf buildroot-2012.08.tar.bz2
----------------------------------
2.make menuconfig
  (1) Target Architecture (ARM (little endian))
  (2) Target Architecture Variant (arm920t)
  (3) Target ABI (EABI)
  (4) Toolchain
      1) Kernel Header Options
         a. Kernel Headers (Linux 2.6 (manually specified version))
         b. (2.6.32.59) linux version
  (5) System configureation
      1) Init system (None)
  (6) Package Selection for the target
      1) [] BusyBox --- 不选
  (7) Bootloader
      1) U-Boot
  a. board name: smdk2410 (custom)
----------------------------------
3.make
      ----------------------------
      down(auto)
    Location: buildroot-2012.08\dl
    ------------------------------
    host
1. gmp (v5.0.5)
2. mpfr (v3.1.1)
3. mpc (v0.9)
        4. automake (v1.11.5)
        5. autoconf (v2.68)
6. m4 (v1.4.16)
7. libtool (v2.2.10)
8. binutils (v2.21.1)
9. gcc-4.5.4 (custom)
10. linux-2.6.32.59 (custom)
11. uClibc-0.9.33.2 (default)
12. u-boot (v2012.04.01)

bootloader制作过程

标签:

原文地址:http://www.cnblogs.com/xiaobin-hlj80/p/5204369.html

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