@Lazar-Demin Please, consider fixing the poweroff
and halt
issues before summiting the Pull Request.
jorgegarciadev
@jorgegarciadev
Hacker de fin de semana. Escribo c贸digo a cambio de comida y porque me da la gana.
Best posts made by jorgegarciadev
-
RE: Omega2 reboot
-
RE: Any easy guide to turn Omega2 into WiFi media hub/media center?
@Mar-Adrian-Belen They are not on the Omega repos but in the LEDE ones. You have to uncomment the repo
http://downloads.lede-project.org/snapshots/packages/mipsel_24kc/packages/
in your/etc/opkg/distfeeds.conf
or, what I would do, download the packages and their dependencies and install them manually. You can download the packages with:wget http://downloads.lede-project.org/snapshots/packages/mipsel_24kc/packages/minidlna_1.1.5-1_mipsel_24kc.ipk
And then install them with:
opkg install minidlna_1.1.5-1_mipsel_24kc.ipk
Good luck.
-
RE: SFTP on Omega 2+ [RESOLVED]
Since some people are asking on private messages, to install
openssh-sftp-server
download the package from the repository with:wget http://downloads.lede-project.org/snapshots/packages/mipsel_24kc/packages/openssh-sftp-server_7.4p1-1_mipsel_24kc.ipk
and install it with:
opkg install openssh-sftp-server_7.4p1-1_mipsel_24kc.ipk
I didn't uncomment the
reboot_packages
repo on/etc/opkg/distfeeds.conf
because I don't know if all those packages would cause any issues. -
RE: Any easy guide to turn Omega2 into WiFi media hub/media center?
@Danny-K Just found you can download minidlna and forked-daapd from LEDE project's repos.
Latest posts made by jorgegarciadev
-
RE: GPIO edge detection in python
@Alex-Butler @Douglas-Kryder @Daniel-Bachmann Any update? did you get it working somehow?
-
RE: Omega2 - moving serial terminal from serial0 to serial1
I know it's possible with a custom firmware, but it's a bit risky and I'm not a brave man. In the Raspberry Pi you can change the baudrate or even disable the serial terminal editing
/boot/config.txt
, I'm looking for something like that.I'm trying to configure
fw_printenv
to get the u-boot enviroment variables (I don't even know what I'm doing ) Do you know what the Env. size and Flash sector size are for the Omega2+? -
Omega2 - moving serial terminal from serial0 to serial1
Is there any way to show the serial terminal on serial1 instead of serial0 changing boot options?
-
RE: Is Apache no longer available for Omega2+?
@WayneL Don't know, maybe they think some of those packages could break firmware, the development state of the Omega2 software is pretty alpha.
-
RE: Is Apache no longer available for Omega2+?
Yes it is, but you have to uncomment the
reboot_packages
repo on your/etc/opkg/distfeeds.conf
, then runopkg update
. After that you can install Apache. -
RE: Midnight Commander
@Brad-Buskey can you run
opkg info mc
and post the output, please? -
RE: Midnight Commander
Can't find the package, what are the exact package name and repo?