Partager via


Downloading the Boot Loader to the AMD DBAu1500 Development Board

If you are downloading the Windows CE boot loader for the first time, you can use the following procedure to download the Windows CE boot loader to the AMD DBAu1500 Development Board.

To download the Windows CE boot loader for the first time

  1. Verify that the AMD DBAu1500 Development Board is turned off.

  2. Switch the red SWAP_BOOT switch, S8, to the upper position.

  3. On your development workstation, configure your terminal emulation software to the settings shown in the following table.

    Bits per second Data bits Parity Stop bits Flow control
    115200 8 None 1 None
  4. Press the power switch, S3, to turn on the AMD DBAu1500 Development Board.

    The Yamon ROM monitor should run and you should see the following output on the terminal window.

    YAMON ROM Monitor, Revision 02.13DB1500.
    Copyright (c) 1999-2000 MIPS Technologies, Inc. - All Rights Reserved.
    
    For a list of available commands, type 'help'.
    
    Compilation time =            Oct  7 2002  13:33:30
    MAC address =                 00.50.c2.0c.20.5a
    Processor Company ID =        0x03
    Processor ID/revision =       0x02 / 0x00
    Endianness =                  Little
    CPU =                         396 MHz
    Flash memory size =           32 MByte
    SDRAM size =                  64 MByte
    First free SDRAM address =    0x8008aad4
    
    YAMON>
    
  5. At the YAMON> command prompt, type the following command to download the Eboot image into the AMD DBAu1500 Development Board's RAM.

    load asc:
    

    You should see the following output after typing this command.

    About to load asc://tty0
    Press Ctrl-C to break
    Start dump from terminal program
    
  6. Start the download process from your terminal emulator. Use the Eboot.sre file from %_WINCEROOT%\Platform\DBAU1500\Eboot\Bin.

    After the download process, you will return to the YAMON> command prompt.

    Start = 0x83f80004, range = (0x83f80000,0x83f8b4eb), format = SREC
    YAMON>
    
  7. At the YAMON> command prompt, type the following command to erase flash memory:

    erase 9ec00000 40000
    

    You should see the following output after this command.

    what...
    The following area will be erased:
    Start address = 0x1ec00000
    Size          = 0x00040000
    Confirm ? (y/n) y
    Erasing...Done
    YAMON>
    
  8. At the YAMON> command prompt, type the following command to copy the Eboot image into flash memory.

    copy 83f80000 9ec00000 b4ec
    

    You should see the following output after this command.

    Copying...Done
    YAMON>
    

    Note   To determine the correct size of the image copy, add one to the download result.

  9. Turn off the AMD DBAu1500 Development Board.

  10. Switch the red SWAP_BOOT switch, S8, to the lower position to swamp flash memory blocks.

  11. Configure your terminal emulation software to the following settings:

    Bits per second Data bits Parity Stop bits Flow control
    38400 8 None 1 None
  12. Turn on the AMD DBAu1500 Development Board and verify that you have successfully downloaded the Windows CE boot loader.

    To see the format of the Windows CE boot loader message, see Windows CE Boot Loader Output for the AMD DBAu1500 Development Board.

  13. Set the MAC addresses for the Au1500 on-chip Ethernet controllers and change other boot loader parameters as required.

    Note   Do not forget to save new configuration settings to flash memory.

  14. Turn on the AMD DBAu1500 Development Board and verify that the device does not use the broadcast MAC address.

See Also

How to Use the BSP for the AMD DBAu1500 Development Board | Downloading the OS Image to the AMD DBAu1500 Development Board

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.