You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I successful built the image for "Chilli board" with kernel 5.10 build root
we want to evaluate the board with following .
how do we enable login from network ( telnet/ ssh ).
how to enable auto dhcp ip on boot . ( currently using "ifdown eth0 ; ifup eth0;" on the VCOM connection ).
how to secure the usb console with root login and password .
Tried setting from the menuconfig "system configuration ---->"
`
[] Enable root login with password
x x (12345678) Root password
x x /bin/sh (busybox' default shell) --->
x x [] Run a getty (login prompt) after boot --->
x x (eth0) Network interface to configure through DHCP
`
How to copy cross compiled binaries to the board and debug them .
The text was updated successfully, but these errors were encountered:
hi,
I successful built the image for "Chilli board" with kernel 5.10 build root
we want to evaluate the board with following .
how do we enable login from network ( telnet/ ssh ).
how to enable auto dhcp ip on boot . ( currently using "ifdown eth0 ; ifup eth0;" on the VCOM connection ).
how to secure the usb console with root login and password .
Tried setting from the menuconfig "system configuration ---->"
`
[] Enable root login with password
x x (12345678) Root password
x x /bin/sh (busybox' default shell) --->
x x [] Run a getty (login prompt) after boot --->
x x (eth0) Network interface to configure through DHCP
`
The text was updated successfully, but these errors were encountered: