# serprog-lpc54114-lite **Repository Path**: ieiao/serprog-lpc54114-lite ## Basic Information - **Project Name**: serprog-lpc54114-lite - **Description**: flashrom serprog implemention on lpc54114-lite. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-04-18 - **Last Updated**: 2024-05-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # serprog-lpc54114-lite _flashrom serprog implemention on lpc54114-lite._ ## serprog [About serprog](https://flashrom.org/Serprog) ## lpc54114-lite ![image of lpc54114-lite](doc/lpc54114-lite.jpg) ## usage This project build with `make` and `arm-none-eabi-gcc` under Debian/Linux, can also build with other Linux distribution. Make sure installed all software needed, then just execute ```shell make make flash ``` ## reference [Linux 下离线烧写 SPI 闪存](http://blog.dword1511.info/?p=4107) [Tiny USB](https://github.com/hathach/tinyusb)