I am writing with a Google translator.
Installed Debian on the instructions https://mega.nz/#F!ZtwxCCJC!AIYHcTqz-cjuzKnE9qD7A!o9wREJxC
Bootfs left in the NAND. Rootfs transferred to WD Black WD5000LPLX.
Use for "Smart Home" https://majordomohome.com/
Installed Debian on the instructions https://mega.nz/#F!ZtwxCCJC!AIYHcTqz-cjuzKnE9qD7A!o9wREJxC
Bootfs left in the NAND. Rootfs transferred to WD Black WD5000LPLX.
Code Select
CPU
root@debian:/home/admin# cat /proc/cpuinfo
Processor : AArch64 Processor rev 4 (aarch64)
processor : 0
processor : 1
processor : 2
processor : 3
Features : fp asimd evtstrm crc32
CPU implementer : 0x41
CPU architecture: AArch64
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
Hardware : s700
Revision : 0000
Serial : 5160303394851041
root@debian:/home/admin# lscpu | grep MHz
CPU max MHz: 1536.0000
CPU min MHz: 696.0000
Code Select
Hard Drive Tests:
root@debian:/home/admin# sync; dd if=/dev/zero of=tempfile bs=1M count=1024; sync
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 5.83194 s, 184 MB/s
root@debian:/home/admin# dd if=tempfile of=/dev/null bs=1M count=1024
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 1.45399 s, 738 MB/s
root@debian:/home/admin# /sbin/sysctl -w vm.drop_caches=3
vm.drop_caches = 3
root@debian:/home/admin# dd if=tempfile of=/dev/null bs=1M count=1024
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 7.06628 s, 152 MB/s
root@debian:/home/admin# hdparm -Tt /dev/sda
/dev/sda:
Timing cached reads: 1238 MB in 2.00 seconds = 618.74 MB/sec
Timing buffered disk reads: 424 MB in 3.01 seconds = 140.73 MB/sec
Use for "Smart Home" https://majordomohome.com/