background image

Evaluation Board User Guide 

UG-295

 

Rev. 0 | Page 7 of 8 

EVALUATION BOARD SOFTWARE  

UPGRADING THE FIRMWARE 

The software (firmware) on the evaluation board can be 
upgraded using the standard Blackfin development tools. 

 

Vi+ 5.0 Update 8 

 

JTAG debugger for Blackfin processors (HPUSB-ICE or 
ICE-100B) connected to the JTAG connector (J7) 

Using these tools, you can connect to th

ADSP-BF524

 

processor, run a script, and program the SPI flash memory 
device (U10). 

With that said, all but a very few evaluation boards are shipped with 
the U-Boot boot loader firmware. If this is the case, you have the 
option of upgrading the firmware using only an RS-232 cable 
and software.  

If you see the following output after resetting the board or 
applying power, your evaluation board has U-Boot: 

------------------- 
U-Boot 2010.06 (ADI-2010R1-RC2) (Jan 12 2011 - 
15:53:34) 
 
CPU:   ADSP bf524-0.2 (Detected Rev: 0.2) (spi 
flash boot) 
Board: ADI Advantiv™ Video Evaluation Board 
       Support: http://ez.analog.com 
Clock: VCO: 300 MHz, Core: 300 MHz, System: 100 
MHz 
RAM:   8 MiB 
SF: Detected M25P80 with page size 256, total 1 
MiB 
In:    serial 
Out:   serial 
Err:   serial 
KGDB:  [on serial] ready 
Hit any key to stop autoboot:   
------------------- 

If your evaluation board has U-Boot, you can use the following 
steps to upgrade the application firmware of your board (if you 
determine this is necessary). Note that these instructions 
assume you are using the latest version of Tera Term for 
Windows (which is free to download and use), but any RS-232 
software with Ymodem upload capability should also work. 

1.

 

After you see the 

hit any key to stop autoboot

 prompt, 

press a key during the countdown. You should then see a 
prompt, 

bfin >

2.

 

At the prompt, type the following command:

 

 

sf probe 0:1 

You should see the following:

 

SF: Detected M25P80 with page size 256, total 
1 MiB 
1024 KiB M25P80 at 0:1 is now current device 
bfin> 

3.

 

At the prompt, type the following command:

 

loady 

You should see the following output:

 

## Ready for binary (ymodem) download to 
0x00100000 at 115200 bps... 

4.

 

In Tera Term, under 

File

, click 

Transfer

, then 

YMODEM

and select 

Send…

 

 

5.

 

Select the application firmware (for example, 

EVAL-

ADV7612-7511_v1p3_app.bin

) and click 

Open

6.

 

You should see the YMODEM send dialog box progress 
quickly from 0% to 100%. If the software stalls at Packet 1 
or Packet 2 for a few seconds, you may need to cancel and 
retry. It is possible that you may need to repeat Step 3 
through Step 5 a few times to accomplish the transfer. After 
the transfer is complete, you should see the following: 

CCxyzModem - CRC mode, 
0(SOH)/215(STX)/0(CAN) packets, 5 retries 
## Total Size      = 0x000357fc = 219132 
Bytes 
bfin> 

7.

 

At the prompt, type the following command to erase the 
application area of the SPI flash memory:

 

sf erase 0x60000 0xa0000 

You should then see the following output:

 

bfin> 

8.

 

At the prompt, type the following command to program 
the application area of the SPI flash memory:

 

sf write $(loadaddr) 0x60000 $(filesize) 

You should then see the following output:

 

bfin> 

9.

 

At this point, if you reset your board and allow the 
countdown to complete, U-Boot should launch the 
application firmware that you just programmed. 

 

 

 

Summary of Contents for EVAL-ADV7612-7511

Page 1: ...the board s firmware if desired or necessary SOFTWARE NEEDED Windows OS for controlling the board via AVES application RS 232 software for updating the board firmware if desired or necessary GENERAL DESCRIPTION The Advantiv EVAL ADV7612 7511 video evaluation board AVEB is a low cost solution for evaluating the performance of the ADV7612 HDMI receiver and or the ADV7511 HDMI transmitter The evaluat...

Page 2: ...ed 1 General Description 1 Photograph of Evaluation Board 1 Revision History 2 Evaluation Board Artwork and Components 3 Terminology 4 Evaluation Board Hardware 5 Evaluation Board Usage 5 Jumpers 6 Evaluation Board Software 7 Upgrading the Firmware 7 Related Links 8 REVISION HISTORY 7 11 Revision 0 Initial Version ...

Page 3: ... port can be used instead of RS 232 if the user s computer does not have the RS 232 interface SW1 Reset This switch resets the BF524 processor J2 Power J1 is where the 5 V 2 5 A power supply is connected J7 BF524 JTAG The ICE 100B or the HPUSB ICE is connected here to reprogram the system flash or to execute source code debugging JP1 JP2 Port A EDID These jumpers see Figure 2 lower left connect th...

Page 4: ... can be a DVD Blu ray player set top box game console or any other device with a DVI HDMI output Sink A sink accepts video through a DVI HDMI interface This is nearly always a display with DVI HDMI input in the context of this user guide Repeater A repeater refers to the software that runs on the ADSP BF524 and implements the link between a source and sink with respect to this evaluation board ...

Page 5: ... values Boards without HDCP enabled EVAL ADV7612 7511P typically use this mode It is possible to start the repeater software in this mode with the startrep command via RS 232 This only works with HDCP protected sources on an HDCP enabled board A non HDCP enabled board can still operate but does not support HDCP Repeater Software via RS 232 This mode also offers the RS 232 command line interface bu...

Page 6: ..._RX4 D_RX3 D_RX2 D_RX1 D_RX0 D_TX17 D_TX16 D_TX15 D_TX14 D_TX13 D_TX12 D_TX11 D_TX10 D_TX9 D_TX8 D_TX7 D_TX6 D_TX5 D_TX4 D_TX3 D_TX2 D_TX1 D_TX0 2 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 Figure 5 J6 Configuration Factory Default Setting Is for Jumpers Installed on All Odd Even Pairs 09964 006 36 34 32 30 28 26 24 22 20 18 16 14 12 10 8 6 4 2 SPDIF_OUT GND 7511_INT 7511_PD TFS0A_BF524 LRCLK...

Page 7: ...y RS 232 software with Ymodem upload capability should also work 1 After you see the hit any key to stop autoboot prompt press a key during the countdown You should then see a prompt bfin 2 At the prompt type the following command sf probe 0 1 You should see the following SF Detected M25P80 with page size 256 total 1 MiB 1024 KiB M25P80 at 0 1 is now current device bfin 3 At the prompt type the fo...

Page 8: ...ed herein including ownership of the Evaluation Board are reserved by ADI CONFIDENTIALITY This Agreement and the Evaluation Board shall all be considered the confidential and proprietary information of ADI Customer may not disclose or transfer any portion of the Evaluation Board to any other party for any reason Upon discontinuation of use of the Evaluation Board or termination of this Agreement C...

Reviews: