[0xlab-discuss] ANN: 0xdroid release beagle-eclair-0x4, devkit8k-eclair-0x4

51 views
Skip to first unread message

Kan-Ru Chen

unread,
Apr 24, 2010, 7:48:15 PM4/24/10
to 0xlab...@googlegroups.com, 0xlab-...@googlegroups.com
Hello list,

0xlab team is glad to announce the forth release of 0xdroid. 0xdroid
is community-developed Android distribution by 0xlab, runs on omap3
based boards include beagleboard and devkit8000.

Version: beagle-eclair-0x4, devkit8k-eclair-0x4
What's new in this release?
* Eclair codebase
* Improve software graphics performance in Eclair
* New hardware: DevKit8000
* Touchscreen support along with calibration UI
* 3G modem / Data card support
* Refined system image installer
* Small screen support
* ARM optimized string operations
* ARMv6 atomic operation improvement
* Merge skia ARMv6/ARMv7 optimization from QuIC

You can grab the image from http://downloads.0xlab.org/release/ and
following the steps described on the wiki page to test the image.

This release comes with a new happy installer emphasizes on simplify
the install process. Just unzip the files to the SD card, insert and
reboot then done. Various advanced options are configured through
config file.

The released image contains two prebuilt games, Frozen Bubble and
Simon Tatham's portable puzzles, both are popular games ported to
Android platform.

Instructions at Wiki
* General information:
http://code.google.com/p/0xdroid/
* Installation for prebuilt 0xdroid image:
http://code.google.com/p/0xdroid/wiki/UsingPreBuiltImages
* Build from scratch:
http://code.google.com/p/0xdroid/wiki/Source

Project page / SCM: http://gitorious.org/0xdroid
Bug report: http://code.google.com/p/0xdroid/issues/list
Mailing-list (general): http://groups.google.com/group/0xlab-discuss
Mailing-list (development): http://groups.google.com/group/0xlab-devel
0xlab YouTube channel: http://www.youtube.com/channel/0xlab

The games' source:
FrozenBubble: http://code.google.com/p/frozenbubbleandroid/
SGTPuzzles: http://chris.boyle.name/projects/android-puzzles

Thanks,
Kan-Ru Chen
0xlab Team - http://0xlab.org/

--
You received this message because you are subscribed to the Google Groups "0xlab-discuss" group.
To post to this group, send email to 0xlab-...@googlegroups.com.
To unsubscribe from this group, send email to 0xlab-discus...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/0xlab-discuss?hl=en.

Julian Chu

unread,
Apr 24, 2010, 10:30:56 PM4/24/10
to 0xlab-...@googlegroups.com, 0xlab...@googlegroups.com
Hello list,

We have a video about recent work of 0xlab.

Best Regards,

-Ju1ian
--
Julian Chu.  a.k.a. WalkingIce -- 會走路的冰塊
http://walkingice.twbbs.org  只放拖鞋的鞋櫃

osama gamal

unread,
Apr 24, 2010, 10:40:06 PM4/24/10
to 0xlab-...@googlegroups.com
I followed the instructions posted @ the devkit release page ..
But I got the following error when booting..

Texas Instruments X-Loader 1.41
Starting OS Bootloader...


U-Boot 1.3.3-svn333 (Sep 10 2009 - 16:49:01)

OMAP3530-GP rev 2, CPU-OPP2 L3-165MHz
OMAP3 DevKit8000 Board + LPDDR/NAND
DRAM:  128 MB
NAND:  128 MiB
In:    serial
Out:   serial
Err:   serial
Hit any key to stop autoboot:  0
reading uImage

** Unable to read "uImage" from mmc 0:1 **
reading ramdisk.gz

** Unable to read "ramdisk.gz" from mmc 0:1 **
Wrong Image Format for bootm command
ERROR: can't get kernel image!

The u-boot booting args I'm using are:
setenv bootargs console=ttyS2,115200n8 root=/dev/ram initrd=0x81600000,40M video=omapfb:mode:7inch_LCD

setenv bootcmd 'mmcinit;fatload mmc 0 80300000 uImage;fatload mmc 0 81600000 ramdisk.gz;bootm 80300000'

saveenv

Also, I tried the following boot args:
setenv bootargs console=ttyS2,115200n8 ubi.mtd=4 root=ubi0:rootfs rootfstype=ubifs video=omapfb:mode:7inch_LCD

setenv bootcmd nand read 80300000 280000 300000\;bootm 80300000

saveenv

But it just boots from the NAND even if when I press the boot key while starting!!
Could anyone send the valid bootargs to boot it??

Kan-Ru Chen

