sbsv1_os/e32toolp/e32util/omapsig.pl
branchRCL_3
changeset 16 22bdd8a90cc4
parent 2 99082257a271
equal deleted inserted replaced
13:7416fe50a180 16:22bdd8a90cc4
    19 # Syntax:
    19 # Syntax:
    20 #	perl omapsig.pl <load address in hex> <input miniboot> <output minboot with sig>
    20 #	perl omapsig.pl <load address in hex> <input miniboot> <output minboot with sig>
    21 #
    21 #
    22 
    22 
    23 use warnings;
    23 use warnings;
    24 use strict;
    24 
    25 use IO::Handle;
    25 use IO::Handle;
    26 use File::Copy;
    26 use File::Copy;
    27 
    27 
    28 if (scalar(@ARGV)!=3) {
    28 if (scalar(@ARGV)!=3) {
    29 	die "perl omapsig.pl <load address in hex> <input miniboot> <output minboot with sig>\n";
    29 	die "perl omapsig.pl <load address in hex> <input miniboot> <output minboot with sig>\n";