Below is an example XSDB session that demonstrates building a
HelloWorld application to target the
MicroBlazeâ„¢
processor. The STDIN and STDOUT OS parameters are changed to use the MDM_0.
Note: When the BSP settings are
changed, it is necessary to update the mss and regenerate the BSP sources to reflect
the changes in the source file before compiling.
setws /tmp/wrk/workspace
app create -name mb_app -hw /tmp/wrk/kc705_system.xsa -proc microblaze_0 -os standalone -template {Hello World}
bsp config stdin mdm_0
bsp config stdout mdm_0
bsp regenerate
platform generate
app build -name mb_app
setws /tmp/wrk/workspace
app create -name mb_app -hw /tmp/wrk/kc705_system.xsa -proc microblaze_0 -
os standalone -template
{Hello World}
bsp config stdin mdm_0
bsp config stdout mdm_0
bsp regenerate
platform generate
app build -name mb_app