UDOO Quad, can you boot from a SSD connected to it?

Discussion in 'General Discussion' started by tenchidbz, Jan 30, 2015.

  1. tenchidbz

    tenchidbz New Member

    Joined:
    Jan 30, 2015
    Messages:
    4
    Likes Received:
    0
  2. fetcher

    fetcher Member

    Joined:
    Mar 9, 2014
    Messages:
    166
    Likes Received:
    20
    The small 'uboot' bootloader (similar to Grub or LILO on x86) normally has to be on an SD card, but can be configured so that everything from that point on, including the kernel is loaded from a SATA-attached SSD or HD.

    The i.MX6 does allow for alternate boot modes, including direct from SATA, though this requires changing the states of either one-time-programmable eFuses or GPIO hardware signals. I haven't looked into this in enough detail to say whether Udoo exposes all necessary signals (some appear to be wired up to the SAM3X chip!), but if you're interested, see Chapter 8 in the Freescale reference manual (IMX6DQRM.pdf -- Google for that name. It's a 5000+ page monster).

    Unless you want to free up the SD slot for another purpose, just chaining SD(uboot) -> SATA (kernel, rootfs) is likely to be a lot easier.
     

Share This Page