On Tue, Oct 21, 2014 at 8:29 AM, <[email protected]> wrote: > > Hello , > > could anyone please tell me what is happing here i am telling here every > thing step vise > > Download kernel from : git clone git://github.com/beagleboard/kernel.git > cd kernel > git checkout 3.8 > ./patch.sh > cp configs/beaglebone kernel/arch/arm/configs/beaglebone_defconfig > wget > http://arago-project.org/git/projects/?p=am33x-cm3.git\;a=blob_plain\;f=bin/am335x-pm-firmware.bin\;hb=HEAD > -O kernel/firmware/am335x-pm-firmware.bin > cd kernel > make ARCH=arm CROSS_COMPILE=arm-linux-gnu- beaglebone_defconfig > make ARCH=arm CROSS_COMPILE=arm-linux-gnu- uImage dtbs > > After these step i got zImage and am335x-bone.dtb > > Then i have created partition on SD card take a look of SD card partition > > http://elinux.org/Building_BBB_Kernel#Downloading_and_building_the_Linux_Kernel
Some needs to delete/rewrite that section, i'll let you do that... here's what you need to change: git tree: https://github.com/beagleboard/linux branch: 3.8 config: bb.org_defconfig drop firmware make ARCH=arm CROSS_COMPILE=arm-linux-gnu- bb.org_defconfig make ARCH=arm CROSS_COMPILE=arm-linux-gnu- zImage modules dtbs 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/d/optout.
