SigmaStar SSD201/SSD202 powered 4G LTE industrial gateway made to run mainline Linux

SigmaStar SSD201 is a dual-core Cortex-A7 processor with 64MB RAM onchip that is designed for smart HD displays. We’ve previously seen it in Industio 7-inch smart display running Linux, but if you want to modify anything you’d need sign an NDA before getting the SDK.

Luckily there’s an open-source community named linux-chenxing that aims to bring mainline support to those low-cost SigmaStar processor to mainline, the same way linux-sunxi is working on Allwinner processors. Daniel Palmer noticed MYZR recently launched GW300 4G LTE industrial gateway with specifications that looked familiar.

SSD201 GW300 4G LTE Industrial GatewayGW300 specifications from manufacturer’s website:

  • Processor – Arm Cortex-A7 dual-core processor @ 1.2GHz
  • Memory – 64MB RAM
  • Storage – 128MByte Flash
  • Connectivity – Ethernet and 4G LTE with high-gain antenna
  • Serial – RS485/ RS232 via 5-pin terminal block
  • Misc – RTC
  • Power Supply – 12V to 24V DC input
  • Dimensions – 127.7 x 87.5 x 30 mm
  • Temperature Range – -20°C to +75°C

The gateway runs Linux and supports ModBus and MQTT for all sort of industrial IoT applications. But just to make sure Daniel bought a sample and took it apart…

SSD202 gateway board

It turns about this particular model is based on a SigmaStar SSD202D dual-core Cortex-A7 processor that is supposed to come with 128MB RAM, and also includes a LongSung M5710 4G LTE Cat 1 modem (See AT commands set PDF), ISL1208 RTC chip, SIPEX 3232EE RS232 transceiver, and SP3485 RS485 transceiver.

What even more interesting that he managed to port mainline U-boot and mainline Linux to the gateway:


That’s U-boot 2021-01 RC4 with Linux 5.11 RC4 boot from the SPI NAND flash. You can check out the full boot log if you are interested.  Many things are already working in Linux 5.11, and Daniel submitted a patch to add support the M5710 modem in Linux 5.12. Eventually, OpenWrt may be ported to the gateway if there’s enough interest from the community. You’ll find additional information on Github.

There may seen be more progress made on open-source software around SigmaStar processors, as I’ve been told the company released the SDK publicly on their website where registration is required together with a China Mobile number, and Widora is current developing a SSD202D module and posted (parts of) the SDK on Github.

Share this:

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

ROCK Pi 4C Plus
Subscribe
Notify of
guest
The comment form collects your name, email and content to allow us keep track of the comments placed on the website. Please read and accept our website Terms and Privacy Policy to post a comment.
21 Comments
oldest
newest
dgp
dgp
3 years ago

Community == one guy with a dirty desk that buys too much crap from Taobao 😀

Adam
Adam
3 years ago

As someone who buys too much stuff from AliExpress

1) How do you get started developing on a board with no info / limited / outdated SDK?

2) How can I too, buy from Taobao instead?

Jon Smirl
3 years ago

Taobao has something called the consolidating warehouse. You don’t need to use a third party. First identify EVERYTHING you want to buy from taobao. I recommend adding lots of cheap stuff like jumper wires, connectors, etc. Then buy all of the things you want and select delivery to the international warehouse. That step of delivery is quite inexpensive, a few yuan. Next login and start checking your consolidated warehouse account. Watch for all of your orders to arrive at the warehouse. When they all arrive select the option to mail then to your destination country. Taobao will package them up… Read more »

Jon Smirl
3 years ago

Taobao built their own forwarder about five years ago. Too many people were getting ripped off by the third party ones.

dgp
dgp
3 years ago

>1) How do you get started developing on a >board with no info / limited / outdated SDK? All I had originally was an IP camera that reported that it was a Cortex A7 from /proc/cpuinfo.. I had never seen a QFN A7 before so I started pulling apart the kernel that was on it. I got mainline booting to shell, gpio and pinctrl working without anything but the IP camera and after that the u-boot and kernel source turned up and then by searching for the register descriptions in there it was possible to see the ethernet is a… Read more »

itchy n scratchy
itchy n scratchy
3 years ago

