Making tc packets from hex files

For the ICU

on the Sun:
	% mkdir /data/egse/tc ; chmod 777 /data/egse/tc
on VxWorks:
write_packet_files_icu_start
do the useful parts of load_icu:
rate 100
set_dump_tc 0
set_dump_tm 0
packet_load < /home/xmmom/icu/hex/icu.hex
write_packet_files_stop
reboot VxWorks just to reset the packet counter

on the Sun:

	% mv /data/egse/tc /data/egse/tc_icu_something

For the DPU

on the Sun:
	% mkdir /data/egse/tc ; chmod 777 /data/egse/tc
on VxWorks:
tc_reset_dsp
wait for Fred
write_packet_files_dpu_start
do the useful parts of load_dpu (not the reset_dsp or load_dpuos, for example):
rate 100
set_dump_tc 0
set_dump_tm 0
tc_packet_load 0 < /home/xmmom/dpu/development/eeprom/p0.cmd.0
tc_packet_load 5 < /home/xmmom/dpu/development/eeprom/p5.cmd.0
tc_packet_load 7 < /home/xmmom/dpu/development/eeprom/p7.cmd.0
tc_packet_load 3 < /home/xmmom/dpu/development/eeprom/blue_p3.cmd.0
write_packet_files_stop
reboot VxWorks just to reset the packet counter

on the Sun:

	% mv /data/egse/tc /data/egse/tc_dpu_something

Oh, and by the way, to get our CVS status for ESA do:
cvs status | egrep '(File|Work|Repo)'
in icu/fm/oper and dpu and dpu/development/include, blue, red and white.