unread,
Apr 24, 2010, 11:31:28 PM4/24/10
to 0xlab-...@googlegroups.com
Hi osama,

Thanks for testing! You can try to rename the uImage.bin to uImage,
then u-boot will auto-load it.

However, it seems you are using an out-of-date u-boot that ships with
devkit8000, so you might hang on the 'Uncompress kernel...' after the
installer is auto-loaded.

One solution is to replace the u-boot with a newer one. You can use
the one included in previous snapshot[1] or compile one by yourself.

Regards,
Kanru

Kan-Ru Chen

unread,
Apr 25, 2010, 12:01:46 AM4/25/10
to 0xlab-...@googlegroups.com
I've updated the wiki[1] and uploaded a pre-built u-boot. Have fun!

[1]: http://code.google.com/p/0xdroid/wiki/UsingPreBuiltImages

Regards
Kanru

osama gamal

unread,
Apr 25, 2010, 1:02:29 AM4/25/10
to 0xlab-...@googlegroups.com
Thanks Kan-Ru, I will test it right now

osama gamal

unread,
Apr 25, 2010, 1:11:28 AM4/25/10
to 0xlab-...@googlegroups.com
The page http://downloads.0xlab.org/release/devkit8k-eclair-0x4/flash-uboot.bin says
Forbidden
You don't have permission to access /release/devkit8k-eclair-0x4/flash-uboot.bin on this server.

Kan-Ru Chen

unread,
Apr 25, 2010, 2:19:16 AM4/25/10
to 0xlab-...@googlegroups.com
Thanks! The permission is fixed :)

osama gamal

unread,
Apr 25, 2010, 4:42:37 AM4/25/10
to 0xlab-...@googlegroups.com
Hi again :)
I got the following error when upgrading the u-boot

Hit any key to stop autoboot:  0
OMAP3 DevKit8000 # mmcinit
OMAP3 DevKit8000 # fatload mmc 0 80300000 flash-boot.bin
reading flash-boot.bin

** Unable to read "flash-boot.bin" from mmc 0:1 **
OMAP3 DevKit8000 #

Sorry for inconvenience :)

Kan-Ru Chen

unread,
Apr 25, 2010, 7:13:12 AM4/25/10
to 0xlab-...@googlegroups.com
Hi,

It's flash-uboot.bin, not flash-boot.bin ;)

osama gamal

unread,
Apr 25, 2010, 2:18:58 PM4/25/10
to 0xlab-...@googlegroups.com
oops .. but I'm sure that I tried multiple times with flash-uboot.bin .. and I get the same error..
anyway I will try to reFormat the SD card and I will try to Flash again :(

dnsjong

unread,
Apr 26, 2010, 3:41:36 PM4/26/10
to 0xlab-discuss
Hi Osama,

Please try...
fatload mmc 0:1 80000000 flash-uboot.bin

BR,
dnsjong.

On Apr 26, 2:18 am, osama gamal <osama....@gmail.com> wrote:
> oops .. but I'm sure that I tried multiple times with flash-uboot.bin .. and
> I get the same error..
> anyway I will try to reFormat the SD card and I will try to Flash again :(
>
>
>
> On Sun, Apr 25, 2010 at 1:13 PM, Kan-Ru Chen <ka...@0xlab.org> wrote:
> > Hi,
>
> > It's flash-uboot.bin, not flash-boot.bin ;)
>
> > On Sun, Apr 25, 2010 at 4:42 PM, osama gamal <osama....@gmail.com> wrote:
> > > Hi again :)
> > > I got the following error when upgrading the u-boot
>
> > >> Hit any key to stop autoboot:  0
> > >> OMAP3 DevKit8000 # mmcinit
> > >> OMAP3 DevKit8000 # fatload mmc 0 80300000 flash-boot.bin
> > >> reading flash-boot.bin
>
> > >> ** Unable to read "flash-boot.bin" from mmc 0:1 **
> > >> OMAP3 DevKit8000 #
>
> > > Sorry for inconvenience :)
>
> > > On Sun, Apr 25, 2010 at 8:19 AM, Kan-Ru Chen <ka...@0xlab.org> wrote:
>
> > >> Thanks! The permission is fixed :)
>
> > >> On Sun, Apr 25, 2010 at 1:11 PM, osama gamal <osama....@gmail.com>
> > wrote:
> > >> > The
>
> > >> > page
> >http://downloads.0xlab.org/release/devkit8k-eclair-0x4/flash-uboot.bin
> > >> > says
>
> > >> >> Forbidden
>
> > >> >> You don't have permission to access
> > >> >> /release/devkit8k-eclair-0x4/flash-uboot.bin on this server.
>
> > >> > On Sun, Apr 25, 2010 at 7:02 AM, osama gamal <osama....@gmail.com>
> > >> >>> 0xlab-discus...@googlegroups.com<0xlab-discuss%2Bunsu...@googlegroups.com>
> > .
> > >> >>> For more options, visit this group at
> > >> >>>http://groups.google.com/group/0xlab-discuss?hl=en.
>
> > >> > --
> > >> > You received this message because you are subscribed to the Google
> > >> > Groups
> > >> > "0xlab-discuss" group.
> > >> > To post to this group, send email to 0xlab-...@googlegroups.com.
> > >> > To unsubscribe from this group, send email to
> > >> > 0xlab-discus...@googlegroups.com<0xlab-discuss%2Bunsu...@googlegroups.com>
> > .
> > >> > For more options, visit this group at
> > >> >http://groups.google.com/group/0xlab-discuss?hl=en.
>
> > >> --
> > >> You received this message because you are subscribed to the Google
> > Groups
> > >> "0xlab-discuss" group.
> > >> To post to this group, send email to 0xlab-...@googlegroups.com.
> > >> To unsubscribe from this group, send email to
> > >> 0xlab-discus...@googlegroups.com<0xlab-discuss%2Bunsu...@googlegroups.com>
> > .
> > >> For more options, visit this group at
> > >>http://groups.google.com/group/0xlab-discuss?hl=en.
>
> > > --
> > > You received this message because you are subscribed to the Google Groups
> > > "0xlab-discuss" group.
> > > To post to this group, send email to 0xlab-...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > 0xlab-discus...@googlegroups.com<0xlab-discuss%2Bunsu...@googlegroups.com>
> > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/0xlab-discuss?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "0xlab-discuss" group.
> > To post to this group, send email to 0xlab-...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > 0xlab-discus...@googlegroups.com<0xlab-discuss%2Bunsu...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/0xlab-discuss?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups "0xlab-discuss" group.
> To post to this group, send email to 0xlab-...@googlegroups.com.
> To unsubscribe from this group, send email to 0xlab-discus...@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/0xlab-discuss?hl=en.

