Unable to build simple-fatfs example [here]([simple-fatfs](https://github.com/tinygo-org/tinyfs/tree/release/examples/simple-fatfs)). ```panic: runtime error: type assert failed``` What is the minimal example to simply: 1)write "hello world" to a Pico's flash using TinyGo 2)read the string from flash and print to the terminal This is essential for any persistence if we are to use TinyGo.