More Low Cost ARM Linux NAS Platforms Coming Soon: Popcorn Hour Transformer (XL), ODROID-HC2

Last summer, Hardkernel launched ODROID-HC1 Home Cloud 1 taking a single 2.5″ hard drive, and based on a modified version of their popular Exynos 5422 powered ODROID-XU4 board where they removed HDMI, and added a SATA interface (via USB 3.0), but based on the initial announcement, we also knew the Korean company was working on ODROID-HC2 supporting 3.5″ drives instead.

The device is not available yet, but guys at Armbian got an early unit, so we should not be waiting too long. Hardkernel will also have some competition for their ODROID-HC1 NAS, as Cloud Media (and Pine64?) are working on Rockchip RK3328 based Popcorn Hour Transformer & Transformer XL with support for 2.5″ and 3.5″ drives respectively.

Hardkernel ODROID-HC2

ODROID-HC2 (Top) vs ODROID-HC1 (Bottom) – Click to Enlarge

ODROID-HC2 preliminary specifications:

  • SoC – Samsung Exynos 5422 octa-core processor with 4x ARM Cortex-A15 @ 2.0 GHz, 4x ARM Cortex-A7 @ 1.4GHz, and Mali-T628 MP6 GPU supporting OpenGL ES 3.0 / 2.0 / 1.1 and OpenCL 1.1 Full profile
  • System Memory – 2GB LPDDR3 RAM PoP @ 750 MHz
  • Storage
    • UHS-1 micro SD slot up to 128GB
    • SATA interface via JMicron JMS578 USB 3.0 to SATA bridge chipset
    • The case supports 3.5″ drives
  • Network Connectivity – 10/100/1000Mbps Ethernet (via USB 3.0)
  • USB – 1x USB 2.0 port
  • Debugging – Serial console header
  • Misc – Power, status, and SATA LEDs;
  • Power Supply
    • 12V/2A via 5.5/2.1mm power barrel (2.5A might covered most use case, e.g. adding another USB 2.0 drive)
    • Backup header for RTC battery
  • Dimensions & weight – TBD

Basically everything should be the same, as HC1, except the power supply (12V vs 5V) and of course the dimensions of the metal enclosure, which is still used for cooling.

Tkaiser ran some preliminary tests, and could confirm HC2 is indeed software compatible with HC1/ODROID-XU4 using Armbian OMV image. Power consumption will be higher than for 2.5″ drives with around 5.3W measured while idle with a mechanical drive, and spikes up to 24Watts when the drive is spinning up, but apparently the 12V/2A power supply provided by hardkernel can somehow handle up to 30 Watts. Power consumption drops to 4.3W with an SSD, and 3.9W with no drive at all.

Performance was good at 100+ MB/s sequential read/write performance over the network. The reported SoC temperature will be slightly higher than on ODROID-HC1 because the 12V to 5V converter circuit produce heat that increases the PCB temperature by 3 to 4°C, but it should not be an issue.

Popcorn Hour Transformer

Click to Enlarge

Popcorn Hour Transformer is quite similar to ODROID-HC1, but Cloud Media also left the HDMI 2.0 output, so it could be used as a Android TV box with hard drive too.

Preliminary specifications for Transformer based on photos, and OMV forums:

  • SoC – Rockchip RK3328 quad core Cortex A53 processor with Mali-450MP GPU
  • System Memory – 2GB or 4GB DRAM
  • Storage
    • micro SD slot
    • Support for eMMC flash modules used in ROCK64 board
    • SPI NOR flash
    • SATA interface via USB 3.0 to SATA bridge chipset
    • Support for 2.5″ drives
  • Network Connectivity – Gigabit Ethernet
  • Video Output – HDMI 2.0a up to 4K 60Hz with HDR support
  • Audio Output – Via HDMI, and 3.5mm audio jack
  • USB – 2x USB 2.0 ports
  • Misc – Power button, IR receiver
  • Power Supply – 5V/3A via power barrel jack
  • Dimensions & weight – TBD
Click to Enlarge

