* [U-Boot] Support for MB86R01 cpu
@ 2010-05-18 5:37 Thirumalai
2010-05-18 5:48 ` Matthias Weißer
0 siblings, 1 reply; 6+ messages in thread
From: Thirumalai @ 2010-05-18 5:37 UTC (permalink / raw)
To: u-boot
Hi Matthias,
We are using MB86R01 processor in our design. We just want to know
what emulator/debugger can be used for initial board bring-up activity and
also whether the latest u-boot(2010.03) is supporting this processor ?
-Thirumalai
^ permalink raw reply [flat|nested] 6+ messages in thread* [U-Boot] Support for MB86R01 cpu
2010-05-18 5:37 [U-Boot] Support for MB86R01 cpu Thirumalai
@ 2010-05-18 5:48 ` Matthias Weißer
2010-05-18 6:29 ` Thirumalai
0 siblings, 1 reply; 6+ messages in thread
From: Matthias Weißer @ 2010-05-18 5:48 UTC (permalink / raw)
To: u-boot
Hello Thirumalai
Am 18.05.2010 07:37, schrieb Thirumalai:
> Hi Matthias,
> We are using MB86R01 processor in our design. We just want to know
> what emulator/debugger can be used for initial board bring-up activity and
> also whether the latest u-boot(2010.03) is supporting this processor ?
I recently posted a patch series adding support for MB86R01 to u-boot. I
did not receive any comments on V2 so I thinks its more or less fine and
I hope it will be merged within the upcoming merge window.
See http://lists.denx.de/pipermail/u-boot/2010-May/071097.html for the
initial mail of the patch series.
I am using a BDI2000 (http://www.abatron.ch/products/bdi-family.html)
for initial flash programming. A Segger JLink
(http://www.segger.com/cms/jlink.html) works also.
Hope this helped.
Matthias
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] Support for MB86R01 cpu
2010-05-18 5:48 ` Matthias Weißer
@ 2010-05-18 6:29 ` Thirumalai
2010-05-18 17:49 ` Matthias Weißer
0 siblings, 1 reply; 6+ messages in thread
From: Thirumalai @ 2010-05-18 6:29 UTC (permalink / raw)
To: u-boot
Hi Matthias,
I am going to use u-boot alone for my development. Which debugger is
suitable for debugging u-boot and initial board bringup activity?
My choice is BDI2000. Is it ok.
Also tell me what toolchains need to be used. Is ELDK supports?
Whether the video driver is available on u-boot ?
-Thirumalai
----- Original Message -----
From: "Matthias Wei?er" <weisserm@arcor.de>
To: "Thirumalai" <thirumalai.p@datapatterns.co.in>
Cc: <u-boot@lists.denx.de>
Sent: Tuesday, May 18, 2010 11:18 AM
Subject: Re: [U-Boot] Support for MB86R01 cpu
> Hello Thirumalai
>
> Am 18.05.2010 07:37, schrieb Thirumalai:
>> Hi Matthias,
>> We are using MB86R01 processor in our design. We just want to
>> know
>> what emulator/debugger can be used for initial board bring-up activity
>> and
>> also whether the latest u-boot(2010.03) is supporting this processor ?
>
> I recently posted a patch series adding support for MB86R01 to u-boot. I
> did not receive any comments on V2 so I thinks its more or less fine and I
> hope it will be merged within the upcoming merge window.
>
> See http://lists.denx.de/pipermail/u-boot/2010-May/071097.html for the
> initial mail of the patch series.
>
> I am using a BDI2000 (http://www.abatron.ch/products/bdi-family.html) for
> initial flash programming. A Segger JLink
> (http://www.segger.com/cms/jlink.html) works also.
>
> Hope this helped.
>
> Matthias
^ permalink raw reply [flat|nested] 6+ messages in thread* [U-Boot] Support for MB86R01 cpu
2010-05-18 6:29 ` Thirumalai
@ 2010-05-18 17:49 ` Matthias Weißer
2010-05-19 6:47 ` Thirumalai
0 siblings, 1 reply; 6+ messages in thread
From: Matthias Weißer @ 2010-05-18 17:49 UTC (permalink / raw)
To: u-boot
Hi Thirumalai
Am 18.05.2010 08:29, schrieb Thirumalai:
> Hi Matthias,
> I am going to use u-boot alone for my development. Which debugger is
> suitable for debugging u-boot and initial board bringup activity?
> My choice is BDI2000. Is it ok.
Yes. As I said. But I never used it to debug u-boot together together
with GDB. After the serial console was up I used printf-like debugging.
And before that point I could live quite good with simple BDI commands.
> Also tell me what toolchains need to be used. Is ELDK supports?
I don't know. I used a toolchain which I build myself using
crosstools-ng (see http://freshmeat.net/projects/crosstool-ng/)
> Whether the video driver is available on u-boot ?
Check my patch series and you will see ;-)
Matthias
> -Thirumalai
>
> ----- Original Message -----
> From: "Matthias Wei?er" <weisserm@arcor.de>
> To: "Thirumalai" <thirumalai.p@datapatterns.co.in>
> Cc: <u-boot@lists.denx.de>
> Sent: Tuesday, May 18, 2010 11:18 AM
> Subject: Re: [U-Boot] Support for MB86R01 cpu
>
>
>> Hello Thirumalai
>>
>> Am 18.05.2010 07:37, schrieb Thirumalai:
>>> Hi Matthias,
>>> We are using MB86R01 processor in our design. We just want to
>>> know
>>> what emulator/debugger can be used for initial board bring-up activity
>>> and
>>> also whether the latest u-boot(2010.03) is supporting this processor ?
>>
>> I recently posted a patch series adding support for MB86R01 to u-boot. I
>> did not receive any comments on V2 so I thinks its more or less fine and I
>> hope it will be merged within the upcoming merge window.
>>
>> See http://lists.denx.de/pipermail/u-boot/2010-May/071097.html for the
>> initial mail of the patch series.
>>
>> I am using a BDI2000 (http://www.abatron.ch/products/bdi-family.html) for
>> initial flash programming. A Segger JLink
>> (http://www.segger.com/cms/jlink.html) works also.
>>
>> Hope this helped.
>>
>> Matthias
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] Support for MB86R01 cpu
2010-05-18 17:49 ` Matthias Weißer
@ 2010-05-19 6:47 ` Thirumalai
2010-05-21 8:57 ` Detlev Zundel
0 siblings, 1 reply; 6+ messages in thread
From: Thirumalai @ 2010-05-19 6:47 UTC (permalink / raw)
To: u-boot
Hi Matthias,
> Hi Thirumalai
>
> Am 18.05.2010 08:29, schrieb Thirumalai:
>> Hi Matthias,
>> I am going to use u-boot alone for my development. Which debugger
>> is
>> suitable for debugging u-boot and initial board bringup activity?
>> My choice is BDI2000. Is it ok.
>
> Yes. As I said. But I never used it to debug u-boot together together
> with GDB. After the serial console was up I used printf-like debugging.
> And before that point I could live quite good with simple BDI commands.
>
Whether source level debugging is possible with BDI2000?
>> Also tell me what toolchains need to be used. Is ELDK supports?
>
> I don't know. I used a toolchain which I build myself using
> crosstools-ng (see http://freshmeat.net/projects/crosstool-ng/)
>
>> Whether the video driver is available on u-boot ?
>
> Check my patch series and you will see ;-)
I will check and tell this.
>
> Matthias
>
>> -Thirumalai
>>
>> ----- Original Message -----
>> From: "Matthias Wei?er" <weisserm@arcor.de>
>> To: "Thirumalai" <thirumalai.p@datapatterns.co.in>
>> Cc: <u-boot@lists.denx.de>
>> Sent: Tuesday, May 18, 2010 11:18 AM
>> Subject: Re: [U-Boot] Support for MB86R01 cpu
>>
>>
>>> Hello Thirumalai
>>>
>>> Am 18.05.2010 07:37, schrieb Thirumalai:
>>>> Hi Matthias,
>>>> We are using MB86R01 processor in our design. We just want to
>>>> know
>>>> what emulator/debugger can be used for initial board bring-up activity
>>>> and
>>>> also whether the latest u-boot(2010.03) is supporting this processor ?
>>>
>>> I recently posted a patch series adding support for MB86R01 to u-boot. I
>>> did not receive any comments on V2 so I thinks its more or less fine and
>>> I
>>> hope it will be merged within the upcoming merge window.
>>>
>>> See http://lists.denx.de/pipermail/u-boot/2010-May/071097.html for the
>>> initial mail of the patch series.
>>>
>>> I am using a BDI2000 (http://www.abatron.ch/products/bdi-family.html)
>>> for
>>> initial flash programming. A Segger JLink
>>> (http://www.segger.com/cms/jlink.html) works also.
>>>
>>> Hope this helped.
>>>
>>> Matthias
>>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] Support for MB86R01 cpu
2010-05-19 6:47 ` Thirumalai
@ 2010-05-21 8:57 ` Detlev Zundel
0 siblings, 0 replies; 6+ messages in thread
From: Detlev Zundel @ 2010-05-21 8:57 UTC (permalink / raw)
To: u-boot
Hi Thirumalai,
> Hi Matthias,
>
>> Hi Thirumalai
>>
>> Am 18.05.2010 08:29, schrieb Thirumalai:
>>> Hi Matthias,
>>> I am going to use u-boot alone for my development. Which debugger
>>> is
>>> suitable for debugging u-boot and initial board bringup activity?
>>> My choice is BDI2000. Is it ok.
>>
>> Yes. As I said. But I never used it to debug u-boot together together
>> with GDB. After the serial console was up I used printf-like debugging.
>> And before that point I could live quite good with simple BDI commands.
>>
>
> Whether source level debugging is possible with BDI2000?
Yes of course this is possible. It's even in the documentation:
http://www.denx.de/wiki/view/DULG/DebuggingUBoot
Cheers
Detlev
--
Wenn ein Kopf und ein Buch zusammenstossen und es klingt hohl; ist
denn das allemal im Buche?
- Lichtenberg
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-05-21 8:57 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-18 5:37 [U-Boot] Support for MB86R01 cpu Thirumalai
2010-05-18 5:48 ` Matthias Weißer
2010-05-18 6:29 ` Thirumalai
2010-05-18 17:49 ` Matthias Weißer
2010-05-19 6:47 ` Thirumalai
2010-05-21 8:57 ` Detlev Zundel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox