tiny4412 使用uboot烧写 linux 挂载 nfs文件系统[总体步骤]

1.tiny4412 sdk 1312

2.Ubuntu 16.04 LTS

3.一个烧好uboot的SD卡[不解释]

4.Dnw linux  Fastboot工具

5. USB DNW 烧写uboot 

  Fastboot 烧写内核

挂载nfs文件系统

烧写uboot到emmc

一.

01 SD卡启动 uboot =>

02 然后分区emmc=>

03 格式化emmc =>

04 依次烧写bl2.bin  E4412_N.bl1.bin  E4412_tzsw.bin ubbot.bin =>

05 emmc启动uboot.

参考http://www.arm9home.net/read.php?tid-83474.html

注意:eMMC启动还有在分区一次 不需要格式化不知道为啥

二.烧写内核linux 3.5

01 编译内核 需要关闭内核的

进入kernel  目录
make menuconfig 

     System Type  --->
        [ ] Support TrustZone-enabled Trusted Execution Environment 

02 编译内核 需要打开

│ -> Kernel hacking │ ----->  Kernel low-level debugging functions (read help!) │
03 fastboot烧写

04 配置参数 NFS[原来准备好的]

05启动

http://blog.csdn.net/fengyuwuzu0519/article/details/74080109?locationNum=3&fps=1
fastboot flash kernel zImage(正常下载)指令有空格

我的参数

TINY4412 # pri
baudrate=115200
bootargs=root=/dev/nfs nfsroot=192.168.1.191:/home/fs_mini_mdev_new ip=192.168.1.199 console=ttySAC0,115200 lcd=S70 init=linuxrc
bootcmd=movi read kernel 0 0x40008000;bootm 0x40008000
bootdelay=3
ethaddr=00:40:5c:26:0a:5b
gateway=192.168.1.1
gatewayip=192.168.1.1
ipaddr=192.168.1.199
netmask=255.255.255.0
serverip=192.168.1.191


Environment size: 367/16380 bytes

你可能感兴趣的:(tiny4412 使用uboot烧写 linux 挂载 nfs文件系统[总体步骤])