Re: [beagleboard] Having Troubles Getting Started - Keyboard Config & Radios

2019-08-03 Thread debounce
Hi Justin,

Is your keyboard a US english standard keyboard?  Did you verify that the 
operating system keyboard is also set to US english in the Debian system 
settings?
https://wiki.debian.org/Keyboard

If your operating system keyboard settings are correct, it is still a VNC 
or Xkeybord issue, can you try setting the Xkeyboard default keyboard to US 
keyboard via terminal command line "setxkbmap us", where "us" would be US 
for US keyboard :
https://unix.stackexchange.com/questions/458680/cant-change-keyboard-layout-inside-vncserver

Per the manual page, if the configuration is not the same on the client and 
the server, you can have keyboard mapping issues.  I suggest reading the 
note at the bottom of the manual regarding xkbcomp on the client side:
*setxkbmap us -print | xkbcomp - $DISPLAY* 

Read more at: https://www.commandlinux.com/man-page/man1/setxkbmap.1.html
setxkbmap us -print | xkbcomp - $DISPLAY 

Read more at: https://www.commandlinux.com/man-page/man1/setxkbmap.1.html
https://www.commandlinux.com/man-page/man1/setxkbmap.1.html

I don't use VNC, but I think that should point you in the right direction.  
Please let me know if that helps

