applet-lowlevelinit-sama5d3x.bin won't run under Ubuntu 18.04.2 LTS
Posted: Mon May 13, 2019 7:26 pm
I'm attempting to run SAM-BA in the 18.04.2 LTS release. Followed the directions in the app note an-8995. Launching sam-ba_64, the small connection GUI window comes up, shows the serial connection (ACM0) and allows me to select the Xplained board package. After hitting "connect", the connection is established, the chip's device ID is successfully read, but then the process stops when applet-lowlevelinit-sama5d3x.bin is run. Here's what's shown on my terminal:
frank@frank-VirtualBox:~/sam-ba_cdc_linux$ ./sam-ba_64
-I- Waiting ...
-I- TCL platform : Linux
-I- SAM-BA CDC 2.18 on : linux
-I- Connection : /dev/ttyACM0 (target(comType) = 0)
-I- Board : at91sama5d3x-ek
-I- Traces Level : 4
-I- target(handle) : file5
-I- sourcing board description file /home/frank/sam-ba_cdc_linux/tcl_lib/at91sama5d3x-ek/at91sama5d3x-ek.tcl
Read device Chip ID at 0xFFFFEE40 --- get 0xffffffff8a5c07c2
-I- Found chip : at91sama5d3x (Chip ID : 0xffffffff8a5c07c2)
-I- Loading applet applet-lowlevelinit-sama5d3x.bin at address 0x308000
It simply stops right there. I can hit Enter and get it to respond with a cr/lf, that's it. Can someone suggest a way to debug this problem?
frank@frank-VirtualBox:~/sam-ba_cdc_linux$ ./sam-ba_64
-I- Waiting ...
-I- TCL platform : Linux
-I- SAM-BA CDC 2.18 on : linux
-I- Connection : /dev/ttyACM0 (target(comType) = 0)
-I- Board : at91sama5d3x-ek
-I- Traces Level : 4
-I- target(handle) : file5
-I- sourcing board description file /home/frank/sam-ba_cdc_linux/tcl_lib/at91sama5d3x-ek/at91sama5d3x-ek.tcl
Read device Chip ID at 0xFFFFEE40 --- get 0xffffffff8a5c07c2
-I- Found chip : at91sama5d3x (Chip ID : 0xffffffff8a5c07c2)
-I- Loading applet applet-lowlevelinit-sama5d3x.bin at address 0x308000
It simply stops right there. I can hit Enter and get it to respond with a cr/lf, that's it. Can someone suggest a way to debug this problem?