PineTab 10.1″ Linux tablet Launched for $99.99 with UBPorts OS

As expected, Pine64 PineTab Linux tablet with Allwinner A64 processor, 2GB RAM, and a 10.1″ touchscreen display has just launched for $99.99 or $119.98 with a detachable backlit keyboard on Pine64 Store. Note those are pre-orders with shipping scheduled for the end of July. PineTab won’t shatter performance records with a quad-core Cortex-A53 processor with Mali-400MP GPU, 2GB RAM, 64GB eMMC flash, but it’s one of the rare Linux tablets on the market, and certainly the most affordable. The tablet offers a decent set of features too with a 10.1″ 720p capacitive display support for M.2 SATA SSD, Mini HDMI output, front-facing, and rear cameras, built-in WiFi and optional 4G LTE via the M.2 socket. It also comes with a 6,000 mAh battery that should be good for many hours. PineTab also leverages all the software work done since the launch of Pine A64 board in 2016 including mainline U-boot […]

TTGO T-Internet-POE Board Provides Ethernet, PoE, WiFi, Bluetooth for $16

TTGO T-Internet-POE

We’ve written about several ESP32 POE boards in the past including wESP32, but there’s now another one with LilyGO TTGO T-Internet-POE board offering Fast Ethernet, PoE,  as well as WiFI and Bluetooth connectivity through ESP32-WROVER-B module. TTGO T-Internet-POE specifications: Wireless Module – ESP32-WROVER-B with ESP32 dual-core WiSoC, 4MB flash, 8MB PSRAM Storage – MicroSD card socket Connectivity 2.4 GHz 802.11b/g/n WiFi 4 and Bluetooth 5.1 via ESP32 10/100M Ethernet via LAN8720A Ethernet PHY Expansion – Unpopulated I/O header with UART, SPI, I2C, PWM, I2S, ADC; 3.3V I/O voltage Debugging / Programming Serial port via USB-C port and CP2104 USB to TTL chip (TBC) 6-pin programming interface with Tx/Rx, IO0, Reset, 3.3V and GND Misc – BOOT and reset buttons, 32.768MHz crystal oscillator Power Supply 5V via USB-C port up 50V PoE via Pulse PA2369NL transformer and HanRun HR861153C PoE compliant RJ45 jack SI3404 power management chip Dimensions – 70 x […]

ArmSoM RK3588 AIModule7 NVIDIA Jetson Nano-compatible SOM

Raspberry Pi 4 Vulkan Source Code Released, More Complex Vulkan Demos Supported

Raspberry Pi 4 Vulkan Demo

The Raspberry Pi Foundation announced they had started working on Vulkan support for Raspberry Pi 4 in January with the initial implementation being able to render the “hello world of graphics”, i.e. a basic triangle. Progress are been made with the Mesa 3D library been able to render more complex demos, specifically Sascha Willems Vulkan demos. That’s encouraging, but the current Vulkan implementation is still not usable to play games on Raspberry Pi, and some of Sascha’s Vulkan demos are still not working at the time of writing. Yet the list of working demos is fairly long: distancefieldfonts descriptorsets dynamicuniformbuffer gears gltfscene imgui indirectdraw occlusionquery parallaxmapping pbrbasic, pbribl, pbrtexture pushconstants scenerendering shadowmapping,  shadowmappingcascade specializationconstants sphericalenvmapping stencilbuffer textoverlay texture, texture3d, texturecubemap triangle vulkanscene The other good news is that Igalia and the Raspberry Pi Foundation have now released the source code of v3dv fork of Mesa library on Freedesktop Gitlab so […]

Rockchip PX30 3.5-inch SBC Targets Automotive Infotainment, Retail PoS, and Digital Signage

Rockchip PX30 SBC

While Rockchip RK3326 quad-core Cortex-A35 processor is found in ODROID-GO Advance portable game console, it was brought to my attention that there weren’t any RK3326 SoM nor SBC on the market. But Rockchip PX30, with virtually the same design, only adding support for dual VOP (dual independent display support), is already found on several system-on-modules including ADLINK LEC-PX30 SMARC module and ARBOR SOM-RP301. It turns out there’s also a Rockchip PX30 SBC courtesy of Shenzhen based TechVision “3.5’SBC-PX30-TVI3329A“. Specifications: SoC – Rockchip PX30 quad-core Arm Cortex A35 processor @ 1.5GHz with Mali-G31 MP2 GPU Memory – 2 GB DDR3L Storage – 8GB, 16GB, 32GB or 64 GB eMMC flash, MicroSD card slot Video Output & Display Interfaces HDMI output via RK618 chip Dual-channel LVDS via RK618 2x eDP Ports 1x MIPI DSI Port shared with eDP 2 LED Backlight header Support for USB touch panel 2x independent displays support Audio […]

