README_0.0.txt 1.13 KB
IOS version 0.0 03/09/06

Procedure to burn IOP OS and Broadway boot image into flash:
-----------------------------------------------
1) Connect and start JTAG debugger. Stop processsor.
   
   To do this for the first time (for a board which does not
   have boot1 in flash), you will need to connect a Barnacle with
   an image, which sets bit 5 of ACRSRNPROT and boot up the board
   in debug mode (SW1-5 on).

2) Load and start minimon0
    load c:\file_path\minimon0.elf

3) Run minimon0
    go

4) Write blocks 0 - 4 into flash:
   cap 
   erase 0 4
   wrbN c:\file_path\block0.flash 64 0
   wrbN c:\file_path\block1.flash 64 1
   wrbN c:\file_path\block2.flash 64 2
   wrbN c:\file_path\block3.flash 64 3
   wrbN c:\file_path\block4.flash 64 4

5) Verify blocks:
   fv 0 0 63
   fv 1 0 63
   fv 2 0 63
   fv 3 0 63
   fv 4 0 63

6) Put the board back into normal mode (SW1-5 off). 
-----------------------------------------------

Test program:
-----------
G2D-test.elf is a simple test has been tested to run with
NDEV2. 

--------------------------------------------------------------------