Step 5 : Boot the OS
In this program, you are going to learn
How to ?
Topics in this section,
Disconnect the micro SD Card reader from Linux Desktop machine.
Insert SD Card to the RPI Board
Then, use serial usb cable to connect the RPI board and Linux Desktop machine.
After connecting, check whether
/dev/ttyUSB0
created or not.
$ ls /dev/ttyUSB0
Run minicom to access RPI board
$ sudo minicom -D /dev/ttyUSB0 -b 115200
Give root for buildroot login and wait for the linux prompt to display.
Welcome to Buildroot
buildroot login: root
#
What is /.bashrc file?
See Answer
??