Texas Instruments F28069 Piccolo controlSTICK Unboxing and Review

I’ve recently received a TI F28069 Piccolo controlSTICK evaluation kit after winning a game organized by Mouser and Texas Instruments on Facebook. I’ll show what’s the content of this C2000 MCU development kit and play around with the development tools provided. Mouser sent the development tools by Fedex which took 6 days to arrive in Thailand, and the package with the development tools looks like the one below. You’ll find the following in the package: F28069 Piccolo controlSTICK USB Cable 6x Jumpers 2x Cables to connect to external hardware CD with Piccolo F28069 controlSTICK development tools Here’s a closer look to the top of Piccolo controlSTICK, with (left to right) the JTAG emulator chip, C2000 MCU (320F28069PNA) and connector… …and the bottom of Piccolo controlSTICK. Now let’s have a look at the content of the CD: The Drivers directory contains the drivers needed for the controlSTICK development kit (also used […]

Locux: 15 USD Freescale i.MX233 System On Module

These days, low cost boards seem to pop-up a bit everywhere…  Featuring the same processor as Olimex OLinuXino, the Locux board will be powered by a Freescale i.MX233 with 64 MB and boot from a microSD card (no NAND on the board). This project is quite different from other low cost board projects, since it is a system on module (SoM) and will require a carrier board to access peripherals such as Ethernet, USB Host and video output, although  the developers managed to boot it with a simple breadboard. The developers also explain that this board stands apart as it does not feature any BGA parts and can be hand soldered, which could be an advantage when sourcing the boards and some hobbyist may also like to do the soldering themselves. The Raspberry Pi is still hard to get and the some other low cost boards such as the Beaglebone […]

Khadas Edge2 Arm mini PC

How-to Make a Process Continue to Run After Closing an SSH client

If you are connected to a remote server via SSH, you may want to start a time-consuming task or a background task in the server and right after starting it, close your SSH client, because you need to turn off your computer to “save the earth”, reduce your electricity bill, or simply because you need to bring your laptop with you. The problem is that if you close your SSH client, the terminal session will be terminated together all processes launched from this terminal. There are 2 tools to solve this issue: GNU screen and nohup. GNU screen screen may not be installed in your Linux distribution. In Debian/Ubuntu you can install it with apt-get: sudo apt-get install screen In your SSH terminal, start GNU screen: screen Press enter to discard the text, run your command and press Ctrl+a+d (and not Ctrl+Alt+d) to detach the screen. That’s it. You can […]

Raspberry Pi Releases 19-04-2012 Debian and Arch Linux Images

Within less than a week, a new image for Raspberry Pi Debian has been released as well as an Arch Linux image. Debian 6 can be downloaded via: BitTorrent – debian6-19-04-2012.zip.torrent Direct HTTP download – debian6-19-04-2012.zip Username/Password: root/raspberrypi Arch Linux can be downloaded via: BitTorrent – archlinuxarm-19-04-2012.zip.torrent Direct HTTP download – archlinuxarm-19-04-2012.zip Username/Password: root/root The following Changelog is provided for Debian 6 release: Overscan adjustments ALSA driver Re-enable 1600×1200 output (regression in 13-04-2012 release) Boot file tidyup – and remove test cmdline file vcgencmd provides a version number Fixes for EDID parsing Drive DMT modes in DVI modes by default, even if HDMI is reported as supported Some initial packages that might make setting up Wi-Fi possible Includes the non-free software source (nothing from it though) – useful for Wi-Fi firmware Qt5 snapshot A small package that will allow Raspberry Pi to be used as for Qt5 development out of […]

Raspberry Pi Schematics (Model B) are Available

Now that Raspberry Pi passed all certifications and a few boards are out in the wild, the Raspberry Pi foundation has released the schematics of model B, bringing the Raspberry Pi board closer to becoming an open hardware platform like Texas Instruments Beaglebone or Beagleboard. The Raspberry Pi schematics are available in PDF format, which is a good start and would also people to use the expansion headers (e.g. P1 provides access to GPIOs, SPI, I2C and UART interfaces) and create modules more easily. For the Raspberry Pi to come an open hardware platform, the schematics in .sbk format (so that they can be modified if needed),  Bill of materials,  Gerber files and PCB layout files (they laid out the board with Mentor Graphics Expedition) would have to be released, something which apparently they plan to do at a later stage. Once they do, it will be interesting to see […]

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 […]

Rockchip RK3568/RK3588 and Intel x86 SBCs

30 Euros Olimex iMX233-OLinuXino Linux Development Board

Olimex announced the first 10 prototypes of OLinuXino development board. Started in March of this year, OLinuXino is a development board based on Freescale i.MX233 aiming to provide a low cost (30 Euros)  open source hardware and software single board computer to run Linux. Here are the specifications of OLinuXino single board computer: Freescale iMX233 454Mhz ARM9 processor 64MB of RAM Linux bootable image from SD-CARD TV-Video Output USB host for Keyboard, camera, WiFi, etc interfacing UEXT connector and GPIO connectors with the same style as DuinoMite so that developers can add external modules supporting Zigbee, Bluetooth, RFID readers, relays, switches, sensors, etc… The company also plans to provide 2 plug-in modules for this board: iMX-LCD – a 4.3″ TFT 24 bit color LCD with touchscreen (EUR 30) MX-HUB – A board adding 2 USB hosts and Ethernet (EUR 15) [Update: The company will actually make 2 versions of this […]

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.

Khadas VIM4 SBC