On Thu, May 7, 2015 at 1:26 PM, William Hermans <[email protected]> wrote: > woah boy, slow down lol. > > How big is the linux-dev git, and this is meant to run on a cross system I'm > assuming ? > > If you have instructions somewhere that would be awesome. . . .
As soon as Jason get's http://builds.beagleboard.org/builders operational again.. kernel: It'll just be download *.deb ; sudo dpkg -i *.deb ; sudo reboot Till then, it's git clone https://github.com/RobertCNelson/linux-dev cd linux-dev git checkout origin/capemgr -b tmp dtc-update: cd /opt/scripts/ git pull cd /opt/scripts/tools/developers/ ./dtc-overlay.sh write *.dts cd /lib/firmware/ wget https://raw.githubusercontent.com/beagleboard/devicetree-source/master/arch/arm/boot/dts/BB-BONE-SERL-03-00A1.dts dtc -O dtb -o BB-BONE-SERL-03-00A1.dtbo -b 0 -@ BB-BONE-SERL-03-00A1.dts update-initramfs: (make sure bb-customizations is installed in debian/ubuntu) sudo update-initramfs -uk `uname -r` (as this will copy the *.dtbo into the initramfs) Then reboot: debian@beaglebone:~$ dmesg | grep bone [ 3.066067] bone-capemgr bone_capemgr: Failed to find baseboard i2c client [ 3.479798] bone-capemgr bone_capemgr: Baseboard: 'A335BNLT,000C,2414BBBK0103' [ 3.479820] bone-capemgr bone_capemgr: compatible-baseboard=ti,beaglebone-black [ 3.517125] bone-capemgr bone_capemgr: slot #0: 'BeagleBone RS232 CAPE,00A1,Beagleboardtoys,BB-BONE-SERL-03' [ 3.573193] bone-capemgr bone_capemgr: slot #1: No cape found [ 3.633212] bone-capemgr bone_capemgr: slot #2: No cape found [ 3.693192] bone-capemgr bone_capemgr: slot #3: No cape found [ 3.699163] bone-capemgr bone_capemgr: initialized OK. [ 3.702973] bone-capemgr bone_capemgr: slot #0: dtbo 'BB-BONE-SERL-03-00A1.dtbo' loaded; overlay id #0 debian@beaglebone:~$ dmesg | grep serial [ 3.035847] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 154, base_baud = 3000000) is a 8250 [ 3.702566] 481a6000.serial: ttyS3 at MMIO 0x481a6000 (irq = 179, base_baud = 3000000) is a 8250 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.
