$ make ARCH=arm CROSS_COMPILE=arm-linux-gnu- am335x-boneblack.dtb
try this... it worked for me. On Thursday, 6 March 2014 18:08:04 UTC+5:30, siva kumar wrote: > > > i followed the procedures to compile the kernel for beaglebone black > 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-gnueabi- beaglebone_defconfig -j4 > make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- uImage dtbs > LOADADDR=0x80008000 -j4 > make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- uImage-dtb.am335x-boneblack > LOADADDR=0x80008000 -j4 > > > > > when i try to compile this step > $make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- > uImage-dtb.am335x-boneblack LOADADDR=0x80008000 -j4 . > i got the following error > > make: *** No rule to make target `uImage-dtb.am335x-boneblack'. Stop. > without this uImage-dtb.am335x-boneblack file i'm not able to boot the > image from board > > if any one faced such issues ..help to resolve this resolve > > > thanks in advance > -- 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.
