imx-kobs icon indicating copy to clipboard operation
imx-kobs copied to clipboard

Tool to create and write Freescale/NXP I.MX NAND boot related boot data structure to nand flash

Results 14 imx-kobs issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/nxp-imx/imx-kobs/assets/96690717/dfdb250d-f9c0-4c81-b06e-629c07b4561c) the uuu scripts: when i was used FBK: ucmd kobs-ng init -x -v --chip_0_device_path=/dev/mtd0 /tmp/u-boot-dtb.imx it will be show up

These changes add/fix support for: - Hardware (BCH) ECC: I.e. i.MX6QDL's GPMI NAND interface - BCB search area fuse configuration Furthermore does this changeset a cover boot switch mechanism, courtesy...

Trying to switch from a working **kobs-ng 3.10.53-1.1.0** to **kobs-ng 5.5** But I got this Error: ``` kobs-ng -r mx28 init -f -d -v imx28_aeslinux.sb Couldn't find Boot ROM version...

Hi, I've some trouble with a 2K+128B OOB Flash on a i.MX8. While debugging the code I found this check: ```C /* verify it's a supported geometry */ if (plat_config_data->m_u32Arm_type...

Hi, I have u-boot and u-boot environment in MTD partitions in imx6ull NAND: 0: boot 0x00400000 0x00000000 0 1: ubootenv 0x00100000 0x00400000 0 I used the kob tool to install...

Hi, We get an error using the "dump", "imgverify" and "extract" commands (latest version from this repository) on an imx6ull. We succesfully flashed u-boot with this command: `kobs-ng init -x...

why in README so strange configure start (./configure CC=arm-none-linux-gnueabihf-gcc --host=arm-none-linux-gnueabihf-gcc)? ./configure --host=arm-linux-gnueabihf looks more familiar.

Hello all, We've been using the UUU (mfgtools 3.0) to program an IMX6ULL processor using Toshiba TH58NVG3S0H NAND Flash Storage. U-boot programs and operates properly; loading and booting the linux...

Hi We are using a custom board based on imx8dxp with Nand Flash. we have created a binary using the mkimage_imx8 with (SECO,SCFW,U-Boot and M4 binary). When we flash this...

I tried bitbaked _fsl-image-mfgtool-initramfs_ in imx-4.9.88-2.0.0_ga. got this log while erasing the first 2MB partition in our 512MB nand. - Erasing 256 Kibyte @ 0 -- -1 % complete -...