Flash Linux Kernel by TFTP on U-Boot

来源:互联网 发布:linux 启动oracle服务 编辑:程序博客网 时间:2024/05/21 06:35

1. Set device network information as below on Uboot prompt.
setenv serverip <TFTP SERVER IP ADDRESS>
setenv ipaddr <DEVICE IP ADDRESS>
setenv ethaddr <DEVICE MAC ADDRESS>
e.g.
setenv serverip 10.2.1.140
setenv ipaddr 10.2.1.9
setenv ethaddr 00:01:02:03:04:05

 

2. Put the the uImage binary file ( “kernel/arch/arm/boot/uImage”) to the directory /tftpboot at <TFTP
SERVER >
3. Put the the the ramdisk binary file (“<installDir>/bin/ramdisk_ipnc_X.X.X.gz”) to the directory
/tftpboot at <TFTP SERVER

原创粉丝点击