PicoMite/PicoMiteVGA V5.07.03 release candidates


Author Message
thwill

Guru

Joined: 16/09/2019
Location: United Kingdom
Posts: 4398
Posted: 08:53pm 31 Dec 2021      

Hi Peter,

It looks possible that AUTOSAVE has become non-functional:

> ? Mm.Info(Device)
PicoMite
> ? Mm.Info(Version)
5.0703
> files
A:
  <DIR>  cmm2-basic-challenge
  <DIR>  cmm2-forth
  <DIR>  cmm2-fun
  <DIR>  sptools
  <DIR>  zmim
00:07 01-01-2000         64  buzz.bas
00:07 01-01-2000       1922  fileview.bas
00:02 01-01-2000       3483  spi_led.bas
5 directories, 3 files
> autosave
abc
def
ghi
Saved 26 bytes
> save "foo.bas"
Error : A hard error occurred in the low level disk I/O layer
> files
A:
  <DIR>  cmm2-basic-challenge
  <DIR>  cmm2-forth
  <DIR>  cmm2-fun
  <DIR>  sptools
  <DIR>  zmim
00:07 01-01-2000         64  buzz.bas
00:07 01-01-2000       1922  fileview.bas
00:12 01-01-2000          0  foo.bas
00:02 01-01-2000       3483  spi_led.bas
5 directories, 4 files
> autosave
Print "Hello World"
Saved 23 bytes
> save "hello.bas"
Error : A hard error occurred in the low level disk I/O layer
> files
A:
  <DIR>  cmm2-basic-challenge
  <DIR>  cmm2-forth
  <DIR>  cmm2-fun
  <DIR>  sptools
  <DIR>  zmim
00:07 01-01-2000         64  buzz.bas
00:07 01-01-2000       1922  fileview.bas
00:12 01-01-2000          0  foo.bas
00:02 01-01-2000       3483  spi_led.bas
5 directories, 4 files
>


When I subsequently popped the SD card and put it into Windows and Linux machines it read as empty, and when put back into the PicoMite it also said it was empty.

There have been no past problems with this newish SD card or with this particular Pico and SD reader, at least not since the very early PicoMite SD card teething issues.

Best wishes,

Tom