on an SD card... THEN mount the eMMC to fix the problem.
>On Thursday, 27 August 2015 09:33:33 UTC-4,
ajisgl...@gmail.com wrote:
>>
>>
>>
>> On Monday, February 9, 2015 at 12:47:12 AM UTC+5:30,
cooolf...@gmail.com
>> wrote:
>>>
>>>
>>> I accidently modified uEnv.txt file located in eMMC of my Beaglebone
>>> black. Now the board is not booting. I can not even see BBB for serial
>>> connection from terra term (Windows 7 after drivers are installed). How can
>>> I get access to the board? If I can just access to uboot I could reflash or
>>> run it using nfs. Any ideas?
>>>
>>
>> cd /mnt
>>
>> mkdir disk
>>
>> mount /dev/mmcblk0p1 disk
>>
>> cd disk
>>
>> and you will see the root file system on the eMMC.
>> go find what you broke, and fix it.
>>
>> sync
>>
>> shutdown -h now
>>
>> remove the uSD and see if it boots from the eMMC.
>>
>> this is for Debian Image 2014-04-23
>>
>> --- Ajis
>>