A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: vwp1641803425339
Ixiasoft
Visible to Intel only — GUID: vwp1641803425339
Ixiasoft
4.2.4.3. Controlling the stdio Device
The build tools offer several ways to control the details of your stdio device configuration, such as the following:
- When creating a new BSP:
niosv-bsp --create --qsys=<Platform Designer system> --type=hal --cmd=”set_setting hal.stderr {uart2}” settings.bsp
- When updating an existing BSP:
niosv-bsp --update --cmd=”set_setting hal.stderr {uart2}” settings.bsp
If you update your BSP, you must provide the original command line options again to prevent the default Tcl script from choosing its own default stdio devices.