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 ICS 4.0 on Beagleboard

I downloaded Android ICS 4.0 from the link below .

http://code.google.com/p/rowboat/wiki/ICSonBeagleboard_WithSGX

I am trying to run this on Beagleboard Rev C4.(I have changed the Boot Images)

It gives me the following error(last few lines):


Warning: unable to open an initial console.
init: cannot open '/initlogo.rle'
init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
scsi 0:0:0:0: Direct-Access     SanDisk  U3 Cruzer Micro  8.02 PQ: 0 ANSI: 0 CCS
sd 0:0:0:0: [sda] 7913471 512-byte logical blocks: (4.05 GB/3.77 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Assuming drive cache: write through
sd 0:0:0:0: [sda] Assuming drive cache: write through
 sda:
sd 0:0:0:0: [sda] Assuming drive cache: write through
sd 0:0:0:0: [sda] Attached SCSI removable disk
enabling adb
adb_open
init: untracked pid 836 exited
root@android:/ # pvrsrvkm: disagrees about version of symbol module_layout
init: untracked pid 903 exited
omaplfb: disagrees about version of symbol module_layout
init: untracked pid 1065 exited

init:untracked pid xxx exited

and so on ...

Any ides what could be the problem?

Regards,

Saket

  • Saket Gupta said:

    I downloaded Android ICS 4.0 from the link below .

    http://code.google.com/p/rowboat/wiki/ICSonBeagleboard_WithSGX

    I am trying to run this on Beagleboard Rev C4.(I have changed the Boot Images)

    The instructions in the wiki page are for Beagle-xm. You can rebuild for Beagle rev C4 by substituting OMAPES=3.x instead of OMAPES=5.x as applicable in the build commands.

    Please note that we have not tested ICS on Beagle Cx boards.

  • When I am compiling the ICS source:

    sudo make TARGET_PRODUCT=beagleboard OMAPES=3.x  (I tried putting OMAPES=5.x still the same error)

    Iget the following error

    ============================================
    PLATFORM_VERSION_CODENAME=REL
    PLATFORM_VERSION=4.0.3
    TARGET_PRODUCT=beagleboard
    TARGET_BUILD_VARIANT=eng
    TARGET_BUILD_TYPE=release
    TARGET_BUILD_APPS=
    TARGET_ARCH=arm
    TARGET_ARCH_VARIANT=armv7-a-neon
    HOST_ARCH=x86
    HOST_OS=linux
    HOST_BUILD_TYPE=release
    BUILD_ID=IML74K
    ============================================
    Checking build tools versions...
    external/webkit/Android.mk:124: external/webkit/bison_check.mk: No such file or directory
    external/webkit/Android.mk:276: external/webkit/Source/WebCore/Android.mk: No such file or directory
    external/webkit/Android.mk:281: external/webkit/Source/WebCore/Android.v8bindings.mk: No such file or directory
    external/webkit/Android.mk:288: external/webkit/Source/WebCore/Android.derived.mk: No such file or directory
    external/webkit/Android.mk:293: external/webkit/Source/WebCore/Android.derived.v8bindings.mk: No such file or directory
    external/webkit/Android.mk:300: external/webkit/Source/WebKit/Android.mk: No such file or directory
    external/webkit/Android.mk:503: external/webkit/Source/WebKit/android/wds/client/Android.mk: No such file or directory
    external/webkit/Android.mk:506: external/webkit/Source/WebKit/android/benchmark/Android.mk: No such file or directory
    external/webkit/Android.mk:509: external/webkit/Tools/android/webkitmerge/Android.mk: No such file or directory
    find: `graphics/java': No such file or directory
    find: `location/java': No such file or directory
    find: `media/java': No such file or directory
    find: `drm/java': No such file or directory
    find: `opengl/java': No such file or directory
    find: `sax/java': No such file or directory
    find: `telephony/java': No such file or directory
    find: `ethernet/java': No such file or directory
    find: `wifi/java': No such file or directory
    find: `keystore/java': No such file or directory
    find: `icu4j/java': No such file or directory
    find: `voip/java': No such file or directory
    find: `graphics/java': No such file or directory
    find: `location/java': No such file or directory
    find: `media/java': No such file or directory
    find: `drm/java': No such file or directory
    find: `opengl/java': No such file or directory
    find: `sax/java': No such file or directory
    find: `telephony/java': No such file or directory
    find: `ethernet/java': No such file or directory
    find: `wifi/java': No such file or directory
    find: `keystore/java': No such file or directory
    find: `icu4j/java': No such file or directory
    find: `voip/java': No such file or directory
    find: `test-runner/src': No such file or directory
    find: `test-runner/src': No such file or directory
    find: `frameworks/base/docs/html': No such file or directory
    find: `frameworks/base/docs/html': No such file or directory
    find: `frameworks/base/docs/html': No such file or directory
    find: `frameworks/base/docs/html': No such file or directory
    find: `frameworks/base/docs/html': No such file or directory
    make: *** No rule to make target `external/webkit/Tools/android/webkitmerge/Android.mk'. Stop.
    
    
    What could have gone wrong?
  • Please make sure that your source is initialized properly. Did you get any errors during repo sync ?