BBB: uboot: issue an i2c command every boot

Hi,

is it possible to issue an i2c command every boot by adding it to the uEnv.txt? (e.g. i2c md 24 1)

Thanks

Yeah. Any command that you can invoke from the U-Boot prompt can go into
uEnv.txt.

Thanks Vaibhav. I’ve just found out out how:

In uEnv.txt, add a new line and write:
uenvcmd=“u-boot command”; ‘’‘another command’

for my example above:
uenvcmd=i2c md 24 1