If you are interested in networking applications, you may have already heard about Marvell ARMADA 8040 based SolidRun MACCHIATOBin board with multiple 10Gbps and Gbps network interfaces, three SATA ports, and more. PicoCluster has decided to make a cluster of 6 MACHIATOBin boards coupled with a Marvell Prestera DX 14 port, 10GbE switch for OpenDataPlane (ODP), Data Plane Development Kit (DPDK), OpenFastPath(OPF) as well as OPNFV (Open Platform for Network Functions Virtualization) . The main features of the full assembled kit – named Cube – include: 6x MACCHIATOBin quad core Cortex A72 boards (24 cores in total) 1x Prestera DX 10GbE 14-port switch board 6x fans Power Supply Acrylic case The cluster kit comes with 64GB micro SD cards pre-loaded with the latest OPNFV Danube software release for ARM integrated by ENEA Software AB. The cluster is said to be compliant with the OPNFV Pharos specification. Three pre-order options are […]
μduino May Be the World’s Smallest Arduino Board (Crowdfunding)
OLIMEXINO-85S may have held the title of the world’s smallest Arduino (compatible) board for the last few years, being barely bigger than a micro SD card as it measures about 16.9 x 12.7 mm, but there’s a new mini champion in town with μduino board measuring just 12 x 12 mm. μduino board specifications: MCU – Microchip Atmel ATMEGA32U4 8-bit AVR microcontroller @ 16 MHz with 2,560 bytes of RAM, 32KB flash, and 1024 bytes of EEPROM (Arduino Leonardo compatible) I/Os 6x Analog I/O ports 14x Digital I/O ports (including Rx/Tx) including 7x PWM 1x Analog reference voltage port 1.27mm pitch Programming / Debugging – 1x micro USB port; 6-pin ICSP programming ports (load custom bootloaders, program other boards, etc) Misc – Status LED, reset button Power Supply – 5V via micro USB port; 5V voltage regulator (accepts up to 16V DC); 2x 5V ports; 2x ground ports Dimensions – 12x […]
LAKE I Home Cloud TV Box with HDMI Input, SATA Bay Sells for $78
Realtek RTD1295 based Android TV boxes are usually interesting devices as they play 4K videos relatively well – minus 4K H.264 @ 30 fps -, support HDMI input with PVR and PiP functions, and often come with a SATA interface for NAS functions handled with OpenWrt. Zidoo X9S and EWEAT R9 Plus are examples of such devices, and I found them to work pretty well in my reviews, but they are quite pricey with prices ranging from $130 to $200 (with internal SATA bay) including shipping. A cheaper option is Beelink SEA I, which I started to review, but one firmware update wiped out the HDCP key, and the product became unusable with the company unwilling/unable to provide the HDCP key. There’s now a new even cheaper model with LAKE I Home Cloud TV box sold for $77.99 on GearBest with GBLAKEI coupon. LAKE I Home Cloud TV box specifications: […]
Qualcomm Snapdragon 450 is a 14nm LTE “Mobile Platform” for Mid-Range Smartphones and Tablets
Qualcomm has a made several announcements at Mobile World Congress Shanghai 2017, with processors like Snapdragon Wear 1200 Wearables SoC, as well as Snapdragon 450 octa-core mobile platform, allegedly the first 14nm processor made for mid-range mobile devices. Qualcomm Snapdragon 450 specifications: CPU – 8x ARM Cortex A53 cores @ up to 1.8 GHz GPU – Adreno 506 GPU with OpenGL ES 3.1, OpenCL 2.0 Full, DirectX 12, GPU tessellation, geometry shading DSP – Hexagon 546 DSP Memory I/F – LPDDR3 Display – Full HD 1080p60; Qualcomm EcoPix,TruPalette, improveTouch technology Audio – Qualcomm Aqstic with VoLTE w/Ultra HD Voice (EVC), high-fidelity music playback (24-bit/192 KHz), Dolby 5.1 Modem – Snapdragon X9 LTE modem up to 300 Mbps download (Cat 7) and 150 Mbps uplink (Cat. 13) Wireless Connectivity – 802.11ac MU-MIMO, Gen8C Lite location technology, Bluetooth 4.1 LE USB – USB 3.0 interface Camera – Up to 13MP dual camera, […]
Qualcomm Snapdragon Wear 1200 Platform for Wearables Supports LTE Cat M1 and NB1 (NB-IoT)
After Snapdragon Wear 2100 and 1100 launched last year , Qualcomm has announced a new Snapdragon Wear 1200 platform still designed for wearables, but with lower power consumption, less processing power, a more compact package, and built-in support for LTE IoT communications standards such as LTE Cat M1 and LTE NB-IoT (Cat NB1). Qualcomm Snapdragon Wear 1200 key features and specifications: CPU – ARM Cortex A7 @ 1.3 GHz Memory / Storage – Support for discreet or MCP NAND and LPDDR2 Display – Support via SPI for simple UI and displays Modem Global multi-mode supporting Cat-M1 / NB1 / E-GPRS. Supports LTE FDD and TDD for Cat-M1 and E-GRPS and FDD only for Cat-NB1 Up to 300 kbps downlink and 350 kbps uplink for Cat-M1 10 kbps download and 60 kbps upload speeds for Cat-NB1 Integrated voice support for VoLTE Other Connectivity – Pre-integrated support for Qualcomm 11ac Wi-Fi […]
Banana Pi BPI-R2’s U-boot & Linux 4.4 Source Code & MediaTek MT7623N Datasheet Released
Banana Pi BPI-R2 is a multimedia router board powered by MediaTek MT7623N quad core processor with 2GB RAM, 5 Gigabit Ethernet ports, up to two SATA ports, two USB 3.0 ports, HDMI output, and I/O headers. The board is not for sale yet, but the company has recently released the source code with U-boot and Linux 4.4.70, as well as a datasheet for MediaTek MT7623N processor. The source code can be found on Github, so let’s see if we can build it:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
git clone https://github.com/BPI-SINOVOIP/BPI-R2-bsp cd BPI-R2-bsp/ sudo apt install gcc-arm-linux-gnueabihf ./build.sh ./build.sh NOTICE: new build.sh default select BPI-R2-720P and pack all boards supported boards: BPI-R2-720P BPI-R2-720P configured. Now run `make` This tool support following building mode(s): -------------------------------------------------------------------------------- 1. Build all, uboot and kernel and pack to download images. 2. Build uboot only. 3. Build kernel only. 4. kernel configure. 5. Pack the builds to target download image, this step must execute after u-boot, kernel and rootfs build out 6. update files for SD 7. Clean all build. -------------------------------------------------------------------------------- Please choose a mode(1-7): 1 |
After a couple of minutes, the build would end with:
1 2 3 4 5 |
usr/lib/u-boot/bananapi/ usr/lib/u-boot/bananapi/bpi-r2/ usr/lib/u-boot/bananapi/bpi-r2/BPI-R2-720P-2k.img.gz Build success! |
For the very last step, it asks you to login as root / sudoer, which it should not do… But we end up with the images, so at least it builds:
1 2 3 4 5 6 7 8 |
ls -lh ./SD/ total 27M drwxrwxr-x 2 jaufranc jaufranc 4.0K Jun 28 10:46 100MB -rw-rw-r-- 1 jaufranc jaufranc 22M Jun 28 10:46 4.4.70-BPI-R2-Kernel.tgz -rw-rw-r-- 1 jaufranc jaufranc 151K Jun 28 10:46 BOOTLOADER-bpi-r2.tgz drwxrwxr-x 3 jaufranc jaufranc 4.0K Jun 28 10:46 BPI-BOOT -rw-rw-r-- 1 jaufranc jaufranc 4.8M Jun 28 10:46 BPI-BOOT-bpi-r2.tgz drwxrwxr-x 4 jaufranc jaufranc 4.0K Jun 28 10:46 BPI-ROOT |
MediaTek has also been active by committing patchsets for MT7623 to the Linux Kernel Mailing List, so mainline Linux is an eventual possibility for […]
InnSpire InnCable is an Android TV Box Embedded into an Ethernet Cable
We’ve got used to super small computer systems from TV boxes-in-a-plug to HDMI TV sticks, and tiny development boards such as Raspberry Pi Zero W. But InnSpire pushed the concept further with InnCable as the computer, or in this case the TV box, is placed inside an Ethernet cable, or more exactly a cable with Ethernet on one side (optional with PoE for power), and HDMI port on the other. Currently InnCable targets hotels, so it’s mainly designed as a TV box in a cable, rather than a computer as a cable. Some of InnCable smart cable’s key features and specifications include: SoC – “Blazing fast processor” Video Output – HDMI Networking – Ethernet and WiFi USB – 2x USB 2.0 ports Serial – RJ-12 port for serial connection to another device Power Supply – PoE (power over Ethernet) or 5V micro USB cable The cable can be controlled with […]
Diskio Pi 13.3″ Touch Panel Display Kit is Designed for Raspberry Pi and ODROID Boards (Crowdfunding)
If your project requires a touch panel, there are plenty of solutions for Raspberry Pi and ODROID boards, with Hardkernel even selling ODROID-VU8C fully integrated touch panel display. However, most display kits require you to make your own case, and feature smaller displays with lower resolution. One developer has however come up with Diskio Pi, a higher-end touch panel kit with a 13.3″ Full HD display that works with the most popular Raspberry Pi and ODROID boards. Diskio Pi specifications: Display – 13.3″ AUO TFT IPS display with 1920×1080 resolution connected via a 30-pin eDP connector ; 330 cd/m2 brightness; 85° viewing angles in all directions. Touch panel – 10-point capacitive touch; G/G structure; USB 2.0 interface; ≥6H surface hardness. Main board: HDMI to eDP driver Stereo sound amplifier USB 2.0 hub with 3x ports: 2x external + 1x internal Battery balance circuit (3S/3S2P) Expansion – Various headers for prototyping […]