Transformer should be 100% compatible with ROCK64 development board, and based on latest info from #pine64 IRC channel, launch is planned for January, with Transformer XL coming a few months later. Cloud Media already listed Transformer for $95.90$115.90, but accessing further information requires a password. Since the product has not been launched, prices may just be placeholders while designing the website.

In somewhat related news, Pine64 is working on a Rockpro64 board powered by Rockchip RK3399 SoC which will be demo’ed at FOSDEM 2018, and this may eventually lead to a Transformer Pro media NAS if there’s demand for it.

Share this:
FacebookTwitterHacker NewsSlashdotRedditLinkedInPinterestFlipboardMeWeLineEmailShare

Support CNX Software! Donate via cryptocurrencies, become a Patron on Patreon, or purchase goods on Amazon or Aliexpress

ROCK Pi 4C Plus

25 Replies to “More Low Cost ARM Linux NAS Platforms Coming Soon: Popcorn Hour Transformer (XL), ODROID-HC2”

  1. @cnxsoft: ‘spikes up to 24Watts when the drive is spinning’ — there’s an ‘up’ missing since those consumption peaks only occur when 3.5″ HDD spin up (then there’s a huge current demand on the 12V rail to start the spindles). Afterwards even with heavy loads on both CPU and GPU cores and a disk stress test the unit stays below 24W so within the printed ratings on the PSU (that can be considered a 2.5A PSU as I’ve learned — I hope this PSU is mandatory part of the kit and it’s not able to order a HC2 without since users are pretty creative if it’s about creating underpowering hassles).

    The idle consumption numbers above were with disks sent to standby/sleep. The Seagate Barracuda I tested with shows in this mode still 1.4W standby consumption (while a Samsung SSD in the same mode increased idle consumption just by 0.4W). When talking to Hardkernel about this issues they said they’ll look into the possibility to toggle powering JMS578 via a GPIO (this might already be sufficient since if a connected disk in standby mode recognizes that there’s nothing connected to its SATA PHY it might switch from standby into sleep mode). But there are a few open issues with such potential improvements that need a lot of tests so maybe nothing can change here and it’s up to the user in question to carefully choose a HDD by specs and look at standby/sleep consumption numbers if it’s about minimum idle consumption possible.

    As already implemented with the HC1 the HC2 can also make use of a connected RTC that can be programmed to wake up at a certain time. So this could be used to power off the whole board HDD included and to let it wake up later at a specified time by the RTC (as usual there’s an article over at ODROID’s wiki).

    The above performance numbers (+100 MB/s) require a capable disk, a capable filesystem (something POSIX compliant like ext4, XFS, btrfs or even ZFS — never expect good performance from ExFAT or NTFS, never expect full NAS functionality with incapable filesystems like FAT/FAT32) and appropriate settings (kernel included). With some OS images for this board sequential NAS performance won’t exceed 35 MB/s (old kernel, ignoring necessary settings) while others will show a constant 115 MB/s through the GbE network.

    Just for fun a customer tested out a recent Samba 4.x release supporting ‘SMB multi-channel’ adding bandwidth of more than one network connection if available. They added another RTL8153 USB-Ethernet adapter to HC1’s USB2 port and got Windows Explorer reporting 145-150 MB/s. Same numbers would be possible with HC2 too of course and with the above Transformer where even two additional RTL8153 could be added 185 MB/s should be possible with SMB 3.0 and a multi-channel setup (which has it’s own limitations and due to complex topology is more or less only useful with point-to-point connections so instead of pimping USB stuff beyond its capabilities choosing better platforms like Solid-Run’s Clearfog boards where 2.5GbE is available makes a lot more sense).

    BTW: Transformer is said to implement a little tweak to slightly decrease consumption so should be a more energy efficient alternative to a ROCK64 as NAS while sharing same performance. In case there will be ever a Transformer XL I hope Pine folks too explore to toggle JMS578 and disk power by GPIO(s).

  2. @tkaiser

    The harddisks marketed for NASs (the red ones usually) deliberately keep the disk spinning (by disabling much of the power saving) to reduce access times. This has the side effect of reducing power spikes throughout the day which prolongs the life of the electronics at the expense of the mechanical parts. If using one of those, there’s a good chance the system will boot and run fine since most SoCs draw less power during the bootloader phase.

  3. Jeroen :
    24w watts is a lot for one disk, i have a small AMD C-60 board running with 3 disks and it only uses 30w.

    Do those three spin up simultaneously?

  4. RK :
    If using one of those, there’s a good chance the system will boot and run fine since most SoCs draw less power during the bootloader phase.

    There’s no problem with any 3.5″ SATA disk since I tested with the most nasty SATA HDD I’ve lying around: an older Seagate Barracuda which shows the highest peak consumption at spinup. I usually test worst case conditions since everything else is pointless. And the reported 24W in this situation are still fine since Hardkernel’s PSU is good for up to 30W. When running later intensive disk benchmarks with the Barracuda overall consumption did not exceed 14W.

    Relying on any of these numbers and drawing conclusions wrt HC2 is of course pretty useless since the disk in question matters and not the host. And disk datasheets are really worth a read prior to buying if the use case is already known: if it’s about a NAS that’s most of the times idle and letting the disks spin at idle all the time choosing for example a WD RED with 8TB (WD80EFZX) over one with 10TB (WD100EFAX) will result in much much higher overall consumption since the 8TB model not only has an higher active consumption (6.4W vs. 5.7W) but especially idle consumption is insanely high and pretty close to active consumption (5.2W vs. 2.8W).

    Besides that in home usage scenarios I would always configure automatic disk spindown after eg. 20 minutes of inactivity if the usage pattern allows this and the disks remain in sleeping state most of the day. It’s pretty easy to monitor this stuff using RPi-Monitor and my templates available in Armbian forum — just let it run for a week and then look at the graphs for the HDD temperature: when the disk is in either standby or sleeping state this is shown as 0°C so you get a nice graph showing how often the disk was active/idle (AKA spinning) and how often in standby/sleep state so it’s very easy to adjust spindown settings accordingly.

  5. Last time I checked the xu4 armbian has no USB 3.0 with the mainline kernel.
    So I guess you have to use legacy vendor kernel to use the data here?

  6. Dx :
    Last time I checked the xu4 armbian has no USB 3.0 with the mainline kernel.

    Don’t know what you’re talking about? Anyway, of course you use either 4.9 LTS or 4.14 LTS since with the old legacy kernel storage performance sucks. Armbian/OMV currently use Hardkernel’s 4.9 LTS branch but will switch soon to 4.14 LTS, there really exists no reason to use any outdated 3.x legacy kernel here.

    With ODROID-XU4 and 4.x kernels some problems occur with USB3 storage due to crappy USB-to-SATA bridges (or crappy firmwares used eg. in Seagate USB3 disk enclosures) but still that’s no reason to use 3.x kernel since almost all these problems are known in the meantime and either solutions or workarounds exist.

  7. @tkaiser
    Sure. Though when it comes to home usage it’s worth noting running a bittorrent client means disks never really stop spinning… 😀

    Btw, aren’t all these boards labeled “home usage” since they don’t have ECC?

  8. Why can’t HardKernal provide a complete enclosure rather than half of one?!? I know it is a heat sink, but still.

    Anxious to learn more about the Transformer but unfortunately their product pages are currently password protected.

  9. @Mike Schinkel
    I added a full picture of HC2 enclosure: https://forum.armbian.com/topic/4983-odroid-hc1-hc2/?do=findComment&comment=45690

    The plastic parts are translucent so all LEDs (the three onboard and Ethernet) shine through. In my opinion the most important part both Hardkernel and Pine folks did right is to attach the heating parts to a large metal surface. Maybe adding an additional thermal pad between PCB and the large Aluminium enclosure bottom will further help spreading some heat away from the PCB?

    @RK
    I’ve to admit I don’t understand the disk consumption discussion happening here. All I tested was a quick check whether the provided ’12V/2A’ PSU (that can provide 2.5A in reality it seems) can cope with a high peak load therefore using a disk no one should ever use in such a NAS. Those older Barracudas just waste too much energy.

    Wrt ECC memory: yes, if you love your data and understand that ‘bit rot’ is a problem then you use ECC DRAM. But then you also do backup and data integrity checks regularly (no one does at home) and the whole idea would require that the stored data has some value which is mostly also not true in home environments where only worthless crap like TV series is stored on these things.

    @Steven
    Seeing another RK3328 NAS board starts to make me sad since the whole principle is stupid. The added USB3 layer is unnecessary and should be avoided. But unfortunately better SoCs aren’t used widely and where they are used a nice combination of ignorance/arrogance prevents easy adoption.

    For example Marvell Armada 37×0 is a fantastic SoC for NAS use cases but the only ‘open’ implementation — GlobalScale’s EpressoBin — lacks from so much. They do not cooperate with the community, they do not provide reasonable housing options, they do not even care whether their hardware is usable at all: the SATA power connector on the PCB is just wrong. They used a male Molex connector while all available cables also have a male one. So users end up with soldering experiments, buying overpriced Molex gender changers or crappy cables on Ali that are equipped with female Molex connector and wires too thin (faked gauge rating).

    1. Hi Tkaiser, we are as sad as you. In fact we have consider and survey serveral SoC platforms. Big SoC vendors are hard to work with usually requires NDA and fees to access their platform and support. their chips are pretty pricy compared to Rockchip or Allwinner.
      Realtek RTD1295 is our dream platform for NAS application but their software support is quite lame and closed.
      We will keep looking affordable platform with reasonable software and hardware support.
      By the way, we enable
      d UASP on our platform with 4.4 kernel. We are able to achieve over 150MB/s read speed on 2.5 inch HDD, the penalty over USB 3.0 is quite minimal. The bottleneck will happen on CPU single thread performance, especially Samba. Multiple samba connection will fully saturate Gigabit ethernet.

  10. @Steven
    I see, ‘funnily’ in the end ‘software support’ as usual wins over hardware features.

    Yes, with Rockchip’s 4.4 BSP kernel UAS works fine, sequential performance drops comparing UAS/USB3 with native SATA are negligible (or do not matter with a GbE NAS since network and NAS daemons are the real bottleneck) but this does not apply to random IO. Here the added USB3 layer is responsible for a massive drop in performance though this does not affect the NAS use case that much (but databases and clustering storage).

    And if a quality USB3-to-SATA bridge is already on the PCB users at least are not able to combine a kernel wanting to make use of modern features (eg. UAS or using large transfer windows — see defaults for /sys/class/block/sdX/queue/max_sectors_kb) with USB3 disk enclosures that do not correctly support this (and there are tons of these enclosures around but Linux kernel support to deal with this mess progresses only slowly — see this recent example to deal with broken external Seagate USB3 disks for example)

    BTW: Had a conversation with Cloud Media right now and if I understood correctly then Transformer PCB allows to control powering of JMS578 and connected disks via a GPIO so with some simple scripting idle consumption of their RK3328 NAS devices can be really really low then. And I also learned (or forgot before) that on their Transformer there’s a RTC battery holder so RTC is also supported here.

  11. So is this mostly a ODROID-HC1 with a bigger heat sink on it to hold a bigger size hard drive? Or are they adding any thing else to this?

    -Raymond Day

  12. @Raymond Day
    The only difference between HC1 and HC2 besides the larger enclosure is 12V for DC-IN and additional DC-DC circuitry on the board to generate 5V (and the additional voltages needed).

  13. tkaiser :
    BTW: Had a conversation with Cloud Media right now and if I understood correctly then Transformer PCB allows to control powering of JMS578 and connected disks via a GPIO so with some simple scripting idle consumption of their RK3328 NAS devices can be really really low then. And I also learned (or forgot before) that on their Transformer there’s a RTC battery holder so RTC is also supported here.

    Hi Tkaiser,
    Our board also have SATA power switch(both 5v, 12v) controlled by the USB SATA bridge.
    you can use hdparm command to spin down the HDD which further reduce the idle power consumption.
    And we use more capable 12V->5V(6A) regulator to make sure each USB host can supply 1.5A current (we listen to the community, inputs are welcome.).

  14. @tkaiser
    Cool, HC2 switched to 12V power supply. Now it would be nice if they could use only this board on both heatsinks so that there’s no more need for a 5V input!

Leave a Reply

Your email address will not be published. Required fields are marked *

Khadas VIM4 SBC
Khadas VIM4 SBC