Hi, great to see that a new version of UDOObuntu arrived. Is there a way to upgrade to 1.1 without loosing all my files? It might not seem like a big deal if you're using a sd card, but my boot drive is a 1TB hard disk...Thanks in advance!
OK, i DL the zip file, "sudo DD" the image to a micro SD card, check. Do the same for the SSD, check. Able to expand the FS on the micro SD card. Haven't been able to for the SSD. Tried the UDOO config program, after the SSD was installed.... no go. Sudo apt-get install gparted, still can't expand the FS. Hmmm perhaps I have to unmount it, first.... can't with gparted. GRRRRRR Suspecting a terminal command will allow me to expand the SSD SATA drive..... Googling....
Hi, I am not keen to reflash the OS again... already built many things. Is there a way like in lubuntu wiki i.e. do-release-upgrade? Any guidance is greatly appreciated. Thank you.
These are the major changes in the new release 1.1 you can implement by your own From the release note: - Arduino IDE upgraded to v1.5.8 download and extract the Arduino IDE HFP for UDOO precompiled from the downloads section: http://udoo.org/download/files/arduino-1.5.8-hfp-for_UDOO.tar.gz - UDOO Configuration Tool upgraded to v2.1 (Bugfix) donwload and install the new package .deb of the UDOO Configuration Tool from github: https://github.com/ektor5/udooconfig/releases Install the package with: Code: sudo dpkg -i <filename.deb> - Rootfs mount with noatime option Add this line at the end of the file /etc/fstab: Code: rootfs / rootfs rw,noatime 0 0 - Serial libraries preinstalled (Java, Python) For the java library follow the 1a. step of this guide using the file contained int the arduino-1.5.8 installed before: https://github.com/UDOOboard/serial_libraries_examples/tree/master/java Install the python library with: Code: sudo pip install pyserial - Serial library Examples installed in /home/ubuntu/ folder You can find the examples in the github channel: https://github.com/UDOOboard/serial_libraries_examples