Changes

Jump to: navigation, search

Recovery U-Boot Image (Naon)

1,790 bytes added, 12:26, 9 May 2012
JTAG Recovery
=== JTAG Recovery ===
 
JTAG recovery is very useful, especially in development or production environment. However it requires a dedicated hardware (which most of the time, is very expensive).
 
Due hardware dependency we can't cover all JTAG tool example, but we'll see two of them to give the user a brief introduction on the argument. If you need more support you can alway contact our [[HowTo Contact Technical Support|Techinical Support Team]]
 
==== Lauterbach ICD Naon booting ====
 
[[File:naon-u-boot-sram.cmm|This]] script for [http://www.arm.com/community/partners/display_product/rw/ProductId/3084 Lauterbach ICD for ARM Cortex-A8] allow the user to:
* configure T32 correctly
* establish a connection with the target (which should already be powered on)
* load u-boot.bin into internal SRAM
* run it
 
At this point the user should be able to run commands from U-Boot serial console.
 
As a more advance example, [[File:naon-u-boot-sram-2nd.cmm|This]] script, after loading the 1st stage and have it run until RAM initialization, also load 2nd stage (at 0x81000000). This is faster that loading the 2nd stage via serial protocol. After executing the script, the user should just type:
 
<pre>
go 81000000
</pre>
 
from U-Boot 1st stage prompt, to run the 2nd stage.
 
If needed, the customer can [[HowTo Contact Technical Support|contact us]] for more scripts or suggestion, for example to debug U-Boot or Linux kernel.
 
==== Code Composer Studio (CCS) and Spectrum Digital XDS560V2 STM USB ====
 
This combination of tool is described into [http://processors.wiki.ti.com/index.php/DM814x_C6A814x_AM387x_PSP_Flashing_Tools_Guide this] article of Texas Instruments Wiki.
 
More article on CCS are available into its [[http://processors.wiki.ti.com/index.php/Category:DaVinci_CCS dedicated section]] of TI Wiki.
=== UART Recovery ===
=== MMC Recovery ===

Navigation menu