afboot-stm32 icon indicating copy to clipboard operation
afboot-stm32 copied to clipboard

Fork of https://github.com/afaerber/afboot-stm32

Results 5 afboot-stm32 issues
Sort by recently updated
recently updated
newest added

As of GNU/Linux v5.12 kernel device tree binary grows above 0x08008000 and overwrites kernel binary Therefore this commit moves kernel to the next flash bank

These patches fix QSPI memory size on stm32f469i-disco and only enable the 4-byte mode when using 32bit address size. Also add some macros for using qspi in dual mode for...

The previous patch was inteded for setting the SDIO clock to be sourced from the 48MHz clock, but to achieve this we actually need to clear, not set, the mux...

Is there any specific reason why FLASH_ACR_DCEN is not enabled? u-boot does it, and it seems to work.