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
The need for the minimalist images came from the official jetson images being large in size and containing pre-installed packages that are not necessary, resulting in the consumption of valuable disk space and memory.
@@ -23,22 +28,7 @@ The need for the minimalist images came from the official jetson images being la
23
28
>
24
29
> check this [link](https://www.jetson-ai-lab.com/initial_setup_jon.html) for more information.
25
30
26
-
## Download the prebuilt images
27
-
28
-
The prebuilt images are available in the GitHub release page 👉 [here](https://github.com/pythops/jetson-image/releases)
29
-
30
-
To be able to decompress the images, you must have [lrzip](https://github.com/ckolivas/lrzip) installed.
31
-
32
-
After the image is decompressed, follow the section below to flash the image to your board.
33
-
34
-
The default login is:
35
-
36
-
```
37
-
username: jetson
38
-
password: jetson
39
-
```
40
-
41
-
## Build the jetson image yourself
31
+
## Build the jetson image
42
32
43
33
> [!NOTE]
44
34
> Building the jetson image has been tested only on Linux machines.
@@ -62,10 +52,10 @@ Then create a new rootfs with the desired ubuntu version.
62
52
> [!NOTE]
63
53
> Only the orin family boards can use ubuntu 24.04
64
54
65
-
For ubuntu 22.04
55
+
For ubuntu 24.04
66
56
67
57
```
68
-
just build-jetson-rootfs 20.04
58
+
just build-jetson-rootfs 24.04
69
59
```
70
60
71
61
This will create the rootfs in the `rootfs` directory.
0 commit comments