gopintj
Member level 4
- Joined
- Sep 1, 2010
- Messages
- 77
- Helped
- 4
- Reputation
- 8
- Reaction score
- 4
- Trophy points
- 1,298
- Activity points
- 1,953
Hi all.
Currently, i am learning Embedded linux in which i am supposed to create a kernel image along with u-boot image and have to load it into ARM development board. I have successfully compiled linux kernel 3.8.5. After this, i need to create a u boot image. I am planning to create this uImage file using "mkimage" command.
Here are my questions.
1. By using "mkimage" command, how can i make my uImage file tobe burned into my processor's reset vector address?
2. what do "-a" and "-e" in mkimage command mean?
3. will uImage automatically get kernel image and load it into RAM once after i download this uImage into flash? If No, how do i have to program the boot loader to get and load kernel image into RAM in my target board.?
Currently, i am learning Embedded linux in which i am supposed to create a kernel image along with u-boot image and have to load it into ARM development board. I have successfully compiled linux kernel 3.8.5. After this, i need to create a u boot image. I am planning to create this uImage file using "mkimage" command.
Here are my questions.
1. By using "mkimage" command, how can i make my uImage file tobe burned into my processor's reset vector address?
2. what do "-a" and "-e" in mkimage command mean?
3. will uImage automatically get kernel image and load it into RAM once after i download this uImage into flash? If No, how do i have to program the boot loader to get and load kernel image into RAM in my target board.?