Slashdot Mirror


New $149 NetBSD Single Board Computer Port

An Anonymous NetBSD User writes "NetBSD now supports a new ARM board, the Technologic Systems TS-7200. The TS-7200 is a low cost ($149!) mass produced embedded single board computer that runs on less than 2 watts of power."

8 of 113 comments (clear)

  1. Direct Link to the Board by Anonymous Coward · · Score: 5, Informative

    Is Here

    Keep It Real, Lameness Filter(TM)

  2. Crack-influenced flash prices... by rossifer · · Score: 5, Informative

    The computer itself seems like a steal for the specs they're claiming but their prices on CF flash are more than a little silly. You can get Sandisk Ultra II 512MB for $60 from any online meta-retailer and these guys are offering an unknown 512MB CF card for $145.

    I've seen this kind of thing from several of these kinds of suppliers and I don't quite get it. They don't seem to realize that things like flash are fully commoditized and are still thinking they can get away with a 100% markup...

    Oh well, if they can actually sell CF at those prices, then they deserve the money. Kudos for such a sweet, low power, inexpensive computer either way.

    Regards,
    Ross

    1. Re:Crack-influenced flash prices... by Anonymous Coward · · Score: 5, Informative

      I work at embeddedARM.com, we know we're aren't competetive on CF prices and even suggest to cost sensitive customers to go get their CF's from Costco or what-not. We sell them at all just so we can be the one-stop shop to customers if they need them with the board, and pre-installed with Linux, etc..

      Also, some (not all) of our CF are inflated because they are the the "industrial" class CF's. These have extended rewrite cycles, higher G ratings, and work in extended temperature.

  3. SBCs by dmiller · · Score: 4, Informative

    This looks like a nice SBC, but I am really happy with my little Soekris'. With case, the 4501 is cheaper than this ARM board (the board alone is more expensive) and has three ethernet interfaces.

    1. Re:SBCs by batobin · · Score: 3, Informative

      I have to agree. All the networking guys I know love these things.

      I've even talked to one guy who was using one at a remote radio tower which serviced an entire town of wireless users. He had a cheap solar panel hooked up to a little battery, both of which powered the soekris for years without problems.

    2. Re:SBCs by aivarsk · · Score: 3, Informative

      Except that Soekris 4501 uses 5 times as much power as TS-7200. o.O

    3. Re:SBCs by Anonymous Coward · · Score: 4, Informative

      (I work at Technologic Systems)

      We are a company purely of computer engineers and cheap case design is not really our specialty. We are indeed investigating cheaper case designs and 2/3 ethernet variants and in the future will have no trouble undercutting Soekris. :-) This is somewhat of a new market for us as we have traditionally targetted industrial embedded uses (hence PC/104 and RS485 com ports), where 3 ethernets is a bit of an odd request.

  4. Re:We can run Debian on it already by Anonymous Coward · · Score: 5, Informative

    (I work for Technologic Systems)

    I did both the Linux port and the NetBSD port to the TS-7200 so I am uniquely qualified on their differences. IMHO, to an engineer actually doing the work, NetBSD is a far superior OS to port to, at least to this platform.

    The port is not a "we can get it to boot" port of NetBSD. There is installatium medium on a FTP site, a system installation program (sysinst), cross-toolchain support and even support for the ISA (PC/104) bus, which is something that is really impossible right now on Linux due to its x86 assumptions littered throughout ISA drivers. (Ever tried to use inb and outb on an ARM?, there is no such thing! ISA bus space is memory mapped and appears at a different spot depending on 8 or 16bit accesses)

    Although you can run it on Debian, Debian does not support it. I had to do all that work myself, and Technologic Systems is supporting it on this platform. There aren't any TS-7200 kernels on debian.org.