am335x linux image consists of U-boot, kernel zImage, linux root file system and other s/w modules.
so it is clear and easy to constructs linux image. just compile u-boot/kernel, and create *.img file.
but i try to use TI-SDK, it is too complex for me. (I'm not expert on linux, have short period experience about arm linux).
TI says : Insanely easy, “just works” Linux solutions. but i can't understand why some command execute and what results are occurs.
TI WIKI let me just type the commands even i don't know what I type.
So, my questions is
1. is there any simple solution ? (u-boot/kernel source compile, create *.img file)
2. if it is really simple, I need study yocto project to use TI-SDK ?
3. What's better about TI-SDK than simple build script ? (i.e. robert C Nelson buildscript : i think these solution clearly show the process of creation *.img file)