Exor GigaSOM GS01 SoM and Devkit Combine Intel Atom E39xx CPU and Cyclone 10 GX FPGA

EXOR Intel Atom + Cyclone FPGA Smart Factory / Industrie 4.0 Development Kit

EXOR International has worked in collaboration with Arrow Electronics to design and manufacture GigaSOM GS01 system-on-module combining an Intel Atom E39xx Apollo Lake processor and Cyclone 10 GX FPGA. The module and corresponding development kit are specifically designed for smart factory & “Industrie 4.0” applications with the processor running Intel’s time-coordinated computing plus a real-time “IoT stack”, and the FPGA supporting IEEE 802.1 time-sensitive networking (TSN) and 10Gbps connectivity. GigaSOM GS01 module specifications: Apollo Lake SoC (one or the other) Intel Atom x5-E3930 dual-core processor @ 1.3 GHz / 1.8 GHz (Turbo) with 12EU Intel HD Graphics 500; 6.5W TDP Intel Atom x5-E3940 quad-core processor @ 1.6 GHz / 1.8 GHz with 12EU Intel HD Graphics 500; 9.5W TDP Intel Atom x7-E3950 quad-core processor @ 1.6 GHz / 2.0 GHz with 18EU Intel HD Graphics 505; 12W TDP FPGA – Intel Cyclone 10 GX up to 220 KLE System Memory […]

GNOME Renders on Arm Mali-G31 Bifrost GPU with Fully Open Source Code

Panfrost ODROID Go Advance Black Edition

We first wrote about Panfrost open-source Arm Mali GPU driver getting initial support for Mali-G31 Bifrost GPU in late April, when engineers at Collabora managed to run some basic demos. Progress has been fast-paced as the company has now implemented support for all major features of OpenGL ES 2.0 and some features of OpenGL 2.1. That means hardware-based on Arm Mali-G31 GPU such as ODROID Go Advance (used for testing) can run Wayland compositors with zero-copy graphics, including GNOME 3, every scene in glmark2-es2 benchmarks, and some 3D games such as Neverball. All without any binary blobs. The company also claims to support hardware-accelerated video players mpv and Kodi. The way it should work is that while Panfrost driver renders the user interface, Amlogic open-source video decoder developed by BayLibre handles hardware video decoding. All changes are already included in upstream Mesa with no out-of-tree patches required, and Bifrost support […]

Rockchip RK3568, RK3588 and Intel x86 SBCs and SoMs in 2025

Linux 5.7 Released – Main Changes, Arm, MIPS and RISC-V Architectures

Linux 5.7 Changelog

OK… I’m a bit late on that one. Linus Torvalds released Linux 5.7 last week: So we had a fairly calm last week, with nothing really screaming “let’s delay one more rc”. Knock wood – let’s hope we don’t have anything silly lurking this time, like the last-minute wifi regression we had in 5.6.. But embarrassing regressions last time notwithstanding, it all looks fine. And most of the discussion I’ve seen the last week or two has been about upcoming features, so the merge window is now open  and I’ll start processing pull requests tomorrow as usual. But in the meantime, please give this a whirl. We’ve got a lot of changes in 5.7 as usual (all the stats look normal – but “normal” for us obviously pretty big and means “almost 14 thousand non-merge commits all over, from close to two thousand developers”), So the appended shortlog is only […]

Beelink GS-King X Android TV Box, Dual HDD NAS & HiFi Audio System Launched for $250

buy Beelink GS-King X

Beelink GS-King X is an Android 9.0 TV box and a NAS with two 3.5″ SATA bays powered by Amlogic S922X-H processor combined with 4GB RAM and 64GB eMMC flash that was unveiled last month with some blurry renders. We now have for the details about the device, which has started to sell for $249.99 plus shipping on GeekBuying when using a “Fixed Priced” coupon, in my case 4ATAOTO6. Updated Beelink GS-King X specifications: SoC – Amlogic S922X-H hexa-core big.LITTLE processor with 4x Arm Cortex A73 cores @ up to 2.2 GHz, 2x Arm Cortex A53 cores @ 1.8 GHz, Arm Mali-G52MP4 GPU @ 846MHz; 12nm process System Memory – 4GB LPDDR4 RAM Storage – 64GB eMMC flash, microSD card slot, 2x 3.5″ SATA HDD drive bay for up to 32TB storage in total Video Output – HDMI 2.1 up to 4K @ 60 Hz with HDCP 2.2 Video – […]

Boardcon LGA3576 Rockchip RK3576 System-on-Module designed for AI and IoT applications