I working on Odroid with the ubuntu platform. For the DS5 software to cross compile for profiling , I need to build Linux kernel with specific configuration. I am new to this stuff, but I have created the UImage of the kernel on the host machine for the Arm processor. I need to ask how one can get that kernel copy in the target platform i.e. Odroid.
Because for the profiling I need to have gatord and kernel with specific configuration installed on the target machine. I am done with gatord and build the kernel on host. Just need to copy it on target. But it is not happening using the sdcard of the odroid. Please let me know
Hi,
If your talking about Odroid, official Uboot configuration are here :
hardkernel/u-boot · GitHub
To create the Uboot loader
For the firmware and modules specification you have to compile the kernel
hardkernel/linux · GitHub
You have to choice the good board branch, after you can update the kernel
by change some sources files
Regards