8 pagesV  < 1 2 3 4 5 6 > »  
 
REPLY
> Orange Pi Zero Plus - discussion | [Sbc]
Newview
Message#1
24.02.18, 20:21
there is no justice.
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 2701
Check in: 27.11.07
Samsung Galaxy Note GT-N7000

Reputation:-  196  +

Orange Pi PC 2 | Orange pi zero | Orange pi lite | Orange pi prime | Orange Pi Plus | Orange Pi 2G-IOT | Orange Pi Zero Plus 2 | How do I get an Orange Pi?


Orange Pi Zero Plus
Attached Image


Important information

Specifications
    Homepage: http://www.orangepi.org/OrangePiZeroPlus/
  • CPUH5 Quad-core 64-bit Cortex-A53
  • GPUHexa-core Mali450 OpenGL ES 2.0 / 1.1 / 1.0
    OpenVG 1.1
    EGL 40 GFlops
    Pixel fill rate greater than 2.7GPixel / s
  • Memory(SDRAM) 512MB DDR3 (shared with GPU)
  • Onboard storageTF card (Max. 32GB) / Spi flash (2MB)
  • WIFIRealtek RTL8189FTV, IEEE 802.11 b / g / n
  • Network1000M / 100M / 10M Ethernet RJ45
  • Video OutputsSupports external board via 13pins
  • Power sourceUSB OTG can supply power
  • GPIO (1x3) pinUART, ground.
  • USB 2.0Ports One USB 2.0 HOST, One USB 2.0 OTG
  • Buttons *Power Button (SW602)The button is in the description, but not on the device.
  • Low-level peripherals
    26 Pins Header, compatible with Raspberry Pi B +
    13 Pins Header, with 2x USB, IR pin, AUDIO (MIC, AV)
  • LEDPower led & Status led
  • Supported OSAndroid5.1, Lubuntu, Debian, Armbian Image

Appearance
Attached Image

Pinout
Completely identical to Orange Pi Zero:
Attached Image

Attached Image

GPIO numbers:
Attached Image

Available operating systems:
How to flash, see the topic:Orange Pi Zero - Discussion
Onlinehttp://www.orangepi.orgin sectiondownloads:
  • Android (version 5)
  • Debian desktop (Jessie)
  • Ubuntu desktop xenial (also Jessie based)
  • Archlinux (version?)

In fact, Orange Pi Zero Plus is not intended for the desktop. Requires direct hands and a fair knowledge of Linux.

Today there is a great alternative in the formArmbian:
  • Debian server - mainline kernel
  • Ubuntu server - mainline kernel

Also availableOpenwrt
Useful information
Attached fileOrangePi zero plus_H5 User Manual_v0.9.1.pdf(2.68 MB)

Attached fileORANGE_PI-ZERO-PLUS_V1_0_Schematic.pdf(190 KB)

