Re: [01.org Celadon] MediaSDK OMX license
by Xu, Guangxin
HI Cyan,
Sorry for late, legal things always tedious.
We have upload our license file at https://github.com/projectceladon/mediasdk_release/blob/master/PV%20Intel...
Please have a look, and give us some feedback.
thanks
> -----Original Message-----
> From: Kasatkina, Olga A
> Sent: Monday, November 26, 2018 11:26 PM
> To: Cyan Dro <cyandroi(a)gmail.com>; Xu, Guangxin <guangxin.xu(a)intel.com>
> Cc: celadon(a)lists.01.org; Sidorov, Sergey <sergey.sidorov(a)intel.com>
> Subject: RE: [01.org Celadon] MediaSDK OMX license
>
> Hi Cyan,
> Related to license, we plan to update the license file by the EOW WW48.
> Activity to open source OpenMAX plug-ins is still planned for end of this year.
>
> ---
> Thanks & Regards,
> Olga Kasatkina
>
> -----Original Message-----
> From: Cyan Dro [mailto:cyandroi@gmail.com]
> Sent: Monday, November 26, 2018 6:02 PM
> To: Xu, Guangxin <guangxin.xu(a)intel.com>
> Cc: celadon(a)lists.01.org; Kasatkina, Olga A <olga.a.kasatkina(a)intel.com>;
> Sidorov, Sergey <sergey.sidorov(a)intel.com>
> Subject: Re: [01.org Celadon] MediaSDK OMX license
>
> 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
1 year, 12 months
Compile issues building flashfiles for cel_apl
by Sean Settle
I am currently running into build failure issues attempting to build the
master branch of celadon. I'm not terribly familiar with building
Android from source and generally have just followed the getting started
instructions.
My build system is an Ubuntu 16.04 LTS system.
Build Commands:
$ lunch cel_apl-eng
$ make SPARSE_IMAGE=true -j 4 flashfiles
The build gets to around 97% and then this error halts the build
(generally takes about 8 hours to get this far):
++++ radio ++++
boot.img already exists, no need to overwrite...
system.img already exists, no need to overwrite...
vendor.img already exists, no need to overwrite...
vbmeta.img already exists, no need to overwrite...
Traceback (most recent call last):
File "build/make/tools/releasetools/add_img_to_target_files", line
824, in <module>
main(sys.argv[1:])
File "build/make/tools/releasetools/add_img_to_target_files", line
818, in main
AddImagesToTargetFiles(args[0])
File "build/make/tools/releasetools/add_img_to_target_files", line
773, in AddImagesToTargetFiles
AddCareMapTxtForAbOta(output_zip, ab_partitions, partitions)
File "build/make/tools/releasetools/add_img_to_target_files", line
563, in AddCareMapTxtForAbOta
care_map_list += GetCareMap(partition, image_path)
File "build/make/tools/releasetools/add_img_to_target_files", line
111, in GetCareMap
simg = sparse_img.SparseImage(imgname)
File
"/home/builder/Android-Builds/celadon/build/make/tools/releasetools/sparse_img.py",
line 52, in __init__
raise ValueError("Magic should be 0xED26FF3A but is 0x%08X" %
(magic,))
ValueError: Magic should be 0xED26FF3A but is 0x00000000
ninja: build stopped: subcommand failed.
00:06:14 ninja failed with: exit status 1
#### failed to build some targets (17:22 (mm:ss)) ####
I did some debugging of the python script using the command I extracted
from the soong.log process tree dump, the issues appears to be that the
system.img file is a ext image and not a sparse image as expected by the
script. The command called to create the system.img file by the python
script was:
Running: mkuserimg_mke2fs.sh /tmp/tmpyyhZSG
/home/builder/Android-Builds/celadon/out/target/product/cel_apl/obj/PACKAGING/target_files_intermediates/cel_apl-target_files-eng.builder/IMAGES/system.img
ext4 / 3698716672 -j 0 -T 1230786000 -C /tmp/root_fs_configcBV6m9.txt -B
/home/builder/Android-Builds/celadon/out/target/product/cel_apl/obj/PACKAGING/target_files_intermediates/cel_apl-target_files-eng.builder/IMAGES/system.map
-L / -M 0 -U 3d85b7bc-0929-5cef-aa97-219c301696a7 -S
d23f2251-ff29-5221-8018-cab7d23f0750
/home/builder/Android-Builds/celadon/out/target/product/cel_apl/obj/PACKAGING/target_files_intermediates/cel_apl-target_files-eng.builder/META/file_contexts.bin
mke2fs 1.43.3 (04-Sep-2016)
Creating filesystem with 903007 4k blocks and 225792 inodes
Filesystem UUID: 3d85b7bc-0929-5cef-aa97-219c301696a7
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736
Allocating group tables: done
Writing inode tables: done
Writing superblocks and filesystem accounting information: done
E2FSPROGS_FAKE_TIME=1230786000 e2fsdroid -e -T 1230786000 -C
/tmp/root_fs_configcBV6m9.txt -B
/home/builder/Android-Builds/celadon/out/target/product/cel_apl/obj/PACKAGING/target_files_intermediates/cel_apl-target_files-eng.builder/IMAGES/system.map
-S
/home/builder/Android-Builds/celadon/out/target/product/cel_apl/obj/PACKAGING/target_files_intermediates/cel_apl-target_files-eng.builder/META/file_contexts.bin
-f /tmp/tmpyyhZSG -a /
/home/builder/Android-Builds/celadon/out/target/product/cel_apl/obj/PACKAGING/target_files_intermediates/cel_apl-target_files-eng.builder/IMAGES/system.img
loaded 2484 fs_config entries
Created filesystem with 2493/225792 inodes and 302279/903007 blocks
Is there a step that I missed or something I need to correct so that I
can successfully get a test image generated?
2 years
[ww02] GFX stack release is ready on https://github.com/projectceladon
by Cao, Jenny Q
All
FYI,
The ww02 GFX stack release is ready on https://github.com/projectceladon
The release pass the GFX sanity tests and PnP tests on celadon (IVI) and CTS tests.
This round release include fix for following bugs and improvements:
Fix the celadon display issue in 2K monitor
Patch List
HWC:
194d5c8eabdc38998abcd0b4d65e7228e57aa9b0 drmBuffer: wrap CreateFrameBuffer in GetFb Since GetFb and CreateFramebuffer are always coupled This make callers only need to call GetFb
336a6bdc9d36330144a7ec1e9f1a900acd4496ac Remove choose_drm_modifier
85c39ccf28af548e785e7aec0da3eadaaff5bf0a Zoom in or out the rendering damage for different display
f24afb82f97ce2e1946b3f6c431edc6fb511fc58 Modify the connected display calculate logic
ee0250455631ab5b6741787b65be21b589463938 Correct overlay alpha blending value setting
a1a54397597cf078a649724f85f6414aabaee198 Return false for none of DrmModeMode
8d2afd123e5d9a4c2a8825f5cf025914b5c32b55 HWC: optimize the 1st display frame commit
85aeb8d9aece19b326df8a46f39594a2b288104d Fixed the HWC crash caused by map iterator erase.
Thanks
Jenny
2 years
GRUB installer issue
by Ruzewski, James
We built Celadon master branch for the GRUB installer image and tried to test on a NUC6CAYH but the installer was never displayed after boot to usb drive. We built Celadon master branch for the installer Kernel Flinger executables and was able to install Celadon and successfully boot Celadon. We then built the omr1 branch for GRUB Installer and removed the kernel parameter memmap=XXX and was able to see installer but it failed during installation.
Is the GRUB installer working?
The build machine was Ubuntu 16.04.
Thanks,
-Jimmy
2 years
Freezes and instability, almost unable to boot into OS on NUC6CAYH
by Dominik Louven
Hello,
We’ve bought a Nuc NUC6CAYH and equipped it with an 128 GB SSD and 4 Gigs of DDR3 RAM.
I’m trying to install Celadon Android on the internal SSD but it’s almost inpossible for me to boot into an working Android OS.
I’ve compiled the Celadon source on my ubuntu machine , copied the Kernel Flinger executables onto an USB stick and installed the OS through the UEFI console, the setup works flawless without any errors but as soon as the device reboots into the operating system it get’s stuck in the first 2 - 5 Seconds. I’ve plugged in an usb mouse which doesn’t move once the OS froze. A quick press on the power button doesn’t show the reboot panel. I can only do a hard reboot.
I’ve tried the officially compiled binaries (https://github.com/projectceladon/celadon-binary <https://github.com/projectceladon/celadon-binary>) too with the exact same result.
ww201852
ww201840
The only revision that get’s me into an actually functional operating system (which still feels kinda janky to use) is ww201851.
Am I doing something wrong or is there a trick ? I doubt it should be like this.
Thanks in advance.
Best regards,
Dominik Louven
2 years
[CELADON] Android PMR0 Official APL_NUC and KBL_COMMERCIAL_NUC 2018_WW51 Release
by Balan, Swaroop
[cid:image001.png@01CFE4A4.BAC02DC0]
Android PMR0 CELADON 2018_WW51 release
[cid:image008.png@01CF54D4.99DD97B0]
December 28th, 2018 - Celadon team announces [APL-NUC(Model: NUC6CAYH)] & [COMMERCIAL-KBL_NUC (Model:NUC7i5DNH)] [Kernel Flinger] [2018WW51] [PPR2.181005.003.A1 eng.build.20181227.102437] based Android P Dessert release.
* Release binary : https://github.com/projectceladon/celadon-binary/blob/master/ww201851/cel...
* Manifest : https://github.com/projectceladon/manifest/blob/master/stable-build/ww201...
* Release Notes for KBL_NUC : https://github.com/projectceladon/celadon-documentation/blob/master/sourc...
* Release Notes for APL_NUC : https://github.com/projectceladon/celadon-documentation/blob/master/sourc...
* For more details please visit wiki : https://github.com/projectceladon/manifest/wiki
* Documentation : https://01.org/projectceladon/documentation
ww201851_KBLNUC<https://github.com/projectceladon/celadon-documentation/blob/master/sourc...>
Build ID
cel_apl-userdebug 9 PPR2.181005.003.A1 eng.build.20181227.102437 test-keys
Software Version
Android version 9
Mesa
18.2.6
Kernel Version
4.19
Download Link
https://github.com/projectceladon/celadon-binary/tree/master/ww201851
Integrated Features<https://github.com/projectceladon/celadon-documentation/blob/master/sourc...>
* Graphics Memory Allocator (Gralloc) 1.0
* HDMI display support
* HWC 2.0 support for Display
* Adb & Fastboot supported over USB 2.0 and USB 3.0
* Adb over WIFI and Ethernet is supported
* USB digital audio playback support
* Since no default sound card is present we should connect USB headsset for any BT or media related activities for KBL COMMERCIAL NUC hardware
* Wi-Fi 802.11 a/b/g/n/ac and Bluetooth 4.2
* Wired Ethernet support
* Android Kernelflinger boot support
* Thermal Daemon is enabled for CELADON
* 4K support is enabled on CELADON
* Video Codec support on celadon
Decoder
o AVC High profile @ Level 5.1 (4k@30fps<mailto:4k@30fps>)
o HEVC Main and Main 10 profile @ Level 5 (4k@30fps<mailto:4k@30fps>)(Main 10 with BT2020 and ST2084 information is not supported)
o VP9 profile 0 @ Level 5 (4k@30fps<mailto:4k@30fps>)
o Vp8 8 bits 1080p@60fps<mailto:1080p@60fps>
Encoder
o AVC High profile @ level 4.1 (1080P@30fps<mailto:1080P@30fps>)
o HEVC Main profile @ Level 4 (1080P@30fps<mailto:1080P@30fps>)
* Art-extension is enabled in CELADON
* f2fs filesystem support enabled
* S3 Suspend/Resume is supported
* Audio decoders supported: MP3/AAC-LC/HEAAC/HEAAC-v2/FLAC/VORBIS/OPUS/AMRNB/AMRWB
* Audio Encoders: AAC-LC, AAC ELD, HEAAC, AMR-NB, AMR-WB, WAV
* SDHCI host controller is enabled
* Security reference solution - TPM based h/w binding reference implementation
* Flashing binaries via PFT - Platform Flash Tool
Important Notes and Remarks<https://github.com/projectceladon/celadon-documentation/blob/master/sourc...>
|C|<https://github.com/projectceladon/celadon-documentation/blob/master/sourc...> build has been validated on |NUC|<https://github.com/projectceladon/celadon-documentation/blob/master/sourc...> Kit NUC7i5DNH<https://ark.intel.com/products/122488/Intel-NUC-Kit-NUC7i5DNHE> in the following function domains:
Component
Results
Comments
Wi-Fi
OK
WiFi Direct, WiFi streaming
Wi-Fi Hotspot
OK
BT
OK
File Transfer Protocol
Audio over USB
OK
MP3/AAC/MIDI/FLAC/WAV Audio playback
Adb connect over WIFI
OK
Adb connect over Ethernet
OK
Display /Touch and Gesture
OK
Storage/SD Card
OK
Security
OK
Boot/Kernel
OK
USB devices over OTG
OK
Ethernet
OK
Fastboot
OK
Web browsing
OK
Video playback
OK
H264/H265/MPEG4/VP8/VP9 Video Playback
Known Issues<https://github.com/projectceladon/celadon-documentation/blob/master/sourc...>
* UI Flicker observed in few Screens for example - Under AOSP settings .
* Bluetooth file transfer fails in the first attempt after DUT reboot and it works fine once BT is reset
* Lets Drive screen seen, on click of applications under "New User"
* While executing DEPQ CTS , at a certain point there is adb disconnect observed where the DUT freezes , however once the adb is reconnected the test continues but the DUT is frozen
________________________________
Status<https://github.com/projectceladon/celadon-documentation/blob/master/sourc...>
* This WW51 Release has achieved 99.97% CTS pass rate and we are trending to achieve 100% CTS pass rate that we will be announcing shortly .. STAY TUNED.
________________________________
ww201851_APLNUC<https://github.com/projectceladon/celadon-documentation/blob/master/sourc...>
Build ID
cel_apl-userdebug 9 PPR2.181005.003.A1 eng.build.20181227.102437 test-keys
Software Version
Android version 9
Mesa
18.2.6
Kernel Version
4.19
Download Link
https://github.com/projectceladon/celadon-binary/tree/master/ww201851
Integrated Features<https://github.com/projectceladon/celadon-documentation/blob/master/sourc...>
* Graphics Memory Allocator (Gralloc) 1.0
* HDMI display support
* HWC 2.0 support for Display
* Adb over WIFI and Ethernet is supported
* USB digital audio playback support
* DMIC support
* Realtek ALC283 HD Audio via a stereo microphone/headphone 3.5 mm jack on the front panel is supported
* Wi-Fi 802.11 a/b/g/n/ac and Bluetooth 4.2
* Wired Ethernet support
* Android Kernelflinger boot support
* Thermal Daemon is enabled for CELADON
* 4K support is enabled on CELADON
* Video Codec support on celadon
Decoder
o AVC High profile @ Level 5.1 (4k@30fps<mailto:4k@30fps>)
o HEVC Main and Main 10 profile @ Level 5 (4k@30fps<mailto:4k@30fps>) (Main 10 with BT2020 and ST2084 information is not supported)
o VP9 profile 0 @ Level 5 (4k@30fps<mailto:4k@30fps>)
o Vp8 8 bits 1080p@60fps<mailto:1080p@60fps>
Encoder
o AVC High profile @ level 4.1 (1080P@30fps<mailto:1080P@30fps>)
o HEVC Main profile @ Level 4 (1080P@30fps<mailto:1080P@30fps>)
* Art-extension is enabled in CELADON
* f2fs filesystem support enabled
* S3 Suspend/Resume is supported
* Audio decoders supported: MP3/AAC-LC/HEAAC/HEAAC-v2/FLAC/VORBIS/OPUS/AMRNB/AMRWB
* Audio Encoders: AAC-LC, AAC ELD, HEAAC, AMR-NB, AMR-WB, WAV
* SDHCI host controller is enabled
* Security reference solution - TPM based h/w binding reference implementation
* Flashing binaries via PFT - Platform Flash Tool
Important Notes and Remarks<https://github.com/projectceladon/celadon-documentation/blob/master/sourc...>
|C|<https://github.com/projectceladon/celadon-documentation/blob/master/sourc...> build has been validated on |NUC|<https://github.com/projectceladon/celadon-documentation/blob/master/sourc...> Kit NUC6CAYH<https://www.intel.com/content/www/us/en/products/boards-kits/nuc/kits/nuc...> in the following function domains:
Component
Results
Comments
Wi-Fi
OK
WiFi Direct, WiFi streaming
Wi-Fi Hotspot
OK
BT
OK
File Transfer Protocol
Audio over 3.5mm jack
OK
MP3/AAC/MIDI/FLAC/WAV Audio playback
Adb connect over WIFI
OK
Adb connect over Ethernet
OK
Display /Touch and Gesture
OK
Storage/SD Card
OK
Security
OK
Boot/Kernel
OK
USB devices over OTG
OK
Ethernet
OK
Web browsing
OK
Video playback
OK
H264/H265/MPEG4/VP8/VP9 Video Playback
Known Issues<https://github.com/projectceladon/celadon-documentation/blob/master/sourc...>
* DUT freezes while using 4k monitor as display
* Lets Drive screen seen on click of applications under "New User"
* Need to press power button twice to wake-up from S3"
________________________________
Status<https://github.com/projectceladon/celadon-documentation/blob/master/sourc...>
* APL_NUC validation is done until WW48 , the manifest is taken based on WW51
* BIOS public drop for APL_NUC is coming very soon , once it is available FASTBOOT and adb over USB will be supported.. STAY TUNED.
To subscribe/unsubscribe:
- subscribe/unsubscribe celadon mailing list using : https://eclists.intel.com/sympa/review/1a-weekly_release , also visit link : https://lists.01.org/mailman/listinfo/celadon
2 years
[CELADON] Android PMR0 Official KBL_COMMERCIAL_NUC 2018_WW52 Release
by Balan, Swaroop
[cid:image001.png@01CFE4A4.BAC02DC0]
Android PMR0 CELADON 2018_WW52 release
[cid:image008.png@01CF54D4.99DD97B0]
January 10th, 2019 - Celadon team COMMERCIAL-KBL_NUC (Model:NUC7i5DNH) [Kernel Flinger] [2018WW52] [PPR2.181005.003.A1 eng.build.20181227.102437] based Android P Dessert release.
* Release binary : https://github.com/projectceladon/celadon-binary/blob/master/ww201852/cel...
* Manifest : https://github.com/projectceladon/manifest/blob/master/stable-build/ww201...
* Release Notes for KBL_NUC : https://github.com/projectceladon/celadon-documentation/blob/master/sourc...
* For more details please visit wiki : https://github.com/projectceladon/manifest/wiki
* Documentation : https://01.org/projectceladon/documentation
ww201852_KBLNUC<https://github.com/projectceladon/celadon-documentation/blob/master/sourc...>
Build ID
cel_apl-userdebug 9 PPR2.181005.003.A1 eng.build.20190102.114437 test-keys
Software Version
Android version 9
Mesa
18.2.6
Kernel Version
4.19
Download Link
https://github.com/projectceladon/celadon-binary/tree/master/ww201852
Integrated Features<https://github.com/projectceladon/celadon-documentation/blob/master/sourc...>
* Graphics Memory Allocator (Gralloc) 1.0
* HDMI display support
* HWC 2.0 support for Display
* Adb & Fastboot supported over USB 2.0 and USB 3.0
* Adb over WIFI and Ethernet is supported
* USB digital audio playback support
* Since no default sound card is present we should connect USB headsset for any BT or media related activities for KBL COMMERCIAL NUC hardware
* Wi-Fi 802.11 a/b/g/n/ac and Bluetooth 4.2
* Wired Ethernet support
* Android Kernelflinger boot support
* Thermal Daemon is enabled for CELADON
* 4K support is enabled on CELADON
* Video Codec support on celadon
Decoder
* AVC High profile @ Level 5.1 (4k@30fps<mailto:4k@30fps>)
* HEVC Main and Main 10 profile @ Level 5 (4k@30fps<mailto:4k@30fps>)(Main 10 with BT2020 and ST2084 information is not supported)
* VP9 profile 0 @ Level 5 (4k@30fps<mailto:4k@30fps>)
* Vp8 8 bits 1080p@60fps<mailto:1080p@60fps>
Encoder
* AVC High profile @ level 4.1 (1080P@30fps<mailto:1080P@30fps>)
* HEVC Main profile @ Level 4 (1080P@30fps<mailto:1080P@30fps>)
* Art-extension is enabled in CELADON
* f2fs filesystem support enabled
* S3 Suspend/Resume is supported
* Audio decoders supported: MP3/AAC-LC/HEAAC/HEAAC-v2/FLAC/VORBIS/OPUS/AMRNB/AMRWB
* Audio Encoders: AAC-LC, AAC ELD, HEAAC, AMR-NB, AMR-WB, WAV
* SDHCI host controller is enabled
* Security reference solution - TPM based h/w binding reference implementation
* Flashing binaries via PFT - Platform Flash Tool
Important Notes and Remarks<https://github.com/projectceladon/celadon-documentation/blob/master/sourc...>
|C|<https://github.com/projectceladon/celadon-documentation/blob/master/sourc...> build has been validated on |NUC|<https://github.com/projectceladon/celadon-documentation/blob/master/sourc...> Kit NUC7i5DNH<https://ark.intel.com/products/122488/Intel-NUC-Kit-NUC7i5DNHE> in the following function domains:
Component
Results
Comments
Wi-Fi
OK
WiFi Direct, WiFi streaming
Wi-Fi Hotspot
OK
BT
OK
File Transfer Protocol
Audio over USB
OK
MP3/AAC/MIDI/FLAC/WAV Audio playback
Adb connect over WIFI
OK
Adb connect over Ethernet
OK
Display /Touch and Gesture
OK
Storage/SD Card
OK
Security
OK
Boot/Kernel
OK
USB devices over OTG
OK
Ethernet
OK
Fastboot
OK
Web browsing
OK
Video playback
OK
H264/H265/MPEG4/VP8/VP9 Video Playback
Known Issues<https://github.com/projectceladon/celadon-documentation/blob/master/sourc...>
* UI Flicker observed in few Screens for example - Under AOSP settings .
* Bluetooth file transfer fails in the first attempt after DUT reboot and it works fine once BT is reset
* Lets Drive screen seen, on click of applications under "New User"
* While executing DEPQ CTS , at a certain point there is adb disconnect observed where the DUT freezes , however once the adb is reconnected the test continues but the DUT is frozen
________________________________
Status<https://github.com/projectceladon/celadon-documentation/blob/master/sourc...>
* This WW52 Release has achieved 99.99% CTS pass rate .
<https://github.com/projectceladon/celadon-documentation/blob/master/sourc...>To subscribe/unsubscribe:
- subscribe/unsubscribe celadon mailing list using : https://eclists.intel.com/sympa/review/1a-weekly_release , also visit link : https://lists.01.org/mailman/listinfo/celadon
2 years