...and there was light

Beagleblog
I got mail! Snail mail, that is. It's a package from Lyon in the south of France where Texas Instruments' DLP subsidiary is located (did you know that the DLP projector technology is owned by TI? see Wikipedia for more). Peeling away the packaging layer after layer I finally get to the actual package that contains the micro projector. After opening it I grab something small and black, but it's just the power supply. Finally I manage to find the projector which is really really tiny, about the size of a match box. Under a double bottom there's the requisite cable for attaching the DLP projector to the Beagleboard (it's HDMI to Mini-HDMI).
After connecting it to the board the first thing is to change the resolution to match the projectors maximum resolution, that is 640x480. I am doing that in the terminal program that is connected to the Beagleboard over a serial connection (see my older blog entry).
When you are trying to find the requisite boot options on the Internet you will find quite a lot of Howtos, many of them outdated. Some of them even suggest to update the boot loader or compile a kernel yourself.
Anyway, I was using the TI X-Loader 1.4.2 und U-Boot 2009.01-00013. Having updated the Angstrom distribution once I am also running a fairly recent kernel version 2.6.28. This is especially important because the format for specifying the screen resolution has changed during the course of kernel development (see this for more). The settings I have finally used successfully are the following, entered in the TI boot loader:
setenv bootargs console=ttyS2,115200n8 root=/dev/mmcblk0p2 rw rootwait omapfb.vram=2M,4M,4M omapfb.video_mode=640x480MR-24@60 saveenv
Even with some daylight from outside it's easy to read the characters on the projection screen. Even more so when the projected image is bright. With a distance of about one meter to the board the projection screen has a screen size of about one foot. I managed to get a bright projection with up to three meters but then the image becomes impossible to focus. This is not so easy anway because the small projector becomes so hot that you can barely touch it. The small size of the knob adds to that problem.
I probably shouldn't blame the micro DLP because after all it's a development device. It's still a good replacement for an LCD screen when you are on the road and have something to project on. It might even work for a movie night with your friends or family (both together might become difficult due to the limited screen size :).
comments powered by DisqusSubscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you've found an article to be beneficial.
News
-
The GNU Project Celebrates Its 40th Birthday
September 27 marks the 40th anniversary of the GNU Project, and it was celebrated with a hacker meeting in Biel/Bienne, Switzerland.
-
Linux Kernel Reducing Long-Term Support
LTS support for the Linux kernel is about to undergo some serious changes that will have a considerable impact on the future.
-
Fedora 39 Beta Now Available for Testing
For fans and users of Fedora Linux, the first beta of release 39 is now available, which is a minor upgrade but does include GNOME 45.
-
Fedora Linux 40 to Drop X11 for KDE Plasma
When Fedora 40 arrives in 2024, there will be a few big changes coming, especially for the KDE Plasma option.
-
Real-Time Ubuntu Available in AWS Marketplace
Anyone looking for a Linux distribution for real-time processing could do a whole lot worse than Real-Time Ubuntu.
-
KSMBD Finally Reaches a Stable State
For those who've been looking forward to the first release of KSMBD, after two years it's no longer considered experimental.
-
Nitrux 3.0.0 Has Been Released
The latest version of Nitrux brings plenty of innovation and fresh apps to the table.
-
Linux From Scratch 12.0 Now Available
If you're looking to roll your own Linux distribution, the latest version of Linux From Scratch is now available with plenty of updates.
-
Linux Kernel 6.5 Has Been Released
The newest Linux kernel, version 6.5, now includes initial support for two very exciting features.
-
UbuntuDDE 23.04 Now Available
A new version of the UbuntuDDE remix has finally arrived with all the updates from the Deepin desktop and everything that comes with the Ubuntu 23.04 base.