Skip to content

Commit 944b4c2

Browse files
iabdalkaderdpgeorge
authored andcommitted
mimxrt/boards/MIMXRT1064_EVK: Fix board config to use internal flash.
This commit is necessary to make MicroPython work on this eval kit out of the box, as the eval kit ships with the HyperFlash physically disconnected from the bus (refer to the schematics or the user guide) and the QSPI connected instead, but the fuses/board/pins are configured to boot from internal flash (on FlexSPI2). Note that enabling the HyperFlash is not trivial, as it requires soldering and desoldering of many small footprint resistors and changing fuses.
1 parent ed5e359 commit 944b4c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/mimxrt/boards/MIMXRT1064_EVK/mpconfigboard.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ MCU_VARIANT = MIMXRT1064DVL6A
33

44
MICROPY_FLOAT_IMPL = double
55
MICROPY_PY_MACHINE_SDCARD = 1
6-
MICROPY_HW_FLASH_TYPE = qspi_hyper_flash
7-
MICROPY_HW_FLASH_SIZE = 0x4000000 # 64MB
6+
MICROPY_HW_FLASH_TYPE = internal
7+
MICROPY_HW_FLASH_SIZE = 0x400000 # 4MB
88

99
MICROPY_HW_SDRAM_AVAIL = 1
1010
MICROPY_HW_SDRAM_SIZE = 0x2000000 # 32MB

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy