QT 快速测试
- 格式:docx
- 大小:18.30 KB
- 文档页数:2
QT:quick test, need to finish in 3 hours
Build up the environment for testing
1,ext2 sd format
A, open the command window
Ctrl+Alt+T or use the item
B, #df
#umount /dev/sdb1 (Mount position)
#mkfs.ext2 /dev/sdb1 (need 2 minutes, if less than 1 minute need to do again) #exit
In the end, we can see a folder named ‘lost+found’, that is right
Ps: fat32 format is on computer
2,flash uboot and eloader
The tool: Dediprog Software
A, Detect
To check the link is good or not
B, Eraser(very important)
C, File
D, config
E, prog
F, verfy
Second way: use sd (only ott board)
Copy attached file into ext2 sd card
rename as eloader.bin uboot.bin timing_table.bin
S3#mmc init
S3#ext2load mmc 0:1 0x20000000 update_eloader.img
S3#source 0x20000000
3,build system
Copy system files into sd card or usbdisk
First, build on nand
S3# run nand_setup
S3# setenv bootcmd ‘run bootcmd_nand’
S3# save
Second, build on sd
Ps: # pwd
Change the way where system is and save, display *.sh file
Put system and file in root to /
S3# setenv bootcmd ‘run bootcmd_mmc’
S3# save
Third, build on emmc
S3# setenv bootcmd ‘run bootcmd_emmc’
S3# save
Forth, build on emmc by sd
S3# setenv bootcmd ‘run bootcmd_mmc’
S3# save
If still fail can use clear up command
For Nand
S3# Nand Script.chip
S3#Nand erase.chip
S3#Nand scrub.chip
S3#Nand erase.chip
For Emmc
S3#mmc dev2
S3#emmc format
3,begin QT: BSP Version Check
# dmesg | grep Version
# logcat | grep …
Ps: 1,before the command, must input dmesg or logcat
2,If check the video or audio need to firstly to play it
3,remember to check the lastest version outcome, some will not exist andmore
4, Clock Verification
A,\\shfs01\Pub\SoftTest\TestPlan\Elite\Tools\aclocks
First,。