Hi Daniel,


Did you download and extract vendor.tar.bz2 in AOSP source tree: http://builds.96boards.org/snapshots/hikey/linaro/binaries/20150706/vendor.tar.bz2

On 1 December 2015 at 17:05, Daniel Schneider <Daniel.Schneider1@hs-augsburg.de> wrote:
Hi,

The goal is to be able to run my own AOSP RPB Builds
However i've got problems at running my own CE AOSP RPB HiKey Build with the instructions from the wiki [1]:
Note: Installing and booting the pre-build binaries works fine.
I first tried to build the AOSP Images with the Instructions from [1] and used it with the self built bootloader files from [3].
Building AOSP and the bootloader files was successful, so was flashing on the Hikey Board acc. to[3] + [2]. It then
started booting but did not boot correctly into Android but instead showed the following log message during boot:


[    6.433602] EXT4-fs (mmcblk0p9): mounted filesystem with ordered data mode. Opts: (null)
[    6.442000] fs_mgr: __mount(source=/dev/block/platform/f723d000.dwmmc0/by-name/system,target=/system,type=ext4)=0
[    6.487806] EXT4-fs (mmcblk0p8): mounting with "discard" option, but the device does not support discard
[    6.497310] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts: discard,noauto_da_alloc,data=ordered,user_xatt1
[    6.510642] fs_mgr: __mount(source=/dev/block/platform/f723d000.dwmmc0/by-name/cache,target=/cache,type=ext4)=0
[    6.556490] EXT4-fs (mmcblk0p10): mounting with "discard" option, but the device does not support discard
[    6.566146] EXT4-fs (mmcblk0p10): mounted filesystem with ordered data mode. Opts: discard,noauto_da_alloc,data=ordered,user_xat1
[    6.579670] fs_mgr: __mount(source=/dev/block/platform/f723d000.dwmmc0/by-name/userdata,target=/data,type=ext4)=0
[    6.591402] file system registered
[    6.596261] init: Starting service 'adbd'...
[    6.605118] read descriptors
[    6.605180] init: Starting service 'logd'...
[    6.612277] read strings
[    6.655015] rfkill: version magic '3.18.0+ SMP preempt mod_unload aarch64' should be '3.18.0+ SMP preempt aarch64'
[    6.670410] compat: version magic '3.18.0+ SMP preempt mod_unload aarch64' should be '3.18.0+ SMP preempt aarch64'
[    6.729645] cfg80211: version magic '3.18.0+ SMP preempt mod_unload aarch64' should be '3.18.0+ SMP preempt aarch64'
[    6.796284] mac80211: version magic '3.18.0+ SMP preempt mod_unload aarch64' should be '3.18.0+ SMP preempt aarch64'
[    6.845168] wlcore: version magic '3.18.0+ SMP preempt mod_unload aarch64' should be '3.18.0+ SMP preempt aarch64'
[    6.864117] logd.auditd: start
[    6.872944] wl18xx: version magic '3.18.0+ SMP preempt mod_unload aarch64' should be '3.18.0+ SMP preempt aarch64'
[    6.886715] wlcore_sdio: version magic '3.18.0+ SMP preempt mod_unload aarch64' should be '3.18.0+ SMP preempt aarch64'
[    7.162376] bluetooth: version magic '3.18.0+ SMP preempt mod_unload aarch64' should be '3.18.0+ SMP preempt aarch64'
[    7.206857] hidp: version magic '3.18.0+ SMP preempt mod_unload aarch64' should be '3.18.0+ SMP preempt aarch64'
[    7.266267] rfcomm: version magic '3.18.0+ SMP preempt mod_unload aarch64' should be '3.18.0+ SMP preempt aarch64'
[    7.304858] st_drv: version magic '3.18.0+ SMP preempt mod_unload aarch64' should be '3.18.0+ SMP preempt aarch64'
[    7.315514] (stk) : timed out waiting for ldisc to be un-installed
[    7.333862] tty_hci: version magic '3.18.0+ SMP preempt mod_unload aarch64' should be '3.18.0+ SMP preempt aarch64'
[    7.361656] btwilink: version magic '3.18.0+ SMP preempt mod_unload aarch64' should be '3.18.0+ SMP preempt aarch64'
[    7.428522] (stk) :ldisc_install = 1
[    7.440337] gator: version magic '3.18.0+ SMP preempt mod_unload aarch64' should be '3.18.0+ SMP preempt aarch64'
[    7.457707] init: Starting service 'vold'...
[    7.465446] init: Not bootcharting.

Then I built AOSP for Android 6.0 by making the following changes to the build instructions :
I used the branch android-6.0.0.r1 (instead of android-5.1.1._r1) for the repo init and android-6.0 (instead of android-5.0) for the local_manifest. I also
 used the bootloader files from my own build. This time the log message during boot was:

