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.

How to generate uImage in SDK8 Linux

Hi Experts,

How to generate uImage in the Linux SDK 8.0 ?

The BBB is looking for uImage when the u-boot is up. It is not accepting zImage.

How to solve the same ?

Regards,

Lyf

  • Hi,

    I think, you might have used older u-boot for newer kernel booting.

    When you migrate to new SDK, recommended to use that SDK's MLO,u-boot,kernel and rootfs components.
    Don't use collection of different (mixed-> kernel(SDK6), u-boot (SDK8) like that) SDK boot images.

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

    make uImage ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-