Emcraft Open Sources uCLinux and U-boot for Cortex M3 and M4 MCUs

Emcraft Systems has open sourced its ports of U-Boot and uClinux for Cortex-M3 and Cortex-M4 which are available on github at https://github.com/EmcraftSystems. This release supports the following platforms: ST Micro STM32F2 NXP LPC17XX Actel  SmartFusion Freescale Kinetis You can check the source code as follows: uCLinux: git clone git://github.com/EmcraftSystems/linux-emcraft.git U-boot: git clone git://github.com/EmcraftSystems/u-boot.git The company has also designed systems on module (SoM) with enough memory to run Linux with Cortex M3/M4 micro-controllers: Freescale Kinetis K70 SOM Actec SmartFusion SOM ST Micro STM32 SOM You might find more details on building/using u-boot or uClinux on EmCraft documentation page (especially linux-cortexm-um-1.4.1.pdf) and you may want to check EmCraft website for details on available hardware and BSP for Cortex M3/M4 solutions.

Building Chromium OS for Raspberry Pi (ARMv6)

I had previously written the instructions to build an older version of Chromium (via Berkelium) for ARM using Beagleboard/Overo rootfs in order to use it with Xibo digital signage. Recently I’ve been contacted by hexxeh, who maintains Chromium OS vanilla builds for x86 and MacOS computer, as he intends to provide Chromium OS for the Raspberry Pi, and you should be able to get a SD card image once everything is working from the site above. Today, I’ll post the steps followed to build Chromium OS LKGR (“the latest revision to pass only unit tests”) optimized for  ARMv6 processor with soft-float support, which is the type of processor (Broadcom BCM2835) used in the Raspberry Pi. Please note that although it can build, it still does not run properly and a few more changes are needed. First, you’ll need a fast machine to build Chromium OS in a reasonable amount of […]

ArmSoM RK3588 AIModule7 NVIDIA Jetson Nano-compatible SOM

Ubuntu on AllWinner A10 based Mele A1000 Set-top Box

I’ve recently received and reviewed the 70 USD Mele A1000 STB powered by AllWinner A10, but haven’t been able to hack it yet since I’ve have not received the USB to Serial cable necessary for debugging the board. However, somebody else (Tom Cubie) had time to hack the box and run Ubuntu from a SD card (while still keeping Android in the flash) as you can see below. This port does not seem to include hardware accelerated GUI just yet, but this is definitely a step in the right direction. Tom said he just followed the instructions at http://rhombus-tech.net/allwinner_a10/hacking_the_mele_a1000/ and http://rhombus-tech.net/a10_mmc_boot/ to have Ubuntu working, but those do not appear to be that clear at the moment.

Sunlike UMPC-1021: 85 USD AllWinner A10 Based 10.2″ Android 4.0 Netbook

Sunlike, a Shenzhen-based manufacturer, showcased their UMPC-1021 Android 4.0 netbook at the China sourcing fair last week. This netbook is powered by an AllWinner A10 (ARM Cortex A8) processor with 1GB RAM and 4GB flash and features a 10.2″ LCD display (but not a touchscreen), a 1.3MP front camera and a 2100mAh battery. Here are the specifications of Sunlike UMPC-1021 Android netbook. CPU AllWinner A10 @ 1.2 GHz Operation system Android 4.0 ICS or WinCE Memory 1G RAM Storage Device 2/4/8G NAND Flash LCD 10.2″ PANEL 16:9 wide screen. 1024×600 Resolution LAN 10/100M Ethernet WIFI 802.11b/g USB Port 3x USB 2.0 Host External Storage SD Card Slot Build-in camera 1.3 MPixel Audio Build-in stereo speaker Microphone Dimensions 280 x 189 x 25 mm Battery 7.4V 2100 mAh – 3 to 5 hours usage The company also explains that this netbook can be used for 5 hours with the “default” 2,100 mAh battery, but they can extend that to 10 hours with a 4,000 mAh battery. Watch the video below to see […]

