フィルターのクリア

running open_syste​m('hdlcode​r_led_blin​king') for zynq, but no connection?

1 回表示 (過去 30 日間)
owen chang
owen chang 2013 年 11 月 18 日
編集済み: owen chang 2013 年 11 月 24 日
Hi, i am using usb jtag cable for communication with zynq-zc702, but i can't see serialport as instructed in the webinar, how should i connect with zynq? ethernet(ip address)? uart? jtag? i'm confused...
Trial>> z =zynq; Trial>> z
z =
LinuxServices with properties:
SerialPort: []
hostname: '10.10.10.1'
username: 'root'
port: 22
protocol: 'ssh'
BR
Owen
  5 件のコメント
owen chang
owen chang 2013 年 11 月 23 日
Hi noam,
the syntax error is because the ip address should use 'xxx.xxx.xxx.xxx' instead of "xxx.xxx.xxx.xxx". i could run the example now.
i am running "sobel filter example" with zc702, but both behavior model and hardware result windows are showing black(no data?)
what could be the problem here?
thanks
Owen
owen chang
owen chang 2013 年 11 月 23 日
編集済み: owen chang 2013 年 11 月 24 日
the log as below:
*starting the model*
*simulation finished* resolution set @ id = 0 .... 1920*1080 incorrect input [..] turning on the previous pattern
log on simulink window:
"Error occurred while executing External Mode MEX-file 'ext_comm': Failed to connect to the target. Possible reasons for the failure: a) The target is not switched on. b) The target is not connected to your host machine. c) The application for the model is not running on the target. You might have clicked the Stop button.
Caused by: An error occurred attempting to open an rtIOStream. More detail may be reported in the MATLAB command window"
it seems that i should change the default image source?

サインインしてコメントする。

回答 (1 件)

Noam Levine
Noam Levine 2013 年 11 月 19 日
To run the hdlcoder_led_blinking demo you need three connections: Ethernet cable, UART, and programming cable.
Embeded Coder needs the Ethernet connection to operate in External Mode, which is what is expected in the example.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by