[    6.441490] EXT4-fs (mmcblk0p9): mounted filesystem with ordered data mode. Opts: (null)
[    6.449859] fs_mgr: __mount(source=/dev/block/platform/f723d000.dwmmc0/by-name/system,target=/system,type=ext4)=0
[    6.596897] EXT4-fs (mmcblk0p8): recovery complete
[    6.603855] EXT4-fs (mmcblk0p8): mounting with "discard" option, but the device does not support discard
[    6.613491] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts: discard,noauto_da_alloc,data=ordered,user_xatt1
[    6.626964] fs_mgr: __mount(source=/dev/block/platform/f723d000.dwmmc0/by-name/cache,target=/cache,type=ext4)=0
[    6.726001] random: nonblocking pool is initialized
[    7.305400] (stk) : timed out waiting for ldisc to be un-installed
[    7.418574] (stk) :ldisc_install = 1[    7.735815] EXT4-fs (mmcblk0p10): recovery complete
[    7.742897] EXT4-fs (mmcblk0p10): mounting with "discard" option, but the device does not support discard
[    7.752645] EXT4-fs (mmcblk0p10): mounted filesystem with ordered data mode. Opts: discard,noauto_da_alloc,data=ordered,user_xat1
[    7.766184] fs_mgr: __mount(source=/dev/block/platform/f723d000.dwmmc0/by-name/userdata,target=/data,type=ext4)=0
[    7.777627] file system registered
[    7.782144] init: Starting service 'adbd'...
[    7.791612] read descriptors
[    7.791990] init: Starting service 'logd'...
[    7.798827] read strings
[    7.812920] Loading modules backported from Linux version 3cf1c17
[    7.819068] Backport generated by backports.git 5394a1d
[    7.856620] cfg80211: Calling CRDA to update world regulatory domain
[    7.956810] init: Starting service 'vold'...
[    7.962186] init: Not bootcharting.
[    7.967196] wl18xx_driver wl18xx.0.auto: Direct firmware load for ti-connectivity/wl1271-nvs.bin failed with error -2
[    7.977844] wl18xx_driver wl18xx.0.auto: Falling back to user helper
[    7.990973] init: Starting service 'exec 0 (/system/bin/tzdatacheck)'...
[    8.082339] init: Service 'exec 0 (/system/bin/tzdatacheck)' (pid 1478) exited with status 0
[    8.083243] logd.auditd: start
[    8.083361] logd.klogd: 8078974165
[    8.099467] init: SELinux: Could not get canonical path /data/local/tmp/lava restorecon: No such file or directory.
[    8.118620] init: property_set("ro.secure", "0") failed
[    8.124122] init: (Loading properties from /system/build.prop took 0.01s.)
[    8.131149] init: (Loading properties from /vendor/build.prop took 0.00s.)
[    8.138098] init: (Loading properties from /factory/factory.prop took 0.00s.)
[    8.145335] init: (Loading properties from /data/local.prop took 0.00s.)
[    8.152256] init: /recovery not specified in fstab
[    8.157346] init: Starting service 'logd-reinit'...
[    8.164797] init: Starting service 'healthd'...
[    8.170030] init: Starting service 'lmkd'...
[    8.171893] binder: 1489:1489 transaction failed 29189, size 0-0
[    8.177075] logd.daemon: reinit
[    8.184277] init: Starting service 'servicemanager'...
[    8.186238] wl18xx_driver wl18xx.0.auto: Direct firmware load for ti-connectivity/wl18xx-conf.bin failed with error -2
[    8.186242] wl18xx_driver wl18xx.0.auto: Falling back to user helper
[    8.187620] wlcore: ERROR could not get configuration binary ti-connectivity/wl18xx-conf.bin: -11
[    8.187623] wlcore: WARNING falling back to default config
[    8.221811] init: Starting service 'surfaceflinger'...
[    8.227444] init: Service 'logd-reinit' (pid 1488) exited with status 0
[    8.234266] init: property_set("ro.build.product", "generic") failed
[    8.241015] init: property_set("ro.product.device", "generic") failed
[    8.248542] init: Starting service 'console'...
[    8.253876] init: Starting service 'netd'...
[    8.258852] init: Starting service 'debuggerd'...
[    8.264117] init: Starting service 'debuggerd64'...
[    8.269429] init: cannot find '/system/bin/rild', disabling 'ril-daemon'
[    8.276521] init: Starting service 'drm'...
[    8.281427] init: Starting service 'media'...
[    8.286577] init: Starting service 'installd'...
[    8.291567] init: cannot find '/system/bin/install-recovery.sh', disabling 'flash_recovery'
[    8.300353] init: Starting service 'keystore'...
[    8.305671] init: Starting service 'uim'...
[    8.310546] init: Starting service 'zygote'...
[    8.315682] init: Starting service 'zygote_secondary'...
[    8.321742] init: Starting service 'gatekeeperd'...
[    8.324669] of_dma_request_slave_channel: dma-names property of node '/smb/uart@f7111000' missing or empty
[    8.324679] uart-pl011 f7111000.uart: no DMA platform data
[    8.349327] init: Starting service 'perfprofd'...
[    8.375151] (stc): st_tty_open
[    8.378183] (stk) :line discipline installed(stk) :ti-connectivity/TIInit_11.8.32.bts
[    8.391144] (stk) :change remote baud rate command in firmware(stk) :skipping the wait event of change remote baud
[    8.445038] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11)
[    8.455602] wlcore: loaded
[    8.458358] wlcore: driver version:
[    8.461934] wlcore: compilation time: 11:54, Beijing, 09-Apr-2015
shell@hikey:/ $ [    9.127873] (stc): add_channel_to_table: id 4
[    9.132244] (stc): add_channel_to_table: id 2
[    9.136627] (stc): add_channel_to_table: id 3
[    9.173303] healthd: No charger supplies found
[    9.177832] healthd: No battery devices found
[    9.356078] init: Service 'surfaceflinger' (pid 1497) killed by signal 6
[    9.362814] init: Service 'surfaceflinger' (pid 1497) killing any children in process group
[    9.371245] init: Service 'zygote' is being killed...
[    9.379745] dwc2 f72c0000.usb: bound driver configfs-gadget
[    9.388709] init: Service 'zygote' (pid 1557) killed by signal 9
[    9.394794] init: Service 'zygote' (pid 1557) killing any children in process group
[    9.402579] init: write_file: Unable to open '/sys/android_power/request_state': No such file or directory
[    9.412366] init: write_file: Unable to write to '/sys/power/state': Invalid argument
[    9.420311] init: Service 'media' is being killed...
[    9.425456] init: Service 'netd' is being killed...
[    9.430625] init: Service 'media' (pid 1546) killed by signal 9
[    9.436643] init: Service 'media' (pid 1546) killing any children in process group
[    9.444371] init: Service 'netd' (pid 1542) killed by signal 9
[    9.450230] init: Service 'netd' (pid 1542) killing any children in process group
[    9.457996] init: Untracked pid 1673 killed by signal 9
[    9.466537] dwc2 f72c0000.usb: bound driver configfs-gadget
[    9.475254] init: write_file: Unable to open '/sys/class/android_usb/android0/enable': No such file or directory
[    9.485465] init: write_file: Unable to open '/sys/class/android_usb/android0/idVendor': No such file or directory
[    9.495870] init: write_file: Unable to open '/sys/class/android_usb/android0/idProduct': No such file or directory
[    9.506401] init: write_file: Unable to open '/sys/class/android_usb/android0/functions': No such file or directory
[    9.516908] init: write_file: Unable to open '/sys/class/android_usb/android0/enable': No such file or directory
[    9.527236] init: write_file: Unable to write to '/sys/kernel/config/usb_gadget/g1/UDC': Device or resource busy
[    9.540650] dwc2 f72c0000.usb: bound driver configfs-gadget
[    9.767073] dwc2 f72c0000.usb: new device is high-speed
[    9.879422] dwc2 f72c0000.usb: new device is high-speed
[    9.936162] dwc2 f72c0000.usb: new address 9
[    9.959138] configfs-gadget gadget: high-speed config #1: c
[   11.144699] (stc): remove_channel_from_table: id 3
[   11.149520] (stc): remove_channel_from_table: id 2
[   11.154316] (stc): remove_channel_from_table: id 4
[   11.159179] (stc):  all chnl_ids unregistered
[   11.163474] (stk) :ldisc_install = 0(stc): st_tty_close
[   12.175454] (hci_tty): called dumb_hci_callback
[   13.553970] init: Starting service 'netd'...
[   13.559074] init: Starting service 'surfaceflinger'...
[   13.565316] init: Starting service 'media'...
[   13.570388] init: Starting service 'zygote'...
[   13.720157] init: Service 'surfaceflinger' (pid 1679) killed by signal 6
[   13.726955] init: Service 'surfaceflinger' (pid 1679) killing any children in process group
[   13.735408] init: Service 'zygote' is being killed...
[   13.743204] init: Service 'zygote' (pid 1683) killed by signal 9
[   13.749314] init: Service 'zygote' (pid 1683) killing any children in process group
[   13.757137] init: write_file: Unable to open '/sys/android_power/request_state': No such file or directory
[   13.766965] init: write_file: Unable to write to '/sys/power/state': Invalid argument
[   13.774928] init: Service 'media' is being killed...
[   13.779999] init: Service 'netd' is being killed...
[   13.785208] init: Service 'media' (pid 1680) killed by signal 9
[   13.791197] init: Service 'media' (pid 1680) killing any children in process group
[   13.799067] init: Service 'netd' (pid 1678) killed by signal 9
[   13.804960] init: Service 'netd' (pid 1678) killing any children in process group
[   13.812752] init: Untracked pid 1710 killed by signal 9


So i'd like to know/ need some help what AOSP Build Instruction to follow to be able to build and run Android 6.0 from source.



Regards,

Daniel


[1] https://github.com/96boards/documentation/wiki/CE-AOSP-RPB-HiKey-15.10-Build

[2] https://github.com/96boards/documentation/wiki/CE-AOSP-RPB-HiKey-15.10-Install

[3] https://github.com/96boards/documentation/wiki/HiKeyUEFI

_______________________________________________
Dev mailing list
Dev@lists.96boards.org
https://lists.96boards.org/mailman/listinfo/dev