Index of /slackware/images/odroid_c4

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.TXT2023-02-12 19:16 774  
[   ]boot-20201212.tar.xz2020-12-12 20:24 488K 
[   ]boot-20210107.tar.xz2021-01-08 05:49 488K 
[   ]boot-20210327.tar.xz2021-03-27 11:05 488K 
[   ]boot-20210814.tar.xz2021-08-14 08:43 522K 
[   ]boot-20211210.tar.xz2021-12-10 08:06 522K 
[   ]boot-20211231.tar.xz2021-12-31 16:08 522K 
[   ]boot-20220103.tar.xz2022-01-03 04:18 522K 
[   ]boot-20220121.tar.xz2022-01-21 15:12 522K 
[   ]boot-20220330.tar.xz2022-03-30 03:24 522K 
[   ]boot-20220413.tar.xz2022-04-13 11:11 524K 
[   ]boot-20220528.tar.xz2022-05-28 18:35 524K 
[   ]boot-20220801.tar.xz2022-08-01 20:52 531K 
[   ]boot-20220918.tar.xz2022-09-18 00:42 531K 
[   ]boot-20221014.tar.xz2022-10-15 02:56 531K 
[   ]boot-20221129.tar.xz2022-11-30 22:36 531K 
[   ]boot-20221217.tar.xz2022-12-17 09:10 531K 
[   ]boot-20230226.tar.xz2023-02-26 22:29 531K 
[   ]boot-20230310.tar.xz2023-03-10 20:50 531K 
[   ]boot-20230501.tar.xz2023-05-01 00:52 545K 
[   ]boot-20230805.tar.xz2023-08-06 04:37 546K 
[DIR]kernel/2023-08-05 14:20 -  
[   ]slarm64-current-aarch64-core-odroid_c4-6.4.8-build-20230805.img.zst2023-08-06 04:51 517M 
[   ]slarm64-current-aarch64-core-odroid_c4-6.4.8-build-20230805.img.zst.sha2562023-08-06 04:54 134  
[   ]slarm64-current-aarch64-enlightenment-odroid_c4-6.0.10-build-20221203.img.zst2022-12-03 19:30 2.5G 
[   ]slarm64-current-aarch64-enlightenment-odroid_c4-6.0.10-build-20221203.img.zst.sha2562022-12-03 19:34 144  
[   ]slarm64-current-aarch64-xfce-odroid_c4-6.4.8-build-20230805.img.zst2023-08-06 05:55 1.6G 
[   ]slarm64-current-aarch64-xfce-odroid_c4-6.4.8-build-20230805.img.zst.sha2562023-08-06 06:07 134  


Installation
------------------
Unpack the IMAGE file and copy the image an SD card: (assuming SD card at /dev/mmcblk0):

  # zstd -d slarm64-current-*-core-*-build-*.img.zst
  # dd if=slarm64-current-*-core-*-build-*.img of=/dev/mmcblk0 bs=1M

or unpack directly to the card

  # zstdcat slarm64-current-*-core-*-build-*.img.zst > /dev/mmcblk0


Default Login
------------------
login: root


Odroid-HC4 Support
------------------
After first boot, edit /boot/uEnv.txt and change:
  fdtfile=amlogic/meson-sm1-odroid-c4.dtb
to
  fdtfile=amlogic/meson-sm1-odroid-hc4.dtb


Note
------------------
It may take a while before you see the login as HDMI isn't initialized until late in the boot
and because the first boot resizes the root filesystem to the size of the SD card.