osama gamal

unread,
Apr 27, 2010, 4:29:24 PM4/27/10
to 0xlab-...@googlegroups.com
I reformatted the SD Card and pasted the files again .. I was able to flash the new u-boot :)
Also, 0xdroid is flashed now .. I guess it ran without problems but the LCD doesn't show anything except a lot of noise :S
I'm using the Devkit 7inch LCD .. any advices??
Anyway, I will try to reFlash 0xdroid, :(

osama gamal

unread,
Apr 27, 2010, 4:59:07 PM4/27/10
to 0xlab-...@googlegroups.com

OOh .. The flashing failed and I can't boot again???!?!?!!?!?

I unzipped the files to the SD Card and put it in Devkit and rebooted

and here how it went

Texas Instruments X-Loader 1.41
Starting OS Bootloader...
 
 
U-Boot 2009.11-00424-gdc8c9fd-dirty (Mar 19 2010 - 19:15:32)
 
OMAP3530-GP ES3.1, CPU-OPP2 L3-165MHz
OMAP3 DevKit8000 + LPDDR/NAND
I2C:   ready
DRAM:  128 MB
NAND:  128 MiB
Using default environment
 
In:    serial
Out:   serial
Err:   serial
ethaddr not set, using Die ID
Die ID #62a0002400000000040365fa19014013
Net:   dm9000
Hit any key to stop autoboot:  0
mmc0 is available
reading boot.scr
 
** Unable to read "boot.scr" from mmc 0:1 **
reading uImage
 
1129848 bytes read
Booting from mmc ...
## Booting kernel from Legacy Image at 82000000 ...
   Image Name:   Linux-2.6.29-omap1-00061-g215306
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    1129784 Bytes =  1.1 MB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK
 
Starting kernel ...
 
Uncompressing Linux... done, booting the kernel.
mkdir: can't create directory '/dev': File exists
Booting...
/init: line 15: can't create /proc/sys/kernel/printk: nonexistent directory
Press [Enter] to activate shell
Welcome to 0xdroid Image Installer
 
Mounting SD card...
Copying files..
        * 0xkernel.bin
        * android.ubi
Writing android.ubi into NAND flash...
File System :: Done!
Check point
Erase NAND flash (Kernel)
Writing 0xkernel.bin into NAND flash...
starting from 0
Kernel :: Done!
Check point
nandwrite: File I/O error on input: Is a directory
nandwrite: Data was only partially written due to error
: Is a directory
Erase NAND flash (U-Boot)
Writing into NAND flash...
starting from 0
Failed to flash
Exit..
 
 
Texas Instruments X-Loader 1.41
Starting OS Bootloader...
 
 
Texas Instruments X-Loader 1.41
Starting OS Bootloader...
 
 
Texas Instruments X-Loader 1.41
Starting OS Bootloader...
40W
 
Texas Instruments X-Loader 1.41
Starting OS Bootloader...
and the kit is not booting again at all!! I don even get the u-boot command ???? :(
Please help???!!

osama gamal

unread,
Apr 27, 2010, 5:16:23 PM4/27/10
to 0xlab-...@googlegroups.com
I was able to recover by booting from another SD card..
Now I recovered u-boot and flashed 0xdroid successfully but the same problem exist .. LCD not working .. just noise on it!!

Wang Michael

unread,
Apr 27, 2010, 9:31:23 PM4/27/10
to 0xlab-...@googlegroups.com
Hi osama,
 
Maybe you need to modify LCD drivr to fix 800x480 display.
 
/drivers/video/omap2/displays/panel-generic.c
    --   .x_res  = 800,
    --   .y_res  = 480,
    --   .pixel_clock = 36000,
 
, or you can add your 7inch LCD driver under the folder--/drivers/video/omap2/displays/.
 
Br,
Michael

2010/4/28 osama gamal <osam...@gmail.com>

Kan-Ru Chen

unread,
Apr 27, 2010, 11:43:15 PM4/27/10
to 0xlab-...@googlegroups.com
Hi,

On Wed, Apr 28, 2010 at 5:16 AM, osama gamal <osam...@gmail.com> wrote:
> I was able to recover by booting from another SD card..
> Now I recovered u-boot and flashed 0xdroid successfully but the same problem
> exist .. LCD not working .. just noise on it!!

Thanks for trying.

What is your LCD resolution? Set the videomode u-boot env would help

Regards,
Kanru

--
You received this message because you are subscribed to the Google Groups "0xlab-discuss" group.

Ken

unread,
Apr 28, 2010, 2:26:30 AM4/28/10
to 0xlab-discuss
Hi Kan-Ru,

My platform is Devkit8000 board.

I got kernel source from 0xlab's Linux Kernel Tree(Kernel for
Devkit8000), and compiled it.
Then use the happy installer to install the kernel I compiled and
system(Android.ubi) you builded.

But the BTN_BACK key does't work.

Where can I get the same version kernel source you use in the release
of devkit8k-eclair-0x4.
Thank you!!

Regards,
Ken
> 0xlab Team -http://0xlab.org/

Kan-Ru Chen

unread,
Apr 28, 2010, 2:39:14 AM4/28/10
to 0xlab-...@googlegroups.com
Hi,

On Wed, Apr 28, 2010 at 2:26 PM, Ken <kent...@hotmail.com> wrote:
> Hi Kan-Ru,
>
> My platform is Devkit8000 board.
>
> I got kernel source from 0xlab's Linux Kernel Tree(Kernel for
> Devkit8000), and compiled it.
> Then use the happy installer to install the kernel I compiled and
> system(Android.ubi) you builded.
>
> But the BTN_BACK key does't work.
>
> Where can I get the same version kernel source you use in the release
> of devkit8k-eclair-0x4.
> Thank you!!

