From 63c5a29732696941cce6307a09a3f56ad549c385 Mon Sep 17 00:00:00 2001 From: Gerardo Marx Date: Mon, 21 Feb 2022 13:31:05 -0600 Subject: [PATCH] First commit in Readme --- Readme.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..3f69009 --- /dev/null +++ b/Readme.md @@ -0,0 +1,41 @@ +# Readme +In order to start working with the Beagle Bone Boards, it is highly recommended flash (load) the +most recent system image. + +## Flashing the microSD + +There are two ways of update the system image: 1)by flashing the onboard eMMC flash or 2) by booting +from the microSD card. I highly recommend the microSD option to have more space for system updates, +installations and packages. + +Thus you will first need to download the latest software image. Consider to use tho IoT images if +you want speed and don't need a GUI. Here you can find the [latest image](https://rcn-ee.net/rootfs/bb.org/testing/2022-02-03/buster-iot/bone-debian-10.11-iot-armhf-2022-02-03-4gb.img.xz) tested to work properly with GNU-Linux, MacOS (Monterey) and Windows. + +Then, you will need to flash your microSD using the [App Balena +Etcher](https://www.balena.io/etcher/) and the recently downloaded +image(bone-debian-10.11-iot-armhf-2022-02-03-4gb.img.xz): + +![](https://beagleboard.org/static/images/write-latestimage.png) + +After Flashing the SD card, eject it from your computer and insert it into the beagle bone +(powered-down)card. Hold down the USER/BOOT button (S2 button on the board for 5 seconds) and +apply power. + +Then, the beaglebone board must be present in your system as an external drive (similar to SD +card with `BEAGLEBONE` name). **You can check the Finder(MacOS), File Explorer(Windows) or +Nautilus(GNU Linux).** + +## Testing USB connection +The USB connection will be the most used and common kind of connection to the BBB(Beagle Bone Boards). +To test this connection, attach the USB cable to your computer and BBB. Then `ping` the board in the +terminal using (192.168.7.2 for Windows and 192.168.6.2 in MacOS/Linux): + +```bash + +``` + +This happens because your Beagle is running a DHCP server that will provide your computer with an IP address of either 192.168.7.1 or 192.168.6.1, depending on the type of USB network adapter supported by your computer's operating system. Your Beagle will reserve 192.168.7.2 (in Windows) or 192.168.6.2 (in MacOS/Linux) for itself. + + + +