Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
software:linux:yocto:bblue [2023-06-14 14:35] Urs Grafsoftware:linux:yocto:bblue [2023-09-19 15:10] (aktuell) Urs Graf
Zeile 2: Zeile 2:
 The ''bblue'' machine provides a platform for the [[embedded_systems:ti_sitara_am335x:beaglebone_blue:start|BeagleBone Blue]] hardware using a real time kernel. The ''bblue'' machine provides a platform for the [[embedded_systems:ti_sitara_am335x:beaglebone_blue:start|BeagleBone Blue]] hardware using a real time kernel.
  
-===== Downloading Images ===== +===== Building Images ===== 
- +Follow the [[.:setup|Setup and Building]] guide to set up the build environment and add the following to ''local.conf'':
-Images can be obtained from the [[ ..:images:start ]] page +
- +
-===== Building an Image ===== +
- +
-Set up the build environment according to the [[ .:getting_started_cpp | getting started guide ]] and add the following to ''local.conf'': +
 <code> <code>
 MACHINE = "bblue" MACHINE = "bblue"
Zeile 17: Zeile 11:
 </code> </code>
  
-Make sure to change ''<ssid>'' and ''<password>'' to the SSID and password corresponding to your wifi. If wifi is not needed, ''WIFI_SSID'' and ''WIFI_PSK'' can be left out.+Make sure to change ''<ssid>'' and ''<password>'' to the SSID and password corresponding to your wifi. If wifi is not needed, ''WIFI_SSID'' and ''WIFI_PSK'' can be omitted.
  
-===== Hardware ===== 
  
-[[ embedded_systems:ti_sitara_am335x:beaglebone_blue:start | See here]]+===== Getting Images ===== 
 +Prebuilt images can be obtained from our [[software:linux:images:start|Linux Images]] page. Extract it and flash it onto a micro SD card. 
  
  
-===== Installing Images ===== +===== Booting from the Image =====
 Currently the instructions only cover booting from the micro SD card slot. Currently the instructions only cover booting from the micro SD card slot.
- 
-==== Preparing the SD card ==== 
- 
-Follow the [[ .:x86-rt#Installing Images | the x86-rt ]] instructions on how to install an image to a USB drive (up to 'Booting', but use a micro SD card instead. 
-The procedure is the exactly same. 
- 
- 
-==== Booting from the micro SD card ==== 
  
 Insert the micro SD card into the beaglebone blue and hold down the 'SD' button located next to the servo headers. Insert the micro SD card into the beaglebone blue and hold down the 'SD' button located next to the servo headers.
Zeile 40: Zeile 25:
 Let go of the 'SD' button after a few secongs. Let go of the 'SD' button after a few secongs.
  
-===== Accessing the beaglebone blue ===== 
  
-Images based on ''ntb-image'' (such as the prebuilt ones) support using the beaglebone blue's microUSB port as a virtual network adapter with DHCP.+===== Accessing the Board ===== 
 + 
 +Images based on ''ost-image'' (such as the prebuilt ones) support using the beaglebone blue's microUSB port as a virtual network adapter with DHCP.
 After plugging it in, your PC should recognize a new network connection and get an IP address in the ''192.168.7.0/24'' range; most likely ''192.168.7.3''. After plugging it in, your PC should recognize a new network connection and get an IP address in the ''192.168.7.0/24'' range; most likely ''192.168.7.3''.
 Now the beaglebone blue can be reached at ''192.168.7.2'' over ssh. Now the beaglebone blue can be reached at ''192.168.7.2'' over ssh.
Zeile 51: Zeile 37:
 | pw   | ost | | pw   | ost |
  
-The ''root'' user is also available over ssh in development images (such as ''ntb-dev-image'').+The ''root'' user is also available over ssh in development images (such as ''ost-devel'' image).
  
-===== Using WLAN =====+==== Using WLAN ====
 The ssid and password might have to be changed in a prebuilt image according to your local setup. Modify the file ///etc/wpa_supplicant.conf// by replacing the ssid with your WLAN name and set the password to your password. Your router will assign an IP address in the ''192.168.1.xx'' range. Check for the assigned number with //sudo /sbin/ip a// and search for the entry //wlan0//. The ssid and password might have to be changed in a prebuilt image according to your local setup. Modify the file ///etc/wpa_supplicant.conf// by replacing the ssid with your WLAN name and set the password to your password. Your router will assign an IP address in the ''192.168.1.xx'' range. Check for the assigned number with //sudo /sbin/ip a// and search for the entry //wlan0//.
  
-===== SDK ===== +===== Developing for the Board ===== 
- +See [[software:linux:yocto:sdks|SDKs]] and specifically [[software:linux:yocto:sdk|SDK]].
-See [[.:sdk | here]] +