# stm32f4-bootloader **Repository Path**: duoduobingo/stm32f4-bootloader ## Basic Information - **Project Name**: stm32f4-bootloader - **Description**: Download a **.bin to spi flash, and copy it to external sram and run with the command 'bootm'. - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2019-03-14 - **Last Updated**: 2021-11-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # stm32f4-bootloader Download a **.bin to spi flash with the command 'loady', and copy it to external sram with the command 'bootm'. This bootload just boot a applicant form external sram, with a lot of commands like uboot, you can add you own commmand if you know how to use uboot command. It can not boot a operation system like Linux, but if you use system like freertos which do not need kind of 'env'parament, the bootload is OK.