From 4a284ce1c6916e76fe646203166aff415c5fc209 Mon Sep 17 00:00:00 2001 From: Pratap Reddy Date: Fri, 16 Mar 2018 02:49:54 +0530 Subject: PRSDK-2420: Changed the K2G EEPROM boot slave address to 0x50 - K2G GP EVM I2C boot configurations are set to load the boot image from EEPROM address 0x50. Need to set this value in the input text file. --- writer/eeprom/evmk2g/bin/eepromwriter_input.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/writer/eeprom/evmk2g/bin/eepromwriter_input.txt b/writer/eeprom/evmk2g/bin/eepromwriter_input.txt index d87d3c4..5e1e531 100644 --- a/writer/eeprom/evmk2g/bin/eepromwriter_input.txt +++ b/writer/eeprom/evmk2g/bin/eepromwriter_input.txt @@ -1,5 +1,5 @@ file_name = app.bin -bus_addr = 0x51 +bus_addr = 0x50 start_addr = 0 swap_data = 0 -- cgit v1.2.3