On Fri, Jan 10, 2014 at 9:20 AM, fabrguer <[email protected]> wrote: > Hi Robert, > > oh, I did not know that the images are not proved to work if installed with > a Mac. > The first time I tried to install another distro on the BBB (it was Ubuntu) > I followed Adafruit instructions which are for a Mac and are basically the > same. > See the link: > http://learn.adafruit.com/beaglebone-black-installing-operating-systems/mac-os-x > > Anyway I wrote: > sudo dd if=./BBB......img of=/dev/disk1s1 ------------------------------------------------------------^^
s1, isn't that "partition 1"...??? They show: sudo diskutil unmount /dev/disk4s1 then: sudo dd bs=1m if=~/Downloads/BBB-eMMC-flasher-2013.05.08.img of=/dev/rdisk4 with: /dev/disk4s1" changed to "/dev/rdisk4" So you'd use.. of=/dev/rdisk1 right??? Regards, -- Robert Nelson http://www.rcn-ee.com/ -- 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/groups/opt_out.