Sorry that I didn't mention that the Devkit8000 kernel tree has been
merged back to omap3 tree. Please checkout the omap3 tree, it should
be the same kernel as the released one :)

Cheers,
Kanru

>
> Regards,
> Ken

doca...@fleetops.net

unread,
Apr 28, 2010, 7:15:44 AM4/28/10
to 0xlab-discuss
Hi!

I am using a Devkit8000 with an 7" lcd display attached. I created a
sd card with an available prebuild image. first i flashed my
bootloader as suggested -> U-Boot 2009.11-00424-gdc8c9fd-dirty (Mar 19
2010 - 19:15:32)
The installer seems also to run correctly (installing to nand). The
system boots, however i only get a noisy display on the screen. (using
the stable prebuild image with easy installer).
install.conf says:
[devkit8000]

# 7 inch
DEFAULT_DISPLAY = lcd
DEFAULT_VIDEOMODE = lcd:800x480

which should be correct for my setup

Did i forget something?

Thank you.

Jim Huang

unread,
Apr 28, 2010, 8:28:02 AM4/28/10
to 0xlab-...@googlegroups.com, doca...@fleetops.net
2010/4/28 <doca...@fleetops.net>:
> I am using a Devkit8000 with an 7" lcd display attached. I created a
> sd card with an available prebuild image. first i flashed my
> bootloader as suggested -> U-Boot 2009.11-00424-gdc8c9fd-dirty (Mar 19
> 2010 - 19:15:32)

