Mastering Linux on MCU Series Part 16: New Boot Design for Loading Linux (3) – Implementing XMODEM for Importing and Exporting Memory and SPI FLASH
1. Introduction Previously, we implemented the read and write operations for SPIFLASH. Now, we will continue to add functionality by porting xmodem to achieve the import and export of on-chip mem and SPI FLASH. This allows us to dump the contents of on-chip RAM and FLASH, and also to import and export the contents of … Read more