Index of /slackware/images/pinephone

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.TXT2023-02-12 19:18 1.4K 
[   ]boot-20210920.tar.xz2021-09-20 06:20 251K 
[   ]boot-20221001.tar.xz2022-10-01 19:15 251K 
[   ]boot-20230311.tar.xz2023-03-11 14:28 253K 
[   ]boot-20230924.tar.xz2023-09-24 21:08 261K 
[DIR]kernel/2023-09-24 16:12 -  
[   ]slarm64-current-aarch64-xfce-pinephone-6.5.5-build-20230924.img.zst2023-09-25 00:17 1.6G 
[   ]slarm64-current-aarch64-xfce-pinephone-6.5.5-build-20230924.img.zst.sha2562023-09-25 00:29 134  


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

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

or unpack directly to the card

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


Attention!
------------------
on the pinebook eMMC is defined as /dev/mmcblk2
a SDcard how /dev/mmcblk0


Instalation eMMC/NAND/USB-HDD
------------------
Flash the image to micro SD, power up the board with micro SD and login
Copy the image file to micro SD by using SFTP. The image file must be in .img. note : root user are not allow transfer file to micro SD.
After finish copy the file, power off the board and add eMMC module to the board
Bootup the board, run below command for flashing to eMMC module
  # dd if=slarm64-current-*-core-*-build-*.img of=/dev/mmcblk0 bs=10M
or
  # dd if=slarm64-current-*-xfce-*-build-*.img of=/dev/mmcblk2 bs=10M
then edit 2 files in eMMC module:
  # mount /dev/mmcblk2p1 /media
  # echo "rootdev=/dev/mmcblk2p1" >> /media/boot/uEnv.txt
  # sed -i 's:mmcblk1p1:mmcblk2p1:' /media/etc/fstab
After done, power off board and remove micro SD. Then bootup with only eMMC module.
or
to transfer a system with the SD to eMMC, you need to boot from the start and run the script:
  # transfer-to-disk


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