首页 > 代码库 > STB 参考Linux启动流程分析

STB 参考Linux启动流程分析

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