element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • 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 & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • 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
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • 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 7046 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 11 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 11 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 11 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
Parents
  • mcb1
    mcb1 over 11 years ago

    @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 .... image

     

    Mark

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • mcb1
    mcb1 over 11 years ago

    @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 .... image

     

    Mark

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
Children
  • fvan
    fvan over 11 years ago in reply to mcb1

    Well, so far it would seem that I was the first one to actually need to remove it, I must attract special problems like these image

    I still think a jumper would be the better option as opposed to something more complicated like cutting traces or removing resistors. I'll probably end up losing the resistor ...

     

    Frederick

    • Cancel
    • Vote Up 0 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 © 2026 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