rlagerweij
rlagerweij
i'm interested in this process. From the look of it you have a small typo. it should read "-b $SPI_BLOCK" and not what is there currently, which is "-b $SPI_PAGE"
additionally, you are using memory mapped flash addresses instead of physical memory locations. i.e. the SPI_START should be 0x200000 instead of 0x40400000. same for SPI_END, so subtract 0x40200000 from that...
I have the littlefs part working, but I am not working on the arduino-cli part.
Did you try sending commands? I would love to be able to start/pause the dying cycle based on current power production from my solar PV
The problem was that the screen remained off during the calibration stage. I got it working by first applying the user_config.h to the eSPI_TFT library and then loading the device...