Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable login for usb virtual console / dhcp / telnet / ssh #6

Open
MrutyunjayPatel opened this issue Jul 6, 2023 · 1 comment
Open

Comments

@MrutyunjayPatel
Copy link

MrutyunjayPatel commented Jul 6, 2023

hi,

I successful built the image for "Chilli board" with kernel 5.10 build root

we want to evaluate the board with following .

  1. how do we enable login from network ( telnet/ ssh ).

  2. how to enable auto dhcp ip on boot . ( currently using "ifdown eth0 ; ifup eth0;" on the VCOM connection ).

  3. 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
`

  1. How to copy cross compiled binaries to the board and debug them .
@ychuang3
Copy link
Contributor

ychuang3 commented Jul 7, 2023

You questions are not platform-specific.
Please find solutions from internet.
If it still cannot work, post your message log please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants