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
{{ message }}
This repository was archived by the owner on Oct 1, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,15 +23,19 @@ If you find any problems (or even better know how to fix them) you can submit th
23
23
24
24
<h2>Known Issues</h2>
25
25
<ul>
26
-
<li>NPU overlay is not present in the ODROID 5.19 kernel branch yet so the NPU will not work with this updated image/kernel yet</li>
26
+
<li>NPU overlay (rknpu) is not present in the ODROID 6.0.x kernel branch yet so the NPU will not work with this kernel yet</li>
27
27
</ul>
28
28
29
29
<h2>Image Instructions</h2>
30
-
The images are in .tar.xz format and should not be written to disk until you decompressed them with tar -xf *.tar.xz. That will give you a .img file you can write.
30
+
The images are in .tar.xz format and should not be written to disk until you decompressed them with:
31
+
<pre>tar -xf *.tar.xz</pre>
32
+
That will give you a .img file that will boot successfully. If you are using Windows you can decompress these files with 7zip or WinRAR.
31
33
32
34
<h2>First Startup Instructions</h2>
33
35
Note that the first startup is slow. This is due to resizing your root filesystem to fit your drive. After the first startup it will boot much faster but it may take several minutes on a black screen the first startup. Be patient. If you see a few lines of text then it is resizing your root filesystem.<br>
34
36
<br>
37
+
You may also see CRC checksum errors during your first startup. These are safe to ignore as it will run fsck on the drive the first startup. When you reboot the device these will be gone.
0 commit comments