Hi,
I think that your u-boot script is wrong and copied kernel image is broken.
setenv J2 'sf probe 0:1; sf read 0x09000000 100000 500000'
should be
setenv J2 'sf probe 0; sf read 0x09000000 100000 500000'
Regards,
Hi,
I think that your u-boot script is wrong and copied kernel image is broken.
setenv J2 'sf probe 0:1; sf read 0x09000000 100000 500000'
should be
setenv J2 'sf probe 0; sf read 0x09000000 100000 500000'
Regards,