NanoPi Neo Air - Can't complete setup

Hi guys,
Install starts well, allow select options, but after unpack libs crush with error:
“error while loading shared libraries: libapt-pkg.so.4.12: cannot open shared object file: Input/output error”
Try Samsung Evo plus and Sandisk SD, no resolve (
Use last image DietPi_v140_NanoPiNEOAir-armv7-(Jessie).img
Thx for help!

Hi,

Input/output error

Indicates possible insufficient PSU, SD failure/incompatibility (unlikely for Sandisk) or hardware failure on board. Which PSU are you using (voltage and amperage), and, can you try another?

Make sure to write the image fresh to SD card again, each time you re-test.

Much thx,
Сheck SD cards by h2testw and dietpi bench - all pass.
PSU 5v 3a and try apple ipad charger 5v 2a - same result.
Mystic ((( crush always in one point:

Preconfiguring packages …
(Reading database … 16860 files and directories currently installed.)
Preparing to unpack …/base-files_8+deb8u7_armhf.deb …
Unpacking base-files (8+deb8u7) over (8+deb8u6) …
Setting up base-files (8+deb8u7) …
Installing new version of config file /etc/debian_version …
(Reading database … 16860 files and directories currently installed.)
Preparing to unpack …/bash_4.3-11+deb8u1_armhf.deb …
update-alternatives: warning: alternative /usr/share/man/man7/bash-builtins.7.gz (part of link group builtins.7.gz) doesn’t exist; removing from list of alternatives
update-alternatives: warning: /etc/alternatives/builtins.7.gz is dangling; it will be updated with best choice
Unpacking bash (4.3-11+deb8u1) over (4.3-11+b1) …
Setting up bash (4.3-11+deb8u1) …
update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
(Reading database … 16859 files and directories currently installed.)
Preparing to unpack …/libc-bin_2.19-18+deb8u7_armhf.deb …
Unpacking libc-bin (2.19-18+deb8u7) over (2.19-18+deb8u6) …
Setting up libc-bin (2.19-18+deb8u7) …
(Reading database … 16859 files and directories currently installed.)
Preparing to unpack …/libc6_2.19-18+deb8u7_armhf.deb …
Unpacking libc6:armhf (2.19-18+deb8u7) over (2.19-18+deb8u6) …
Setting up libc6:armhf (2.19-18+deb8u7) …
Processing triggers for libc-bin (2.19-18+deb8u7) …
(Reading database … 16859 files and directories currently installed.)
Preparing to unpack …/e2fslibs_1.42.12-2+b1_armhf.deb …
Unpacking e2fslibs:armhf (1.42.12-2+b1) over (1.42.12-2) …
dpkg: error: unable to sync new file ‘/var/lib/dpkg/status-new’: Input/output error
E: Sub-process /usr/bin/dpkg returned an error code (2)
E: Failed to write temporary StateFile /var/lib/apt/extended_states.tmp
root@DietPi:~#

Hi,

System is failing to write to that file, at a basic IO hardware level.

Try making the file manually with:

echo 0 > /var/lib/apt/extended_states.tmp

And see if you get the same error.