sciguy14
About
- Username
- sciguy14
- Joined
- Visits
- 0
- Last Active
- Roles
- Member
Comments
-
An FYI to anybody who stumbles upon this... I recently reimaged my UDOO with the latest UDOObuntu release. The kernel now includes CDC ACM support by default. You'll still need to run "sudo usermod -a -G dialout ubuntu". Then logout and back in. But…
-
Got it working! Yay! Here are my exact steps, which were slightly different from the linked steps: sudo apt-get install build-essential git libncurses5-dev git clone https://github.com/UDOOboard/U-Boot_Unico-2013.git cd U-Boot_Unico-2013/ make -j5…
-
Blargh... Indeed, I'm following those directions, and the CDC USB driver is not enabled by default. I was able to recompile the kernel with the driver enabled, but when I run "make -j5 tools" (on the download from ftp://ftp.denx.de/pub/u-boot/u-boot…
-
Good idea, Matt! I'll hook up a leonardo tonight to see what happens, and will report back. In the meanwhile, if I do need to compile the CDC ACM driver, are you familiar with the steps I would need to take to do that?