bout the error between tablet and external penal(celadon android O)
by MR. Children
I have a tablet with a touch penal and hdmi external output.
When I only use the touch panel, everything is fine
But
But when I plug in the external hdmi panel, the hdmi panel can't be displayed,
and the touch function will be wrong (do not match the touch panel)
I think the error is in android.hardware.graphics.composer
This error did not occur in android x86 oreo (Not imported android.hardware.graphics.composer)
My touch panel information
Resolution: 800x1280
Interface type: mipi
Touch type: capacitor
從 Windows 10 的郵件<https://go.microsoft.com/fwlink/?LinkId=550986>傳送
1 year, 11 months
Re: [01.org Celadon] MediaSDK OMX license
by Cyan Dro
Hi,
thanks for keeping me updated! Any news on the license?
Since it is just little more than a month until end of this year, I
would also appreciate if you could share if the activity to
cleanup/open-source is still planned for end of this year or if it is
going to be delayed.
Thanks,
Cyan
On Mon, Nov 12, 2018 at 6:46 AM Xu, Guangxin <guangxin.xu(a)intel.com> wrote:
>
> Sorry, we still working on the license thing.
> We need update the old license, let us wait one week more.
>
> thanks
>
> > -----Original Message-----
> > From: Xu, Guangxin
> > Sent: Monday, October 29, 2018 1:32 PM
> > To: Cyan Dro <cyandroi(a)gmail.com>
> > Subject: FW: [01.org Celadon] MediaSDK OMX license
> >
> > Still waiting feedback from internal. Need more time. Hope we can give you
> > some update at end of this week.
> > Thanks.
> >
> > > -----Original Message-----
> > > From: Celadon [mailto:celadon-bounces@lists.01.org] On Behalf Of Cyan
> > > Dro
> > > Sent: Sunday, October 21, 2018 4:16 AM
> > > To: celadon(a)lists.01.org
> > > Subject: [01.org Celadon] MediaSDK OMX license
> > >
> > > Hi,
> > >
> > > while going through the Project Celadon repositories I noticed that
> > > https://github.com/projectceladon/mediasdk_release contains
> > > proprietary binaries without any license. It seems like MediaSDK
> > > itself is open-source, but the OMX implementation is still
> > > proprietary. Without any license that at very least allows
> > > redistribution, I'm unable to build on Project Celadon for my project.
> > > Could you clarify the licensing situation for these binaries?
> > >
> > > By the way, it's a pity that these are only released as binaries,
> > > given that Project Celadon is an effort to build an *open-source*
> > > software reference stack for the Intel architecture. I'm guessing
> > > there are licensing issues that make it difficult to open-source these
> > > components? Are there still plans to open-source it eventually?
> > > Ideally, I'd like to build on a fully open-source stack for my project
> > > (excluding firmware).
> > >
> > > Thanks in advance,
> > > Cyan
> > > --
> > > Celadon mailing list
> > > Celadon(a)lists.01.org
> > > https://lists.01.org/mailman/listinfo/celadon
2 years, 3 months
build failure
by Vara, Punit
Hi
I tried to build setup from following wiki and getting some error. Here's the log
[NOT IN VENDOR][cel_apl] module:libaudio_utilities_signal_processing_unit_test installed in:out/target/product/cel_apl/data/nativetest/libaudio_utilities_signal_processing_unit_test/libaudio_utilities_signal_processing_unit_test by:vendor/intel/external/project-celadon/audio_pfw/utilities/signal-processing/Android.mk should be installed either in /system/vendor or /vendor
[NOT IN VENDOR][cel_apl] module:power.project-celadon installed in:out/target/product/cel_apl/system/lib64/hw/power.project-celadon.so<http://power.project-celadon.so> by:vendor/intel/external/project-celadon/powerhal/Android.mk should be installed either in /system/vendor or /vendor
[NOT IN VENDOR][cel_apl] module:power.project-celadon installed in:out/target/product/cel_apl/system/lib/hw/power.project-celadon.so<http://power.project-celadon.so> by:vendor/intel/external/project-celadon/powerhal/Android.mk should be installed either in /system/vendor or /vendor
[ 0% 541/87176] build out/target/product/cel_apl/bootloader_policy-oemvars.txt
FAILED: out/target/product/cel_apl/bootloader_policy-oemvars.txt
/bin/bash -c "device/intel/build/generate_blpolicy_oemvars -K device/intel/build/testkeys/odm -O device/intel/build/testkeys/OAK.x509.pem -B 0x0 out/target/product/cel_apl/bootloader_policy-oemvars.txt"
Traceback (most recent call last):
File "device/intel/build/generate_blpolicy_oemvars", line 261, in <module>
main(sys.argv[1:])
File "device/intel/build/generate_blpolicy_oemvars", line 229, in main
password, guid, "OAK", m.digest())
File "device/intel/build/generate_blpolicy_oemvars", line 144, in get_auth_data
name, payload_fname, auth_fname], None)
File "device/intel/build/generate_blpolicy_oemvars", line 73, in run
p = subprocess.Popen(args, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1343, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
[ 0% 545/87176] build /home/punitvara/cel_git/out/target/product/cel_apl/obj/kernel/.config
make: Entering directory '/home/punitvara/cel_git/kernel/project-celadon'
make[1]: Entering directory '/home/punitvara/cel_git/out/target/product/cel_apl/obj/kernel'
HOSTCC scripts/basic/fixdep
GEN ./Makefile
HOSTCC scripts/kconfig/conf.o
YACC scripts/kconfig/zconf.tab.c
LEX scripts/kconfig/zconf.lex.c
HOSTCC scripts/kconfig/zconf.tab.o
HOSTLD scripts/kconfig/conf
scripts/kconfig/conf --olddefconfig Kconfig
.config:4758:warning: override: reassigning to symbol ANDROID_AUTO_SUSPEND_BEHAVIOR
#
# configuration written to .config
#
WARNING: "oldnoconfig" target will be removed after Linux 4.19
Please use "olddefconfig" instead, which is an alias.
make[1]: Leaving directory '/home/punitvara/cel_git/out/target/product/cel_apl/obj/kernel'
make: Leaving directory '/home/punitvara/cel_git/kernel/project-celadon'
ninja: build stopped: subcommand failed.
10:30:58 ninja failed with: exit status 1
#### failed to build some targets (01:57 (mm:ss)) ####
Can anyone please help me figure out this issue ?
Regards
PV
2 years, 3 months
build Error with latest code sync
by Sristi, Vns Murthy
Hello
I did the repo sync of the code to the latest, But the build is failing with below error, I am using the lunch target as celadon-userdebug
And error log is below, please help me with fix for below error
[NOT IN VENDOR][celadon] module:power.project-celadon installed in:out/target/product/celadon/system/lib64/hw/power.project-celadon.so by:vendor/intel/external/project-celadon/powerhal/Android.mk should be installed either in /system/vendor or /vendor
[NOT IN VENDOR][celadon] module:power.project-celadon installed in:out/target/product/celadon/system/lib/hw/power.project-celadon.so by:vendor/intel/external/project-celadon/powerhal/Android.mk should be installed either in /system/vendor or /vendor
[NOT IN VENDOR][celadon] module:amtl_cfg installed in:out/target/product/celadon/fake_packages/amtl_cfg-timestamp by:vendor/intel/tools/log_capture/amtl/src/com/intel/amtl/config_catalog/Android.mk should be installed either in /system/vendor or /vendor
[NOT IN VENDOR][celadon] module:crash_package installed in:out/target/product/celadon/fake_packages/crash_package-timestamp by:vendor/intel/tools/log_infra/Android.mk should be installed either in /system/vendor or /vendor
[NOT IN VENDOR][celadon] module:crashinfo installed in:out/target/product/celadon/system/framework/crashinfo.jar by:vendor/intel/tools/log_infra/crashinfo/Android.mk should be installed either in /system/vendor or /vendor
[NOT IN VENDOR][celadon] module:crashinfo-cmd installed in:out/target/product/celadon/system/bin/crashinfo by:vendor/intel/tools/log_infra/crashinfo/Android.mk should be installed either in /system/vendor or /vendor
[NOT IN VENDOR][celadon] module:CrashReport installed in:out/target/product/celadon/system/app/CrashReport/CrashReport.apk by:vendor/intel/tools/log_infra/crashreport/Android.mk should be installed either in /system/vendor or /vendor
[ 0% 10/79425] build out/target/product/celadon/bootloader_policy-oemvars.txt
FAILED: out/target/product/celadon/bootloader_policy-oemvars.txt
/bin/bash -c "device/intel/build/generate_blpolicy_oemvars -K device/intel/build/testkeys/odm -O device/intel/build/testkeys/OAK.x509.pem -B 0x0 out/target/product/celadon/bootloader_policy-oemvars.txt"
Traceback (most recent call last):
File "device/intel/build/generate_blpolicy_oemvars", line 261, in <module>
main(sys.argv[1:])
File "device/intel/build/generate_blpolicy_oemvars", line 229, in main
password, guid, "OAK", m.digest())
File "device/intel/build/generate_blpolicy_oemvars", line 144, in get_auth_data
name, payload_fname, auth_fname], None)
File "device/intel/build/generate_blpolicy_oemvars", line 73, in run
p = subprocess.Popen(args, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1343, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
[ 0% 14/79425] build out/target/product/celadon/kernel
FAILED: out/target/product/celadon/kernel
/bin/bash -c "(make -j4 -C kernel/project-celadon O=/home/sristi/work/celadon_23_nov_2018/out/target/product/celadon/obj/kernel ARCH=x86_64 CROSS_COMPILE=\"x86_64-linux-android-\" KCFLAGS=\"\" KAFLAGS=\"\" INSTALL_MOD_PATH=/home/sristi/work/celadon_23_nov_2018/out/target/product/celadon/vendor bzImage modules ) && (prebuilts/build-tools/linux-x86/bin/acp -fp /home/sristi/work/celadon_23_nov_2018/out/target/product/celadon/obj/kernel/arch/x86_64/boot/bzImage out/target/product/celadon/kernel )"
make: Entering directory '/home/sristi/work/celadon_23_nov_2018/kernel/project-celadon'
make[1]: Entering directory '/home/sristi/work/celadon_23_nov_2018/out/target/product/celadon/obj/kernel'
/home/sristi/work/celadon_23_nov_2018/kernel/project-celadon/Makefile:984: *** "Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel". Stop.
make[1]: Leaving directory '/home/sristi/work/celadon_23_nov_2018/out/target/product/celadon/obj/kernel'
Makefile:146: recipe for target 'sub-make' failed
make: *** [sub-make] Error 2
make: Leaving directory '/home/sristi/work/celadon_23_nov_2018/kernel/project-celadon'
ninja: build stopped: subcommand failed.
15:28:33 ninja failed with: exit status 1
Thanks
Sristi
2 years, 3 months
NUC not able to boot after repo sync of omr1 release
by Sathish
Hi,
I did a repo sync and built a kernel flinger image.
I am not able to boot with the image. The boot is stuck at. I am using
NUC7i7BNH.
I was able to load OMR1 release earlier.
[image: image.png]
repo Info:
Manifest branch: refs/tags/android-8.1.0_r32
Manifest merge branch: refs/heads/omr1
Manifest groups: all,-notdefault
----------------------------
Appreciate your inputs on this.
Thanks,
Sathish
2 years, 3 months
[CELADON] GITHUB 2018_WW46 Kernel 4.19 Rebase Status
by Balan, Swaroop
Hello All,
Celadon Status on GitHub Rebase for kernel 4.19 on WW46
Work Week
WW46
Kernel Tag ( 4.19 )
mainline-tracking-v4.19-android-181112T225939Z
Note : Please feel free to report issues if observed with this Kernel rebase .
Regards,
Swaroop Balan
2 years, 3 months