* [U-Boot] Hi, I am new to U-Boot, how do I get started?
@ 2013-10-06 14:53 Dimitar Tomov
2013-10-06 19:28 ` Wolfgang Denk
0 siblings, 1 reply; 5+ messages in thread
From: Dimitar Tomov @ 2013-10-06 14:53 UTC (permalink / raw)
To: u-boot
Hello to All,
My name is Dimitar Tomov. I'm student at Technical University of Sofia (Europe/Bulgaria).
I have interest in embedded systems and some experience with embedded Linux (have develop some specific Linux drivers, but nothing major).
0. Following "U-Boot Porting Guide" [Based on messages by Jerry Van Baren in the U-Boot-Users mailing list, October 2002]: I'm sending this message as I'm really lost in the source code of U-boot and have no clear idea from where to start.
1. My goal is to port U-boot for LPC43xx board (LPC4357-EVB).
2. I made some research and found a port for the Hitex LPC4350 Eval board from Emcraft, also found a port for another LPC43xx based system from Cyril Fougeray for Diwel ( https://bitbucket.org/fouge/u-boot-diwel ).
3. As I looked through the source code of mainstream U-boot I didn't find Cortex-M4 cpu support, is this correct ?
Thank You for Your time in advance. I will really appreciate any starting points or advices.
-----------------------------------------------------------------
???????? ?????? ? ????? ????", ??????? - ???? ?? 43 ??. ?? ???
http://bit.ly/16jsn0z
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] Hi, I am new to U-Boot, how do I get started?
2013-10-06 14:53 [U-Boot] Hi, I am new to U-Boot, how do I get started? Dimitar Tomov
@ 2013-10-06 19:28 ` Wolfgang Denk
0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2013-10-06 19:28 UTC (permalink / raw)
To: u-boot
Dear Dimitar,
In message <1466257793.96923.1381071203850.JavaMail.apache@mail22.abv.bg> you wrote:
>
> My name is Dimitar Tomov. I'm student at Technical University of
> Sofia (Europe/Bulgaria).
Welcome.
I hope you are not disappointed when the first thing I do is asking
you to stick to standard netiquette rules, like reducing your line
length to some 70 characters or less. Also, reading [1] might help
you to get help more efficiently.
[1] http://www.catb.org/~esr/faqs/smart-questions.html
> 0. Following "U-Boot Porting Guide" [Based on messages by Jerry Van
> Baren in the U-Boot-Users mailing list, October 2002]: I'm sending
> this message as I'm really lost in the source code of U-boot and have
> no clear idea from where to start.
>
> 1. My goal is to port U-boot for LPC43xx board (LPC4357-EVB).
>
> 2. I made some research and found a port for the Hitex LPC4350 Eval
> board from Emcraft, also found a port for another LPC43xx based
> system from Cyril Fougeray for Diwel (
> https://bitbucket.org/fouge/u-boot-diwel ).
Unfortunately it appears that none of this code has ever been submitted
upstream, i. e. none of this is present in the mainline U-Boot code.
That means none of the developers here is likely to be able to help
(only if he by chance might have been involved with any of these
projects).
> 3. As I looked through the source code of mainstream U-boot I didn't
> find Cortex-M4 cpu support, is this correct ?
Yes, this is correct, so far.
> Thank You for Your time in advance. I will really appreciate any
> starting points or advices.
I guess you are basically on your own. Try to use the existing
out-of-tree code as a starting point, rebase it against current
mainline, then try to get it working on your hardware. If you then
have specific questions, we may try to help.
Note that you will need full hardware documentation and most probably
a JTAG debugger to make process efficiently.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The IQ of the group is the lowest IQ of a member of the group divided
by the number of people in the group.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] Hi, I am new to U-Boot, how do I get started?
@ 2019-07-27 1:39 slahss ss
2019-07-29 4:58 ` Ramon Fried
0 siblings, 1 reply; 5+ messages in thread
From: slahss ss @ 2019-07-27 1:39 UTC (permalink / raw)
To: u-boot
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] Hi, I am new to U-Boot, how do I get started?
2019-07-27 1:39 slahss ss
@ 2019-07-29 4:58 ` Ramon Fried
2019-07-31 22:27 ` slahss ss
0 siblings, 1 reply; 5+ messages in thread
From: Ramon Fried @ 2019-07-29 4:58 UTC (permalink / raw)
To: u-boot
You can start by asking a real question.
what are you trying to do?
Thanks, Ramon
On July 27, 2019 4:39:37 AM GMT+03:00, slahss ss <slahss@outlook.com> wrote:
>
>_______________________________________________
>U-Boot mailing list
>U-Boot at lists.denx.de
>https://lists.denx.de/listinfo/u-boot
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] Hi, I am new to U-Boot, how do I get started?
2019-07-29 4:58 ` Ramon Fried
@ 2019-07-31 22:27 ` slahss ss
0 siblings, 0 replies; 5+ messages in thread
From: slahss ss @ 2019-07-31 22:27 UTC (permalink / raw)
To: u-boot
Thanks Ramon.
A simple question in the first place. To port u-boot to a new SoC/board, do we have to have SRAM inside SoC to set up stack for c runtime, or only NORflash + SDRAM is OK too?
//slahs
________________________________
From: Ramon Fried <rfried.dev@gmail.com>
Sent: Sunday, July 28, 2019 9:58 PM
To: u-boot at lists.denx.de <u-boot@lists.denx.de>; slahss ss <slahss@outlook.com>; u-boot at lists.denx.de <u-boot@lists.denx.de>
Subject: Re: [U-Boot] Hi, I am new to U-Boot, how do I get started?
You can start by asking a real question.
what are you trying to do?
Thanks, Ramon
On July 27, 2019 4:39:37 AM GMT+03:00, slahss ss <slahss@outlook.com> wrote:
________________________________
U-Boot mailing list
U-Boot at lists.denx.de
https://lists.denx.de/listinfo/u-boot
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-07-31 22:27 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-06 14:53 [U-Boot] Hi, I am new to U-Boot, how do I get started? Dimitar Tomov
2013-10-06 19:28 ` Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2019-07-27 1:39 slahss ss
2019-07-29 4:58 ` Ramon Fried
2019-07-31 22:27 ` slahss ss
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox