I built 12.04 per the instructions for i.MX53 and tried it on my i.MX53 SABRE
tablet, but after u-boot loads the uImage and uIinitrd and then boots the
kernel I get no output from the kernel. I tried the prebuilt images as well
and get the same behavior.
I backed up to 11.11 and get the same behavior from this as well.
Should this work? If not, does anyone have a recipe for getting one of the
Linaro ICS builds to work on a SABRE tablet?
Thanks in advance.
Tim
hi all,
I met a build issue.I just run linaro_android_build_cmds.sh,then got
the error below:
frameworks/base/ethernet/java/android/net/ethernet/EthernetStateMachine.java:72:
error 111: Public class android.net.ethernet.EthernetStateMachine
stripped of unavailable superclass
com.android.internal.util.StateMachine
Could anyone help on this?
Thank you.
Hi,
I have compiled android gingerbread from the source code of Linaro 11.10
release for pandaboard.
The gingerbread OS is booting & up without any problem. But the on-screen
keyboard
appears to be hidden below the screen boundary. It is partially visible
with special symbols
like ? , " : ( etc.
Information that i have are :
1. The output is viewed at HDMI TV( resolution is 1440x900 ). Timing
parameters are
106500, 1440/80/232/152, 900/3/25/6. Could not view output in DVI.
2. I tried to install another keyboard app. It installed successfully but
has the same result as
original keyboard after changing the Input Method to new keyboard app.
3. The values at the Home->Applications->Dev tools-> Configurations for
keyboard were
keyboard=2
hardKeyboardHidden=2
Can anyone please tell me what is the reason for this issue and how do i
resolve it ?
Regards,
Mur89
Adding Zach, linaro-release, and linaro-android.
Thanks for testing Botao.
Full results at
https://docs.google.com/a/linaro.org/spreadsheet/ccc?key=0AkxwyUNxNaAadDRDV…
it looks like these are the ones that would most likely affect the
demo:
* https://bugs.launchpad.net/linaro-android/+bug/1004351 - No Google
Hangout notification shows up on Origen Android image.
- I'm assuming you just force the connect by opening the magic url though?
* https://bugs.launchpad.net/linaro-android/+bug/1004362 - Video can't be
played on Origen Android Google Hangout release.
- This doesn't affect hangout video it seems though?
* https://bugs.launchpad.net/linaro-android/+bug/1004411 - The USB works
unstable on Origen Android Google Hangout image.
Additionally, there is a problem with getting input from the mic. Botao,
is there a bug for that? I don't see it here but I could be just missing
it. If there is no fix available for that, then it looks like the demo may
have to be video only, and likely you'll want to set it up one time and not
disconnect/reconnect.
Thanks,
Paul Larson
On Fri, May 25, 2012 at 5:38 AM, Botao Sun <botao.sun(a)linaro.org> wrote:
> Hi Paul,
>
> Origen 12.05 Android Google Hangout release build test has been done,
> refer to this link to get the test result:
>
>
> https://docs.google.com/a/linaro.org/spreadsheet/ccc?key=0AkxwyUNxNaAadDRDV…
>
> Because my microphone never work on Origen board, then I didn't test the
> speech recorder feature; I also didn't test the BT headset since I don't
> have it. Android build scripts & Connectivity Manager didn't get tested as
> usual.
>
> Also, after first successfully working with Google Hangout, the standard
> sized USB port on my board stops to work, so I can't test the USB camera
> and USB host. However, the Mini USB port is still working, then I can use
> the ADB to install & test the Angry Bird.
>
> Bluetooth works well on this build, I can successfully send and receive
> files.
>
> For all the others, refer to that test result sheet to get more details.
>
> Thank you.
>
>
> BR
> Botao Sun
>
>
> On Fri, May 25, 2012 at 5:27 PM, Botao Sun <botao.sun(a)linaro.org> wrote:
>
>> Hi Paul,
>>
>> On build:
>>
>>
>> https://android-build.linaro.org/builds/~linaro-android/origen-hangout-demo…
>>
>> Here is summary for Google Hangout test:
>>
>> The hangout session can be established successfully between 2 Gmail
>> accounts. On host side (my laptop), both video & audio work well; on target
>> side (Origen board), video works well with my USB camera, but for audio, I
>> can hear the sound comes from my laptop, but I can't speak out. I tried to
>> connect my microphone to that J13 port (blue one), but whatever I did to
>> microphone, I hear nothing on my laptop side. I tried both ports - J12
>> (green one) & J13, but doesn't work. The microphone works well on my
>> laptop. My microphone never works with Origen board, so I
>> think probably the fault is caused by itself. If anyone can test the
>> microphone on Origen board on his / her side, that will be good.
>>
>> Another thing is about the hangout invitation notice. After I sent
>> invitation from laptop, there is no notice came out on Origen board. I need
>> to go into the Google Plus app, then enter "Stream", then the catch the
>> hangout session.
>>
>> FYI.
>>
>> Thanks.
>>
>>
>> BR
>> Botao Sun
>>
>> On Thu, May 24, 2012 at 12:04 AM, Fathi Boudra <fathi.boudra(a)linaro.org>wrote:
>>
>>> Hi Botao,
>>>
>>> the hangout build is a special releasd. Matt Waddel has updated
>>> Android QA test cases:
>>> https://wiki.linaro.org/Platform/QA/TestCases/Android#Google_Hangouts
>>>
>>> Feel free to contact him directly for any question related to this build.
>>>
>>> On 23 May 2012 15:01, Botao Sun <botao.sun(a)linaro.org> wrote:
>>> > Hi Fathi,
>>> >
>>> > Here is some additional information about the Samsung Origen hangout
>>> build:
>>> >
>>> > After enter the guild selection screen, if choose the first one -
>>> > "com.android.provision.DefaultActivity", the board then can enter the
>>> main
>>> > screen and everything works well. However, if choosing the second one
>>> "Setup
>>> > Wizard", then the problem I mentioned in previous email will come out.
>>> >
>>> > Another issue is once the board entered suspend mode, it can't be
>>> waked up
>>> > except power off & power on.
>>> >
>>> > Also, these 3 commands must be run before you plug the SD card to
>>> board.
>>> > Once a SD card booted up before, then an error about "mnt/app" already
>>> > exists will be occurred.
>>> >
>>> > wget http://people.linaro.org/~vishalbhoj/install-hangout.sh
>>> > chmod a+x install-hangout.sh
>>> > ./install-hangout.sh
>>> >
>>> > FYI.
>>> >
>>> > Thanks.
>>> >
>>> >
>>> > BR
>>> > Botao Sun
>>> >
>>> >
>>> > On Wed, May 23, 2012 at 9:43 PM, Botao Sun <botao.sun(a)linaro.org>
>>> wrote:
>>> >>
>>> >> Hi Fathi,
>>> >>
>>> >> For Samsung Origen builds:
>>> >>
>>> >> 1.
>>> >>
>>> https://android-build.linaro.org/builds/~linaro-android/origen-ics-gcc47-sa…
>>> :
>>> >> Boot works well.
>>> >>
>>> >> 2.
>>> >>
>>> https://android-build.linaro.org/builds/~linaro-android/origen-hangout-demo…
>>> :
>>> >> Serial console works well, but after walk through the guide, the LCD
>>> turned
>>> >> to black and finally entered to the suspend mode, can't wake it up. I
>>> tried
>>> >> twice, and same problem occurred. You can find the serial log in
>>> attachment.
>>> >>
>>> >> Also, for the hangout build, it can't install the vendor package,
>>> >> otherwise there would be no any display after press power button.
>>> >>
>>> >> Thanks.
>>> >>
>>> >>
>>> >> BR
>>> >> Botao Sun
>>> >>
>>> >> On Wed, May 23, 2012 at 8:14 PM, Abhishek Paliwal
>>> >> <abhishek.paliwal(a)linaro.org> wrote:
>>> >>>
>>> >>>
>>> >>>
>>> >>> On 23 May 2012 12:10, Fathi Boudra <fathi.boudra(a)linaro.org> wrote:
>>> >>>>
>>> >>>> http://review.android.git.linaro.org/#change,2165
>>> >>>>
>>> >>>>
>>> >>>>
>>> https://android-build.linaro.org/builds/~linaro-android/origen-hangout-demo…
>>> >>>>
>>> >>>>
>>> https://android-build.linaro.org/builds/~linaro-android/origen-ics-gcc47-sa…
>>> >>>
>>> >>>
>>> >>>
>>> >>>>
>>> >>>>
>>> >>>>
>>> https://android-build.linaro.org/builds/~linaro-android/snowball-ics-gcc46-…
>>> >>>
>>> >>> Boots up fine , Booted from eMMC using new linaro-uboot , emmc image
>>> >>> created using lamc from mathieu's branch -
>>> >>> $ bzr branch
>>> lp:~mathieu.poirier/linaro-image-tools/linaro-image-tools
>>> >>>
>>> >>>
>>> >>>>
>>> >>>>
>>> >>>>
>>> https://android-build.linaro.org/builds/~linaro-android/vexpress-ics-gcc47-…
>>> >>>
>>> >>> Boots up fine
>>> >>>
>>> >>>>
>>> >>>>
>>> https://android-build.linaro.org/builds/~linaro-android/vexpress-rtsm-ics-g…
>>> >>>
>>> >>> Boots up fine
>>> >>>>
>>> >>>>
>>> >>>>
>>> >>>> At the moment, only PandBoard build is missing.
>>> >>>
>>> >>>
>>> >>
>>> >
>>>
>>>
>>>
>>> --
>>> Fathi Boudra
>>> Linaro Release Manager | Validation Project Manager
>>> Linaro.org | Open source software for ARM SoCs
>>>
>>
>>
>
Hi,
This is the first time that I am
building linaro-android-12.04-release. I am getting some build errors.
This is what I did to get sources, from a bash script.
MANIFEST_REPO="git://android.git.linaro.org/platform/manifest.git"
MANIFEST_BRANCH="linaro-android-12.04-release"
MANIFEST_FILENAME="staging-panda.xml"
mkdir $ANDROID_DIR
echo "getting android sources"
pushd $ANDROID_DIR
repo init -u ${MANIFEST_REPO} -b ${MANIFEST_BRANCH} -m
${MANIFEST_FILENAME}
repo sync
popd
This is how I get the tool and the toolchain that I am using.
TOOLCHAIN_URL="
http://snapshots.linaro.org/android/~linaro-android/toolchain-4.6-2012.05/1…
"
echo "getting toolchain"
wget ${TOOLCHAIN_URL}
tar -jxvf android-toolchain-eabi-linaro-*
This is how I am building it.
pushd $ANDROID_DIR
make -j6 HOST_CC=gcc HOST_CXX=g++ HOST_CPP=cpp TARGET_PRODUCT=pandaboard
TARGET_SIMULATOR=false
TARGET_TOOLS_PREFIX=../android-toolchain-eabi/bin/arm-linux-androideabi-
boottarball systemtarball userdatatarball | tee
../$LOGS_DIR/android_make_out.log
popd
At first, I got some error about not having hardware/linaro/tinyhal/. I
added that repository off linaro. Probably should have ask for help at
this point but ...
Then I got this:
target thumb C++: libwilhelm <=
system/media/wilhelm/src/itf/IStreamInformation.cpp
system/media/wilhelm/src/android/android_Effect.cpp: In function
'android::status_t android_eq_getParam(android::sp<android::AudioEffect>,
int32_t, int32_t, void*)':
system/media/wilhelm/src/android/android_Effect.cpp:196:21: error:
dereferencing type-punned pointer will break strict-aliasing rules
[-Werror=strict-aliasing]
system/media/wilhelm/src/android/android_Effect.cpp: In function
'android::status_t android_eq_setParam(android::sp<android::AudioEffect>,
int32_t, int32_t, void*)':
system/media/wilhelm/src/android/android_Effect.cpp:222:20: error:
dereferencing type-punned pointer will break strict-aliasing rules
[-Werror=strict-aliasing]
system/media/wilhelm/src/android/android_Effect.cpp: In function
'android::status_t android_fx_setParam(android::sp<android::AudioEffect>,
int32_t, uint32_t, void*, uint32_t)':
system/media/wilhelm/src/android/android_Effect.cpp:550:20: error:
dereferencing type-punned pointer will break strict-aliasing rules
[-Werror=strict-aliasing]
system/media/wilhelm/src/android/android_Effect.cpp: In function
'android::status_t android_fx_getParam(android::sp<android::AudioEffect>,
int32_t, uint32_t, void*, uint32_t)':
system/media/wilhelm/src/android/android_Effect.cpp:570:20: error:
dereferencing type-punned pointer will break strict-aliasing rules
[-Werror=strict-aliasing]
target thumb C++: libwilhelm <=
system/media/wilhelm/src/itf/IVideoDecoderCapabilities.cpp
cc1plus: some warnings being treated as errors
make: ***
[out/target/product/pandaboard/obj/SHARED_LIBRARIES/libwilhelm_intermediates/android/android_Effect.o]
Error 1
Where did I go wrong and how can I get this thing to build?
Thanks,
William
Good day all,
A new set of startup files have been released [1]. As with uboot, the
statup files reside in the boot sector on the emmc card and as such
requires the usage of riff for the update.
Instructions to update the startup files for Android can be found here [2].
This new set provides:
. support for new power management features.
. graceful reboot.
. a new flash layout.
. improvement on a lot of improvement reported on launchpad.
The new startup files are compatible with earlier release. It is highly
recommended to use them in conjunction with the forthcoming 12.05 release.
Best regards,
Mathieu.
[1].http://igloocommunity.org/download/linaro/startupfiles/latest/
[2].http://www.igloocommunity.org/support/Android_Getting_started_with_ICS#B…
I wanted to give a heads up on the LAVA results that show up in
android-build.linaro.org.
As per the Linaro Data Privacy Policy, the viewing of raw test
results/metrics are now only viewable to members of Linaro. In practice,
this means the android-build UI won't show test results unless you've
logged in to validation.linaro.org with your launchpad ID.
If you are in Linaro and are logged into validation.linaro.org, then
everything should magically work.
-andy