I have found BuildRoot ... for the configuration i found that it's not necessary to do the configuration myself and instead i have used the provided one :
Code: Select all
make raspberrypi_defconfig
make
It's the first time i'm using buildroot , and i don't know how to enable ssh for the pi or how to display the pi adress.
because in the solution they provided
Well i don't have a file called boot.rcTo enable ssh at startup, backup boot.rc on the boot partition on the
SD image and replace it with boot_enable_ssh.rc
I am able to access the sd card using ubuntu 14.04 , running ls from boot folder show this:
bootcode.bin cmdline.txt config.txt fixup.dat start.elf zImage
i have also tried to use a static ip by adding 10.42.0.5 to cmdline.txt but after that i can't connect to the pi with this adress.
So i have two issue :
1. How to connect to the pi adress when using buildroot
2. How to set up and connect to the pi using ssh using buildroot.
Thanks
