Hi,
I successfully compiled Ltib and created images in ltib/rootfs/boot/
What are the next steps to boot this image from memory card? Which all files must be copied to memorycard? In one document it says mk_mx28_sd script but BSP doesnt have that script.
Please use the Linux scripts below.
Summary Page :
i.MX280: i.MX280 Multimedia Applications Processor
Note, the scripts may depend on Linux host release, therefore please check them carefully
regarding Your Linux.
Have a great day,
Yuri
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
"mk_mx28_sd" script burns the kernel, it finds in imx28_ivt_linux.sb
file located in your {ltib}/rootfs/boot/ director,y and the root filesystem
(whole {ltib}/rootfs directory) to SD card.
To be more exact first it creates 3 partitions on the card:
FAT partition for user data, kernel partition and ext2 one for root filesystem.
Then it burns the kernel on raw /dev/sdb2 and copies {ltib}/rootfs to fresh
/dev/sdb3 partition.
Have a great day,
Yuri
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------