README_0.0.txt
1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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.
--------------------------------------------------------------------