I am still unable to see changes I have created in u-boot running
I am doing the followng procedure:
1. creating patch file to be called by bbappend file of my custom u-boot in yocto.
2. the patch file print another printf line in SPL part of "DDRINFO: ddr init"
3. running bitbake imx-image-core
4. verifying source code of u-boot is changed in build/tmp/work/.../git/drivers/ddr_init.c
5. running ums 0 emmc 2 in u-boot terminal
6. running sudo dd if=imx-boot of=/dev/sda bs=1k seek=32 conv=fsync in my ununtu build machine
getting message write is succefull ~1.8 MB in ~0.3 seconds
7. Ctrl C to stop ums in u-boot consloe and running reset command.
8. u-boot loads again with no print new print
what am I doing wrong ?
Thanks,
Roy