Skip to content
This repository was archived by the owner on Oct 1, 2023. It is now read-only.

Commit 022d0b6

Browse files
committed
Update README
1 parent 602ddce commit 022d0b6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,19 @@ If you find any problems (or even better know how to fix them) you can submit th
2323

2424
<h2>Known Issues</h2>
2525
<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>
2727
</ul>
2828

2929
<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.
3133

3234
<h2>First Startup Instructions</h2>
3335
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>
3436
<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.
38+
<br>
3539
Set correct timezone:
3640
<pre>sudo dpkg-reconfigure tzdata</pre>
3741
Set correct locale:

0 commit comments

Comments
 (0)