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?