Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Alexandre Malecot
freertos-cu-gps
Commits
24ce97d1
Commit
24ce97d1
authored
Jun 11, 2018
by
Colin González
Browse files
Fixed bugs and provided a boot file for conevience.
parent
fb443923
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+4
-5
opt/flashing/at91sam9g20ek-nandflashboot--3.8.10.bin
opt/flashing/at91sam9g20ek-nandflashboot--3.8.10.bin
+0
-0
opt/flashing/flash.sh
opt/flashing/flash.sh
+1
-2
opt/flashing/nand-flash.tcl
opt/flashing/nand-flash.tcl
+2
-2
opt/flashing/ram-flash.tcl
opt/flashing/ram-flash.tcl
+1
-1
No files found.
opt/flashing/at91sam9g20ek-nandflashboot--3.8.10.bin
0 → 100755
View file @
24ce97d1
File added
opt/flashing/flash.sh
View file @
24ce97d1
#! /bin/sh
exec
sam-ba /dev/ttyACM0 at91sam9g20-ek src/flashing/
$1
-flash
.tcl
>
flash.log 2>&1
sam-ba /dev/ttyACM0 at91sam9g20-ek opt/flashing/
$1
-flash
.tcl
>
flash.log 2>&1
true
opt/flashing/nand-flash.tcl
View file @
24ce97d1
set bootstrap
"
/home/colin/Documents/apc/at91bootstrap/binaries
/at91sam9g20ek-nandflashboot--3.8.10.bin"
set img
"
/home/colin/Documents/apc/template-freertos
/bin/img-at91sam9g20-ek-at91sam9g20-sdram.bin"
set bootstrap
"
./opt/flashing
/at91sam9g20ek-nandflashboot--3.8.10.bin"
set img
"
.
/bin/img-at91sam9g20-ek-at91sam9g20-sdram.bin"
NANDFLASH::Init
...
...
opt/flashing/ram-flash.tcl
View file @
24ce97d1
set img
"
/home/colin/Documents/apc/template-freertos
/bin/img-at91sam9g20-ek-at91sam9g20-sdram.bin"
set img
"
.
/bin/img-at91sam9g20-ek-at91sam9g20-sdram.bin"
GENERIC::Init $RAM::appletAddr $RAM::appletMailboxAddr $RAM::appletFileName
[
list $::target
(
comType
)
$::target
(
traceLevel
)
$BOARD::extRamVdd $BOARD::extRamType $BOARD::extRamDataBusWidth $BOARD::extDDRamModel
]
send_file
{
SDRAM
}
"
$img
"
0x20000000 0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment