RobertCNelson / netinstall

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

Beaglebone Rev.A6a ... #26

Closed pfrossard closed 10 years ago

pfrossard commented 10 years ago

Hi, I'm trying to install debian on my beaglebone Rev.A6a with, ./mk_mmc.sh --mmc /dev/sdh --dtb am335x-bone-serial --serial-mode And the board reboot indefinitely, I modify uEnv.txt but without success, Any idea ?

RobertCNelson commented 10 years ago

"reboot indefinitely" please explain...

What steps you did: what the board did: etc..

pfrossard commented 10 years ago

On Windows XP / com8 (115200n8), The board display "CCCCCCC" after each reboot, And Windows XP play sound like usb plug and unplug ...

RobertCNelson commented 10 years ago

Okay, that's not "reboot indefintely"

That's a failure to properly install the bootloader to the microSD card. Which can happen a couple different ways..

1: you used VMware/VirtualBox... NOT SUPPORTED.. 2: you deleted the initial "boot" partition during the partition stage..

Regards,

pfrossard commented 10 years ago

I'm using Debian Squeeze, I deleted the microSD partition before the script mk_mmc.sh ...

RobertCNelson commented 10 years ago

See: https://github.com/RobertCNelson/netinstall/issues/20 it "should" have given you a warning about a broken "sfdisk" i bet the version was bumped.. Can you please reply with

sudo sfdisk -v

and i'll add another version to teh netinstall blacklist..

pfrossard commented 10 years ago

sfdisk (util-linux-ng 2.17.2)

pfrossard commented 10 years ago

Have you a solution ?

pfrossard commented 10 years ago

It's works with version 2.20.1 ... Thanks.