Datasheet
BeagleBone_Green_Wireless.md 3/7/2023
19 / 25
You should not have your BeagleBone® connected to your computer at this time.
This process may need up to 10 minutes.
STEP5. Boot your board off of the SD card
Insert SD card into your (powered-down first) board. Then the board will boot from the SD card.
If you don't need to write the image to your on-board eMMC, you don't need to read the last of this chapter. Otherwise
pleas go ahead.
If you desire to write the image to your on-board eMMC, you need to launch to the board, and modify a file.
In /boot/uEnv.txt:
##enable Generic eMMC Flasher:
##make sure, these tools are installed: dosfstools rsync
#cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh
Change to:
##enable Generic eMMC Flasher:
##make sure, these tools are installed: dosfstools rsync
cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh
Then you will find the 4 user led light as below:
If you don't find the upper tracing light, please power down and power up the board.
When the flashing is complete, all 4 USRx LEDs will be off. The latest Debian flasher images automatically power down the
board upon completion. This can take up to 10 minutes. Power-down your board, remove the SD card and apply power
again to be complete.
Program Grove Module with Mraa and UPM
We have provided Mraa library and UPM library to make it easy for developers and sensor manufacturers to map their
sensors & actuators on top of supported hardware and to allow control of low level communication protocol by high level
languages & constructs.
What are Mraa and UPM?