element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
GIZMO 2
  • Products
  • Dev Tools
  • Single-Board Computers
  • GIZMO 2
  • More
  • Cancel
GIZMO 2
Blog Gizmo2: Installing SSD and Ubuntu
  • Blog
  • Forum
  • Documents
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join GIZMO 2 to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: fvan
  • Date Created: 30 Jan 2015 1:15 PM Date Created
  • Views 6673 views
  • Likes 5 likes
  • Comments 39 comments
  • msata
  • Ubuntu
  • ssd
  • gizmo2
  • soldering
  • resistor
Related
Recommended

Gizmo2: Installing SSD and Ubuntu

fvan
fvan
30 Jan 2015

Previous posts:

  • Gizmo2: 3D Printable Enclosure - First Iteration
  • Gizmo2: Adding external PWR and RST buttons

 

  • Introduction
  • Live USB Stick
  • mSATA SSD
    • Physical Installation
    • SSD Detection
    • Modification
    • Software Installation
  • Conclusion

 

Introduction

 

Using a Live USB Stick, I failed to install Ubuntu (or Xubuntu, tried both) to the microSD card of the GIZMO 2. The installation would finish successfully, but afterwards it was impossible to boot from it. So I bought a 32GB mSATA SSD for testing ...

 

 

Live USB Stick

 

Creating the Live USB stick was the easy part.

 

First, I downloaded the Ubuntu Desktop version *.iso from their website: Download Ubuntu Desktop | Download | Ubuntu

Then, I "burned" the *.iso file on a USB stick, as if it were a CD. These are the steps I performed:

 

1) list the available disks to ensure the correct one is used

Fredericks-Air:Downloads fvan1$ sudo diskUtil list

/dev/disk0
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *251.0 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:          Apple_CoreStorage                         250.1 GB   disk0s2
   3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
/dev/disk1
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:                  Apple_HFS Macintosh HD           *249.8 GB   disk1
                                 Logical Volume on disk0s2
                                 5642627E-CEC4-458D-AB8D-376EF3FB568C
                                 Unencrypted
/dev/disk2
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:     FDisk_partition_scheme                        *8.0 GB     disk2
   1:                 DOS_FAT_32 UNTITLED                8.0 GB     disk2s1

 

2) unmount the disk to be used

Fredericks-Air:Downloads fvan1$ sudo diskUtil unmountDisk /dev/disk2

Unmount of all volumes on disk2 was successful

 

3) write the *.iso file to the disk

Fredericks-Air:Downloads fvan1$ sudo dd if=ubuntu-14.04.1-desktop-amd64.iso of=/dev/disk2 bs=1

1028653056+0 records in
1028653056+0 records out
1028653056 bytes transferred in 2770.850314 secs (371241 bytes/sec)

 

Everything went well, and I now had a bootable Ubuntu USB stick.

 

mSATA SSD

 

Physical Installation

 

As mentioned in the introduction, I bought a 32GB for testing. No mounting screws were provided with the SSD or the Gizmo2, so I improvised a little image

imageimageimage

 

The SSD needs to be inserted at an angle and then pulled down to be mounted in parallel to the Gizmo2.

 

SSD Detection

 

By default, the Gizmo2 should boot from the SSD. Using "F12" at startup, you can then select another boot option.

 

But for some reason, mine booted directly off the USB stick. I didn't realise it at that moment, so I proceeded with the Ubuntu installation wizard. Only briefly though, as it was stating there was not enough space to install. For some reason, the SSD was not detected. Why?

 

I started going through the user guide again, thinking I might have to do something to switch between miniPCIe or mSATA mode and found the following:

image

Should I conclude my SSD is non-compliant ?

 

Modification

 

In an attempt to get my SSD detected, I decided to go ahead and remove resistor "R1". The resistor is clearly indicated on the board with a white arrow pointing to it.

The resistor is tiny! I've never worked with something so tiny before, so it was a bit scary to do. I heated up the soldering iron, put a little bit of extra solder to get everything hot, and the resistor came loose very easily. Pfiew!

 

Took some pictures to give you an idea of just how small the resistor is (the USB microscope I got for Christmas finally came in handy!):

imageimageimage

 

Software Installation

 

With the resistor removed, I booted the Gizmo2 keeping my fingers crossed while pressing "F12". And there it was ... the SSD was detected!

imageimageimage

 

Using the installation wizard, Ubuntu was installed successfully on the SSD and I was able to boot from it (unlike the microSD card). Hooray!

 

Conclusion

 

A little bit trickier than expected, but I finally got my SSD detected and managed to install a different operating system on it.

 

I would suggest following improvements though:

  • to have a little jumper to enable/disable resistor "R1" instead of having to solder/desolder it
  • include some mounting screws for miniPCIe/mSATA devices

 

On to the next adventure with the Gizmo2!

  • Sign in to reply

Top Comments

  • bwelsby
    bwelsby over 10 years ago +3
    Glad you got it working, unlucky with the SSD, mine is an Intel 530 Series SSDMCEAW120A401 120 GB and works fine with the R1 installed. I agree a jumper on R1 is a good idea. I initially started with a…
  • cstanton
    cstanton over 10 years ago +2
    You may want to consider incorporating a vent for the underside of the Gizmo2 if you're putting it inside an enclosure to help promote airflow. Although the heatsink/fan on top helps to keep the processor…
  • mcb1
    mcb1 over 10 years ago +2
    @fvan Frederick, that is very small. Since its obvious you need to remove it, why didn't they just make a cuttable section of the track .... Mark
  • shabaz
    shabaz over 8 years ago in reply to nyteshade

    Hi Brielle,

     

    I've not measured the speed, but it is speedy enough to boot up and do lots of usual stuff like compiling etc. The bottleneck to usability I feel is RAM. The RAM is sufficient for desktop use and so on, but for watching videos it is not so great because the GPU and video memory is part of the same DRAM chips, and can be quite restrictive. Also, although I tried hard, I was unable to optimise it for video despite compiling the video driver. Video was choppy for me although it is capable of better video because the supplied demo software image performed better.

    The mSATA is awesome though. The Gizmo2 is still worth purchasing despite it being a few years old now, however if you are looking for a video or gaming platform then it might not be perfect.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • nyteshade
    nyteshade over 8 years ago

    How are the SSD speeds. Most single board computers are speed limited by disk speed, RAM limitations and CPU. Many times, in that order. I'm curious if the Gizmo is worth purchasing over others specifically due to the mSATA port

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Former Member
    Former Member over 10 years ago

    Hi Frederick Vandenbosch, I'm curious how well Ubuntu is working on your Gizmo 2 when it comes to running GPU intensive apps. I am doing the same thing as you are (just bought the mSATA), but I'm concerned about the 1GB RAM limit of the Gizmo 2. Just by chance, have you tried running the LEAP Motion controller on their and see how fast everything works?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • bwelsby
    bwelsby over 10 years ago in reply to Former Member

    That's good to know, thanks for the update.

     

    Brian

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Former Member
    Former Member over 10 years ago in reply to Former Member

    Hello Again,

     

    Just to let you all know. Kingston mSATA Solid State Drive is fully compatible with Gizmo 2. I installed other linux distributions (Kali, Ubuntu etc) on the mSATA drive without any issues.  Just remember to hit the F12 the board with recognise the mSATA .  So, there is no need to take resister R1 out or to remove the gold finger pin43 on the mSATA card... if you are using Kingston mSATA Solid State Drive.


    Thanks


    E

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube