This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Android on Evaluation boards

Other Parts Discussed in Thread: AM3517, AM3505

We are using the AM3517/Am3505 Experiment Board from Logic Control. As well as the beagleboard-rev-c4.

We have downloaded TI Android FroYo DevKit V2.2.

After unzipping(TAR) the Dev Kit we looked in the Documents folder for the USER GUIDE.

We are running the trials on a UBUNTU 10,04 Linux PC.

Attempting to executer "OUT OF THE BOX"

We did the following:

  • Get an SD Card of minimum size 2GBytes (Class4 minimum for DM37x EVM) and a USB Card reader
  • Insert the USB SD Card reader (with SD Card) in your host Linux PC
  • Prepare the MMC/SD card Image
  • The UBUNTU will only recognize the SD Card only if we first format the Device on a Windows 7 (32 bit) using the default Widows format routine.
  • We can write Text Files to the SD Card which will be recognized by the Linux PC.
 tar -xzvf <Board name>.tar.gz
cd <Board name>
sudo ./mkmmc-android /dev/sd<device> in our case the <device> = sdb1
When Executed the partitioning step is not done correctly I.E no partitions
afterward the SD device has no data on linux or Win 7.
And the target board device will not boot.
Any help would be greatly appreciated.
Rusty
  • The above step prepares the SD Card.
  • Can you erase the previous partitions on the MMC/SD card, looks like the card is mounted, you are supposed to give /dev/sdb and not /dev/sdb1

    Regards,

    Khasim

     

  • khasim said:

    Can you erase the previous partitions on the MMC/SD card, looks like the card is mounted, you are supposed to give /dev/sdb and not /dev/sdb1

    Regards,

    Khasim

     

    Than You for your suggestion. That was all I needed  for

    the Beagleboard. However, I have not been as successful with the AM3537/3505 Experimental Board.

    The Beagleboard, defaults the graphics to the HDMI output . The Xpeimental appears to expect a WQVGA and does not display anything.

    We do not have a WQVGA device and no where in the documentation does it say where to get one.We have tried the switch 8 on Dip SWT 7

    Regards

    Rusty