This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Which Method should be used for build linux kernel and uboot??

Hi ,

I am confused ,which methond is recommend to build linux and uboot.

1)make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- zImage

2)MACHINE=am57xx-evm bitbake kernel --force -c compile

 

Is above two method all OK?

If I downloaded TI SDK and install it in the $HOME can I ignore the step of BUILD SDK? or just build sdk instead of download and install it??