Step by step development

Aung
Dear all friends,

I would like to know how to make custom boot loader, customized linux
kernel with Qt 4.7 lib.
And then, I would start my Qt application after loading kernel.
How can I do like that. Is there any tutorial for these steps.

Thanks to all

davef
Sounds like you are up for a real challenge.

Have you compiled u-boot and any kernel so far? There are lots of tutorials
around, I guess you have checked the Wiki on this site for starters. And I
bet you will need about 20-30 tutorials to accomplish your goal.

What have you done so far?

Aung
I'm previously Qt desktop application developer.

Now I try to make embedded application from desktop version.

So, I need to compile customized boot loader & linux kernel.

Thanks for your reply

davef
Have a look at this site for developing embedded Qt applications.

http://www.sereno-labs.com/

Why do you need a customized boot loader?

Do you just want to take the 2.6.32.2 on the downloads page and build in
some modules or ?

Aung
Yes.
I would like to to make a boot loader and up-to-date linux kernel for
board.

After that, I have to compile Qt Lib.
Then compile Qt application and try them on board.

davef
u-boot
http://groups.google.com/group/mini2440/browse_thread/thread/d79ac20c7bc...

http://www.friendlyarm.net/forum/topic/2575

has the patches for the mainline 2.6.38.2

What are you going to use for a rootfs?