issue with UP Squared AI X kit
I'm facing issue with UP squared ai x kit usb port. when i connect up ai x board to my laptop it's not detecting means COM port is not showing in the device manager
connection: I have power-up the board via power supply(5v,6amp), ethernet connected, micro usb cable
can anyone fix this problem
Answers
-
-
UP Squared AI Vision X developer kit
-
Hi @samarth
Please check the setting of BIOS, the "Mini PCIe / mSATA switch" in Chipset page should be modified to "Mini PCIe".
Best Regards,
Harry Chiu -
Hi @HarryChiu
I made the changes as shown in the pic, but still, I'm not getting any USB COM port in the device manager -
Hi @samarth
Could you please take a picture to me??
Need to confirm how to connect.Best Regards,
Harry Chiu -
Hi @HarryChiu
I have attached a pic of the Kit -
-
Yes USB 3.0 OTG, I want to upload Arduino program into the UP Squared AI vision kit via USB cable
-
-
Hi @samarth
The OTG function is only available on Linux.
Please refer the command as below.
Create a device image for partition, in this case 400MB memory space
[Command]sudo dd if=/dev/zero of=/usb-up2.img bs=1M count=400
[Return]
400+0 records in
400+0 records outFormat partition as FAT32
[Command]sudo mkdosfs -F 32 /usb-up2.img
[Return]
mkfs.fat 4.1 (2017-01-24)Load g_mass_storage for partition
[Command]sudo modprobe g_mass_storage file=/usb-up2.img stall=0
In Linux hosts, If connect USB OTG port, should see new device automatically.Best Regards,
Harry Chiu