fpmoleg 0 July 16, 2008 Posted July 16, 2008 · Report post Добрый день. Написал простую программу для мк AT91SAM9263. Хочу загрузить ее в SDRAM через SAM-BA. Написал такой код в файле leds.tcl: SDRAM::InitSDRAM send_file {SDRAM} "./Leds.bin" 0x20000000 0 go 0x20000000 Когда читаю логи то видно: Script File prog_sdram.tcl returned error : invalid command name "SDRAM::InitSDRAM " - invalid command name "SDRAM::InitSDRAM " while executing "SDRAM::InitSDRAM" (file "prog_sdram.tcl" line 10) invoked from within "source $scriptFile" Так же пробывал использовать SDRAM::Init Результат такой же. Как это исправить ? Quote Share this post Link to post Share on other sites More sharing options...
slava2005 0 July 16, 2008 Posted July 16, 2008 · Report post А мне версия 2.8 вообще не понравилась. Попробуйте доунгрейд. Quote Share this post Link to post Share on other sites More sharing options...
fpmoleg 0 July 16, 2008 Posted July 16, 2008 · Report post Доунгрейд - это зарубежная софтинка? Если так, то как правильно пишется ? Quote Share this post Link to post Share on other sites More sharing options...
mdmitry 0 July 16, 2008 Posted July 16, 2008 · Report post Подозреваю, что slava2005 имел в виду откат на предыдущую версию SAM-BA, скорее всего 2.7. Quote Share this post Link to post Share on other sites More sharing options...
fpmoleg 0 July 17, 2008 Posted July 17, 2008 · Report post Спасибо за ответы. Я вернулся к версии 2.4. Так же написал письмо в тех поддержку, жду что скажут они. Quote Share this post Link to post Share on other sites More sharing options...