Hi,

Thanks for trying 0xdroid!

> The installer seems also to run correctly (installing to nand). The
> system boots, however i only get a noisy display on the screen. (using
> the stable prebuild image with easy installer).
[...]

Could you please send us the picture capturing the LCD panel on your
DevKit8000 board?

We have to confirm what exactly happened on your device.

Thanks,
Jim Huang (jserv)
http://0xlab.org/

doca...@fleetops.net

unread,
Apr 28, 2010, 8:47:27 AM4/28/10
to 0xlab-discuss
edit: forgot the link to the image - http://tinyurl.com/2w492js

On 28 Apr., 14:28, Jim Huang <js...@0xlab.org> wrote:
> 2010/4/28  <docac...@fleetops.net>:
>
> > I am using a Devkit8000 with an 7" lcd display attached. I created a
> > sd card with an available prebuild image. first i flashed my
> > bootloader as suggested -> U-Boot 2009.11-00424-gdc8c9fd-dirty (Mar 19
> > 2010 - 19:15:32)
>
> Hi,
>
> Thanks for trying 0xdroid!
>
> > The installer seems also to run correctly (installing to nand). The
> > system boots, however i only get a noisy display on the screen. (using
> > the stable prebuild image with easy installer).
>
> [...]
>
> Could you please send us the picture capturing the LCD panel on your
> DevKit8000 board?
>
> We have to confirm what exactly happened on your device.
>
> Thanks,
> Jim Huang (jserv)http://0xlab.org/

osama gamal

unread,
Apr 28, 2010, 9:08:20 AM4/28/10
to 0xlab-...@googlegroups.com
@Docacola .. that is exactly what happens with me :)

Project Kennel

unread,
Apr 28, 2010, 9:16:53 AM4/28/10
to 0xlab-discuss
Hi everyone,

I have my 8" LCD hooked up to my beagleboard with eclair working just
fine (same kernel I used for the donut build).

I am wondering, could it be uBoot settings that are causing your
problem?

Here are my bootargs, just encase it helps.

setenv bootargs 'console=ttyS2,115200n8 noinitrd root=/dev/mmcblk0p2
init=/init rootfstype=ext3 rw rootdelay=3 nohz=off
androidboot.console=ttyS2 omapfb.vram="1:4M,2:4M" omapfb.mode=dvi:
800x600MR-24@50'




On Apr 28, 10:08 pm, osama gamal <osama....@gmail.com> wrote:
> @Docacola .. that is exactly what happens with me :)
>
>
>
>
>
> On Wed, Apr 28, 2010 at 2:47 PM, <docac...@fleetops.net> wrote:
> > edit: forgot the link to the image -http://tinyurl.com/2w492js
>
> > On 28 Apr., 14:28, Jim Huang <js...@0xlab.org> wrote:
> > > 2010/4/28  <docac...@fleetops.net>:
>
> > > > I am using a Devkit8000 with an 7" lcd display attached. I created a
> > > > sd card with an available prebuild image. first i flashed my
> > > > bootloader as suggested -> U-Boot 2009.11-00424-gdc8c9fd-dirty (Mar 19
> > > > 2010 - 19:15:32)
>
> > > Hi,
>
> > > Thanks for trying 0xdroid!
>
> > > > The installer seems also to run correctly (installing to nand). The
> > > > system boots, however i only get a noisy display on the screen. (using
> > > > the stable prebuild image with easy installer).
>
> > > [...]
>
> > > Could you please send us the picture capturing the LCD panel on your
> > > DevKit8000 board?
>
> > > We have to confirm what exactly happened on your device.
>
> > > Thanks,
> > > Jim Huang (jserv)http://0xlab.org/
>
> > > --
> > > You received this message because you are subscribed to the Google Groups
> > "0xlab-discuss" group.
> > > To post to this group, send email to 0xlab-...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > 0xlab-discus...@googlegroups.com<0xlab-discuss%2Bunsubscribe@goog legroups.com>
> > .
> > > For more options, visit this group athttp://
> > groups.google.com/group/0xlab-discuss?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "0xlab-discuss" group.
> > To post to this group, send email to 0xlab-...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > 0xlab-discus...@googlegroups.com<0xlab-discuss%2Bunsubscribe@goog legroups.com>
> > .

doca...@fleetops.net

unread,
Apr 29, 2010, 4:00:22 AM4/29/10
to 0xlab-discuss
I have taken a look into devkit8000 bootargs.
i have videomode=lcd:480x272 there which is wrong i guess. i have
tried to manually set videmode to lcd:800x480, however when i try to
boot then the console is flooded with:
omapdss DISPC error: GFX_FIFO_UNDERFLOW, disabling GFX
omapdss DISPC error: SYNC_LOST, disabling LCD



