Merge pull request #43 from dron0gus/artery-dev-backport

fix cfg
This commit is contained in:
Andrey G 2024-01-14 00:17:30 +03:00 committed by GitHub
commit 80ed9d0dd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -51,9 +51,9 @@ $_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE
set _FLASHNAME $_CHIPNAME.flash
# flash bank $_FLASHNAME artery 0 0 0 0 $_TARGETNAME
flash bank $_FLASHNAME artery 0x080000000 0 0 0 $_TARGETNAME
#flash bank $_CHIPNAME.otp artery 0x1fff7800 0 0 0 $_TARGETNAME
flash bank $_CHIPNAME.bank1 artery 0x08000000 0 0 0 $_TARGETNAME
flash bank $_CHIPNAME.bank2 artery 0x08200000 0 0 0 $_TARGETNAME
flash bank $_CHIPNAME.otp artery 0x1fffc000 0 0 0 $_TARGETNAME
if { [info exists QUADSPI] && $QUADSPI } {
set a [llength [flash list]]