]> git.sesse.net Git - debian-xu4/blob - README
Various updates to build with current (released!) stretch.
[debian-xu4] / README
1 These are images for the ODROID XU3/XU4, built as close as possible 
2 to unmodified Debian. They will only be updated every now and then,
3 so if you want something current, run the script to build them yourself.
4 The image is signed with my GnuPG key; you can find the key in the
5 Debian keyring.
6
7 The prebuilt images are made for 1GB cards, so they should fit onto
8 pretty much any modern SD or MMC card. Root images built for SD cards
9 will fit work on MMC devices but not the other way round (the prebuilt
10 root images are for SD).
11
12 If you want to update the boot partition of an eMMC device (where
13 U-Boot lives), you will need to unlock it before Linux lets you
14 write to it, e.g.:
15
16   echo 0 > /sys/block/mmcblk0boot0/force_ro
17
18 SD cards do not have hardware partitions (U-Boot is stored on the same
19 block device as everything else), so all you need to do is to decompress
20 the image and dd it to the card.
21
22
23 Prebuilt images: https://storage.sesse.net/debian-xu4/
24 ODROID forum thread: http://forum.odroid.com/viewtopic.php?f=96&t=21256
25 Latest version of the build script: https://git.sesse.net/?p=debian-xu4;a=blob_plain;f=mkimage.sh;hb=HEAD
26 git repository for the build script: https://git.sesse.net/?p=debian-xu4
27
28   - Steinar H. Gunderson <sesse@debian.org>