[U-Boot] [PATCH v3] Add nand bootupdate command for i.MX6 and similar platforms

2016-10-07 Thread Sergey Kubushyn
This one adds nand_bootupdate command for i.MX6 and similar MCUs. It generates proper NAND boot structures (FCB, DBBT, etc) and writes those along with U-Boot imx image to where they belong so system would be able to boot off of raw NAND. As of now the only way to do it is by using user-space kobs

[U-Boot] [PATCH v3] Add nand bootupdate command for i.MX6 and similar platforms

2016-10-07 Thread Sergey Kubushyn
This one adds nand_bootupdate command for i.MX6 and similar MCUs. It generates proper NAND boot structures (FCB, DBBT, etc) and writes those along with U-Boot imx image to where they belong so system would be able to boot off of raw NAND. As of now the only way to do it is by using user-space kobs