STB 参考Linux启动流程分析

时间:2014-07-01 21:58:45   收藏:0   阅读:441

STB启动流程

  1. uboot启动(Fastboot启动)

    硬件资源检测(如CPU,DDR Size,Nand  flash,mem size,flash size)

    print Version(如HW Version,Boot Version,Loader Version)

    boot设置模型的选择(autoboot or stop)

  2. Starting kernel

    各种接口驱动的启动()

    Creating 10 MTD partitions on “hinand”

    网卡驱动,USB驱动,蓝牙驱动等的注册与启动

    VFS,Mounting root file system,tmpfs,unionfs,

            Starting /sbin/init

  3. 执行/etc/rc.sysinit

    

STB 参考Linux启动流程分析,布布扣,bubuko.com

原文:http://www.cnblogs.com/huasi/p/3816701.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!