my $clear=0;
my $info=0;
my $noverify=0;
+my $header_page_addr = 0x7000;
Getopt::Long::Configure(qw(gnu_getopt));
GetOptions(
'clear|c' => \$clear,
'info|i' => \$info,
'noverify|v' => \$noverify,
+ 'page|p=s' => \$header_page_addr
);
+if (my @a = $header_page_addr =~ /^0x(\w+)/) {
+ $header_page_addr = hex($a[0]);
+ }
-
my @pages;
my $page;
-my $header_page_addr = 0x7000;
+
my $trbflash = "trbflash";
--noverify|-v do not verify the written memory area
--info|-i show information summary about settings
in the flash
+ --page|-p specify starting flash page to use
settings file format: