@brief Project Generation Instructions @details Using Linux @auth Justin Reina @date 7/31/19 @section System • BeagleBone Green Wireess (BBGW) • Win10 Home • PuTTy (v0.70) @section Status 1. RDP Keyboard layout is wrong 2. Add a new admin user ('Justin') 3. Enable WiFi 4. Enable Bluetooth @section Steps [1] 0. SD Card: Prepare w/OS & boot 1. Serial: Confirm & store both 2. RDP: Connect & confirm 3. FTP: Connect & confirm @section Step 0 #0.A: Download the latest software image (w/UI) 'Debian 9.5 2018-10-07 4GB SD LXQT' [1] #0.B: Install SD card programming utility Download and install Etcher [2] #0.C: Connect SD card to your computer #0.D: Write the image to your SD card #0.F: Boot your board off of the SD card Insert SD card into your (powered-down) board Hold down the USER/BOOT button Apply power @rslt Wait for steady ON of all (4) LEDs, then off momentarily then they all flash *The Serial Port will appear in Device Manager *The HDMI display should be on and logged in *The mouse and keyboard will not work • Install Drivers (BONE_D64) @section Step 1 Login to Serial (COM35: 9600 baud std) App: PuTTy (recommended) User: debian (alt: 'root') Pswd: "temppwd" (alt: '') Saved Session Name: "BeagleBone Black (Serial)" Login to SSH (192.168.7.2 port:22) Ping: 192.168.7.2 Web: http://192.168.7.2/ App: PuTTy (recommended) User: debian (alt: 'root') Pswd: temppwd (alt: '') Saved Session Name: "BeagleBone Black (SSH)" @section Step 2 @sel TightVNCServer • Install VNCServer & VNCClient [3] • Start server • Setup Boot Script (#boot-script) • Start client (Host:192.168.7.2:1) @section Opens • Get WiFi & BT working • Change RDP Keyboard Layout • Change user & pswd @section Fullscreen mode (#boot-script) #! /bin/sh # /etc/init.d/boot_jmr.sh # Jmr: Start VNC Server mkdir /home/debian/Desktop/test echo "Justin" > /home/debian/Desktop/test/yes.txt vncserver :1 -geometry 1920x1080 -depth 24 @section Reference 1. https://beagleboard.org/getting-started 2. https://beagleboard.org/latest-images *'bone-debian-9.5-lxqt-armhf-2018-10 -07-4gb.img.xz' 3. https://www.balena.io/etcher/ @alt Win32DiskImager 4. https://www.tightvnc.com/download.php