Skip to content

Instantly share code, notes, and snippets.

@cmdrogogov
cmdrogogov / gist:01800b173c73051f8a2859e0a9858579
Created February 3, 2021 19:32
Updating to more modern U-Boot for Jetson TK-1
Working machine is Fedora-33 Workstation
This was challenging to work out, since all of the information is quite out of date and most advice pushes you to use the Nviai Jetpack - which is ancient at this point.
The following sites got me on the right path:
https://elinux.org/Tegra/Mainline_SW/Gentoo_From_SD_Card
https://fedoraarm.wordpress.com/2014/08/14/installing-fedora-21-pre-release-on-the-nvidia-jetson-k1/
Open a terminal and run the following commands in order;
@cmdrogogov
cmdrogogov / gist:e89061d30be6a966d5c0d023f1b65bbd
Created November 18, 2021 20:27
Getting MongoDB installed on Fedora 34/35
This is a hack and it goes without saying you really shouldn't be doing it, and we're horrible people for even trying.
This will allow you to utilize the Centos8 repo to install MongoDB on the very unsupported Fedora >30
This is based off Mohamad Bana's excellent guide on how to install the AMDGPU ROCm stack on Fedora, which can be found here:
https://bana.io/blog/fedora-34-rocm-install
Commands: