Author

Topic: Comment installer un programme sur des AntMiner S3+ et S7-LN (Read 3993 times)

sr. member
Activity: 560
Merit: 250
Haha, je retrouve ce post. ^^

Alors oui BitMain essaie au maximum d'éviter qu'on installe des chose sur leur version d'OpenWRT.

De ce que j'ai compris, même si tu ajoutes un fichier, au moindre reboot, tout l'OS est flashé depuis un PIC.

Donc attention ce genre de modif, ne dure que le temps d'up time du mineur.

Sinon 'vi' est utilisable, en lieu et place de nano.
sr. member
Activity: 560
Merit: 250
sourcelist ?

C'est basé sur quel OS ?
newbie
Activity: 1
Merit: 0
Bonjour, j'essaye d'installer nano sur mes deux antminer mais cela ne fonctionne pas.
Quelqu'un pourrai m'aider?

Sur le S3+ quand je fait :
Code:
root@antMinerS3:~# opkg update
Downloading http://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/packages/packages/Packages.gz.
Updated list of available packages in /var/opkg-lists/barrier_breaker.

root@antMinerS3:~# opkg install nano
Package nano (2.5.3-1) installed in root is up to date.
Configuring terminfo.
//usr/lib/opkg/info/terminfo.postinst: line 4: default_postinst: not found
Configuring libncurses.
//usr/lib/opkg/info/libncurses.postinst: line 4: default_postinst: not found
Configuring nano.
//usr/lib/opkg/info/nano.postinst: line 4: default_postinst: not found
Configuring jansson.
//usr/lib/opkg/info/jansson.postinst: line 4: default_postinst: not found
Collected errors:
 * pkg_run_script: package "terminfo" postinst script returned status 127.
 * opkg_configure: terminfo.postinst returned 127.
 * pkg_run_script: package "libncurses" postinst script returned status 127.
 * opkg_configure: libncurses.postinst returned 127.
 * pkg_run_script: package "nano" postinst script returned status 127.
 * opkg_configure: nano.postinst returned 127.
 * pkg_run_script: package "jansson" postinst script returned status 127.
 * opkg_configure: jansson.postinst returned 127.
Il semble être déjà installé... Mais quand je lance nano :
Code:
root@antMinerS3:~# nano
-ash: nano: not found
root@antMinerS3:~# find / -name nano
/overlay/usr/bin/nano
/usr/bin/nano
root@antMinerS3:~# /overlay/usr/bin/nano
-ash: /overlay/usr/bin/nano: not found
root@antMinerS3:~# /usr/bin/nano
-ash: /usr/bin/nano: not found
Il ne trouve pas nano.  Huh



Pour mon S7-LN c'est plus compliqué :

opkg update ne retourne rien :
Code:
root@antMinerS7:~# opkg update
root@antMinerS7:~#

et il ne veut pas installer nano :
Code:
root@antMinerS7:~# opkg install nano
Unknown package 'nano'.
Collected errors:
 * opkg_install_cmd: Cannot install package nano.
root@antMinerS7:~#

C'est la première étape quand j'ai un nouveau jouet. car je n'aime pas vi et ces descendents  Wink .

Merci a tous de votre future aide...
Jump to: