# Enable i2c and spi sudo raspi-config nonint do_i2c 0 sudo raspi-config nonint do_spi 0 # Update Raspbian sudo apt-get update sudo apt-get dist-upgrade -y # Add the LINX repository sudo sh -c 'echo "deb [trusted=yes] http://feeds.labviewmakerhub.com/debian/ binary/" >> /etc/apt/sources.list' sudo apt-get update # Install the LINX package. Error messages will be displayed for the # nisysserver.service and labview.service sudo apt-get install -y lvrt-schroot # Move the nisysserver.service and labview.service files to the systemctl folder sudo mv /etc/systemd/system/multi-user.target.wants/nisysserver.service /lib/systemd/system sudo mv /etc/systemd/system/multi-user.target.wants/labview.service /lib/systemd/system # link liblinxdevice.so to the Raspberry PI device driver file liblinxdevice_rpi2.so sudo schroot -c labview -d /usr/lib -- ln -s liblinxdevice_rpi2.so liblinxdevice.so # Enable the nisysserver.service and labview.service to start on boot sudo systemctl enable nisysserver.service sudo systemctl enable labview.service # Start the nisysserver.service and labview.service sudo systemctl start nisysserver.service sudo systemctl start labview.service |
阿豪博士 发表于 2019-10-29 20:09 阿豪博士,我没买树莓派4,只是这一块领域教学使用,真正我是想用FPGA做生产线测控仪器,尤其目前网分一部分功能 |
Scadao 发表于 2019-10-29 17:53 你买了 树莓派4 了吗?如果你有的话,或者将要搞的话,我们一起研究如何?例如,你做何种应用?能不能透过NIMAX添加 NI的一些软件组建? 还是做什么应用? 我的期望是,通过40PIN IO扩展,连接STM32 或者FPGA单片机,做一些其他方面的应用。 |
阿豪博士 发表于 2019-10-29 16:34 感谢阿豪博士! 我把你在NI官网发起的链接找到: https://forums.ni.com/t5/LabVIEW/LINX-3-0-on-the-Raspberry-Pi-2-3-and-4-running-Raspbian-Buster/td-p/3967891?profile.language=zh-CN 目前我还没验证,因我有Raspberry Pi 3板子,测试完再回来发文—— |
阿豪博士 发表于 2019-10-28 16:43 你的Raspberry Pi 3B+支持?!请祥述请截图—— |
支持的!只不过你没有装好! |
Powered by Discuz! X3.2
© 2001-2013 Comsenz Inc.