GEC210 system burning process record (tftp method)

Publisher:世界因你而精彩Latest update time:2021-01-04 Source: eefocus Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

1 Configure the network

'# pri
'# setenv ipaddr 192.168.1.22
'# setenv serverip 192.168.1.11
'# setenv gatewayip 192.168.1.1
'# saveenv

2 Burn u-boot

‘# tftp 0x40000000 u-boot-7-ok.bin
’# nand erase 0x0 0x600000
‘# nand write 0x40000000 0x0 0x600000

3. Burn the kernel

’# tftp 0x40000000 uImage-7-ok
‘# nand erase 0x600000 0x500000
’# nand write 0x40000000 0x600000 0x500000

4 Burn fs
'# tftp 0x40000000 gec-qt4-rootfs-7.img
'# nand erase 0xe00000 0xf200000
'# nand write.yaffs 0x40000000 0xe00000 0xxxxx (determined by the download size)

5 Restart and configure startup parameters

’# setenv bootargs root=/dev/mtdblock4 init=/linuxrc console=ttySAC0,115200 rootfstype=yaffs rw

'# clay v

6 Finally, restart.


Reference address:GEC210 system burning process record (tftp method)

Previous article:Ubuntu11.10 uses TFTP protocol to transfer files to TQ210 development board study notes-1
Next article:ITM serial port printing debugging provided by cotex_m3 kernel

Latest Microcontroller Articles
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号