nandwrite mtd-utils does not work with embedded iMX6
Hi,
I am trying to write uImage to nand partition on iMX6 from linux using nandwrite mtd-utils:
nandwrite -p /dev/mtd0 uImage
When I boot the board and in uboot try to load the uImage from nand using nboot I am getting the error:
Loading from nand0, offset 0x0
NAND read from offset 0 failed -74
** Read error
However when I write to nand from uboot (nand write)
the board load the kernel without any problem.
What am I missing how to write uImage kernel from linux?
|