• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Embedded Software » Android » Android forum » Beagleboard-xm run Android GINGERBREAD 2.3.4 prebuild images, have some problems
Share
Android
  • Forum
Options
  • Subscribe via RSS

Beagleboard-xm run Android GINGERBREAD 2.3.4 prebuild images, have some problems

Beagleboard-xm run Android GINGERBREAD 2.3.4 prebuild images, have some problems

This question is answered
Eric Mao
Posted by Eric Mao
on Aug 06 2012 04:07 AM
Genius3045 points

Hi all

  I use beagleboard-xm , and get the android pre-build images for Pre-built Images from  http://software-dl.ti.com/dsps/dsps_public_sw/sdo_tii/TI_Android_DevKit/TI_Android_GingerBread_2_3_4_DevKit_2_1/index_FDS.html  . Now have some problem:

  1. cannot  run the camera app.

         When click the camera, get the error message everytime: "The application Camera (process com.android.camera) has stopped unexpectedly.Please try again."

   2. can not run the linux shell

         I have a arm library have a install.sh to install it,  but when a type /sbin/sh ./install.sh ,get message  "/sbin/sh: not found" if i type ./install.sh  get message "install.sh: not fount"

    3.  serial software keyboard input didn't normal

         can type key like "Tab" ,"Backspace"  .

         eg,  have directory /mnt/sdcard         pwd is /mnt

          #sdc    now i type Tab, the commond line of the serial software didn't display the whole folder name sdcard , just add a tab key.

   4.   some linux command didn't recognize

         like tar,  if i re-compile the kernel ,fs, how to do can add the shell command?

   5. How the get the real chip message

         i run cat /proc/cpuinfo, get the message:

        Processor       : ARMv7 Processor rev 2 (v7l)
        BogoMIPS        : 597.64
        Features        : swp half thumb fastmult vfp edsp thumbee neon vfpv3
        CPU implementer : 0x41
        CPU architecture: 7
        CPU variant     : 0x3
        CPU part        : 0xc08
        CPU revision    : 2

        Hardware        : OMAP3 Beagle Board
        Revision        : 0020
        Serial          : 0000000000000000

        I want to know how i can get the real frequency of the CPU?   the document said the BB-xm has a DM3730, have a 1GHz-A8 , why the MIPS only 597?

          

Don't forget to verify answers to your forum questions by using the green "Verify Answer" button.

Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • Vishveshwar Bhat
    Posted by Vishveshwar Bhat
    on Aug 06 2012 04:41 AM
    Genius9800 points

    Eric Mao

       2. can not run the linux shell

             I have a arm library have a install.sh to install it,  but when a type /sbin/sh ./install.sh ,get message  "/sbin/sh: not found" if i type ./install.sh  get message "install.sh: not fount"

        3.  serial software keyboard input didn't normal

             can type key like "Tab" ,"Backspace"  .

             eg,  have directory /mnt/sdcard         pwd is /mnt

              #sdc    now i type Tab, the commond line of the serial software didn't display the whole folder name sdcard , just add a tab key.

       4.   some linux command didn't recognize

             like tar,  if i re-compile the kernel ,fs, how to do can add the shell command?

    The built-in android shell has very limited features. In case you wish to have a full-featured shell you can try using the busybox utility.

    http://omappedia.org/wiki/Android_Installing_Busybox_Command_Line_Tools

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

    Please click the Verify Answer button on this post if it answers your question.
    ---------------------------------------------------------------------------------------------------------

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Eric Mao
    Posted by Eric Mao
    on Aug 06 2012 07:37 AM
    Genius3045 points

    Hi Vishveshwar Bhat

        I install the busybox, the problem 2-4 have solved.    Thank you very much!

        Can you help me about the problem 1?

    Don't forget to verify answers to your forum questions by using the green "Verify Answer" button.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Eric Mao
    Posted by Eric Mao
    on Aug 06 2012 09:09 AM
    Genius3045 points

    Hi all

      Now I found another problem .  I  type ifconfig ,but get  nothing.

     #ifconfig  Enter

     #

     But the two lights of the ethernet port are all bright

    Don't forget to verify answers to your forum questions by using the green "Verify Answer" button.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Umakanta Patro
    Posted by Umakanta Patro
    on Aug 07 2012 02:13 AM
    Intellectual450 points

    Hi,

    If you are trying with the Android's "ifconfig", then it won't give you any output. As android comes with some trimmed commands, and the ifconfig is not available with all features.

    You can use "netcfg" for finding the status of all the ports and their IP address. Also you can try with the ifconfig command from busybox, that you used previously.

    Regards,

    Umakanta Patro

    Regards,

    Umakanta Patro

    ----

    Please click the Verify Answer button on this post if it answers your question.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Eric Mao
    Posted by Eric Mao
    on Aug 07 2012 23:56 PM
    Genius3045 points

    Hi  Umakanta Patro

       I use netcfg and get the following message:

      /mnt # netcfg
       lo       UP    127.0.0.1       255.0.0.0       0x00000049

      I download the android source and recompile the kernel. Now type the ifconfig ,can get the lo message ,but still no eth0

     /mnt # ifconfig
    lo        Link encap:Local Loopback 
              inet addr:127.0.0.1  Mask:255.0.0.0
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

     

     

    Don't forget to verify answers to your forum questions by using the green "Verify Answer" button.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Vishveshwar Bhat
    Posted by Vishveshwar Bhat
    on Aug 08 2012 00:09 AM
    Verified Answer
    Verified by Eric Mao
    Genius9800 points

    In Beagle XM, the ethernet interface is  called usb0.

    What is the output when you run the following commands?

    # netcfg usb0 up
    # netcfg usb0 dhcp

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

    Please click the Verify Answer button on this post if it answers your question.
    ---------------------------------------------------------------------------------------------------------

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Eric Mao
    Posted by Eric Mao
    on Aug 08 2012 20:42 PM
    Genius3045 points

    Hi Vishveshwar Bhat

      Thank you very much,  Except the first problem ,the other problems are all solved!  I write a new camera app to finish my capture work!

     

    Don't forget to verify answers to your forum questions by using the green "Verify Answer" button.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use