imx-kobs
imx-kobs copied to clipboard
Tool to create and write Freescale/NXP I.MX NAND boot related boot data structure to nand flash
Add --chip_0_size param to override the size of the mtd partition which is required if the SPL does not occupy the entire partition. For Gateworks Ventana boards the 'uboot' partition...
My kobs-ng version is 1.3 and ROM version is 5. My sequence listed as below: Booting up my board with SD card, then do things as below: **kobs-ng init -v...
Based on: https://github.com/benavrhm/kobs-ng-patches This patch to kobs-ng allows you to specify the ROM version explicitly using a command line parameter. For example "kobs-ng -r mx28 init ...". Using this patch...
Corrects the method in which the temp file is created, allowing the utility to be called with read-only filesystems.