what are the first steps with Buildroot after flashing my SD-Card

Spearitch

Member
Joined
Oct 14, 2020
Messages
45
Reaction score
6
Credits
475
The beginner with Buildroot that I am, has freshly flashed his STM32MP157C-DK2 SD-Card with it's corresponding Buildroot image :

Linux buildroot 4.19.26 #1 SMP PREEMPT Tue Oct 20 16:10:37 CEST 2020 armv7l GNU/Linux
My problem is that the MPU does not respond to any command. I am only used to Ubuntu and debian where installing packages is really easy compared to Buildroot. I am new to Buildroot and I don't know how to use it. ifconfig gives me:

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

So to summarize:

1- I would be interested in knowing the first steps t do after flashing the SD-Card (Installation of Packages etc.. )

2- How do I configure my Ethernet connection.

Thank you.
 


Top