<Guest26>
Hi folks, I'm experiencing a frustrating issue with LiteX that I was hoping someone could shine some light on it. tldr, litex bios can't write to spiflash. It initializes, performs the read tests, can read from the bios, but cannot write a firmware blob, and later cannot boot from that address. The device is an orangecrab 85F which seems to have
<Guest26>
been abandoned. I created the blob using the litex instructions for the fbi file, but after writing with the --kernel-adr option, nothing is in the place in memory
<Guest26>
I initialize via `self.add_spi_flash( mode="4x", module=SpiFlashModule(Codes.Read_1_1_4)) and import the appropriate W25q128JV module and opcodes, Litex gives it a location in memory at 0x01000000, I set `self.add_constant("FLASH_BOOT_ADDRESS", 0x01008000)`, then use that as --kernel-adr. without the --safe flag, litex_term will fail, but it seems
<Guest26>
to fail regardless, just quietly with the flag