📄 _mds_notes.txt
字号:
********************************************************************************
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -