
82
DesignWare ARC AXC003 CPU Card User Guide
Bare-Metal Package
Synopsys, Inc.
Version 6323-018
May 2017
Variable
Value
Description
AXS_CONSOLE_TYPE uart0
Debug console is connected to the
UART0
interface at the DB9 connector
1)
or at the Pmod
connector
1) 2)
uart1
Debug console is connected to the
UART1
interface at the 6-pin header
1)
or at the Pmod
connector
1) 2)
usb_uart
Debug console is connected via the
USB
Dataport
1)
(using the UART2 peripheral);
default
nouart
No console output
1) This connector is located on the ARC SDP Mainboard.
2) In order to use the Pmod connectors, the
PMOD_MUX_CTRL
register (see the ARC SDP Mainboard User
) needs to be modified.
9. Build the project(s) using any of the following methods:
Right-click the selected project(s) again and select Build Project.
Select Build Project from the Project menu.
Enter CTRL-B.
You can see the build results in the console window.
An example is shown in Figure 41. Two images get created. One of them includes
HOSTLINK, the other doesn’t. The file name of the image with HOSTLINK includes the
string
_hostlink
. The images are located in the folder
/software/baremetal/apps/<project_name>
.
MetaWare IDE
– Build Results in Console Window
For instructions on running the code in the MetaWare IDE Debugger, see
on page 85 and
Running a Bare-Metal Application in the
on page 87.
For instructions on storing the code in the SPI Flash memory of the ARC SDP
Mainboard, see
Storing an Image in the SPI Flash and Running the Application