Good afternoon, dear Nvidia! I have a problem in my JN EMMC edition (32.7.4) - when I altering cbootargs and do saveenv it is not working after rebooting. Then now I tried to use i2c mw and it is not working too. Then I tried to use mw and it is not working too.
I can write to I2C anything I want - I cannot save the result of reading. Usually in uboot you using memory to store and read data but I cannot use memory at all. So then I cannot use i2c read and compare the result of this operation with the correct value.
I Cannot understand why is saveenv and all of memory operation are not working in u-boot. First time meeting something like this.
OK, so I think these are two different things.
I2C is I2C, and U-Boot env is U-Boot env. The former one lives in EEPROM, and the latter one lives in eMMC.
I don’t know why you mix these two together.
Does saveenv throw any error?
Or the command works, but just disappears after reboot?
Do you have another Jetson Nano that comes with an SD card slot for testing?
I didn’t mix this, I only show you that memory is not change after using mw or i2c mw. saveenv says nothing but after rebooting it returns to previous value as if I didn’t done saveenv at all.
If you were trying to modify EEPROM, then your command was not right; if you were trying to modify U-Boot env via I2C/EEPROM, these two are totally different things.
I did everything, I already told you that mw is not working too, not only for I2C - I cannot write anything to the memory from U-BOOT shell at all. I’m trying to do simple mw and memory is not changing. The log is in the first message
In Linux I2C is working normally and in the u-boot it is working. I told you that in u-boot in not working memory - I cannot write anything to the memory. No matter is it I2C or simple mw memory is not writing - it is write protected somehow. In the first message I showed you that I try to write something in the memory by mw and memory is not changed at all - I2C has nothing to do with it at all - nothing to do with it - nothing to do with it at all.
The problem that memory is not changing, I2C is not question here.
No - I try to use mw and it is not working that’s why I sure that it is the memory problem.
I tried all sorts of region and memory is not working. Usually all of u-boot memory must be available for writing.
Then what memory region should I use?