[U-Boot] How to make I2C probe like commands working in u-boot

Hi, Am trying to validate I2C peripheral on xilinx zynq zc702 evaluation board in u-boot. When am trying to run the command like i2c probe and i2c write am facing the issue like i2c commands are not known. Please can someone tell me how to enable these commands to use it in u-boot
-- View this message in context: http://u-boot.10912.n7.nabble.com/How-to-make-I2C-probe-like-commands-workin... Sent from the U-Boot mailing list archive at Nabble.com.

Hello lsunkara,
Am 08.12.2016 um 06:37 schrieb lsunkara:
Hi, Am trying to validate I2C peripheral on xilinx zynq zc702 evaluation board in u-boot. When am trying to run the command like i2c probe and i2c write am facing the issue like i2c commands are not known. Please can someone tell me how to enable these commands to use it in u-boot
Activate the CMD_I2C symbol through "make menuconfig", or if you have an old version of U-Boot add it to your board config file.
bye, Heiko
-- View this message in context: http://u-boot.10912.n7.nabble.com/How-to-make-I2C-probe-like-commands-workin... Sent from the U-Boot mailing list archive at Nabble.com. _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
participants (2)
-
Heiko Schocher
-
lsunkara