Linux下TQ2440烧写方法简介

 前提:正确配置串口并连接上TQ2440的USB下载线,配合DNW进行烧录。

 

首先,从Nor Flash启动进入usb一键式菜单命令下载模式。

1、命令9->y->回车,格式化Nandflash.

2、命令1,烧写uboot镜像到Nandflash。

3、命令3,烧写Linux内核镜像。

4、命令6,烧写文件系统镜像。

5、命令b,烧写开机Logo镜像。

 

然后,拔掉USB下载线,使用命令8,即可从Linux系统启动。

 

一键式菜单命令模式如下:

##### EmbedSky BIOS for SKY2440/TQ2440 #####
Press Space key to Download Mode !

#####    Boot for Nor Flash Main Menu   #####
#####     EmbedSky USB download mode     #####

[1] Download u-boot or STEPLDR.nb1 or other bootloader to Nand Flash
[2] Download Eboot (eboot.nb0) to Nand Flash
[3] Download Linux Kernel (zImage.bin) to Nand Flash
[5] Download CRAMFS image to Nand Flash
[6] Download YAFFS image (root.bin) to Nand Flash
[7] Download Program (uCOS-II or TQ2440_Test) to SDRAM and Run it
[8] Boot the system
[9] Format the Nand Flash
[0] Set the boot parameters
[a] Download User Program (eg: uCOS-II or TQ2440_Test)
[b] Download LOGO Picture (.bin) to Nand  Flash
[l] Set LCD Parameters
[n] Enter TFTP download mode menu
[o] Download u-boot to Nor Flash
[r] Reboot u-boot
[t] Test Linux Image (zImage)
[q] quit from menu
Enter your selection:

 

 

 

你可能感兴趣的:(linux,image,Flash,Parameters,download,linux内核)