|
I am trying to create a custom board. My target requires different DDR initialization compared with the AT91SAM9G45-EK. I am connecting through a JLink. If I start SAM-BA and select the at91sam9g45-eke board, it connects but warns that it could not initialize main memory, as expected.
I start by copying the entire directory tcl_lib\at91sam9g45-ek to tcl_lib\test. Then, edited tcl_lib\boards.tcl to add an entry that looks like this:
"test" "test\test.tcl"
and inside test.tcl:
set target(board) test
Now after launching SAM-BA 2.10, the board "test" shows up as an option. However, any attempt to connect results in a FATAL dialog box that says "Wrong board type (test) specified". I don't know what has triggered this message, and a terminal connected to DBGU does not show any activity at all.
Any suggestions where to look ?
Geo.
|