_mds_notes.txt

来自「NXP trimedira PNX1700的btscriptgen」· 文本 代码 · 共 76 行

TXT
76
字号
********************************************************************************

    Product: Boot script generator for the pnx 1x00 series boards and systems.

    From:    Momentum Data Systems, Inc.  714-378-5805, www.mds.com

    Package Release Version:    V2.00_beta_0002   (Internal Test Only):
    Release Date:               November 04, 2005
    
    ===================================================================================

======================================================================
General Notes:

--  Combining the bootscript assumes that new tools will properly build for 1500 as well as 1700
    This should be true as of nhsw_b101.

--  Current batch file assumes MicroSoft compiler only:
    
--  Current writeNandScript() function seems mostly copied from NOR version, with minor changes.
    Where did this come from?

--  Works with:     Philips NDK5.3rc1/TCS4.61 software development tools.
                    
                    This supports LCP1500, LCP1700, DMA, NREF1500, NREF1700 boards.

-- Tested on:       DMA1500
                        jtag boot
                        nor boot
                        nand boot
                    DMA1500THIN
                        jtag boot
                        nor boot
                    NXP1500
                        host boot
======================================================================
Notes on build files:

1)  I made these:

        GenerateScripts.bat
        set_paths.bat

    based loosely on these, from Robin:

        generateScripts.bat
        makefile

======================================================================
Notes on btscriptgen.c:

1)  FindPllFrequency looks up freq's in a table.  Doesn't calculate adj factors from what I can see.
    Need to incorporate code from Chuck's tstClock.c stuffs.

    Supported Command Line Parameters:
        -C                      CPU_SPEED
        -D                      DDR_SPEED
        -M                      MMIO_BASE
        -S                      SDRAM_BASE
        -Z                      SDRAM_LIMIT
        -CL                     CACHEABLE_LIMIT
        -X                      XIO_BASE
        -soc                    [pnx1500, pnx1700] 
        -bid                    [lcp, nref, dma, direct hex number]
        -U                      UBTM_START_ADDR
        -X0                     XIO_PROFILE_0_VALUE
        -A                      Mac_Address (aa:bb:cc:dd:ee:ff  default 00:50:c2:19:50:7b)\n");
        -T                      (output in human readable format i.s.o. hex files.)\n");
        -host filename          (host.eep default)
        -jtag filename          (jtag.eep default)
        -jtagmonmi filename     (l1jtag.mi default)
        -nor filename           (nor.eep default)
        -nand filename          (nand.eep default)
        -ide filename           (ide.eep default)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?