Hello Sohan Sinha,
You can edit BoardConfig.mk CMDLINE parameter to change serial console :
device/intel/project-celadon/<target-product>/BoardConfig.mk
Thanks,
G Sundar
-----Original Message-----
From: Celadon [mailto:celadon-bounces@lists.01.org] On Behalf Of
celadon-request(a)lists.01.org
Sent: Monday, December 24, 2018 6:20 AM
To: celadon(a)lists.01.org
Subject: Celadon Digest, Vol 8, Issue 17
Send Celadon mailing list submissions to
celadon(a)lists.01.org
To subscribe or unsubscribe via the World Wide Web, visit
or, via email, send a message with subject or body 'help' to
celadon-request(a)lists.01.org
You can reach the person managing the list at
celadon-owner(a)lists.01.org
When replying, please edit your Subject line so it is more specific than "Re:
Contents of Celadon digest..."
Today's Topics:
1. Re: Up Squared Target Name (Soham Sinha)
2. Re: Up Squared Target Name (Tan, Ming)
----------------------------------------------------------------------
Message: 1
Date: Sun, 23 Dec 2018 19:39:21 -0500
From: Soham Sinha <soham1(a)bu.edu>
To: "Tan, Ming" <ming.tan(a)intel.com>
Cc: "celadon(a)lists.01.org" <celadon(a)lists.01.org>, "Li,
Zhuangzhi"
<zhuangzhi.li(a)intel.com>
Subject: Re: [
Celadon] Up Squared Target Name
Message-ID:
<CABGbKsVHmgcgAfi4WO3sen6eKsjzBwvz24wFXgE7nRb8TdK-KQ(a)mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hello Tan,
Thanks for helping!
Where do you change the console ttyS1?
For GRUB, I changed in the bootloader menuentry in linux line.
For KernelFlinger, where am I supposed to do it?
Also, is it possible to add a lunch target for the UP2 boards for Celadon?
It could be helpful.
Another question: is there any way to build Celadon for 32-bit, instead of the default 64
bit one?
Lastly, a note from my side, I can run android-x86 8.1-rc1 32-bit ISO from the android-x86
project and live-boot android on the UP Squared. It shows up the GUI. This works with
their "No Hardware Acceleration" menu entry.
Regards,
Soham Sinha
CS PhD Student
Boston University
On Sun, Dec 23, 2018, 7:27 PM Tan, Ming <ming.tan(a)intel.com wrote:
Sinha:
We enabled the Celadon in UP2 board in May, and it can boot to UI.
The following need to be take care:
1. If the ttyS0 does not work, then refer to
https://up-board.org/wp-content/uploads/datasheets/UP-Square-Datasheet
V0.5.pdf, use the Pin 8,9,10 in the 40Pin GP-Bus, and try to use
ttyS1.
2. Disable the trusty.
Modify the device/intel/project-celadon/celadon/mixins.spec,
set the trusty: false, and in boot-arch:, set tos_partition=false.
You can also disable the trusty and try it in SKL NUC.
BR/Tan Ming.
*From:* Soham Sinha [mailto:soham1@bu.edu]
*Sent:* Monday, December 24, 2018 6:38 AM
*To:* Tan, Ming <ming.tan(a)intel.com>
*Cc:* celadon(a)lists.01.org
*Subject:* Re: [
01.org Celadon] Up Squared Target Name
Hello,
I am working with UP2 or UP Squared boards: Intel Pentium version
<
https://up-board.org/upsquared/specifications/>.
I applied the patch. Unfortunately, I could not get any output from
the serial console. I can get serial console output in other cases but
not with Project Celadon images. So the serial pins are working fine.
I tried both the GRUB and kernelflinger processes. For GRUB, I changed
to
console=ttyS0,115200n8 which seems to be the required one for Up
Squared board. I didn't connect any keyboard or display. Still, I
could not see any output on my client serial output.
For the KernelFligner as well, nothing comes to the console.
Additionally, I tried the GRUB booting process on an Intel Skull
Canyon
<
https://www.intel.com/content/www/us/en/products/docs/boards-kits/nuc/nuc...;.
Same issue happened: when I select any of the boot options, the screen
freezes, and the keyboard stops working. I have not tried the
KernelFlinger direct booting on Skull Canyon because it seems to be
directly working on the hard disk without any warning, which I don't want, as of
now.
Any clue or suggestions on how to fix this?
Regards,
Soham Sinha
PhD Student, Department of Computer Science
Boston University
On Sun, Dec 23, 2018 at 9:06 AM Tan, Ming <ming.tan(a)intel.com> wrote:
Sinha:
Which type of UP board are you using? There are several type of UP
board in
https://up-board.org/.
Can you mail me the serial log of kernelflinger to me?
And you can try the patch of
https://github.com/projectceladon/hardware-intel-kernelflinger/pull/5
to output more detail kernel log. And the default serial port used by
kernel is ttyS0, you need to check the UP board use which serial port.
You can ignore the ?Failed to get SDIO protocol? warning and need
not copy userdata.img.
BR/Tan Ming.
*From:* Soham Sinha [mailto:soham1@bu.edu]
*Sent:* Sunday, December 23, 2018 9:54 PM
*To:* Tan, Ming <ming.tan(a)intel.com>
*Cc:* celadon(a)lists.01.org
*Subject:* Re: [
01.org Celadon] Up Squared Target Name
I have built for the Celadon target but none of the booting processes
works for Up Squared. I'm trying out the 8.1 branch.
For the GRUB process, I copied over celadon.img, but once I select
project Celadon from the boot menu, nothing shows up, keyboard stops working.
For the KernelFlinger via EFI shell process, there seems to be some
issue with eMMC storage. When the flashing is going on in EFI shell, I
get error message as " Failed to get SDIO protocol". But the flashing
continues and finally gets stuck on "flashing lock". When I remove the
"flashing lock"
fastboot command from installer.cmd file, flashing is completed. But
then the booting hangs up in the "Intel" logo screen and never goes to
the Android logo screen. Another issue was that I had to additionally
copy userdata.img to the USB disk, which was not included in the
KernelFlinger zip files.
Regards,
Soham Sinha
CS PhD Student
Boston University
On Sun, Dec 23, 2018, 8:39 AM Tan, Ming <ming.tan(a)intel.com wrote:
Sinha:
Currently Celadon has two lunch target: celadon and cel_apl.
Celadon is used for Android table device. Cel_apl is used for
Android automotive device.
You can select one as your device usage.
BR/Tan Ming.
*From:* Celadon [mailto:celadon-bounces@lists.01.org] *On Behalf Of
*Soham Sinha
*Sent:* Sunday, December 23, 2018 5:28 AM
*To:* celadon(a)lists.01.org
*Subject:* [
01.org Celadon] Up Squared Target Name
Hello,
I understand that Android-IA is now merged with Project Celadon. I am
wondering what the name of the target is for previous Android-IA platforms.
I want to build Project Celdaon for an Up Squared machine. Thanks!
Regards,
Soham Sinha
PhD Student, Department of Computer Science
Boston University