Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
network_protocol_programming_lab:2_installdebiansd [2022/04/12 17:31] – fangenoorth | network_protocol_programming_lab:2_installdebiansd [2022/04/18 16:59] (current) – [Boot the BeagleBone Black] fangenoorth | ||
---|---|---|---|
Line 57: | Line 57: | ||
**IMPORTANT: | **IMPORTANT: | ||
- | Otherwise the BeagleBone Black will not boot from your SD card, but from the internal eMMC. Also be sure, that the BeagleBone Black is connected via the Ethernet interface and has access to a DHCP server (a DHCP server is installed at TKN or at home on your DSL router). If you are unable to connect your BeagleBone to a router via ethernet, you may also access your BeagleBone via USB as described in [[network_protocol_programming_lab: | + | Otherwise the BeagleBone Black will not boot from your SD card, but from the internal eMMC. |
- | + | ||
- | Once the boot process is finished, you can establish a ssh connection to the BeagleBone Black. The required ssh client is already installed in Linux and Mac OS. If you are using MS Windows you have to install a client by yourself. A popular client is Putty, that can be obtain from http:// | + | |
- | + | ||
- | Using Linux or Mac OS, open a terminal application and enter the following command: <code bash>ssh debian@beaglebone</ | + | |
- | + | ||
- | In the above example a ssh connection to the host **beaglebone** with the userid **debian** will be established. The ssh client will ask you for the password of the user **debian** that is **temppwd**. | + | |
- | + | ||
- | In the case that your host doesn' | + | |
- | + | ||
- | For MS Windows users, please follow the instructions of Putty. | + | |
+ | To verify that your Linux image booted successfully, | ||
< | < |