Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Unsolved
Collapse
Discussion Forum to share and further the development of home control and automation, independent of platforms.
  1. Home
  2. Hardware
  3. SBC
  4. Inconsistent
RPi Alternative: Libre Computer AML-S905X-CC "Le Potato" (2GB RAM)
toggledbitsT
With Raspberry Pi boards continuing to be relatively scarce, I've been trying a few alternatives to see what may be usable and good. I had previously written about the Jetson Nano 2GB, which is great, but a little pricey, so I'm trying to find sub-US$100 boards that will run Reactor. I've got four that I'm trying now, but one in particular goes right to work in the most predictable way and seems worth a mention immediately: the Libre Computer Board AML-S905X-CC 2GB (known as "Le Potato"). The form factor is very similar to that of the Raspberry Pi 3 B+, and has comparable CPU (ARM Cortex-A53, quad 64-bit cores at 1.5+GHz -- slightly higher clock speed). It's US$35 on Amazon and LoverPi in the (recommended) 2GB configuration, and easy to get. Startup is like RPi: download one of the available OS images (Ubuntu, Raspbian, Debian, ARMbian, etc.) from their site and write the image to a MicroSD card, insert into slot, power up, and off you go. I tried the Ubuntu 22.04 image first and it comes right up. No problem getting nodejs 18.12.1 installed and running (with Reactor). No WiFi on board, but I don't see that as a minus for use as a controller/hub (which should be hard-wired, IMO). The 40-pin GPIO connector is compatible with typical RPi HATs (PoE, breakouts, etc.). There is an available eMMC (solid state storage) module to use instead of MicroSD, which I would recommend for long-term use. It runs US$25 for 32GB (64GB and 128GB available). The module is scarcely larger than the chip it carries, and has the smallest board-to-board connector I've ever seen. Next up: ESPRESSObin 2GB (spoiler: it's... technical...)
SBC
Baseline PassMark: Raspberry Pi 4
toggledbitsT
For comparison to other processors mentioned recently and in future: Configuration: RPi 4B (maker board) 8GB RAM running Raspbian Bullseye Raspberry Pi 4 Model B Rev 1.5 Cortex-A72 (aarch64) 4 cores @ 1800 MHz | 7.6 GiB RAM Number of Processes: 4 | Test Iterations: 1 | Test Duration: Medium -------------------------------------------------------------------------- CPU Mark: 619 Integer Math 11693 Million Operations/s Floating Point Math 4524 Million Operations/s Prime Numbers 3.1 Million Primes/s Sorting 3474 Thousand Strings/s Encryption 78.1 MB/s Compression 8676 KB/s CPU Single Threaded 479 Million Operations/s Physics 73.6 Frames/s Extended Instructions (NEON) 781 Million Matrices/s Memory Mark: 706 Database Operations 610 Thousand Operations/s Memory Read Cached 5942 MB/s Memory Read Uncached 3811 MB/s Memory Write 2900 MB/s Available RAM 6783 Megabytes Memory Latency 94 Nanoseconds Memory Threaded 3812 MB/s -------------------------------------------------------------------------- Configuration: Raspberry Pi 4 Compute Module Rev. 1.0 1GB RAM Raspbian Bullseye Note the difference in clock speed between the Compute Module and maker board! Raspberry Pi Compute Module 4 Rev 1.0 Cortex-A72 (aarch64) 4 cores @ 1500 MHz | 909 MiB RAM Number of Processes: 4 | Test Iterations: 1 | Test Duration: Medium -------------------------------------------------------------------------- CPU Mark: 520 Integer Math 9745 Million Operations/s Floating Point Math 3769 Million Operations/s Prime Numbers 3.2 Million Primes/s Sorting 3283 Thousand Strings/s Encryption 64.1 MB/s Compression 7155 KB/s CPU Single Threaded 402 Million Operations/s Physics 74.9 Frames/s Extended Instructions (NEON) 651 Million Matrices/s Memory Mark: 528 Database Operations 222 Thousand Operations/s Memory Read Cached 5269 MB/s Memory Read Uncached 4651 MB/s Memory Write 2911 MB/s Available RAM 794 Megabytes Memory Latency 97 Nanoseconds Memory Threaded 4659 MB/s --------------------------------------------------------------------------
SBC
RPi Alternative: Orange Pi 4 LTS (3GB RAM/16GB eMMC)
toggledbitsT
The last of four boards I'm trying in this batch is the Orange Pi 4 LTS. I purchased a 3GB RAM + 16GB eMMC model from Amazon for $83, making it the most costly of the four boards tried, but still well under my US$100 limit. This board is powered by a Rockchip RK3399-T processor, ARM-compatible with dual Cortex-A72 cores and quad Cortex-A53 cores at 1.6Ghz (1.8Ghz for the 4GB model); compare this to the RPi 3B+ with four Cortex-A53 and the RPi 4B with four Cortex-A72, this board is a hybrid that I would expect to stand in the performance middle between the two RPi models. It's available in 3GB and 4GB DDR4 RAM configurations, with and without 16GB eMMC storage. It has a MicroSDHC slot, gigabit Ethernet, WiFi and BT, two USB 2.0 type A ports, one USB 3.0 type C port, a mini PCIe ribbon-cable connector (requires add-on board for standard connector), two each RPi-compatible camera and LCD ports, HDMI type A, and can be powered (5VDC/3A) via USB-C or DC type C (3.8mm OD/1.1mm ID) jack (center-positive), an odd and perhaps unwelcome departure from the more common type A (5.5mm/2.1mm). A serial port for console/debug can be connected by using a (not included) USB-TTL adapter (3.3V) via pin headers like the Orange Pi Zero 2. The included dual-band antenna connects via U.FL connector to the board, so it's easy substituting for another if you prefer. The manufacturer recommends use of a heat sink (which was included in the box). A metal cooling case is also offered by the manufacturer (a bundle with the metal case and a power supply is sold on Amazon for $90 as of this writing). The Orange Pi 4 LTS is somewhat longer than the RPi 4B, and although the boards are the same width, the mounting hole placement is different both in length and (oddly) width. Between this and the differences in connector locations, neither board is a drop-in replacecment for the other and their respective cases are not interchangeable. The 26-pin header is a subset of the RPi 4B's 40-pin header, so some HATs for the RPi may work (although the mounting hole differences will make securing them "interesting"), and some HATs will surely not. Models with eMMC storage have an OS installed and boot immediately with SSH daemon running and ready for login. Mine was running Debian Bullseye, which would probably be fine for most users. It had clearly been on there a while, because it needed a lot of updates, but it's a current distro, so you're running out of the box with something that will last. A different OS can be installed by downloading an image (once again I chose Ubuntu Jammy) and writing it to a MicroSD card, then booting the system from the SD card. You can either leave the system in that state (running the OS from the SD card), or copy the OS from the SD card to the eMMC. The latter is done by a script; documentation for the process is best described in the downloadable PDF User Manual. This took about 10 minutes and went smoothly, and I was able to boot the system without the SD card after the process completed. I have lingering questions around the value of the eMMC storage. It's definitely faster than using MicroSD or USB-based storage (I got 311MB/s average on a 4GB write, compared to MicroSD performance around 15MB/s), but it would take a long-term test of this product to determine if the on-board eMMC option has the stamina to take the write counts typical of Linux systems, and if its wear-leveling and error correction are sufficient to assure a long, error-free life. Given the high premium apparently being paid for including eMMC on the board, it should be fast and durable, but only time and experience (perhaps painful) would tell the latter. A careful configuration with other Flash-friendly filesystems could be used to reduce wear, but this is an advanced configuration/cookbook topic and beyond the scope of this writing. This question is also not unique to eMMC — MicroSD cards are also known to fail with high write cycles, so the use of a "high endurance" product is recommended for any and all systems using MicroSD as primary storage. The board has Mini PCIe capability, and that may be a storage alternative, but read on... Also bear in mind that the eMMC storage is fixed-size forever; it cannot be expanded, and 16GB can run out pretty quickly these days. Users of MicroSD cards for primary storage can upgrade to bigger cards, but when users of eMMC primary storage outgrow it, the only choice is to add a MicroSD card or other "external" storage to the system, move part of the filesystem to it, and then manage both storage devices and deal with the limitations and risks of both. As I mentioned with the Orange Pi Zero 2, if you are going to use this board as a home automation controller/gateway or similar role, it should (IMO) have a battery-backed real time clock (RTC), and Orange Pi offers an add-on module that connects directly to the 26-pin header on the board. An available expansion board provides a standard Mini PCIe interface and SIM card slot (hmm...), but it connects to the main board via a short ribbon cable, and its mounting holes have no complement on the main board, so it seems like it would be a fragile dangly thing that's a nuisance to deal with. I want to like this board more, and it's very capable, but I'm concerned about value. The limited options for eMMC (16GB or none), the question mark of the eMMC's longevity vs cost, the strange DC power connector choice, the lack of 40-pin GPIO on a full-size (plus) board, the inconsistent hole placement, and the fragile Mini PCIe arrangement, are all "cons" that devalue this board in my view. The price point is clearly driven by the additional capabilities of the board (camera support, ports, six core CPU, extra RAM, on-board eMMC storage), but unfortunately, a great many of these features may not be useful for home automation, and therefore potentially a waste of money. In terms of overall value, I still believe the Libre "Le Potato" seems a better choice to me, and the Orange Pi Zero 2 (very) a close second, but I'll admit I'm focused on a particular application and your needs may be better suited to what this board offers than mine. Passmark Results: OrangePi 4 LTS Cortex-A72 (aarch64) 6 cores @ 1200 MHz | 2.9 GiB RAM Number of Processes: 6 | Test Iterations: 1 | Test Duration: Medium -------------------------------------------------------------------------- CPU Mark: 583 Integer Math 12037 Million Operations/s Floating Point Math 2542 Million Operations/s Prime Numbers 4.5 Million Primes/s Sorting 3141 Thousand Strings/s Encryption 153 MB/s Compression 4049 KB/s CPU Single Threaded 154 Million Operations/s Physics 80.5 Frames/s Extended Instructions (NEON) 244 Million Matrices/s Memory Mark: 498 Database Operations 551 Thousand Operations/s Memory Read Cached 2524 MB/s Memory Read Uncached 2602 MB/s Memory Write 3182 MB/s Available RAM 1947 Megabytes Memory Latency 119 Nanoseconds Memory Threaded 6243 MB/s --------------- eMMC storage write 311MB/s average for 4GB; MicroSD (Samsung 32GB class 10) storage write 15MB/s.
SBC
RPi Alternative: Orange Pi Zero 2 (1GB)
toggledbitsT
Topic thumbnail image
SBC
RPi Alternative: ESPRESSObin V7
toggledbitsT
Topic thumbnail image
SBC
Embedded "in-wall" raspberry screen
DesTD
Just to start a new thread... I received last week some kit (3) from Gazouta:tech https://gazouta.com/product/professional-wall-mount-for-raspberry-pi-touchscreen-black-anodized-aluminum/ I will work on that in the incoming days/week, the goal it's to put at least one in the main entrance to "replace" the alarm keyboard and they other one in the master bedroom to control "scene". Will need to figure out some dashboard for that and will probably check also to send some IP camera feed too!
SBC
Jetson Nano
rafale77R
With the price of these little buggers dropping, I am finding more and more the nVidia Jetson nano attractive as a self contained platform to run openLuup/z-way/Home Assistant and all the HomeKit/Alexa bridges of course with a couple of sticks for zigbee and zwave. Because of the included GPU, it can do faster video processing and be a development platform for further ventures into AI and a potential alternative to the rPi4... Enticing for <$100?
SBC
Inconsistent
propheadP
Im very frustrated with my new pi. I have 2 pis running on ssds with no sd card great. But for the life of me I can’t get it to boot from the exact same model of ssd that works on my other pi. I also can’t get the new pi to boot from old known working sd card. I tried burning new image onto ssd, known working image, in fact the only way it will boot is with the noobs card it came with. I thought pi3s didn’t have any firmware it was all software, but thats all I can think of. I am stumped. No, I don’t want to boot off sd card. Is it a bad pi? I did every single step multiple times. I know how to do this, ive done it twice. What’s going on? |-<:/
SBC
RPi 2
C
Any reason why I shouldn’t repurpose a RPi 2 that I have laying around do run openLuup? I know a lot of people seem to be using v3. Thanks
SBC
Portable pi power
propheadP
Is there any way I can run my pi on portable battery power for short period of time? My plan is to take that zway server to each of the zwave devices rather then the other way around. Does that make sense?
SBC
PSA upgrade your Pi’s to ssd
propheadP
I just upgraded one of my pi’s from sd to ssd. Huge speed increase. Stop what you’re doing and do that now if you haven’t already |-<:)
SBC

