Hello,
I'm trying to boot my Fire3 to see if it works. I've written the SDHC card and, as I don't have 1 of the 2 screens or a Micro HDMI adapter (I did buy one, and it magically turned into an anti-snoring device
), I wanted to use my serial UART adapter.
I plugged it in as pictured: http://wiki.friendlyarm.com/wiki/images ... T-NEO2.jpg
And ran screen with:
as was recommended in this post: viewtopic.php?f=42&t=2245&p=6213&hilit=baud#p6213
I'm getting only garbage.
I then tried all the different settings of screen for the device:
I did toggle the settings, ixoff, cs8, and istrip independently and
in combination.
I also tried the baud rates down to and including 2400 which are listed here: https://electronics.stackexchange.com/q ... -are-there
For those who don't want to have to open the webpage they are:
I'm running an up-to-date Devuan (debian) linux on an amd64 machine. My screen version is:
Thanks!
I'm trying to boot my Fire3 to see if it works. I've written the SDHC card and, as I don't have 1 of the 2 screens or a Micro HDMI adapter (I did buy one, and it magically turned into an anti-snoring device

I plugged it in as pictured: http://wiki.friendlyarm.com/wiki/images ... T-NEO2.jpg
And ran screen with:
Code: Select all
screen /dev/ttyUSB0 115200
as was recommended in this post: viewtopic.php?f=42&t=2245&p=6213&hilit=baud#p6213
I'm getting only garbage.
I then tried all the different settings of screen for the device:
Code: Select all
screen /dev/ttyUSB0 115200,-ixon,-ixoff,cs8,-istrip
I did toggle the settings, ixoff, cs8, and istrip independently and
in combination.
I also tried the baud rates down to and including 2400 which are listed here: https://electronics.stackexchange.com/q ... -are-there
For those who don't want to have to open the webpage they are:
Code: Select all
110, 150, 300, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600
I'm running an up-to-date Devuan (debian) linux on an amd64 machine. My screen version is:
Code: Select all
Screen version 4.05.00 (GNU) 10-Dec-16
Thanks!