FriendlyELEC has introduced an update to NanoPi M1 board, aptly named NanoPi M1 Plus with a similar form factor and Allwinner H3 processor, but adding Gigabit Ethernet, 802.11 b/g/n WiFi & Bluetooth, and an 8GB eMMC flash, at the expense of one USB port that had to go to make place for the new features, and it got a little wider too.NanoPi M1 Plus board specifications: SoC – Allwinner H3 quad core Cortex A7 @ 1.2 GHz with an ARM Mali-400MP2 GPU up to 600 MHz System Memory – 1GB DDR3 Storage – 8GB eMMC flash + micro SD card slot Video & Audio Output – HDMI and 3.5mm jack for CVBS (composite + stereo audio) Connectivity – Gigabit Ethernet, 802.11 b/g/n WiFi and Bluetooth 4.0 dual mode (classic + low energy) with chip antenna and IPEX/u.FL connector USB – 2x USB 2.0 host ports, 1x 4-pin USB 2.0 […]
AndromedaBox Networking Edge Board Includes a Dual Core Marvell Processor, SATA, Gigabit Ethernet, and More
Last year, Marvell introduced AndroMeda Box Edge IoT board using 96Boards form factor and running Brillo (now Android Things), but the company has been working on the similarly named AndromedaBox Networking Edge (ANE) board with a tweaked version of 96Boards form factor including Gigabit Ethernet and SATA, and powered by a dual core ARMADA 3700 processor. AndromedaBox Networking Edge specifications: SoC – Marvell ARMADA LP 3700 dual-core ARM Cortex 53 processor @ up to 1.2 GHz System Memory – 512MB LPDDR4 Storage – 8GB eMMC flash, 1x SATA 3.0 port Connectivity – 1x Gigabit Ethernet RJ45 port, 1×1 802.11ac Wi-Fi, and Bluetooth 4.2 USB – 2x micro USB 2.0 port, 1x USB 3.0 port Expansion – 1x PCIe 2.0 (maybe via a slot on the back of the board), 40-pin LS (Low Speed) Expansion connector Power Supply – Likely 8 to 18V input as per 96Boards specs Dimensions – 85 […]
SolidRun MACCHIATOBin is Another Marvell ARMADA 8040 Networking Mini-ITX Board
We’ve already seen SolidRun is working on a Marvell ARMADA 8040 quad core Cortex A72 community board for networking and storage applications, but based on a picture taken at Linaro Connect, the company is also working on a similar board with extra connectivity options called MACCHIATOBin. Apart from the picture, there’s no info on the web about this board, so we’ll have to derive specs from the photo, the community board features, and info provided by Marcin Juszkiewicz, so all details are preliminary and subject to change: SoC – ARMADA 8040 (88F8040) quad core Cortex A72 processor @ up to 2.0 GHz System Memory – 1x DDR4 DIMM up to 16GB RAM Storage – 3x SATA 3.0 port + micro SD slot Connectivity – 1x Gigabit RJ45 port, 1x SFP SGMII @ 2.5Gbps, 2x 10Gbps copper (RJ45) with auto switchover to dual SFP+ Expansion – 1x PCIe-x4 3.0 slot, Marvell […]
MinnowBoard Turbot SBC Gets a Quad Core Atom E3845 Processor, Better Ethernet, and a Fansink
MinnowBoard Turbot open source hardware SBC was released in 2015 with an Intel Atom E3826 dual core Bay Trail-I processor, 2GB RAM, SATA and Gigabit Ethernet support, and a new version – MinnowBoard Turbot Quad – with a more powerful quad core processor, an heatsink and fan, and better Ethernet connectivity will be launched in December. MinnowBoard Turbot Quad “MBT-4210” board specifications: SoC – Intel Atom E3845 quad core Bay Trail-I processor @ 1.92 GHz with Intel HD graphics @ 542 / 792 MHz (10W TDP) System Memory – 2GB DDR3L 1067 MT/s (Soldered) Storage – 1x SATA2 3Gbs, 1x micro SD card slot, , 8 MB SPI Flash for firmware (Tianocore UEFI, Coreboot, SeaBIOS) Video & Audio Output – 1x micro HDMI connector Connectivity – 10/100/1000M Ethernet RJ-45 connector (Intel i211 instead of Realtek NIC on first board) USB – 1x USB 3.0 host, 1x USB 2.0 host Debugging […]
ARMADA 8040 Networking Community Board with a Quad Core ARM Cortex A72 SoC Coming Soon for $300 and Up
Developers interested in ARMv8 server or networking boards are starting to have more and more affordable choices. After AMD Opteron A1100 series based LeMaker Cello board, and Softiron Overdrive 1000 server, SolidRun is now working on ARMADA 8040 networking community board powered by Marvell ARMA8040 quad core Cortex A72 network processor. ARMADA 8040 networking board (mrvl8040) preliminary specifications: SoC – ARMADA 8040 (88F8040) quad core Cortex A72 processor @ up to 2.0 GHz with MoChi architecture System Memory – 4GB DDR4 DIMM by default Storage – 4x SATA 3.0 port + micro SD slot Connectivity – 1x Gigabit RJ45 port, 1x SFP SGMII @ 2.5Gbps, dual 10Gbps copper with auto switchover to dual SFP+ Expansion – 1x PCIe-x4 3.0 slot, Linaro 96Boards expansion slot exposing GPIO, UART, I2C and SPI, Marvell TDM module header USB – 1x USB 3.0 port, 2x micro USB ports Debugging – Console port (UART) over […]
Amlogic S905 Source Code Published – Linux, U-Boot, Mali-450 GPU and Other Drivers
Amlogic has an open linux website where they regurlarly release GPL source code, and with Amlogic S905 devices coming to market, they’ve released a few tarballs at the beginning of the month including Linux 3.14 source code, U-boot source code, and Mali-450MP GPU kernel source code (obviously not userspace), as well as some other drivers for WiFi, NAND flash, PMU, TVIN, etc… Let’s get to the download links: Linux 3.14.29 source code U-boot 2015.01 GPU drivers for ARM Mali-450MP Broadcom and Realtek Wifi drivers and firmware (November 4, 2015) can be found @ http://openlinux.amlogic.com:8000/download/ARM/wifi/. Other kernel modules (November 4, 2015) @ http://openlinux.amlogic.com:8000/download/ARM/modules/. I quickly tried to build the Linux source. If you’ve never build a 64-bit ARM kernel or app before, you’ll fist need to install the toolchain. I installed the one provided with Ubuntu 14.04:
|
1 |
sudo apt-get install gcc-aarch64-linux-gnu |
Now extract the tarball and enter the source directory:
|
1 2 |
tar xvf arm-src-kernel-2015-11-04-9e845bea41.tar.gz cd arm-src-kernel-2015-11-04-9e845bea41 |
At first I […]
Next Thing Has Released Software and Hardware Files for the $9 CHIP Computer
Next Thing CHIP computer powered by Allwinner R8 module, also referred as “the $9 computer“, had a very successful crowdfunding campaign having raised over $2,000,000 from nearly 40,000 backers. When launching an electronics products on a crowdfunding campaign, many companies claim their device will be open source, only to disappoint once the perks actually ship, and Next Thing made the same promise, except they appear to have delivered as shown in their latest update “Holy C.H.I.P! It’s C.H.I.P!!!” showing the first production samples, and providing links to hardware design files for the Alpha version, as well as buildroot, U-boot and Linux source code. All resources can be found on docs.nexthing.co, but let’s check what they’ve released so far. Hardware design files on Github include: A Bill of Materials (BoM) Schematics in PDF and DSN formats PCB Layout in BRD and PNG format Pinouts for U12 and U14 connectors Mechanical files […]
Orange Pi Plus (Allwinner H3) Firmware Images and Linux SDK Released
Orange Pi Plus is a development board based on the new Allwinner H3 quad core Cortex A7 processor that supports 4K video output and decoding. The boards comes with 1GB RAM, 8GB eMMC, HDMI output, Gigabit Ethernet, Wi-Fi, SATA and more, and sells for $49 on Aliexpress. When I first covered the board in February, it was already listed on Aliexpress, but I could not find any firmware image, or source code, but this has now changed. There are now four firmware files: Lubuntu_1404_For_OrangePiplus_v0_8_0_.img.xz – Lubuntu 14.04 image Raspbian_For_OrangePiplus_v0_8_0.img.xz – Raspbian for Allwinner H3 orangepi-plus-debian-server-card-v0.9.img.xz – A Debian server image sun8iw7p1_android_orangepi-plus_uart0.rar – Android 4.4.2 image that needs to be flash with PhoenixCard in Windows (Linux tools are not working yet) Beside the firmware images, the company also releases a Linux SDK (h3-lichee-1.0.tar.gz) with Linux 3.4 kernel source code, u-boot, and relevant tools. I assume these should also work on Orange […]


