HI,
Thanks for the help. You're right. I found for the 1k padding to use:
# sudo dd if=u-boot.bin of=/dev/sdx bs=1K skip=1 seek=1; sync
Or if you're using no padding u-boot image:
# sudo dd if=u-boot-no-padding.bin of=/dev/sdx bs=1K seek=1; sync
Thanks again :smileyhappy: