UP BOARD+WINDOWS 10+LABVIEW

Hello
I wanted to install windows 10 on the UP board and then install a LabVIEW program to communicate with the electronic control units through a serial usb .
you think you can ?
It has still not left the guide to install Windows 10 on up board ?
thank you all
best regards
I wanted to install windows 10 on the UP board and then install a LabVIEW program to communicate with the electronic control units through a serial usb .
you think you can ?
It has still not left the guide to install Windows 10 on up board ?
thank you all
best regards
Comments
Boot from USB device, next, yes, next, make partitions, next, go get coffee & let it do its thing.
Set machine settings, make user, login.
Install drivers, run windows update.
Done!
thanks for the answers
Aside from ancient 10+yo machines which don't actually support booting off thumbdrives, I can't recall the last system I installed from optical media.
Pretty sure the current Microsoft tool will even make the USB for you.
https://www.microsoft.com/en-au/software-download/windows10
Expand the section titled "Perform a clean installation using a USB or DVD" and have a read.
In Command Prompt:
dism /Apply-Image /?
PowerShell:
Get-Help Expand-WindowsImage
The wim file is at .\sources\install.wim or .\sources\install.esd on the ISO's drive.
There's a lot of information about Windows PE and Windows RE on Microsoft Technet as well as everything you need to build a fully custom Windows Image (.wim) or with Windows 10 perhaps including provisioning packages that you can eventually deploy to UP boards fully automated.
Just write a page or two PowerShell to make the master image all the way from a clean installation of the Windows ADK on a technician computer to a .wim or a size-optimized .esd file that you can then deploy with a few other lines of PowerShell on the factory floor.
I use the NI GPIB-USB-HS to control five instruments at the same time to do some thing and generating results report,that system is functioning properly.
Hi guys
I want to use the UP Board for a remote application. Power provided is solar panel and battery. Currently I am using a mini PC. The problem is sometimes running off battery so the PC got an Illegal power off. And then the PC dead. My question is if UP Board can take the Illegal power off.
Thanks
Hong
I tried the battery problem and finally found a usable battery in two months. I can make the up board start smoothly and keep working for 5-8 hours. If you are interested, please send me an email to [email protected]
Has anyone tried interfacing with the 40pin header (GPIO, I2C, SPI & UART) from Labview?
I had no problem interfacing with NI-DAQ or RS232 to USB converters.