Tags
Sorry, but there are no more tags available to filter with.
Related Posts
  • Forum Post: Re: RidgeRun UBoot 'nand erase' not erasing

    tliebau, I added send_uboot_cmd("nand unlock $KERNEL_LOAD_ADDRESS $KSIZE_ALIGNED\n"); right after nand_write command in the save_kernel after line 738, however it didn't work for me. Also tried # nand unlock 0x00420000 340000 to unlock the area where kernel is written...