How to support Fastboot mode from SBL side?
by Gilpin
Dear Everyone,
I want to flash the android image from my host pc by using command such as "fastboot flash boot boot.image", Does SBL support this? if yes, Is any friends can point the code to me?
I can't find the code about it .
Thanks in advance!
Thanks,
Gilpin
3 years, 5 months
Debugging Support
by Wim Vervoorn
Hello,
I tried the Qemu version and it looks nice. The thing I am wondering about is how to debug? What are you using for this? I was kind of expecting the UDK debugger but as the Debug package is not in the code I don't think this is the right assumption. Can you shed some light here?
Please note I am aware of the logging possibilities. But this is not what I am looking for. I am referring to support like the UDK debugger or System Studio.
Best Regards,
Wim Vervoorn
Eltan B.V.
Ambachtstraat 23
5481 SM Schijndel
The Netherlands
T : +31-(0)73-594 46 64
E : wvervoorn(a)eltan.com
W : http://www.eltan.com<http://www.eltan.com/>
[embeddedworld2018]<https://www.embedded-world.de/en/ausstellerprodukte/embwld18/exhibitor-31...>
"THIS MESSAGE CONTAINS CONFIDENTIAL INFORMATION. UNLESS YOU ARE THE INTENDED RECIPIENT OF THIS MESSAGE, ANY USE OF THIS MESSAGE IS STRICTLY PROHIBITED. IF YOU HAVE RECEIVED THIS MESSAGE IN ERROR, PLEASE IMMEDIATELY NOTIFY THE SENDER BY TELEPHONE +31-(0)73-5944664 OR REPLY EMAIL, AND IMMEDIATELY DELETE THIS MESSAGE AND ALL COPIES."
3 years, 6 months
SBL Feature Update - Enable source level debugging over serial port with Intel UDK debugger tool
by Park, Aiden
Hello -
SBL has enabled a new feature - source level debugging over serial port with Intel UDK debugger. This feature will allow users to debug each SBL stages in source level and supports Apollolake and QEMU targets currently.
By default, this feature is disabled for boot performance consideration. To enable this feature, please refer to Source Level Debugging(https://slimbootloader.github.io/developer-guides/debugging-with-udk.html) user guide.
Best Regards,
Aiden
3 years, 6 months
回复: How to support Fastboot mode from SBL side?
by Gilpin
Hi Sai,
One more question, I have found the kernelflinger from github: https://github.com/intel/kernelflinger, It looks that the kernelflinger is also a bootloader implementation, Do you want use the kernelflinger as a SBL payload or only port the libfastboot from Kernelflinger to SBL?
Thanks,
Gilpin
------------------ 原始邮件 ------------------
发件人: "Gilpin"<gilpin.li(a)foxmail.com>;
发送时间: 2018年11月1日(星期四) 上午8:50
收件人: "Talamudupula, Sai Kiran"<sai.kiran.talamudupula(a)intel.com>;"Sbl-devel"<Sbl-devel(a)lists.01.org>;
主题: Re: [Sbl-devel] How to support Fastboot mode from SBL side?
Hi Sai,
Thanks for your share, waiting for this feature.
Thanks,
Gilpin
------------------ Original ------------------
From: "Talamudupula, Sai Kiran"<sai.kiran.talamudupula(a)intel.com>;
Date: Thu, Nov 1, 2018 02:31 AM
To: "Gilpin"<gilpin.li(a)foxmail.com>;"Sbl-devel"<Sbl-devel(a)lists.01.org>;
Subject: RE: [Sbl-devel] How to support Fastboot mode from SBL side?
Hi Gilpin,
We are working on adding the ‘fastboot’ capability using the Kernel Flinger, and it should be available soon.
Thanks,
Sai.
From: Sbl-devel [mailto:sbl-devel-bounces@lists.01.org] On Behalf Of Gilpin
Sent: Wednesday, October 31, 2018 6:45 AM
To: Sbl-devel <Sbl-devel(a)lists.01.org>; Sbl-devel <sbl-devel(a)lists.01.org>
Subject: [Sbl-devel] How to support Fastboot mode from SBL side?
Dear Everyone,
I want to flash the android image from my host pc by using command such as "fastboot flash boot boot.image", Does SBL support this? if yes, Is any friends can point the code to me?
I can't find the code about it .
Thanks in advance!
Thanks,
Gilpin
3 years, 6 months