Ok, that works, the BBB clone boot. I would like to add devices on the BBB, but i don't think that using the capemanager would be a great idea ( i saw the capemanager in the device tree from the kernel 4.1 source file : am335x-bone-common.dtsi )
- I would like to know how to avoid using the capemanager ? I prefer that it's disabled. - How can you add a file to the description of your beagle ? By example, I've a RTC mcp7941x. I modified the am335x-cape-rtc-ds-1307.dtsi file . If I'm not wrong this file is used by the capemanager ? How can I include it in the am335x-boneblack.dts file ? I would like to test #include "am335x-cape-rtc-ds-1307.dtsi" ? Thx, Why would I like to avoid the capemanager ? Because I 've have not enough slot to put all my configurations ( RTC, sensors, converter, uart , .... ) Le mar. 2 juin 2015 à 19:03, Micka <[email protected]> a écrit : > Those command then : > > sudo dd if=./u-boot/MLO of=${DISK} count=1 seek=1 bs=128k > sudo dd if=./u-boot/u-boot.img of=${DISK} count=2 seek=1 bs=384k > > thx, > > Le mar. 2 juin 2015 à 18:56, Robert Nelson <[email protected]> a > écrit : > >> On Tue, Jun 2, 2015 at 11:50 AM, Micka <[email protected]> wrote: >> > Ok for the kernel 4.1.x, >> > >> > I've installed the image >> bone-debian-8.0-console-armhf-2015-05-08-2gb.img.xz >> > . >> > >> > And I'm planning to update the kernel to the version 4.1.x that I will >> > compile by following your instruction on the website. >> > >> > but for the moment, i'm trying to figure out where is the u-boot.img >> file ? >> > the folder /media/rootfs/boot/uboot is empty ! >> >> It's in the master boot record. >> >> 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. >> > -- 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.