Didn’t know sigmastar still was around

Jon Smirl
3 years ago

They aren’t. There was a chain of acquisitions and I believe Mediatek owns them now.

dgp
dgp
3 years ago

Sigmastar is still around. They are a fully owned subsidiary of mediatek but it seems mediatek only wanted the TV part of the company so they left the remainder to do their own thing.

willy
willy
3 years ago

Good job Daniel!
This tiny module looks nice. It’s probably hard to integrate it onto a small board as is though. However I’m now seeing this 88-pin chip, which looks easy to solder 🙂 Probably that by keeping roughly the same layout you can make your own board with ethernet/usb/wifi on the other side and GPIOs on one or two sides. These hacker-friendly SoCs could get a great success among hobbyists.

dgp
dgp
3 years ago

Thanks Willy. I actually planned to make a piggy back board for the $6 version of these modules over the weekend… then I thought maybe I’d make a really stupid cluster out of these things as there are two ethernet controllers, so you could have one as an internal cluster network with a switch on the board and then the other as a physical plug. So I looked for 5 or 9 port switches with more than one RMII port for a few hours. Then I remembered macb is still a bit broken for mstar/sigmastar at the moment and decided… Read more »

Willy
3 years ago

hehe , usual long dependency chain 🙂

It’s always difficult to decide how to assign interfaces. Some people want two physical ones (it used to be my case), some want a switch (it’s been my case as well). Some boards use switch chips featuring two RMII ports so that you can route your ports to whatver port group you want. BTW, I seem to remember that there are cheap and easy to use chips at realtek.

dgp
dgp
3 years ago

I have a bunch of realtek switches for the stupid cluster board I designed that was basically 8 breadbees on a board.. The trouble is they only have ports with the PHY which would mean using the PHY port on the SoC for the internal switch and then adding external PHYs for all of the ports.

Microchip have some with PHYs and RMII ports but it’s 2 RMII ports + 3 or more PHY ports. I think that might work for the worlds worse HA setup with two SoCs.

Arnd Bergmann
Arnd Bergmann
3 years ago

I’m getting increasingly excited about these little SoCs the more I learn about them. Please remember to send anything you want to have in 5.12 soon though: It’s almost -rc6, and I see you have a number of things in github that would be candidates for upstream. Regarding the “stupid cluster” idea, you could make it even more hilarious by using a USB hub connected to the USB-OTG ports, with one machine acting as a virtual ethernet switch with a USB host port. I couldn’t find out from the product briefs if the USB ports support OTG, obviously it wouldn’t… Read more »

dgp
dgp
3 years ago

Hi Arnd, I think everything is a bit backed up on getting the clock drivers in. I still haven’t worked out how to get things that probe before the main “mpll” PLL block to work properly without having clock names in the DT and I was told not to put them in the DT. So a bit stuck there. I will try to break out some of the stuff can go before that. The previous members of this family a have a MUSB device controller alongside the host controller and there is a mux to device which gets connected to… Read more »

Willy
3 years ago

Ah that’s another amusing approach I hadn’t thought about. In the past my idea for my build farm was to daisy-chain devices using USB-to-OTG and emulating ethernet there (it requires zero extra device, only cables). Arguably this is ugly 🙂 Daniel, there were numerous switch chips from Micrel (now Microchip I think so they may be the ones you were talking about), Marvell and Broadcom (both expensive). There’s AR8327 which provides 2 RGMII/RMII ports and 5 PHY ports. It might be too expensive for the job since gbe-capable. I also remember finding some cheap “Vitesse” chips in some entry-level switches.… Read more »

Jack
Jack
3 years ago

yeah all opensource but the modem. that could do anything… we really need a (100%) opensource modem

dgp
dgp
3 years ago

You are going to have a long wait for an opensource modem that isn’t GSM.
I think the only thing you can really do is make sure all of the data you send via the modem is properly secured.

itchy n scratchy
itchy n scratchy
3 years ago

I think quectel modems have an internal application processor and the modem processor and the linux thingy is only on the AP of the modem, not the actual radio controller.

Jack
Jack
3 years ago

oh yeah i knew that! at least the modem kernel can be opensource(and trusted)! thats good news! half of the job.

Khadas VIM4 SBC