diff --git a/apps/warpdrive/app.js b/apps/warpdrive/app.js index e7291eadf..81cdda1d9 100644 --- a/apps/warpdrive/app.js +++ b/apps/warpdrive/app.js @@ -453,8 +453,11 @@ function test(addr, y) { } function probe() { - if (!start) + if (!start) { start = 0x20000000; + if (test(0x2002d3fe, 0)) // try to skip loading if possible + start = 0x2002d3fe; // FW=2v20 + } const end = Math.min(start + 0x800, 0x20038000); if (start >= end) {