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
--------------

回答 (1 件)

Wang Chen
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.
You could configure the host ethernet card's IP address to be for example 192.168.1.1
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
  1 件のコメント
Rubén
Rubén 2023 年 4 月 12 日
Hello @Wang Chen,
I was able to configure NIC manually and communicate with Intel board using Ethernet interface but it is still not clear why the Hardware Setup wizard is not working. Is there any mistake from my side or it is a known bug?

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

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by