Inconsistent

Scheduled Pinned Locked Moved SBC
8 Posts 2 Posters 742 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • propheadP Offline
    propheadP Offline
    prophead
    wrote on last edited by
    #1

    Im very frustrated with my new pi. I have 2 pis running on ssds with no sd card great. But for the life of me I can’t get it to boot from the exact same model of ssd that works on my other pi. I also can’t get the new pi to boot from old known working sd card. I tried burning new image onto ssd, known working image, in fact the only way it will boot is with the noobs card it came with. I thought pi3s didn’t have any firmware it was all software, but thats all I can think of. I am stumped. No, I don’t want to boot off sd card. Is it a bad pi? I did every single step multiple times. I know how to do this, ive done it twice. What’s going on?
    |-<:/

    1 Reply Last reply
    0
    • propheadP Offline
      propheadP Offline
      prophead
      wrote on last edited by prophead
      #2

      I tried buster and strech. This was going to be my zway box. Grrrrrrr.

      1 Reply Last reply
      0
      • A Offline
        A Offline
        ArcherS
        wrote on last edited by
        #3

        When I set up SSD boot on my Pi3B+ I noticed that it seemed picky on the USB/sata interface. One of my old 2.5” USB cases did not work. I swapped to another case and it worked. It also worked with a sata/USB adapter cable I had laying around.

        Good luck!
        //ArcherS

        1 Reply Last reply
        0
        • propheadP Offline
          propheadP Offline
          prophead
          wrote on last edited by
          #4

          Update. I read that you can get your pi to boot off a card with only a single small bootcode.bin file, which I tried on a tiny 4gb sd card much to my surprise this worked. The system actually uses the ssd as boot and root, it just loads the boot loader from the sd. Why it can’t load the boot loader on the ssd like every other computer in the universe is beyond me. This is a tolerable solution with no apparent loss of speed.
          Much to my surprise again I found out my other two pis are 3s and not 3pluses explaining why the old sd cards didn’t work.
          So apparently the 3 can boot from my Samsung 500gb ssd, but the 3+ requires a sd card with a boot loader. Weak. I’m running buster on it so we’ll see how that goes.
          Next stop, zway

          1 Reply Last reply
          0
          • A Offline
            A Offline
            ArcherS
            wrote on last edited by
            #5

            Glad you got it to work.
            Not sure if it helps, but there are some differences on the various Pi models and USB/SSD boot.
            The 3B+ is the only Pi that can boot from USB out of the box without doing anything. Older Pis including the 3B require that one sets the OTP (one-time programmable) memory once. I have not tried this since I have a 3B+, but it seems simple enough. On some Pis it seems to be irreversible, so some caution would be in place.
            https://www.raspberrypi.org/documentation/hardware/raspberrypi/bootmodes/msd.md
            The Pi4 can as far as I know not be booted directly from USB but need a SD with a boot loader.

            //ArcherS

            1 Reply Last reply
            0
            • propheadP Offline
              propheadP Offline
              prophead
              wrote on last edited by prophead
              #6

              Progress. Zway+razberry installed. OpenLuup linked with zway bridge. Next step migrate the last 28 “critical” scenes left on vera to openluup. Installed alt hue and alt alexa plug ins in anticipation. Hue works alexa not yet. I ll also have to add open luup to vera HomeKit bridge. Should I be trying an alexa bridge instead of the plugin? Im defuring the ugly job of moving the devices until the last possible minute.

              1 Reply Last reply
              0
              • propheadP Offline
                propheadP Offline
                prophead
                wrote on last edited by
                #7

                Back on topic, my working ssd which will only boot on 3+ with sd card has a different bootcode.bin then the one on the card. Can I copy the bootcode.bin from the card to ssd and maybe it’ll boot on it’s own?

                1 Reply Last reply
                0
                • A Offline
                  A Offline
                  ArcherS
                  wrote on last edited by
                  #8

                  Not quite sure.
                  However when I set up my 3B+ I had been using it for a couple of weeks with an SD card including z-way.
                  I just made an image with Win32DiskImager of the complete SD and copied it to the SSD and it worked.
                  //ArcherS

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  Recent Topics

                  • Errors after updating to MQTTController build 25139
                    toggledbitsT
                    toggledbits
                    0
                    2
                    12

                  • Set Reaction > Script Action
                    toggledbitsT
                    toggledbits
                    0
                    4
                    28

                  • Wiring Samotech SM308-S into light fitting
                    F
                    Freemanator
                    0
                    1
                    11

                  • Advice reqeusted to migrate MSR from Bare Metal to Container
                    T
                    tamorgen
                    0
                    5
                    75

                  • Reactor (Multi-System/Multi-Hub) Announcements
                    toggledbitsT
                    toggledbits
                    5
                    122
                    37.3k

                  • Z-Wave Future....
                    CatmanV2C
                    CatmanV2
                    0
                    5
                    164

                  • Can´t restart or upgrade/deploy MSR
                    toggledbitsT
                    toggledbits
                    0
                    4
                    112

                  • [Solved] Limit HA Entity in MSR
                    wmarcolinW
                    wmarcolin
                    0
                    7
                    234

                  • Disaster recovery and virtualisation
                    CatmanV2C
                    CatmanV2
                    0
                    5
                    690

                  • Remote access of Zwave stick from Z-wave server
                    CatmanV2C
                    CatmanV2
                    0
                    3
                    407

                  • Organizing/ structuring rule sets and rules
                    G
                    gwp1
                    0
                    5
                    396
                  Powered by NodeBB | Contributors
                  Hosted freely by 10RUPTiV - Solutions Technologiques | Contact us
                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • Unsolved