On Tue, Dec 22, 2020 at 9:56 AM Nicolas Chauvet <kwizart@gmail.com> wrote:
Le mar. 22 déc. 2020 à 13:10, Richard Shaw <hobbes1069@gmail.com> a écrit :
>
> I was recently gifted a new Nvidia Jetson Nano in order to troubleshoot some aarch64 specific build problems as the test instances have not made it back online since the infra move.
>
> I used the following as a guide to update the firmware and install various Fedora images:
>
> https://nullr0ute.com/2020/11/installing-fedora-on-the-nvidia-jetson-nano/
>
> I've run into a few problems:
>
> 1. Non-GUI flavors don't "boot". I never get a console. I thought something was wrong with the computer.
> 2. After giving up and trying the Fedora Workstation image I get the Welcome to Fedora 33! screen but none of my USB devices appear to work. I have a Logitech unifying receiver and even tried a hardwired bog-standard HP USB keyboard but nothing...
>
> At this point I'm stuck.
>
> Any suggestions?

Try to get an updated kernel from a remote ssh  (using pub ssh key)
and then dnf update...
You will probably need to rely on wayland, that's why the
"Workstation" Spin works better than others.

So I’ll need to reinstall with arm-image-installer adding the —addkey= option?

Thanks,
Richard