Official store on Ali:https://aliexpress.com/store/1553371
Use memory cards of no less than 10th grade, and google a memory card for RPi, a lot of reviews on the Internet. The most important indicators - IOPS memory cards in different modes.
The case of the Orange Pi Zero needs to be modified by a file, namely the boring holes for the ethernet connector.Special case separately yet.
Orange Pi Zero interface board expansion board needed versionsnot lower than version 1.2, otherwise file revision is required (see:Orange Pi Zero Plus (Post NewVid # 70721588) )
WorkableWiringPIunder the fee.
EditingDevice tree
Reviews

in the process of filling ...

Post has been editedNewview - 16.12.18, 19:08
Reason for editing: link to OpenWRT, DT
merlinby
Message#42
28.06.18, 11:30
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 187
Check in: 12.03.11
Samsung Galaxy S8 Snapdragon

Reputation:-  20  +

* rubitwa

Something is wrong, or I'm doing something wrong
I understand that --branch next is what lies on GDrive?
Here is what I did:
cat /var/lib/sunxi/board.sh

#! / bin / sh
BOARD = opi-zerop

git clone --branch next https://github.com/rubitwa/Sunxi-WiringPi.git

Cloning into 'Sunxi-WiringPi' ...
remote: Counting objects: 295, done.
remote: Compressing objects: 100% (26/26), done.
remote: Total 295 (delta 11), reused 0 (delta 0), pack-reused 269
Receiving objects: 100% (295/295), 608.54 KiB | 896.00 KiB / s, done.
Resolving deltas: 100% (129/129), done.


cd Sunxi-WiringPi /
./build


wiringPi Build script
=====================


WiringPi Library
[UnInstall]
[Compile] wiringPi.c
[Compile] wiringPi_sunxi.c
[Compile] wiringSerial.c
[Compile] wiringShift.c
[Compile] piHiPri.c
[Compile] piThread.c
wiringSerial.c: In function ‘serialPutchar’:
wiringSerial.c: 158: 3: warning: ignore return value of warn write ’warn_result [-Wunused-result]
write (fd, & c, 1);
^~~~~~~~~~~~~~~~~
wiringSerial.c: In function ‘serialPuts’:
wiringSerial.c: 170: 3: warning: ignoring the return value of warn write ’warned res [-Wunused-result]
write (fd, s, strlen (s));
^~~~~~~~~~~~~~~~~~~~~~~~~
[Compile] wiringPiSPI.c
wiringPi.c: In function ‘digitalRead’:
wiringPi.c: 1615: 7: warning: ignoring the return value of ‘read’ warn_result [-Wunused-result]
read (sysFds [pin], & c, 1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
wiringPi.c: In function ‘digitalWrite’:
wiringPi.c: 1683: 4: warning: ignoring the return value of warn ‘write’ warn_result [-Wunused-result]
write (sysFds [pin], "0 \ n", 2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wiringPi.c: 1685: 4: warning: ignore return value of warn write ’warn_result [-Wunused-result]
write (sysFds [pin], "1 \ n", 2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[Compile] wiringPiI2C.c
In file included from ./board/sunxi-gpio.hل565,
from wiringPi_sunxi.c: 78:
./board/opi-zero.h:62.73: error: ‘OPI_ZERO_32’ undeclared here (not in a function); did you mean ‘OPI_ZERO_22’?
OPI_ZERO_32, -1, // 12, 13
^~~~~~~~~~~
OPI_ZERO_22
wiringPi.c: In function ‘waitForInterrupt’:
wiringPi.c: 1991: 5: warning: ignoring the return value of warn ’read’ warn warn_result [-Wunused-result]
(void) read (fd, & c, 1); // Read & clear
^~~~~~~~~~~~~~~~~~~~~~
In file included from ./board/sunxi-gpio.h天66
from wiringPi_sunxi.c: 78:
./board/opi-zerop2.h:63.73: error: ‘OPI_ZEROP2_32’ undeclared here (not in a function); did you mean ‘OPI_ZEROP2_12’?
OPI_ZEROP2_32, -1, // 12, 13
^~~~~~~~~~~~~
OPI_ZEROP2_12
wiringPi.c: In function ‘wiringPiISR’:
wiringPi.c: 2112: 5: warning: ignoring the return value of warn attribute read ’warn’ warn_result [-Wunused-result]
read (sysFds [bcmGpioPin], & c, 1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
At top level:
wiringPi.c: 1367: 21: warning: ‘digitalWrite8Dummy’ defined but not used [-Wunused-function]
static void digitalWrite8Dummy (UNU struct wiringPiNodeStruct * node, UNU int pin, UNU int value) {return; }
^~~~~~~~~~~~~~~~~~
wiringPi.c: 1366: 21: warning: ‘digitalRead8Dummy’ defined but not used [-Wunused-function]
static unsigned int digitalRead8Dummy (UNU struct wiringPiNodeStruct * node, UNU int UNU pin) {return 0; }
^~~~~~~~~~~~~~~~~
wiringPi_sunxi.c: 1393: 103: error: ‘OPI_WIN_I2C_ZERO’ undeclared here (not in a function); did you mean ‘OPI_WIN_I2C_DEV’?
{"opi", 20201, 39, 1, 3)
^~~~~~~~~~~~~~~~
OPI_WIN_I2C_DEV
wiringPi_sunxi.c: 1393: 121: error: ‘OPI_WIN_SPI_ZERO’ undeclared here (not in a function); did you mean ‘OPI_WIN_I2C_ZERO’?
{"opi", 20201, 39, 1, 3)
^~~~~~~~~~~~~~~~
OPI_WIN_I2C_ZERO
wiringPi_sunxi.c: 1393: 3: warning: missing i2c_dev ’of‘ struct SUNXIBoards ’[-Wmissing-field-initializers]
{"opi", 20201, 39, 1, 3)
^
wiringPi_sunxi.c: 1339: 15: note: i2c_dev ’declared here
const char * i2c_dev;
^~~~~~~
wiringPi_sunxi.c: 1394: 3: warning: missing i2c_dev ’of‘ struct SUNXIBoards ’[-Wmissing-field-initializers]
{"opi-zerk"
^
wiringPi_sunxi.c: 1339: 15: note: i2c_dev ’declared here
const char * i2c_dev;
^~~~~~~
wiringPi_sunxi.c: 1395: 3: warning: missing i2c_dev ’of‘ struct SUNXIBoards ’[-Wmissing-field-initializers]
{"opi", 20201, 41, 1, 3
^
wiringPi_sunxi.c: 1339: 15: note: i2c_dev ’declared here
const char * i2c_dev;
^~~~~~~
wiringPi_sunxi.c: 1397: 110: error: ‘OPI_WIN_I2C_ZEROP2’n undeclared here (not in a function); did you mean ‘OPI_WIN_I2C_ZERO’?
{ "Opi-zerop2", 20301, 42, 1, 3, 6, 0, pinToGpio_OPI_ZEROP2, physToGpio_OPI_ZEROP2, pinTobcm_OPI_ZEROP2, OPI_WIN_I2C_ZEROP2, OPI_WIN_SPI_ZEROP2, {OPI_ZEROP2_PWM_OFFSET, OPI_ZEROP2_I2C_OFFSET, OPI_ZEROP2_SPI_OFFSET}},
^~~~~~~~~~~~~~~~~~
OPI_WIN_I2C_ZERO
wiringPi_sunxi.c: 1397: 130: error: ‘OPI_WIN_SPI_ZEROP2’ undeclared here (not in a function); did you mean ‘OPI_WIN_SPI_ZERO’?
{ "Opi-zerop2", 20301, 42, 1, 3, 6, 0, pinToGpio_OPI_ZEROP2, physToGpio_OPI_ZEROP2, pinTobcm_OPI_ZEROP2, OPI_WIN_I2C_ZEROP2, OPI_WIN_SPI_ZEROP2, {OPI_ZEROP2_PWM_OFFSET, OPI_ZEROP2_I2C_OFFSET, OPI_ZEROP2_SPI_OFFSET}},
^~~~~~~~~~~~~~~~~~
OPI_WIN_SPI_ZERO
wiringPi_sunxi.c: 1397: 3: warning: i2c_dev
{ "Opi-zerop2", 20301, 42, 1, 3, 6, 0, pinToGpio_OPI_ZEROP2, physToGpio_OPI_ZEROP2, pinTobcm_OPI_ZEROP2, OPI_WIN_I2C_ZEROP2, OPI_WIN_SPI_ZEROP2, {OPI_ZEROP2_PWM_OFFSET, OPI_ZEROP2_I2C_OFFSET, OPI_ZEROP2_SPI_OFFSET}},
^
wiringPi_sunxi.c: 1339: 15: note: i2c_dev ’declared here
const char * i2c_dev;
^~~~~~~
wiringPi_sunxi.c: 1399: 3: warning: missing izer reg_offset ”
{NULL, 0, 0, 1, 2, 6, 0, NULL, NULL, NULL, NULL, NULL, {-1, -1, -1}},
^
wiringPi_sunxi.c: 1341: 20: note: _ reg_offset ’declared here
struct RegOffset reg_offset;
^~~~~~~~~~
wiringPi_sunxi.c: In function ‘bpi_wiringPiSetup’:
wiringPi_sunxi.c: 1500: 8: caution: [-Wpointer-to-int-cast]
if (((int32_t) gpio == -1) || ((int32_t) gpio == -1))
^
wiringPi_sunxi.c: 1500: 33: caution: -Wpointer-to-int-cast:
if (((int32_t) gpio == -1) || ((int32_t) gpio == -1))
^
wiringPi_sunxi.c: 1505: 7: caution: [-Wpointer-to-int-cast]
if ((int32_t) pwm == -1)
^
wiringPi_sunxi.c: 1510: 7: caution: [-Wpointer-to-int-cast]
if ((int32_t) clk == -1)
^
wiringPi_sunxi.c: 1515: 7: caution: [-Wpointer-to-int-cast]
if ((int32_t) pads == -1)
^
[Compile] softPwm.c
wiringPi_sunxi.c: In function ‘bpi_digitalRead’:
wiringPi_sunxi.c: 1176: 7: warning: ignore warn_result [-Wunused-result]
read (sysFds [pin], & c, 1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
wiringPi_sunxi.c: In function ‘bpi_digitalWrite’:
wiringPi_sunxi.c: 1230: 11: warning: ignore warning_result [-Wunused-result]
write (sysFds [pin], "0 \ n", 2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wiringPi_sunxi.c: 1232: 11: warning: ignore warning_result [-Wunused-result]
write (sysFds [pin], "1 \ n", 2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wiringPi_sunxi.c: In function ‘bpi_piGpioLayout’:
wiringPi_sunxi.c: 1420: 5: warning: ignore_resign [-Wunused-result]
fgets (buffer, sizeof (buffer), sunxiFd);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[Compile] softTone.c
At top level:
wiringPi_sunxi.c: 163: 12: warning: ‘edge’ defined but not used [-Wunused-variable]
static int edge [64] =
^~~~
Makefile: 85: recipe for target 'wiringPi_sunxi.o' failed
make: *** [wiringPi_sunxi.o] Error 1
make: *** Waiting for unfinished jobs ....


Well, as a result, natural:
gpio readall
-bash: / usr / local / bin / gpio: No such file or directory
rubitwa
Message#43
28.06.18, 13:11
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1391
Check in: 25.05.09

Reputation:-  123  +

merlinby
Fix, try again))


--------------------
merlinby
Message#44
28.06.18, 13:27
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 187
Check in: 12.03.11
Samsung Galaxy S8 Snapdragon

Reputation:-  20  +

* rubitwa
Pumped from the branch next branch
Nothing changed:
wiringPi Build script
=====================


WiringPi Library
[UnInstall]
[Compile] wiringPi.c
[Compile] wiringPi_sunxi.c
[Compile] wiringSerial.c
[Compile] wiringShift.c
[Compile] piHiPri.c
[Compile] piThread.c
[Compile] wiringPiSPI.c
wiringSerial.c: In function ‘serialPutchar’:
wiringSerial.c: 158: 3: warning: ignore return value of warn write ’warn_result [-Wunused-result]
write (fd, & c, 1);
^~~~~~~~~~~~~~~~~
wiringSerial.c: In function ‘serialPuts’:
wiringSerial.c: 170: 3: warning: ignoring the return value of warn write ’warned res [-Wunused-result]
write (fd, s, strlen (s));
^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./board/sunxi-gpio.h天66
from wiringPi_sunxi.c: 78:
./board/opi-zerop2.h:63.73: error: ‘OPI_ZEROP2_32’ undeclared here (not in a function); did you mean ‘OPI_ZEROP2_12’?
OPI_ZEROP2_32, -1, // 12, 13
^~~~~~~~~~~~~
OPI_ZEROP2_12
wiringPi_sunxi.c: In function ‘bpi_wiringPiSetup’:
wiringPi_sunxi.c: 1500: 8: caution: [-Wpointer-to-int-cast]
if (((int32_t) gpio == -1) || ((int32_t) gpio == -1))
^
wiringPi_sunxi.c: 1500: 33: caution: -Wpointer-to-int-cast:
if (((int32_t) gpio == -1) || ((int32_t) gpio == -1))
^
wiringPi_sunxi.c: 1505: 7: caution: [-Wpointer-to-int-cast]
if ((int32_t) pwm == -1)
^
wiringPi_sunxi.c: 1510: 7: caution: [-Wpointer-to-int-cast]
if ((int32_t) clk == -1)
^
wiringPi_sunxi.c: 1515: 7: caution: [-Wpointer-to-int-cast]
if ((int32_t) pads == -1)
^
[Compile] wiringPiI2C.c
wiringPi_sunxi.c: In function ‘bpi_digitalRead’:
wiringPi_sunxi.c: 1176: 7: warning: ignore warn_result [-Wunused-result]
read (sysFds [pin], & c, 1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
wiringPi_sunxi.c: In function ‘bpi_digitalWrite’:
wiringPi_sunxi.c: 1230: 11: warning: ignore warning_result [-Wunused-result]
write (sysFds [pin], "0 \ n", 2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wiringPi_sunxi.c: 1232: 11: warning: ignore warning_result [-Wunused-result]
write (sysFds [pin], "1 \ n", 2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wiringPi_sunxi.c: In function ‘bpi_piGpioLayout’:
wiringPi_sunxi.c: 1420: 5: warning: ignore_resign [-Wunused-result]
fgets (buffer, sizeof (buffer), sunxiFd);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
At top level:
wiringPi_sunxi.c: 163: 12: warning: ‘edge’ defined but not used [-Wunused-variable]
static int edge [64] =
^~~~
Makefile: 85: recipe for target 'wiringPi_sunxi.o' failed
make: *** [wiringPi_sunxi.o] Error 1
make: *** Waiting for unfinished jobs ....
wiringPi.c: In function ‘digitalRead’:
wiringPi.c: 1615: 7: warning: ignoring the return value of ‘read’ warn_result [-Wunused-result]
read (sysFds [pin], & c, 1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
wiringPi.c: In function ‘digitalWrite’:
wiringPi.c: 1683: 4: warning: ignoring the return value of warn ‘write’ warn_result [-Wunused-result]
write (sysFds [pin], "0 \ n", 2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wiringPi.c: 1685: 4: warning: ignore return value of warn write ’warn_result [-Wunused-result]
write (sysFds [pin], "1 \ n", 2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wiringPi.c: In function ‘waitForInterrupt’:
wiringPi.c: 1991: 5: warning: ignoring the return value of warn ’read’ warn warn_result [-Wunused-result]
(void) read (fd, & c, 1); // Read & clear
^~~~~~~~~~~~~~~~~~~~~~
wiringPi.c: In function ‘wiringPiISR’:
wiringPi.c: 2112: 5: warning: ignoring the return value of warn attribute read ’warn’ warn_result [-Wunused-result]
read (sysFds [bcmGpioPin], & c, 1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
At top level:
wiringPi.c: 1367: 21: warning: ‘digitalWrite8Dummy’ defined but not used [-Wunused-function]
static void digitalWrite8Dummy (UNU struct wiringPiNodeStruct * node, UNU int pin, UNU int value) {return; }
^~~~~~~~~~~~~~~~~~
wiringPi.c: 1366: 21: warning: ‘digitalRead8Dummy’ defined but not used [-Wunused-function]
static unsigned int digitalRead8Dummy (UNU struct wiringPiNodeStruct * node, UNU int UNU pin) {return 0; }
^~~~~~~~~~~~~~~~~


Post has been editedmerlinby - 28.06.18, 13:30
rubitwa
Message#45
28.06.18, 13:32
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1391
Check in: 25.05.09

Reputation:-  123  +

merlinby
Sorian)))) one more time)))))) I just now have no opportunity to fill in the system on any of the cards to compile it ....
and write that there in the readall table falls out)) just wondering how 26 pins of the comb will be displayed there

Post has been editedrubitwa - 28.06.18, 13:42


--------------------
merlinby
Message#46
28.06.18, 14:09
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 187
Check in: 12.03.11
Samsung Galaxy S8 Snapdragon

Reputation:-  20  +

* rubitwa
Earned thanks
gpio readall

Attached Image


I will study / twist

Post has been editedmerlinby - 28.06.18, 14:15
rubitwa
Message#47
28.06.18, 14:15
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1391
Check in: 25.05.09

Reputation:-  123  +

=)

Attached images
Attached Image


--------------------
Newview
Message#48
28.06.18, 21:01
there is no justice.
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 2701
Check in: 27.11.07
Samsung Galaxy Note GT-N7000

Reputation:-  196  +

* rubitwa

And if on 26 pins Rydoll will be))))


