Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Level 2 PLOAD AND PINS ON A CPP4?? 1

Status
Not open for further replies.

Stevo2283

Programmer
Aug 10, 2008
42
CH
Could anyone tell me from start to finish how to pull a patch from the compact flash load and put it in service in level 2. Please be descriptive. I appreciate your help!!!
 
pdt> cd /cf2
pdt> pwd <-- should show you are in compact flash drive
pdt> ll <-- that is a lower case LL and will show contents

pdt> cp p12345_1.pp4 /u/patch/p12345_1.pp4
(this will copy from compact flash to patch directory - if you are on small system you may need c:/u/patch/ and of course the p12345_1.pp4 represents the patch file name)

pdt> pload p12345_1.pp4
(this will return a patch handle number)

pdt> pins 154 <-- enter the patch handle number listed after pload

pdt> exit
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top