Seeed-Studio / Linux_for_Tegra

Seeed Jetson reComputer && reServer default Image source code.🎁 🎁 🎁
Other
15 stars 5 forks source link

Updates needed for JP6 branch Intall README #9

Open Ktysai opened 2 weeks ago

Ktysai commented 2 weeks ago

Hello guys!

As a noob in jetson and stuff there were some problems with the docs.

  1. users might need 'flex' and 'bison'
  2. At step 4 , it has to be cd .. and again cd ..
  3. at step 4 the mkdir github/Linux_for_Tegra should me mkdir -p github/Linux_for_Tegra
  4. for Adding user and pass since there is no HDMI output, it has to use host computer to access ttyACM0 with 115200 baudrate.

Hope to be useful for new users :)

bigbearishappy commented 2 weeks ago

Thank you for your work to point out the mistake. It would be nice if you can create a PR to this repo.

bigbearishappy commented 2 weeks ago

I just update the code based on your work in this commit.

It fix the problem 2 and 3 in your list. For problem 1. You can install it by add apt install ... in extra_scripts/rootfs_magic.sh And we already enable the user to create account via ttyACM0 in our dts code.

Ktysai commented 2 weeks ago

Thank you! Github is still new for me :) What do you mean by:

And we already enable the user to create account via ttyACM0 in our dts code.

Ktysai commented 2 weeks ago

I just update the code based on your work in this commit.

It fix the problem 2 and 3 in your list. For problem 1. You can install it by add apt install ... in extra_scripts/rootfs_magic.sh And we already enable the user to create account via ttyACM0 in our dts code.

If I may, those extra scripts when are run?

bigbearishappy commented 2 weeks ago

Thank you! Github is still new for me :) What do you mean by:

And we already enable the user to create account via ttyACM0 in our dts code.

I mean that you should be able to create a new user with the USB which you used to flash you device. Here is the device tree details.

bigbearishappy commented 2 weeks ago

I just update the code based on your work in this commit. It fix the problem 2 and 3 in your list. For problem 1. You can install it by add apt install ... in extra_scripts/rootfs_magic.sh And we already enable the user to create account via ttyACM0 in our dts code.

If I may, those extra scripts when are run?

The usage of this script is showed in the .gitlab-ci.yml. Here is the detail link.