RobertCNelson / netinstall

Network Install for a bunch of arm boards
https://rcn-ee.com
80 stars 19 forks source link

uEnv.txt #66

Open Antonstr opened 6 years ago

Antonstr commented 6 years ago

If you wrongly edited the uEnv.txt on a BeagleBoneBlack and the Beagle boots into initramfs, is there any way you can recover the beagle

Disable HDMI

cape_disable=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN

Disable eMMC

cape_disable=capemgr.disable_partno=BB-BONE-EMMC-2G

The problem appears to be the removal of the # at Disable eMMC I can access the uEnv.txt file but it does not allow me to edit it.

Any advice will be greatly appreciated Thank you

RobertCNelson commented 6 years ago

@Antonstr sure just boot a console image on a microSD, mount the eMMC and fix it:

http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Jessie_Snapshot_console

Regards,

Antonstr commented 6 years ago

Good day Robert

Thank you after 3 reboots I could eventually fix it

Regards

Anton

On Wed, Aug 30, 2017 at 3:45 PM, Robert Nelson notifications@github.com wrote:

@Antonstr https://github.com/antonstr sure just boot a console image on a microSD, mount the eMMC and fix it:

http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Jessie_ Snapshot_console

Regards,

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/RobertCNelson/netinstall/issues/66#issuecomment-325994880, or mute the thread https://github.com/notifications/unsubscribe-auth/AD2tQQ89R7MEM3JJesagz5LIqlgUxaQpks5sdWeKgaJpZM4PHKZC .

shameless commented 6 years ago

Hey, after replace the kernel of the Debian, my Beagle boots into initramfs too, and I don't know how to fix it ,maybe I should edit uEvn.txt to make it right.