Flash programming on P3041DS question

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Flash programming on P3041DS question

1,135 次查看
pete1
Contributor I

I have a P3041DS and is trying to flash a u-boot image using CW's flash programming utility, but got this error.  Any help would be appreciated.

 

fl::target -lc "hello_world-core0_ROM_P3041_Attach"
fl::target -b 0x2000 0x30000
fl::target -v off -l off
cmdwin::fl::device -d "S29GL01GP" -o "64Mx16x1" -a 0xe8000000 0xefffffff
cmdwin::fl::image -f "/home/ii-user/workspace/CW_PA_v10_1_2/hello_world-core0/ROM/hello_world-core0.elf" -t "Auto Detect" -re off -oe off
cmdwin::fl::erase image
 Beginning Operation ...    
-------------------------
Auto-detection is successful.   
  File is of type Elf Format.   
 
Performing target initialization ...    
Error:  Connect Failed.
Failed to correctly configure the JTAG chain(CCSProtocolPlugin)
Error: Connect Failed.


标签 (1)
0 项奖励
回复
2 回复数

920 次查看
admin
Specialist II

More,

 

ROM ATTACH just attach to the target, not makes any initialization platform, so is normal to can't use the flash.

Gia

0 项奖励
回复

920 次查看
admin
Specialist II

Hi Pete1,

 

You couldn't use that launch configuration, you should use another launch configurations to flash (eg: hello_world-core0_RAM_P3041_Attach, hello_world-core0_RAM_P3041_Download). If this problem still reproduce then please re-check the connection from your machine to the board.

 

Thank you,

Gia

0 项奖励
回复