--------------------
“Then you can’t get people down.” © Mark Twain
GgQwBDoEIAA2BDUEIAA8BDUEPQRPBCAANAQ + BEEEQgQwBDsEOAQuAC4ALgA =
Dmitriy Golovin
Message#49
08.07.18, 15:28
Old resident
*******
[offline]

Group: Friendssavagemessiahzine.com
Messages 1135
Check in: 29.10.12
Xiaomi Redmi 4 Prime

Reputation:-  70  +

on the last night build of Armbian 5.51, the folder is missing
/ sys / devices / virtual / thermal /
Respectively, you do not look at the temperature of the probe: (who else is watching this thread? Can there be a way to fix it?


--------------------
Xiaomi Redmi Prime,HTC One S, Lenovo Yoga 3 Plus,Acer Iconia Tab A500, Beelink M18, Beelink MiniMXIII
rubitwa
Message#50
08.07.18, 16:49
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1391
Check in: 25.05.09

Reputation:-  123  +

* Dmitriy Golovin,
The status of the thermal driver is Work In Progress, this means that the driver is still under development, folders in sysfs do not appear because the driver is not loaded, it is not loaded because the branch in the device tree (dtb) is disabled, most likely it was done on purpose.

Post has been editedrubitwa - 08.07.18, 16:50


--------------------
Dmitriy Golovin
Message#51
08.07.18, 18:35
Old resident
*******
[offline]

Group: Friendssavagemessiahzine.com
Messages 1135
Check in: 29.10.12
Xiaomi Redmi 4 Prime

Reputation:-  70  +

* rubitwa
just in the previous night (for example in 5.48 exactly) it was all .... you have no information why they removed it?

Post has been editedDmitriy Golovin - 08.07.18, 18:36


--------------------
Xiaomi Redmi Prime,HTC One S, Lenovo Yoga 3 Plus,Acer Iconia Tab A500, Beelink M18, Beelink MiniMXIII
rubitwa
Message#52
08.07.18, 18:54
Veteran
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1391
Check in: 25.05.09

Reputation:-  123  +

* Dmitriy Golovin,
I have no idea, in general, several options
1. The driver for this build was not compiled.
2. Disabled branch in dtb
This may be due to simply forgotten, it may also be due to some kind of jambs in the new version of the driver.
You need to check the branch in dtb, see whether it starts or not, if not, then see the kernel config, is there a driver.
I do not use Armbian, because I myself am able to assemble both the kernel and the system, configure it as I please, therefore I cannot say how and what needs to be done there ....

Post has been editedrubitwa - 08.07.18, 18:58


--------------------
Dmitriy Golovin
Message#53
09.07.18, 17:11
Old resident
*******
[offline]

Group: Friendssavagemessiahzine.com
Messages 1135
Check in: 29.10.12
Xiaomi Redmi 4 Prime

Reputation:-  70  +

Who was interested in setting up Octoprint (print server for 3D printer)
did according to the instructions:http://3dtoday.ru/blog...-a-step-by-step-guide/
everything plows beautifully on our piece of iron, only took a shorter and shielded USB cable (from Arduin Uno fits perfectly straight - blue is so transparent with braid)
hanging sideways on my wall (the case with the “ears” was printed on the 3D printer itself), the radiators were glued from a set of 3 pieces (1 bigger and 2 smaller) that everywhere in the Chinese are sold as “radiators for raspbery” -Tyk
at a simple temperature of about 45-50 degrees, but even with a full load (for example, when you press video video print-breaks in mp4), you did not see above 65 ...

the grief that the temperature of the probe disappeared (wrote above the post): \
OS - Armbian on debian - right now updated to night 5.51
I myself am not particularly strong in all these builds and recompilations, so I’ll wait for it to be fixed (((

the second is the same orange with an expansion board (+ soldered the comb) - took it for all kinds of bullying and experimentation, but so far it hasn’t really bothered ...
Also in the case of self-printed lives - this one heats up stronger - due to the expansion card, as I understand it ...
And, I forgot to write that both of them bought a larger external antenna (such assuch) - I’ve read about the problems with Wi-Fi in a simple Zero (NOT plus), but everything seems to be ok for our Zero Plus with Wi-Fi (ugh ugh ugh) - there were strange dumps (the orange pinged, but not on SSH, nor on any other ports It does not allow), but on older versions of Armbian, it seems that I have not seen it for a long time.


--------------------
Xiaomi Redmi Prime,HTC One S, Lenovo Yoga 3 Plus,Acer Iconia Tab A500, Beelink M18, Beelink MiniMXIII
Dmitriy Golovin
Message#54
09.07.18, 20:27
Old resident
*******
[offline]

Group: Friendssavagemessiahzine.com
Messages 1135
Check in: 29.10.12
Xiaomi Redmi 4 Prime

Reputation:-  70  +

Upd: current that was updated - returned temperature) probably the true jamb was in the previous assembly


--------------------
Xiaomi Redmi Prime,HTC One S, Lenovo Yoga 3 Plus,Acer Iconia Tab A500, Beelink M18, Beelink MiniMXIII
kvoub
Message#55
10.07.18, 13:08
User
****
[offline]

Group: Friendssavagemessiahzine.com
Messages 53
Check in: 21.05.17

Reputation:-  1  +

* Dmitriy Golovin,
I have a normal Zero with an expansion tent and in a case (yes, it’s warming up), it is connected to both the network and Wi-Fi whistle, the native one is cut off. So, after more than 200 days of uptime, a similar thing happened - pings go, but ports and ssh are silent. I had to rebuild. Armbian is an old jessie.

Post has been editedkvoub - 10.07.18, 13:10
Reason for editing:
Dmitriy Golovin
Message#56
10.07.18, 13:22
Old resident
*******
[offline]

Group: Friendssavagemessiahzine.com
Messages 1135
Check in: 29.10.12
Xiaomi Redmi 4 Prime

Reputation:-  70  +

* kvoub,
Well, I only have Wi-Fi (there is no wire in the place where all this is - in the closet), I connected it by wire only during the initial setup of the network.
Well, as I understand it in Zero Plus, they specifically made another Wi-Fi chip - so that everything would be better with it)


--------------------
Xiaomi Redmi Prime,HTC One S, Lenovo Yoga 3 Plus,Acer Iconia Tab A500, Beelink M18, Beelink MiniMXIII
kvoub
Message#57
10.07.18, 13:41
User
****
[offline]

Group: Friendssavagemessiahzine.com
Messages 53
Check in: 21.05.17

Reputation:-  1  +

* Dmitriy Golovin,
Not in the interfaces case: unsure:, I both pinged, but by the time I entered the console, bye-bye ... I remembered that after the reboot there was 75C, the CPU went into full load, and why no one would know.
Vladislav_993
Message#58
12.07.18, 23:37
Experienced
******
[offline]

Group: Friendssavagemessiahzine.com
Messages 485
Check in: 23.03.13
Xiaomi Redmi 4 Prime

Reputation:-  24  +

Owners, tell me how this board is suitable for organizing home nas? Who can tested, and can prompt what speeds approximately will be on a samba, at connection of hdd on usb and through orange pi nas?
merlinby
Message#59
13.07.18, 09:43
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 187
Check in: 12.03.11
Samsung Galaxy S8 Snapdragon

Reputation:-  20  +

Vladislav_993 @ 07.12.18, 23:37*
Owners, tell me how this board is suitable for organizing home nas? Who can tested, and can prompt what speeds approximately will be on a samba, at connection of hdd on usb and through orange pi nas?

I bought it for the purpose of NAS.
Previously, there was just an OrangePi PC, but the main problem was that the 100Mbps network
I have done so now: Armbian, Transmission, Samba
HDD via Blueendless 3.5 'Hdd Case connected to Zer0 +
I have Serviio (DLNA-Server) on a separate computer, which over the network takes files from Orange, but it can be installed on Orange as well.
Temperature 45C in idle. If the transmission shakes, it rises to 55C
The transmission speed over Samba network is about 40 MB / C (on the PC version, naturally, it did not rise above 10)
Overall very pleased. I will need instructions, I can write.

Post has been editedmerlinby - 13.07.18, 09:58
Vladislav_993
Message#60
13.07.18, 23:01
Experienced
******
[offline]

Group: Friendssavagemessiahzine.com
Messages 485
Check in: 23.03.13
Xiaomi Redmi 4 Prime

Reputation:-  24  +

* merlinby,
Just ordered a fee, I am waiting for delivery from China now. After receiving I will study, well, I will not give up instructions and tips. By the way, what volume does it make sense to buy a microsd card for deploying Armbian, Transmission, Samba?
merlinby
Message#61
14.07.18, 14:42
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 187
Check in: 12.03.11
Samsung Galaxy S8 Snapdragon

Reputation:-  20  +

* Vladislav_993
I have 8GB, now it's free 6.1GB
Here ishereI posted the magazine as I did on the Orange Pi PC
Zero + needs only a different image. You can download it there.

8 pagesV  < 1 2 3 4 5 6 > » 


 mobile version    Now: 04/28/19, 23:50