On Friday, August 2, 2019 at 11:19:39 PM UTC-5, Justin Reina wrote:
>
> Hi Robert & debounce,
>  Thank you for your help and shared content, greatly appreciated!
>
> Here is my summary response to the points  listed:
> • journalctl: see 'journalctl_report.txt' attached
> • user creation: working now, thank you
> • wifi/bt: waiting for keyboard correction to proceed
> • keyboard mapping: works: Chromium
> wrong: QTerminal, File Manager
>  *e.g "abc123" -> "asd90-"
>
> Still not sure what the issue with the keyboard mapping is, I have tried 
> so many options. I tried TurboVNC as requested, the same problems occurred.
>
> Thank you for the help! Let me know your thoughts on the remaining opens
>
>
>
>
> On Thursday, August 1, 2019 at 7:37:49 PM UTC-7, debounce wrote:
>>
>> Hi Justin,
>>
>> I think the RDP issue with the keyboard layout you are having is a 
>> tightVNC issue.  Does the information in the following link describe what 
>> you are experiencing?  Do you absolutely need a graphical session to the 
>> beaglebone?
>>
>> https://unix.stackexchange.com/questions/346107/keyboard-mapping-wrong-only-in-specific-applications-under-tightvnc
>>
>> https://www.reddit.com/r/BeagleBone/comments/a9122q/incorrect_keyboard_mapping_with_tightvnc/
>> https://groups.google.com/forum/#!topic/beagleboard/YCiECD0fiII
>>
>> Regarding wifi and bluetooth, you would need to manually set up the 
>> networks using "connmanctl" which is already installed, or uninstall 
>> "connmanctl" and opt for using the network-manager package which has a nice 
>> cursors interface GUI for setting up ethernet or wifi networks.  If you 
>> install network-manager, run "nmtui" for the network manager text user 
>> interface which is very nice.
>>
>> https://www.digikey.com/en/maker/blogs/2017/how-to-setup-wifi-on-the-beaglebone-black-wireless
>>
>> https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-configuring_ip_networking_with_nmtui
>>
>> For creating users, all Linux distributions will be very similar and you 
>> can find lots of tutorials online such as this one:
>> https://linuxize.com/post/how-to-add-and-delete-users-on-debian-9/
>>
>> On Thu, Aug 1, 2019 at 9:14 PM Justin Reina  wrote:
>>
>>> Hi,
>>>  I have just purchased a Seeed Beaglebone Green Wireless and am having 
>>> difficulties getting it up. I see the following problems -
>>>
>>> *   Remaining Problems*
>>>
>>>1. RDP Keyboard layout is wrong
>>>2. Add a new admin user ('Justin')
>>>3. Enable WiFi
>>>4. Enable Bluetooth
>>>
>>> I have spent much more time than expected at this, see attached for 
>>> detailed description of procedure. I have found instructions for each 
>>> (#1-#4), but have failed to get these completed. 
>>>
>>> To start small, if possible, how can I correct #1? PuTTy works just 
>>> fine  (Serial & SSH).
>>>
>>>
>>> -- 
>>> For more options, visit http://beagleboard.org/discuss
>>> --- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "BeagleBoard" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to beagl...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/beagleboard/b72d8395-0a73-445d-a805-097f29bbbd98%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 

Re: [beagleboard] Having Troubles Getting Started - Keyboard Config & Radios

2019-08-02 Thread Justin Reina
Hi Robert & debounce,
 Thank you for your help and shared content, greatly appreciated!

Here is my summary response to the points  listed:
• journalctl: see 'journalctl_report.txt' attached
• user creation: working now, thank you
• wifi/bt: waiting for keyboard correction to proceed
• keyboard mapping: works: Chromium
wrong: QTerminal, File Manager
 *e.g "abc123" -> "asd90-"

Still not sure what the issue with the keyboard mapping is, I have tried so 
many options. I tried TurboVNC as requested, the same problems occurred.

Thank you for the help! Let me know your thoughts on the remaining opens




On Thursday, August 1, 2019 at 7:37:49 PM UTC-7, debounce wrote:
>
> Hi Justin,
>
> I think the RDP issue with the keyboard layout you are having is a 
> tightVNC issue.  Does the information in the following link describe what 
> you are experiencing?  Do you absolutely need a graphical session to the 
> beaglebone?
>
> https://unix.stackexchange.com/questions/346107/keyboard-mapping-wrong-only-in-specific-applications-under-tightvnc
>
> https://www.reddit.com/r/BeagleBone/comments/a9122q/incorrect_keyboard_mapping_with_tightvnc/
> https://groups.google.com/forum/#!topic/beagleboard/YCiECD0fiII
>
> Regarding wifi and bluetooth, you would need to manually set up the 
> networks using "connmanctl" which is already installed, or uninstall 
> "connmanctl" and opt for using the network-manager package which has a nice 
> cursors interface GUI for setting up ethernet or wifi networks.  If you 
> install network-manager, run "nmtui" for the network manager text user 
> interface which is very nice.
>
> https://www.digikey.com/en/maker/blogs/2017/how-to-setup-wifi-on-the-beaglebone-black-wireless
>
> https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-configuring_ip_networking_with_nmtui
>
> For creating users, all Linux distributions will be very similar and you 
> can find lots of tutorials online such as this one:
> https://linuxize.com/post/how-to-add-and-delete-users-on-debian-9/
>
> On Thu, Aug 1, 2019 at 9:14 PM Justin Reina  > wrote:
>
>> Hi,
>>  I have just purchased a Seeed Beaglebone Green Wireless and am having 
>> difficulties getting it up. I see the following problems -
>>
>> *   Remaining Problems*
>>
>>1. RDP Keyboard layout is wrong
>>2. Add a new admin user ('Justin')
>>3. Enable WiFi
>>4. Enable Bluetooth
>>
>> I have spent much more time than expected at this, see attached for 
>> detailed description of procedure. I have found instructions for each 
>> (#1-#4), but have failed to get these completed. 
>>
>> To start small, if possible, how can I correct #1? PuTTy works just fine  
>> (Serial & SSH).
>>
>>
>> -- 
>> For more options, visit http://beagleboard.org/discuss
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "BeagleBoard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to beagl...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/beagleboard/b72d8395-0a73-445d-a805-097f29bbbd98%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/d4970717-2c2a-4413-9fd2-dbac08203ed7%40googlegroups.com.
journalctl | grep wl18 

debian@beaglebone:~$ sudo journalctl | grep wl18
Oct 07 17:36:16 beaglebone kernel: wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 
0x11)
Oct 07 17:36:16 beaglebone bb-wl18xx-wlan0[547]: 
wlan_0_mac=[00:00:00:00:00:00], this forces internal wl18xx mac address...
Oct 07 17:36:18 beaglebone bb-wl18xx-wlan0[547]: 
/lib/firmware/ti-connectivity/wl1271-nvs.bin=[00:00:00:00:00:00]
Oct 07 17:36:20 beaglebone bb-wl18xx-wlan0[547]: wl18xx:tether [iw phy phy0 
interface add SoftAp0 type managed]
Oct 07 17:36:20 beaglebone bb-wl18xx-wlan0[547]: wl18xx:tether [phy0 created]
Oct 07 17:36:21 beaglebone bb-wl18xx-wlan0[547]: wl18xx:tether [ip link set dev 
SoftAp0 down]
Oct 07 17:36:21 beaglebone bb-wl18xx-wlan0[547]: wl18xx:tether [ip link set dev 
SoftAp0 address 88:C2:55:55:FD:C1]
Oct 07 17:36:21 beaglebone bb-wl18xx-wlan0[547]: wl18xx:tether [ip link set dev 
SoftAp0 up]
Oct 07 17:36:22 beaglebone bb-wl18xx-wlan0[547]: wl18xx:tether [ip addr add 
192.168.8.1/24 broadcast 192.168.8.255 dev SoftAp0]
Oct 07 17:36:23 beaglebone bb-wl18xx-wlan0[547]: wl18xx:tether [iptables -w -t 
nat -A POSTROUTING -o wlan0 -j MASQUERADE]
Oct 07 17:36:23 beaglebone 

Re: [beagleboard] Having Troubles Getting Started - Keyboard Config & Radios

2019-08-02 Thread Justin Reina
Hi Robert & debounce,
 Thank you for your help and shared content, greatly appreciated!

Here is my summary response to the points  listed:
• journalctl: see 'journalctl_report.txt' attached
• user creation: working now, thank you
• wifi/bt: waiting for keyboard correction to proceed
• keyboard mapping: works: Chromium
wrong: QTerminal, File Manager
 *e.g "abc123" -> "asd90-"

Still not sure what the issue with the keyboard mapping is, I have tried so 
many options. I tried TurboVNC as requested, the same problems occurred.

Thank you for the help! Let me know your thoughts on the remaining opens



On Thursday, August 1, 2019 at 7:37:49 PM UTC-7, debounce wrote:
>
> Hi Justin,
>
> I think the RDP issue with the keyboard layout you are having is a 
> tightVNC issue.  Does the information in the following link describe what 
> you are experiencing?  Do you absolutely need a graphical session to the 
> beaglebone?
>
> https://unix.stackexchange.com/questions/346107/keyboard-mapping-wrong-only-in-specific-applications-under-tightvnc
>
> https://www.reddit.com/r/BeagleBone/comments/a9122q/incorrect_keyboard_mapping_with_tightvnc/
> https://groups.google.com/forum/#!topic/beagleboard/YCiECD0fiII
>
> Regarding wifi and bluetooth, you would need to manually set up the 
> networks using "connmanctl" which is already installed, or uninstall 
> "connmanctl" and opt for using the network-manager package which has a nice 
> cursors interface GUI for setting up ethernet or wifi networks.  If you 
> install network-manager, run "nmtui" for the network manager text user 
> interface which is very nice.
>
> https://www.digikey.com/en/maker/blogs/2017/how-to-setup-wifi-on-the-beaglebone-black-wireless
>
> https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-configuring_ip_networking_with_nmtui
>
> For creating users, all Linux distributions will be very similar and you 
> can find lots of tutorials online such as this one:
> https://linuxize.com/post/how-to-add-and-delete-users-on-debian-9/
>
> On Thu, Aug 1, 2019 at 9:14 PM Justin Reina  > wrote:
>
>> Hi,
>>  I have just purchased a Seeed Beaglebone Green Wireless and am having 
>> difficulties getting it up. I see the following problems -
>>
>> *   Remaining Problems*
>>
>>1. RDP Keyboard layout is wrong
>>2. Add a new admin user ('Justin')
>>3. Enable WiFi
>>4. Enable Bluetooth
>>
>> I have spent much more time than expected at this, see attached for 
>> detailed description of procedure. I have found instructions for each 
>> (#1-#4), but have failed to get these completed. 
>>
>> To start small, if possible, how can I correct #1? PuTTy works just fine  
>> (Serial & SSH).
>>
>>
>> -- 
>> For more options, visit http://beagleboard.org/discuss
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "BeagleBoard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to beagl...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/beagleboard/b72d8395-0a73-445d-a805-097f29bbbd98%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/07d670cc-e7b4-43fd-872e-f35721d4768f%40googlegroups.com.


Re: [beagleboard] Having Troubles Getting Started - Keyboard Config & Radios

2019-08-02 Thread Justin Reina
Hi Robert & debounce, 
 Thank you for your help and shared content, greatly appreciated!
 
Here is my summary response to the points  listed:
• journalctl: see 'journalctl_report.txt' attached
• user creation: working now, thank you
• wifi/bt: waiting for keyboard correction to proceed
• keyboard mapping: works: Chromium
 wrong: QTerminal, File Manager
e.g "abc123" -> "asd90-"

Still not sure what the issue with the keyboard mapping is, I have tried so 
many options. I tried TurboVNC as requested, the same problems occured.

Thank you for the help! Let me know your thoughts on the remaining opens


On Thursday, August 1, 2019 at 7:37:49 PM UTC-7, debounce wrote:
>
> Hi Justin,
>
> I think the RDP issue with the keyboard layout you are having is a 
> tightVNC issue.  Does the information in the following link describe what 
> you are experiencing?  Do you absolutely need a graphical session to the 
> beaglebone?
>
> https://unix.stackexchange.com/questions/346107/keyboard-mapping-wrong-only-in-specific-applications-under-tightvnc
>
> https://www.reddit.com/r/BeagleBone/comments/a9122q/incorrect_keyboard_mapping_with_tightvnc/
> https://groups.google.com/forum/#!topic/beagleboard/YCiECD0fiII
>
> Regarding wifi and bluetooth, you would need to manually set up the 
> networks using "connmanctl" which is already installed, or uninstall 
> "connmanctl" and opt for using the network-manager package which has a nice 
> cursors interface GUI for setting up ethernet or wifi networks.  If you 
> install network-manager, run "nmtui" for the network manager text user 
> interface which is very nice.
>
> https://www.digikey.com/en/maker/blogs/2017/how-to-setup-wifi-on-the-beaglebone-black-wireless
>
> https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-configuring_ip_networking_with_nmtui
>
> For creating users, all Linux distributions will be very similar and you 
> can find lots of tutorials online such as this one:
> https://linuxize.com/post/how-to-add-and-delete-users-on-debian-9/
>
> On Thu, Aug 1, 2019 at 9:14 PM Justin Reina  > wrote:
>
>> Hi,
>>  I have just purchased a Seeed Beaglebone Green Wireless and am having 
>> difficulties getting it up. I see the following problems -
>>
>> *   Remaining Problems*
>>
>>1. RDP Keyboard layout is wrong
>>2. Add a new admin user ('Justin')
>>3. Enable WiFi
>>4. Enable Bluetooth
>>
>> I have spent much more time than expected at this, see attached for 
>> detailed description of procedure. I have found instructions for each 
>> (#1-#4), but have failed to get these completed. 
>>
>> To start small, if possible, how can I correct #1? PuTTy works just fine  
>> (Serial & SSH).
>>
>>
>> -- 
>> For more options, visit http://beagleboard.org/discuss
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "BeagleBoard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to beagl...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/beagleboard/b72d8395-0a73-445d-a805-097f29bbbd98%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/b04d20c0-d089-4065-903e-c4daf488486a%40googlegroups.com.


Re: [beagleboard] Having Troubles Getting Started - Keyboard Config & Radios

2019-08-01 Thread Jacob J. Morales Argumedo
Hi Justin,

I think the RDP issue with the keyboard layout you are having is a tightVNC
issue.  Does the information in the following link describe what you are
experiencing?  Do you absolutely need a graphical session to the beaglebone?
https://unix.stackexchange.com/questions/346107/keyboard-mapping-wrong-only-in-specific-applications-under-tightvnc
https://www.reddit.com/r/BeagleBone/comments/a9122q/incorrect_keyboard_mapping_with_tightvnc/
https://groups.google.com/forum/#!topic/beagleboard/YCiECD0fiII

Regarding wifi and bluetooth, you would need to manually set up the
networks using "connmanctl" which is already installed, or uninstall
"connmanctl" and opt for using the network-manager package which has a nice
cursors interface GUI for setting up ethernet or wifi networks.  If you
install network-manager, run "nmtui" for the network manager text user
interface which is very nice.
https://www.digikey.com/en/maker/blogs/2017/how-to-setup-wifi-on-the-beaglebone-black-wireless
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-configuring_ip_networking_with_nmtui

For creating users, all Linux distributions will be very similar and you
can find lots of tutorials online such as this one:
https://linuxize.com/post/how-to-add-and-delete-users-on-debian-9/

On Thu, Aug 1, 2019 at 9:14 PM Justin Reina  wrote:

> Hi,
>  I have just purchased a Seeed Beaglebone Green Wireless and am having
> difficulties getting it up. I see the following problems -
>
> *   Remaining Problems*
>
>1. RDP Keyboard layout is wrong
>2. Add a new admin user ('Justin')
>3. Enable WiFi
>4. Enable Bluetooth
>
> I have spent much more time than expected at this, see attached for
> detailed description of procedure. I have found instructions for each
> (#1-#4), but have failed to get these completed.
>
> To start small, if possible, how can I correct #1? PuTTy works just fine
> (Serial & SSH).
>
>
> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups
> "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to beagleboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/beagleboard/b72d8395-0a73-445d-a805-097f29bbbd98%40googlegroups.com
> 
> .
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAB5vWeucx3jCVOs%3Dcp5VV34xa%3DPNMF-o_nc3kDnW-Z%3DzkHOVpA%40mail.gmail.com.


Re: [beagleboard] Having Troubles Getting Started - Keyboard Config & Radios

2019-08-01 Thread Robert Nelson
On Thu, Aug 1, 2019 at 9:14 PM Justin Reina  wrote:
>
> Hi,
>  I have just purchased a Seeed Beaglebone Green Wireless and am having 
> difficulties getting it up. I see the following problems -
>
>Remaining Problems
>
> RDP Keyboard layout is wrong
> Add a new admin user ('Justin')


> Enable WiFi
> Enable Bluetooth

WiFi/Bluetooth should work out of the box, running this should give us
some hints:

journalctl | grep wl18

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAOCHtYhLuhoHoowzWH7PWHMy%2BK5rPyGsSDCDuRtwxw3LNVdRBg%40mail.gmail.com.


[beagleboard] Having Troubles Getting Started - Keyboard Config & Radios

2019-08-01 Thread Justin Reina
Hi,
 I have just purchased a Seeed Beaglebone Green Wireless and am having 
difficulties getting it up. I see the following problems -

*   Remaining Problems*

   1. RDP Keyboard layout is wrong
   2. Add a new admin user ('Justin')
   3. Enable WiFi
   4. Enable Bluetooth

I have spent much more time than expected at this, see attached for 
detailed description of procedure. I have found instructions for each 
(#1-#4), but have failed to get these completed. 

To start small, if possible, how can I correct #1? PuTTy works just fine  
(Serial & SSH).


-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/b72d8395-0a73-445d-a805-097f29bbbd98%40googlegroups.com.
@brief  Project Generation Instructions
@detailsUsing Linux
@auth   Justin Reina
@date   7/31/19

@sectionSystem
• BeagleBone Green Wireess (BBGW)
• Win10 Home
• PuTTy (v0.70)

@sectionStatus
1. RDP Keyboard layout is wrong
2. Add a new admin user ('Justin')
3. Enable WiFi
4. Enable Bluetooth

@sectionSteps [1]
0. SD Card: Prepare w/OS & boot
1. Serial: Confirm & store both
2. RDP: Connect & confirm
3. FTP: Connect & confirm


@sectionStep 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)


@sectionStep 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)"


@sectionStep 2
@selTightVNCServer
• Install VNCServer & VNCClient [3]
• Start server
• Setup Boot Script (#boot-script)
• Start client (Host:192.168.7.2:1)


@sectionOpens   
• Get WiFi & BT working
• Change RDP Keyboard Layout
• Change user & pswd


@sectionFullscreen 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


@sectionReference
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/
@altWin32DiskImager
4. https://www.tightvnc.com/download.php