truman2159 / rowboat

Automatically exported from code.google.com/p/rowboat
0 stars 0 forks source link

when booting, froyo source codes is into panic on beagleboard #75

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
 1. getting latest rowboat source codes for froyo-dsp.
  $ mkdir ~/rowboat-android
  $ cd ~/rowboat-android
  $ repo init -u git://gitorious.org/rowboat/manifest.git -m rowboat-froyo-dsp.xml
 $ repo sync

 2. build
  $ make TARGET_PRODUCT=beagleboard TARGET_BUILD_VARIANT=tests -j8

 3. when booting, it is into panic.

What is the expected output? What do you see instead?
TI prebuilt froyo booting image works well. however my booting image doesn't 
work.

What version of the product are you using? On what operating system?
source code : latest froyo version for rowboat
hardware : beagleboard C4
linux : ubuntu 10.10

I attached two files, my_uImage_log and prebuilt_uImage_log. please refer to 
files.                                             

Original issue reported on code.google.com by yslee1...@gmail.com on 14 Jan 2011 at 4:21

Attachments:

GoogleCodeExporter commented 9 years ago
It looks like the camera driver (meant for beagleboard-xm) is not behaving well.
You can disable it. Just disable CONFIG_VIDEO_MT9V011 and CONFIG_VIDEO_MT9V113 
using menuconfig and rebuild the kernel.

Original comment by vishvesh...@aim.com on 18 Jan 2011 at 4:25