On 28 Apr., 14:28, Jim Huang <js...@0xlab.org> wrote:
> 2010/4/28  <docac...@fleetops.net>:
>
> > I am using a Devkit8000 with an 7" lcd display attached. I created a
> > sd card with an available prebuild image. first i flashed my
> > bootloader as suggested -> U-Boot 2009.11-00424-gdc8c9fd-dirty (Mar 19
> > 2010 - 19:15:32)
>
> Hi,
>
> Thanks for trying 0xdroid!
>
> > The installer seems also to run correctly (installing to nand). The
> > system boots, however i only get a noisy display on the screen. (using
> > the stable prebuild image with easy installer).
>
> [...]
>
> Could you please send us the picture capturing the LCD panel on your
> DevKit8000 board?
>
> We have to confirm what exactly happened on your device.
>
> Thanks,
> Jim Huang (jserv)http://0xlab.org/

Kan-Ru Chen

unread,
Apr 29, 2010, 4:29:54 AM4/29/10
to 0xlab-...@googlegroups.com
Hi,

On Thu, Apr 29, 2010 at 4:00 PM, <doca...@fleetops.net> wrote:
> I have taken a look into devkit8000 bootargs.
> i have videomode=lcd:480x272 there which is wrong i guess. i have
> tried to manually set videmode to lcd:800x480, however when i try to
> boot then the console is flooded with:
> omapdss DISPC error: GFX_FIFO_UNDERFLOW, disabling GFX
> omapdss DISPC error: SYNC_LOST, disabling LCD

It seems you installed the bootargs for 4.3 inch panel.

