From bbfb3a7a9554c06fd54c3c572eb9a716627cc50c Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 20 Apr 2010 11:06:28 +0000 Subject: Fix script to write board id eeprom. --- host/apps/omap_debug/write_board_id.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/apps') diff --git a/host/apps/omap_debug/write_board_id.sh b/host/apps/omap_debug/write_board_id.sh index 139394a4c..067269c64 100755 --- a/host/apps/omap_debug/write_board_id.sh +++ b/host/apps/omap_debug/write_board_id.sh @@ -3,8 +3,8 @@ i2cset -y 3 0x51 0x00 0x00 i2cset -y 3 0x51 0x01 0x03 i2cset -y 3 0x51 0x02 0x00 -i2cset -y 3 0x51 0x03 0x00 -i2cset -y 3 0x51 0x04 0x01 +i2cset -y 3 0x51 0x03 0x01 +i2cset -y 3 0x51 0x04 0x00 i2cset -y 3 0x51 0x05 0x00 -- cgit v1.2.3