Error configuring Nertwork Interface Card (NIC) Deep Learning HDL Toolbox Support Package For Intel FPGA And SoC Devices
조회 수: 2 (최근 30일)
이전 댓글 표시
I'm trying to configure a NIC (Network Interface Card) for Deep Learning HDL Toolbox Support Package For Intel FPGA And SoC Devices but I get the following error message using Hardware Setup wizard:
Error using matlab.hwmgr.internal.hwsetup.appdesigner/DropDown/setValue
Too many input arguments.
Error in matlab.hwmgr.internal.hwsetup.appdesigner.DropDown/dropdownCallbackHandler (line 49)
obj.setValue(obj.Items{obj.ValueIndex});
Error in matlab.hwmgr.internal.hwsetup.appdesigner.DropDown>@(varargin)obj.dropdownCallbackHandler(varargin{:}) (line 45)
obj.Peer.ValueChangedFcn = @obj.dropdownCallbackHandler;
Error using matlab.ui.control.internal.controller.ComponentController/executeUserCallback (line 470)
Error while evaluating DropDown PrivateValueChangedFcn.
Runnign Matlab as root is suggested by User's Guide, but I get Matlab crashed when I do it and I'm trying to configure with my user. I don't know if this is the problem
--------------
Software version:
Deep Learning HDL Toolbox Support Package For Intel FPGA And SoC Devices 21.2.4
Matlab R2021b Update 6 (9.11.0.2207237)
Ubuntu 20.04
--------------
댓글 수: 0
답변 (1개)
Wang Chen
2023년 4월 11일
Hi Ruben,
Alternatively, you could skip this step (check the check box "Skip this step if your network card is already configured") in the hardware setup wizard, and configure the network card by yourself in the Ubuntu.
And on Intel board, you could also configure the IP address of the Intel board by updating the /etc/network/interfaces file in the serial terminal.
Then the Linux should boot successfully, and you should be able to ping the Intel board from host machine. If the Linux does not boot successfully, you can try reburn the SD image.
Also to clarify, there are two way for Deep Learning HDL Toolbox to connect to Intel boards, JTAG or Ethernet. The SD image and network interface card configuration is only needed when using Ethernet interface.
If you are using JTAG interface connection, then you don't need to setup the Linux image and Network cards.
Thanks,
Wang
참고 항목
카테고리
Help Center 및 File Exchange에서 Prototype Deep Learning Networks on FPGA에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!