On Mon, Dec 7, 2015 at 1:33 PM, John Syne <[email protected]> wrote:
> Hi Robert, > > I bought this cable and connected a 240GB SSD. I dd a 32GB SDCard image to > the SSD. I can mount /dev/sda1 and see rootfs. I changed the jumpers to > select SATA as shown the the quick start guide (J3 1-2, j4 2-3, j6 2-3) and > removed the SDCard. After powering down, I push the power button (s1), I > see the power led (D3) light for a few seconds and goes out. I see nothing > on the console. I also tried setting the jumpers per the PCB legend (J3 > 2-3, J4 1.2 J6 2-3) and I get the same results. > Oh, don't change the jumpers. The production x15's isn't going to have them, only the am57xx evm's. I've configured u-boot on the microSD to look at the drives like so: usb : (search first 4 partitions) (usb enables scsi power rail in u-boot, hence first) scsi: (search first 4 partitions) eMMC: (search first 8 partitions) microSD: (search first 8 partitions) To setup boot from sata, return the jumpers to eMMC/microsd boot into debian cd /opt/scripts/ git pull WARNING only have sata or usb plugged in, not both.. (script is hardcoded for /dev/sda) cd /opt/scripts/tools/non-mmc-rootfs sudo ./mv_rootfs_dev_sda.sh reboot.. microSD/eMMC (u-boot) searches scsi and boots from it. ;) Regards, -- Robert Nelson https://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/d/optout.
