Page 1 of 1

Set-up of NEO Core 2

Posted: Wed Sep 02, 2020 1:39 pm
by pratik.s
Hello,

I am planning to use the nanopi neo core 2 for my application. i was following wiki page instruction to set up the board. but i fail to understand how do i give commands to configure SSH or npi-config access as there is no provision to connect the monitor or keyboard.

Need your help to understand the set up procedure.

Any additional links or articles are there to refer ?

Thanks in advance.

Regards,
Pratik

Re: Set-up of NEO Core 2

Posted: Thu Sep 10, 2020 7:02 pm
by PeterAx
Hi,

Best way to start is to connect a usb ttl adapter to uart0 this uart is debug uart so you get full access from there.

Uart0 uses 115200 bps

Inside you can use npi-config for basic settings. Core 2 is also from start open for non root ssh. pi/pi

Inside you can elevate to root with sudo -s

Re: Set-up of NEO Core 2

Posted: Tue Sep 15, 2020 8:50 am
by pratik.s
Thanks PeterAx. Will try with UART option.