Second Release of Debian 6 for Raspberry Pi

As Raspberry Pi boards have started to ship this week, the Raspberry Pi foundation has also posted a new Debian 6.0 “squeeze” release to the downloads section of raspberrypi.org this week-end. This release contains several performance enhancements, including enabling the 128K system L2 cache for the first time, and first-cut ALSA drivers. Enabling the L2 cache will boost the ARM CPU performance, however, it may decrease the GPU performance. So this setup is ideal for headless server, but for other applications, for example a media player decoding 1080p30 videos, the performance might actually go down. This is still customizable, as the L2 cache can be enabled / disabled with enable_l2cache parameter in the config.txt file stored on the SD card. The ALSA drivers are here for audio support, so audio output might not have been supported in the first release (TBC), except if they used another type of audio drivers […]

Rockchip Unveils RK3066 Dual Core Cortex A9 Processor

Rockchip announced the RK3066 processor featuring a dual core Cortex A9 with a quad-core Mali-400 GPU and the company is currently showcasing tablets, e-Readers and set-top boxes powered by RK3066 at Hong Kong Electronics Fair on 13-16 April, 2012. Information is sparse, but I managed to find more information on Engadget China website which shows the key features of RK3066: Dual Core A9 + Quad Core GPU 2 banks, 8/16 bit Nor flash / SRAM interface 8 banks, 8/16 bit async NAND flash, LBA NAND flash and 8-bit sync ONFI NAND flash, all up to 60-bit hardware ECC 2 GB space for 2 ranks, 16-bit / 32-bit DDR3-800, LPDDR2-800 and LVDDR3-800 3 channels SD/MMC interface to support MMC 4.1 and SD3.0 2 channels TFT LCD interface with 5 layers and 3D display with resolution up to 1920×1080 HDMI 1.4 to support 1080p@30 3D video 2 channels 8-bit CCiR656 interface and […]

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

Qt 5 for Raspberry Pi (QtonPi) 0.1 Release

Nokia Qt Labs has announced the very first release of Qt5 for Raspberry: QtonPi 0.1. QtonPi 0.1 includes a pre-alpha release of Qt 5, but Qt 5 alpha will be part of the next release. So bear in mind that it’s likely to be buggy and some features are missing. This release is includes: Base Layer Fedora RPM Packages plus some additional Raspberry Pi specific packages Linaro GCC 4.5.4 toolchain QtonPi image creator and sysroot tools Middleware Documentation on how to get toolchain + sysroot + Qt Creator working to Develop Apps Qt 5 running on full-screen EGFS mode The release can be downloaded via: BitTorrent – qtonpi-0.01.tar.bz2.torrent HTTP Download – qtonpi-0.01.tar.bz2 Alternatively if you are already running the Debian 6 image in the emulator or Raspberry Pi board, you can install the latest snapshot (e.g. nightly build) by adding deb http://archive.qmh-project.org/rpi/debian/ unstable main to /etc/apt/sources.list and run the following […]

55 USD 7″ Capacitive Touch Screen Android 4.0 Tablet Based on Allwinner A13

YOOE, a Chinese manufacturer, has designed a new Android 4.0 (ICS) tablet with a 7″ 5-point capacitive touch screen (1024×600) for about 55 USD (Factory price MOQ: 1000). This tablet is powered by AllWinner A13 (Cortex A8) processor, a cut down version of the AllWinner A10 without HDMI output nor SATA. This white brand tablet also features a 2,600 mAh battery which should last over 4 hours in typical usage and a front camera. The full specifications do not appear to be available right now. You can watch the video below to have a look at the device whose performance seems acceptable. Charbax also said the company expects the price to drop further to around 300 CNY (47 USD) by June 2012. If you are an individual interested to buy this tablet close to factory price (excluding shipping), charbax organizes group buying on his blog, just leave a comment over there […]

Boardcon CM3588 Rockchip RK3588 System-on-Module designed for AI and IoT applications