Skip to main content

Install Orange Pi

root@little-snitch:/root/orange_pi_debian/debian_13 # wget -O Armbian-trixie.sha https://dl.armbian.com/orangepizero/Trixie_current_minimal.sha                                           

root@little-snitch:/root/orange_pi_debian/debian_13 # xz -dk Armbian_community_26.8.0-trunk.7_Orangepizero_trixie_current_6.18.40_minimal.img.xz                                      

root@little-snitch:/root/orange_pi_debian/debian_13 # rm Armbian_community_26.8.0-trunk.7_Orangepizero_trixie_current_6.18.40_minimal.img.xz Armbian-trixie.sha                   


root@little-snitch:/root/orange_pi_debian/debian_13 # picocom -b 115200 --omap delbs /dev/ttyUSB0             
root@little-snitch:/root/orange_pi_debian/debian_13 # dd if=Armbian_community_26.8.0-trunk.7_Orangepizero_trixie_current_6.18.40_minimal.img of=/dev/sda bs=16M status=progress conv=fsync
1409286144 Byte (1,4 GB, 1,3 GiB) kopiert, 42 s, 33,4 MB/s1421869056 Byte (1,4 GB, 1,3 GiB) kopiert, 42,4825 s, 33,5 MB/s

84+1 Datensätze ein                                                                                                    
84+1 Datensätze aus        
1421869056 Byte (1,4 GB, 1,3 GiB) kopiert, 75,4587 s, 18,8 MB/s
root@little-snitch:/root/orange_pi_debian/debian_13 #
root@little-snitch:/root/orange_pi_debian/debian_13 # parted /dev/sda                                                  
GNU Parted 3.6
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) resizepart 1 100%                                  
(parted) quit                                               
Information: You may need to update /etc/fstab.

root@little-snitch:/root/orange_pi_debian/debian_13 # e2fsck -f /dev/sda1; sleep 1; resize2fs /dev/sda1
e2fsck 1.47.2 (1-Jan-2025)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
armbi_root: 29399/86592 files (4.6% non-contiguous), 304133/346112 blocks
resize2fs 1.47.2 (1-Jan-2025)
Resizing the filesystem on /dev/sda1 to 7793664 (4k) blocks.
The filesystem on /dev/sda1 is now 7793664 (4k) blocks long.

root@little-snitch:/root/orange_pi_debian/debian_13 #

root@little-snitch:/root/orange_pi_debian/debian_13 # mount /dev/sda1 /mnt/Temp/1; chroot /mnt/Temp/1 /bin/bash                                                                                                                 
bash: warning: setlocale: LC_CTYPE: cannot change locale (de_DE.UTF-8): No such file or directory
bash: warning: setlocale: LC_CTYPE: cannot change locale (de_DE.UTF-8): No such file or directory
bash: warning: setlocale: LC_COLLATE: cannot change locale (de_DE.UTF-8): No such file or directory
bash: warning: setlocale: LC_CTYPE: cannot change locale (de_DE.UTF-8): No such file or directory
bash: warning: setlocale: LC_CTYPE: cannot change locale (de_DE.UTF-8): No such file or directory
bash: warning: setlocale: LC_COLLATE: cannot change locale (de_DE.UTF-8): No such file or directory
root@little-snitch:/#

root@little-snitch:/# systemctl enable ssh
⚠ /proc/ is not mounted. This is not a supported mode of operation. Please fix
your invocation environment to mount /proc/ and /sys/ properly. Proceeding anyway.
Your mileage may vary.
Synchronizing state of ssh.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.
Executing: /usr/lib/systemd/systemd-sysv-install enable ssh
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
       LANGUAGE = (unset),
       LC_ALL = (unset),
       LC_CTYPE = (unset),
       LC_NUMERIC = (unset),
       LC_COLLATE = (unset),
       LC_TIME = (unset),
       LC_MESSAGES = (unset),
       LC_MONETARY = (unset),
       LC_ADDRESS = (unset),
       LC_IDENTIFICATION = (unset),
       LC_MEASUREMENT = (unset),
       LC_PAPER = (unset),
       LC_TELEPHONE = (unset),
       LC_NAME = (unset),
       LANG = "de_DE.UTF-8"
   are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
       LANGUAGE = (unset),
       LC_ALL = (unset),
       LC_CTYPE = (unset),
       LC_NUMERIC = (unset),
       LC_COLLATE = (unset),
       LC_TIME = (unset),
       LC_MESSAGES = (unset),
       LC_MONETARY = (unset),
       LC_ADDRESS = (unset),
       LC_IDENTIFICATION = (unset),
       LC_MEASUREMENT = (unset),
       LC_PAPER = (unset),
       LC_TELEPHONE = (unset),
       LC_NAME = (unset),
       LANG = "de_DE.UTF-8"
   are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
root@little-snitch:/#