From 5ae495eee98db4fa14a6e6c0ee8ceaf083a50fd7 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Sun, 18 Mar 2018 16:57:38 +0100 Subject: [PATCH] Add Raspberry Pi 3+ to revision map --- addon/lib/rmupdate.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/addon/lib/rmupdate.tcl b/addon/lib/rmupdate.tcl index 141ab86..09534a2 100644 --- a/addon/lib/rmupdate.tcl +++ b/addon/lib/rmupdate.tcl @@ -135,6 +135,7 @@ proc ::rmupdate::get_rpi_version {} { set revision_map(a22082) "rpi3" set revision_map(a32082) "rpi3" set revision_map(1a01041) "rpi3" + set revision_map(a020d3) "rpi3" set fp [open /proc/cpuinfo r] set data [read $fp]