From 04377b79dd25fdfc8798c06f373038051336e50d Mon Sep 17 00:00:00 2001 From: Kolja Waschk Date: Sat, 15 Dec 2007 22:32:46 +0000 Subject: [PATCH] Added some words to UrJTAG.txt about "include" and "script" commands git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@850 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- jtag/doc/UrJTAG.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/jtag/doc/UrJTAG.txt b/jtag/doc/UrJTAG.txt index d0607d3c..a3a25660 100644 --- a/jtag/doc/UrJTAG.txt +++ b/jtag/doc/UrJTAG.txt @@ -443,6 +443,24 @@ Example: jtag> help cable +===== include ===== + +Run commands from a named script file installed with UrJTAG. The directory prefix +is added automatically (e.g. /usr/share/urjtag/, depending on your installation). +For example, the following startup sequence configures the cable, chain, and loads +definitions and bus driver for a Samsung S3C4510B CPU to peek its memory at 0x0: + + jtag> cable wiggler ppdev /dev/parport0 + jtag> detect + jtag> include samsung/s3c4510b/s3c4510b + jtag> peek 0x0000 + +===== script ===== + +Run commands from a named script file located anywhere. No directory prefix is added. +A number X may be specified after the name of the script file, causing the script to +be run X times. + ==== Part definition commands ==== The following commands are also used in the data files to define a device (IC)