]> git.zerfleddert.de Git - rsbs2/commitdiff
don't try to set BOARD_SECRIPTION, it won't work
authorMichael Gernoth <michael@gernoth.net>
Wed, 28 Jan 2009 12:03:37 +0000 (13:03 +0100)
committerMichael Gernoth <michael@gernoth.net>
Wed, 28 Jan 2009 12:03:37 +0000 (13:03 +0100)
rsbs2

diff --git a/rsbs2 b/rsbs2
index 4da514f989bec5198136a0139ed79d7c29abf300..7591fb7c9368d96e5706dbbefe22cec1cf978acc 100755 (executable)
--- a/rsbs2
+++ b/rsbs2
@@ -149,12 +149,6 @@ foreach my $byte (@board) {
 }
 print "\n";
 printf("byte 22: 0x%x\n", ord($board[22]));
-$board[22] = chr(ord($board[22]) | 0x3);
-printf("byte 22: 0x%x\n", ord($board[22]));
-my $boarddesc_new = encode_base64(join('',@board));
-chomp($boarddesc_new);
-print "BOARD_DESCRIPTION: ${boarddesc64} -> ${boarddesc_new}\n";
-#AQFQAAAAAAAAAAAAiAKsAdAFAABqOgAABgABAAAAAAA=
 
 showprop("FP_REMOTE_POWER");
 showprop("FP_REMOTE_BOOT");
@@ -185,7 +179,6 @@ setprop("SERVER_POWER_OFF_MODE", sprintf("0x%x", $pmode));
 #$reqstr='<?xml version="1.0"?><?RMCXML version="1.0"?><RMCSEQ><REQ CMD="boardpropset"><BPROP NAME="BOARD_DESCRIPTION"><VAL>'.$boarddesc_new.'</VAL></BPROP></REQ></RMCSEQ>';
 #print $reqstr."\n";
 #print Dumper(_req($reqstr));
-setprop("BOARD_DESCRIPTION", $boarddesc_new);
 
 #serveraction("hardreset");
 serveraction("powerup");
Impressum, Datenschutz