Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
20 years ago

Nios II hardware downloading

Hi all.

When i running my code , i see in terminal window next rows:

Using cable "ByteBlasterII [LPT1]", device 1, instance 0x00

Pausing target processor: OK

Reading System ID at address 0x00930820: verified

Downloading 00900020 ( 0%)

Downloading 01000000 ( 0%)

Downloaded 64KB in 1.6s (40.0KB/s)

Verifying 00900020 ( 0%)

Verifying 01000000 ( 0%)

Verified OK

Please, tall me what every row means.

Thanks at advance.

Alex

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    originally posted by burdalex@Nov 23 2005, 12:27 AM

    hi all.

    when i running my code , i see in terminal window next rows:

    using cable "byteblasterii [lpt1]", device 1, instance 0x00 -->you are using a byteblaster ii cable on your first parallel port, connecting to the first device in the jtag chain, and the first instance of an oci core attached to device 1

    pausing target processor: ok -->was able to communicate with the processor properly

    reading system id at address 0x00930820: verified -->the system id peripheral value matches the expected value

    downloading 00900020 ( 0%) -->downloading contents starting at 0x00900020 (probably the exception address you set in sopc builder)

    downloading 01000000 ( 0%) -->downloading more contents starting at 0x01000000 (the rest of the code)

    downloaded 64kb in 1.6s (40.0kb/s) -->confirmation that all contents were downloaded (64kb) in 1.6 seconds at a rate of approximately 40kb/s

    verifying 00900020 ( 0%)

    verifying 01000000 ( 0%)

    verified ok -->verifies everything that was downloaded and it passed

    please, tall me what every row means.

    thanks at advance.

    alex

    -->so it looks like you had a sucessful software programming http://forum.niosforum.com/work2/style_emoticons/<#emo_dir#>/rolleyes.gif

    <div align='right'><{post_snapback}> (index.php?act=findpost&pid=11104)

    --- quote end ---

    --- Quote End ---