diff options
author | Josh Blum <josh@joshknows.com> | 2010-04-20 11:06:28 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-04-20 11:06:28 +0000 |
commit | bbfb3a7a9554c06fd54c3c572eb9a716627cc50c (patch) | |
tree | c16d4b06079afafdd00b37a07daf69ce50903de3 /host/apps/omap_debug/write_board_id.sh | |
parent | de668d9924b6176e8296dee5929aab1e37374d8b (diff) | |
download | uhd-bbfb3a7a9554c06fd54c3c572eb9a716627cc50c.tar.gz uhd-bbfb3a7a9554c06fd54c3c572eb9a716627cc50c.tar.bz2 uhd-bbfb3a7a9554c06fd54c3c572eb9a716627cc50c.zip |
Fix script to write board id eeprom.
Diffstat (limited to 'host/apps/omap_debug/write_board_id.sh')
-rwxr-xr-x | host/apps/omap_debug/write_board_id.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |