diff --git a/trusted_os/flash.go b/trusted_os/flash.go index 8abebfd..59f79e6 100644 --- a/trusted_os/flash.go +++ b/trusted_os/flash.go @@ -44,7 +44,7 @@ const ( osBlockA = 0x5050 osBlockB = 0x102828 crashLogBlock = 0x1D20000 // For storing contents of log ringbuffer on applet crash for later investigation. - crashLogNumBlocks = 0x400 // 1MB + crashLogNumBlocks = 0x800 // 1MB batchSize = 2048 )