## AXIS OS
* P1465-LE [datasheet](https://www.axis.com/dam/public/f1/0c/27/datasheet-axis-p1465-le-bullet-camera-en-US-405338.pdf)

* **Validations**
* **OS** is based on ++Poky++ from the Yocto Project
```
root@axis-b8a44f5694ee:~$ cat /etc/os-release
ID=axis
NAME="AXIS OS (based on Poky from the Yocto Project)"
VERSION="11.8.61 (mickledore)"
VERSION_ID=11.8.61
VERSION_CODENAME="mickledore"
PRETTY_NAME="AXIS OS (based on Poky from the Yocto Project) 11.8.61 (mickledore)"
```
* **CPU** (processor 0 - 3)
```
root@axis-b8a44f5694ee:~$ cat /proc/cpuinfo
processor : 0
BogoMIPS : 50.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 1
BogoMIPS : 50.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 2
BogoMIPS : 50.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 3
BogoMIPS : 50.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
```
* **Memory (RAM)** (與 datasheet 1024MB?)
```
root@axis-b8a44f5694ee:~$ free
total used free shared buff/cache available
Mem: 574624 252940 13080 3896 308604 305676
Swap: 51196 3072 48124
```
* **Disk (Flash)** (與 datasheet 8192MB?)
```
root@axis-b8a44f5694ee:~$ df -h
Filesystem Size Used Available Use% Mounted on
/dev/root 202.5M 202.5M 0 100% /
devtmpfs 280.0M 0 280.0M 0% /dev
tmpfs 280.6M 32.0K 280.5M 0% /dev/shm
tmpfs 280.6M 3.2M 277.4M 1% /run
tmpfs 280.6M 708.0K 279.9M 0% /var/volatile
/dev/mmcblk0p4 18.5M 3.3M 14.7M 18% /usr/lib/persistent
/dev/dm-1 1.5G 29.1M 1.5G 2% /mnt/flash
overlay 1.5G 29.1M 1.5G 2% /etc
overlay 1.5G 29.1M 1.5G 2% /root
overlay 1.5G 29.1M 1.5G 2% /var/lib
/dev/dm-1 1.5G 29.1M 1.5G 2% /opt
/dev/dm-1 1.5G 29.1M 1.5G 2% /usr/local
tmpfs 280.6M 708.0K 279.9M 0% /var/cache
tmpfs 280.6M 708.0K 279.9M 0% /var/spool
vcrfs 561.2M 188.0K 561.0M 0% /var/cache/recorder
vcrfs 561.2M 188.0K 561.0M 0% /var/volatile/cache/recorder
root@axis-b8a44f5694ee:~# fdisk -l
Disk /dev/mmcblk0: 3728 MB, 3909091328 bytes, 7634944 sectors
473 cylinders, 256 heads, 63 sectors/track
Units: sectors of 1 * 512 = 512 bytes
Device Boot StartCHS EndCHS StartLBA EndLBA Sectors Size Id Type
/dev/mmcblk0p1 0,0,2 1023,255,63 1 7634943 7634943 3727M ee EFI GPT
Partition 1 has different physical/logical end:
phys=(1023,255,63) logical=(473,101,37)
Note: sector size is 4096 (not 512)
Disk /dev/dm-0: 202 MB, 212271104 bytes, 414592 sectors
3 cylinders, 255 heads, 63 sectors/track
Units: sectors of 1 * 4096 = 4096 bytes
Disk /dev/dm-0 doesn't contain a valid partition table
Note: sector size is 4096 (not 512)
Disk /dev/dm-1: 1611 MB, 1689255936 bytes, 3299328 sectors
25 cylinders, 255 heads, 63 sectors/track
Units: sectors of 1 * 4096 = 4096 bytes
Disk /dev/dm-1 doesn't contain a valid partition table
```
## HOWTO
* **Q. How to enable root SSH account?**
* Web GUI
* 1. Accounts > SSH accounts > Enable ``Restrict root access``
* 2. Maintenance > Restart
* 3. Accounts > SSH accounts > update root password