You can try to disable framebuffer rotation (which only enabled on 4.3" board)

setenv optargs

Cheers,
Kanru

Bakkie

unread,
Apr 29, 2010, 7:30:57 AM4/29/10
to 0xlab-discuss
Hi,

I've tried setting the videomode to lcd:800x480 and the omapfb.rotate
to 0 but I get the same problem as mentioned below. I did install
0xdroid with the easy installer on the correct settings. Somehow these
don't get saved correctly during the install.

Can someone provide the correct bootargs?

Cheers,
Bakkie

On 29 apr, 10:29, Kan-Ru Chen <ka...@0xlab.org> wrote:
> Hi,
>

dnsjong

unread,
Apr 29, 2010, 1:11:17 PM4/29/10
to 0xlab-discuss
Hi DOCa Cola,

The same finding with me to install prebuilt image from SD through
uImage, even we remarked 4.3" inch in install.conf as below.
-----------------------------------
:
# 7 inch
DEFAULT_DISPLAY = lcd
DEFAULT_VIDEOMODE = lcd:800x480

# 4.3 inch
# DEFAULT_DISPLAY = lcd
# DEFAULT_VIDEOMODE = lcd:480x272
# OPTION_ARGS = omapfb.rotate=1
:
-----------------------------------
The installer still chose 4.3" inch setting on bootargs for kernel
command line.
Please try to do.
1. Change resolution lcd:800x480 as what you done.
2. Change from omapfb.rotate=1 to omapfb.rotate=0
3. Add vram=12M
It worked for me with 7" LCD display. Touch screen was functional as
well.

Good luck!

BR,
dnsjong

osama gamal

unread,
Apr 29, 2010, 1:50:39 PM4/29/10
to 0xlab-...@googlegroups.com
@Kan-Ru:
Every time I flash 0xdroid to DevKit8000 without enabling flash u-boot in install.conf the flashing fails!! WEIRD!
Then, the NAND is erased and I have to boot from another MMC and after entering the u-Boot, I replace the MMC with the 0xDroid and then mmcinit, fatload, go and I get my u-boot back again.

@dnsjong:
I set the configuration exactly as you said but nothing happened :(
Could you send me exactly the install.conf and the u-boot bootargs you are using!! :D

On Thu, Apr 29, 2010 at 7:11 PM, dnsjong <dns...@gmail.com> wrote:
DEFAULT_VIDEOMODE = lcd:800x480

dnsjong

unread,
Apr 29, 2010, 6:43:58 PM4/29/10
to 0xlab-discuss
Hi Osama,

If the prebuilt image was not installed successfully by auto-run-
installer, please try it manually to flash NAND by using the same
image.

flash-uboot.bin <-- U-Boot image
0xkernel.bin <-- Kernel image
android.ubi <-- UBIFS--File System image

I am using 256MB NAND, take care the erase/flash range of yours.
----------MTD for Android---------------------
Storage mem.range name
0x000000000000-0x000000080000 : "X-Loader"
0x000000080000-0x000000260000 : "U-Boot"
0x000000260000-0x000000280000 : "U-Boot Env"
0x000000280000-0x000000680000 : "Kernel"
0x000000680000-0x000010000000 : "File System"
-----------------------------------------------

Regarding the bootargs, See below from my setting.
------
setenv bootargs 'console=ttyS2,115200n8 ubi.mtd=4 root=ubi0:rootfs rw
rootfstype=ubifs init=/init rootwait vram=12M omapfb.rotate=0
omapdss.def_disp=lcd omapfb.mode=lcd:800x480'
setenv bootcmd 'nand read 80300000 280000 240000;bootm 80300000'
boot
------

BR,
dnsjong 4/30


On Apr 30, 1:50 am, osama gamal <osama....@gmail.com> wrote:
> @Kan-Ru:
> Every time I flash 0xdroid to DevKit8000 without enabling flash u-boot in
> install.conf the flashing fails!! WEIRD!
> Then, the NAND is erased and I have to boot from another MMC and after
> entering the u-Boot, I replace the MMC with the 0xDroid and then mmcinit,
> fatload, go and I get my u-boot back again.
>
> @dnsjong:
> I set the configuration exactly as you said but nothing happened :(
> Could you send me exactly the install.conf and the u-boot bootargs you are
> using!! :D
>

osama gamal

unread,
Apr 29, 2010, 9:58:03 PM4/29/10
to 0xlab-...@googlegroups.com
Thanks guys, Problem solved :)
Just download and flash the latest u-boot that kan-ru uploaded on the wiki and everything should work fine ;)

Regards,
Osama Gamal

Wang Michael

unread,
Apr 29, 2010, 10:02:47 PM4/29/10
to 0xlab-...@googlegroups.com
Hi osama,
 
Where is the location of the new uboot?
I also wanna have a try.
 
BTW, are you using the latest kernel of 0xlab, have you make any modification on it for running on 7inch lcd?

Thanks,
Michael

2010/4/30 osama gamal <osam...@gmail.com>

Mrudul Pendharkar

unread,
Apr 30, 2010, 6:03:26 AM4/30/10
to 0xlab-...@googlegroups.com
Hi,

I am facing problem in booting eclair-0x4 on beagleboard. Here are the booting logs

==========

Texas Instruments X-Loader 1.4.2 (Feb 19 2009 - 12:01:24)
Reading boot sector
Loading u-boot.bin from nand

U-Boot 2009.11-rc1 (Jan 08 2010 - 21:19:52)

Press [Enter] to activate shell
Welcome to 0xdroid Image Installer

Mounting SD card...
Copying files..
        * 0xkernel.bin
        * android.ubi
Writing android.ubi into NAND flash...
File System :: Done!
Check point
Erase NAND flash (Kernel)
Writing 0xkernel.bin into NAND flash...
starting from 0
Kernel :: Done!
Check point
nandwrite: File I/O error on input: Is a directory
nandwrite: Data was only partially written due to error
: Is a directory
Erase NAND flash (U-Boot)
Writing into NAND flash...
starting from 0
Failed to flash
Exit..

==========

Can somebody point out what is the problem? I am using 0xdroid-eclair.

Regards

MVP

osama gamal

unread,
Apr 30, 2010, 6:58:53 AM4/30/10
to 0xlab-...@googlegroups.com

Wang Michael

unread,
May 3, 2010, 10:30:12 PM5/3/10
to 0xlab-...@googlegroups.com
Thanks osama!
 
BTW, have you made a usb modem work on ur board?
Which kind of modem do you use?
 
Br,
Michael Wang

2010/4/30 osama gamal <osam...@gmail.com>

osama gamal

unread,
May 3, 2010, 10:35:49 PM5/3/10
to 0xlab-...@googlegroups.com
@Wang:
I have bought Devkit GPRS, GPS, WiFi Modules
and I wanna get them working on the kit under 0xDroid ..
If anyone have any of these modules please contact me, we can work together to get them working :)

Wang Michael

unread,
May 3, 2010, 10:49:55 PM5/3/10
to 0xlab-...@googlegroups.com
Hi osama,
 
Well actually I have a usb modem in my hand.
 
Since maybe there are still some common work to do, I'd like to co-work with you to get it done.
 
Thanks,
Michael Wang

2010/5/4 osama gamal <osam...@gmail.com>

Bakkie

unread,
May 4, 2010, 7:57:27 AM5/4/10
to 0xlab-discuss
Hi dnsjong,

Thanks for the bootargs... These work for me and I can now boot into
android without a problem. However, I would like to be able to write
these settings permenantly. This, as far as I can tell, should be done
with 'saveenv' but the command is not in the uboot. Is there any other
way to save the changes to the bootargs permenantly?

