Think there is a typo in the latest bbb-eMMC-flasher-eewiki-ext4.sh (from
/opt/scripts/tool/eMMC):
--- a/tools/eMMC/bbb-eMMC-flasher-eewiki-ext4.sh
+++ b/tools/eMMC/bbb-eMMC-flasher-eewiki-ext4.sh
@@ -73,7 +73,7 @@ check_eeprom () {
eeprom="/sys/bus/i2c/devices/0-0050/eeprom"
#Flash BeagleBone Black's eeprom:
- eeprom_location=$(ls
/sys/devices/ocp.*/44e0b000.i2c/i2c-0/0-0050/eeprom 2> /dev/null)
+ eeprom_location=$(ls
/sys/devices/ocp/44e0b000.i2c/i2c-0/0-0050/eeprom 2> /dev/null)
eeprom_header=$(hexdump -e '8/1 "%c"' ${eeprom} -s 5 -n 3)
if [ "x${eeprom_header}" = "x335" ] ; then
echo "Valid EEPROM header found"
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.