hai ,
 i followed 
http://wiki.beyondlogic.org/index.php/BeagleBoneBlack_Building_Kernel site 
to compile  a kernel for beagle bone black but when it export this  line 

make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- uImage-dtb.am335x-boneblack 
LOADADDR=0x80008000 -j4

i got **no rule to make target**uImage-dtb.am335x-boneblack  error message.

but when i use this step make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- 
uImage dtbs LOADADDR=0x80008000 -j4
i can able to get the uImage from arch/arm/boot/uImage folder.
so i simply skip the UImage-dtb.am335x-boneblack step for building the 
kernel .
once the UImage creation was done , i try to boot the image from bbb.but i 
got error message link this 

U-Boot> setenv autoload no
U-Boot> setenv ipaddr 192.168.1.61
U-Boot> setenv serverip 192.168.1.69
U-Boot> setenv bootfile uImage
U-Boot> setenv tftpblocksize 512

setenv bootargs mem=32M console=ttyO0,115200n8 root=/dev/ram0 rw 
initrd=0x80007FC0,4M ipaddr=192.168.1.61 serverip=192.168.1.69

U-Boot> setenv bootcmd ‘tftp 0×80200000 uImage; tftp 0x80007FC0 
rootfs.img.gz;bootm 0×80200000 ‘

U-Boot> tftp 0×80200000 uImage; tftp 0x80007FC0 rootfs.img.gz;bootm 
0×80200000
link up on port 0, speed 100, full duplex
Using cpsw device
TFTP from server 192.168.1.69; our IP address is 192.168.1.61
Filename ‘uImage’.
Load address: 0×80200000
Loading: #################################################################
######################################################################
1.1 MiB/s
done
Bytes transferred = 4156872 (3f6dc8 hex)
link up on port 0, speed 100, full duplex
Using cpsw device
TFTP from server 192.168.1.69; our IP address is 192.168.1.61
Filename ‘rootfs.img.gz’.
Load address: 0x80007fc0
Loading: #################################################################
##################################################################
1022.5 KiB/s
done
Bytes transferred = 37179725 (237514d hex)
Wrong Image Format for bootm command
ERROR: can’t get kernel image!
U-Boot#

did i forget any steps  to create a kernel image and for booting??
pls share your experience to get kernel boot-up for me !!!

thanks in advance!!


On Friday, 4 October 2013 18:46:54 UTC+5:30, Ed of the Mountain wrote:
>
> >This wont work with Angstrom Ubuntu or Fedora . . .but here ya go
>> >
>> http://www.embeddedhobbyist.com/debian-tips/beaglebone-black/beaglebone-black-network-boot/
>>
>
> You cannot TFTP boot and NFS mount on Angstrom on the BeagleBone Black? 
>  Or did you meant the link above was specific to a "How to" on  Debian 
> only? 
>
> This link below discusses TFTP and NFS boot on BeagleBone Black:
>
> http://wiki.beyondlogic.org/index.php/BeagleBoneBlack_Building_Kernel
>
>
> I hope it is possible as I think TFTP and NFS save me so much time during 
> development.
>
> -Ed 
>

-- 
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