Cheers,

Bakkie

--------------------------------------------

setenv bootargs 'console=ttyS2,115200n8 ubi.mtd=4 root=ubi0:rootfs rw
rootfstype=ubifs init=/init rootwait vram=12M omapfb.rotate=0
omapdss.def_disp=lcd omapfb.mode=lcd:800x480'
setenv bootcmd 'nand read 80300000 280000 240000;bootm 80300000'
boot

Jim Huang

unread,
May 4, 2010, 8:01:16 AM5/4/10
to 0xlab-...@googlegroups.com
2010/5/4 Bakkie <bakki...@gmail.com>:
> Hi dnsjong,
>
> Thanks for the bootargs... These work for me and I can now boot into
> android without a problem. However, I would like to be able to write
> these settings permenantly. This, as far as I can tell, should be done
> with 'saveenv' but the command is not in the uboot. Is there any other
> way to save the changes to the bootargs permenantly?

hi Bakkie,

Alternatively, you can try our installer to set up everything for you:
http://code.google.com/p/0xdroid/wiki/InstallConf

We plan to extend installer to provide flexible functionality to fit
different configurations
among several combinations.

Thanks,
Jim Huang (jserv)
http://0xlab.org/

Bakkie

unread,
May 4, 2010, 8:18:07 AM5/4/10
to 0xlab-discuss
Hi Jim,

Thanks for the quick reply. The problem with the installer is that the
settings for the 7inch lcd aren't copied correctly. The installer just
uses the 4.3 inch settings no matter what you fill in in the
install.conf . I've tried this a couple of times already. Am I doing
something wrong?

Cheers,
Bakkie



On 4 mei, 14:01, Jim Huang <js...@0xlab.org> wrote:
> 2010/5/4 Bakkie <bakkie2...@gmail.com>:
>
> > Hi dnsjong,
>
> > Thanks for the bootargs... These work for me and I can now boot into
> > android without a problem. However, I would like to be able to write
> > these settings permenantly. This, as far as I can tell, should be done
> > with 'saveenv' but the command is not in the uboot. Is there any other
> > way to save the changes to the bootargs permenantly?
>
> hi Bakkie,
>
> Alternatively, you can try our installer to set up everything for you:
>    http://code.google.com/p/0xdroid/wiki/InstallConf
>
> We plan to extend installer to provide flexible functionality to fit
> different configurations
> among several combinations.
>
> Thanks,
> Jim Huang (jserv)http://0xlab.org/

Harish

unread,
May 5, 2010, 1:42:48 AM5/5/10
to 0xlab-discuss
Hi All,

I am using devkit8000 board with 7" LCD. With the pre-built image,
LCD driver is throwing the following error

>omapdss DISPC error: GFX_FIFO_UNDERFLOW, disabling GFX
> omapdss DISPC error: SYNC_LOST, disabling LCD

Please do let me know pointers on how to proceed further

Regards
Harish

Kan-Ru Chen

unread,
May 5, 2010, 7:19:11 AM5/5/10
to 0xlab-...@googlegroups.com
Hi Harish,

On Wed, May 5, 2010 at 1:42 PM, Harish <har...@gmail.com> wrote:
> Hi All,
>
> I am using devkit8000 board with 7" LCD. With the pre-built image,
> LCD driver is throwing the following error
>
>>omapdss DISPC error: GFX_FIFO_UNDERFLOW, disabling GFX
>> omapdss DISPC error: SYNC_LOST, disabling LCD
>
> Please do let me know pointers on how to proceed further

I am writing a FAQ[1] on the wiki, hope this can explain your question :)

The critical part is to check the resolution and rotation settings.

[1]: http://code.google.com/p/0xdroid/wiki/FAQ

Regards,
Kanru

wayne roberts

unread,
May 7, 2010, 6:23:43 PM5/7/10
to 0xlab-discuss
I have devkit8000 with 7" LCD.

I have tried the eclair 0x4 for devkit8k.
Some questions:
1) When running the flash-uboot.bin, is it possible to wipe the (old)
uboot environment from nand?
Because I had previously tried the Mar 10 release, and the uboot
environment from that is still in NAND when running new flash-
uboot.bin

2) If you leave SD card inserted when rebooting after 0xdroid image
installer is finished, the 0xdroid image installer will run again.
Until you boot without sd card, then it will run from nand.

3) when swiping the launcher open, i got the puzzle application
stopping unexpectedly (boyle.chris.sgtpuzzles)
Here is logcat: http://pastebin.com/e8VVucum
Reply all
Reply to author
Forward
0 new messages