This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ICE Board am3359 NOR boot loader

Hi,

When i'm trying to program the NOR boot loader into ice board , i'm getting the below error

Can any one, help me out to solve these....

Below is the Error observed:

CortxA8: Trouble Setting Breakpoint with the Action "Process CIO" at 0x8085c48c: (Error -1066 @ 0x333C) Unable to set requested breakpoint in memory. Verify that the breakpoint address is in writable memory. (Emulation package 5.0.710.0)

CortxA8: Trouble Setting Breakpoint with the Action "Terminate Program Execution" at 0x8085c95c: (Error -1066 @ 0x333C) Unable to set requested breakpoint in memory. Verify that the breakpoint address is in writable memory. (Emulation package 5.0.710.0)

CortxA8: Trouble Removing Breakpoint with the Action "Process CIO" at 0x8085c48c: (Error -2044 @ 0x8085C48C) Internal error: Requested breakpoint does not exist. Restart the application. If error persists, please report the error. (Emulation package 5.0.710.0)

CortxA8: Trouble Removing Breakpoint with the Action "Terminate Program Execution" at 0x8085c95c: (Error -2044 @ 0x8085C95C) Internal error: Requested breakpoint does not exist. Restart the application. If error persists, please report the error. (Emulation package 5.0.710.0)

CortxA8: Breakpoint Manager: Retrying with a AET breakpoint

CortxA8: Trouble Setting Breakpoint with the Action "Finish Auto Run" at 0x80859800: (Error -1066 @ 0x333C) Unable to set requested breakpoint in memory. Verify that the breakpoint address is in writable memory. (Emulation package 5.0.710.0)

CortxA8: Breakpoint Manager: Retrying with a AET breakpoint

CortxA8: Trouble Setting Breakpoint with the Action "Process CIO" at 0x8085c48c: (Error -1066 @ 0x333C) Unable to set requested breakpoint in memory. Verify that the breakpoint address is in writable memory. (Emulation package 5.0.710.0)

CortxA8: Breakpoint Manager: Retrying with a AET breakpoint

CortxA8: Trouble Setting Breakpoint with the Action "Terminate Program Execution" at 0x8085c95c: (Error -1066 @ 0x333C) Unable to set requested breakpoint in memory. Verify that the breakpoint address is in writable memory. (Emulation package 5.0.710.0)

 

Regards,

Bindu

 

  • Bindu,

    When you say you are trying to program the NOR boot loader, are you using a CCS project or trying to do this from the u-boot?

    If from a CCS Project, you shouldn't be running u-boot, Linux or other things in the board, but should be using a GEL file in your configuration (to properly configure the external memory, PLL and other things). A few threads discuss this subject (check one here).

    If you are trying to program the NOR via u-boot commands, then you should not be using the JTAG.

    Hope this helps,

    Rafael