Flash programming on P3041DS question

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Flash programming on P3041DS question

586 Views
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.


Labels (1)
0 Kudos
2 Replies

371 Views
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 Kudos

371 Views
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 Kudos