Hello Robert,

I had done just as you've described, but the system I started with had
uboot and company installed in /boot/uboot rather than /boot and your 'make
install' in ../dtb-rebuilder.git didn't seem to be touching /boot/uboot. I
guessed that that was why I wasn't seeing the changes I was hoping for (
that is: /dev/spidev2.[0/1] ) so i tried completing the install for my
setup by moving files into /boot/uboot/dtbs and bricked my board.

This morning I began with:

https://rcn-ee.net/deb/testing/2014-08-19/lxde/BBB-eMMC-flasher-debian-7.6-lxde-armhf-2014-08-19-2gb.img.xz

flashed my bone...

did:

apt-get install linux-image-3.14.17-ti-r16

then:

git clone -b 3.14-ti https://github.com/RobertCNelson/dtb-rebuilder.git

then changed ../dtb-rebuilder.git/src/arm/am335x-boneblack.dts following
your guidelines below:


> 2nd thought, the uart conflicts..
> so disable:
>
> #include "am335x-bone-basic-proto-cape.dtsi"
> ->
> /* #include "am335x-bone-basic-proto-cape.dtsi" */
>
> Then add spi0:
> #include "am335x-bone-spi0-spidev.dtsi"
>
> Then spi1:
> #include "am335x-bone-spi1-spidev.dtsi"
> or
> #include "am335x-bone-spi1a-spidev.dtsi"
>
> then make/sudo make install/sudo reboot
>

The system this gives me has everything in /boot and nothing in /boot/uboot
and 'make install' does what it is supposed to, and sure enough after
reboot:

ls /dev/spidev*

gives me:

/dev/spidev1.0  /dev/spidev1.1  /dev/spidev2.0  /dev/spidev2.1


Thanks for the time and the tools.

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to