Skip to content
Snippets Groups Projects
  • David Brownell's avatar
    60e24aa5
    make PXA255 targets enumerate sort-of-OK · 60e24aa5
    David Brownell authored
    
    Startup now mostly works, except that the initial target state
    is "unknown" ... previously, it refused to even start.
    
    Getting that far required fixing the ircapture value (which
    can never have been correct!) and the default JTAG clock rate,
    then providing custom reset script.
    
    The "reset" command is still iffy.  DCSR updates, and loading
    the debug handler, report numerous DR/IR capture failures.
    But once that's done, "poll" reports that the CPU is halted
    (which it shouldn't be, this was "reset run"!), due to the
    rather curious reason "target-not-halted".
    
    Summary:  you still can't debug these parts, but it's closer.
    
    Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
    60e24aa5
    History
    make PXA255 targets enumerate sort-of-OK
    David Brownell authored
    
    Startup now mostly works, except that the initial target state
    is "unknown" ... previously, it refused to even start.
    
    Getting that far required fixing the ircapture value (which
    can never have been correct!) and the default JTAG clock rate,
    then providing custom reset script.
    
    The "reset" command is still iffy.  DCSR updates, and loading
    the debug handler, report numerous DR/IR capture failures.
    But once that's done, "poll" reports that the CPU is halted
    (which it shouldn't be, this was "reset run"!), due to the
    rather curious reason "target-not-halted".
    
    Summary:  you still can't debug these parts, but it's closer.
    
    Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
NEWS 2.25 KiB