Jump to content

manuti

Members
  • Posts

    352
  • Joined

  • Last visited

Posts posted by manuti

  1. Some minor issues related to @tkaiser armbian image, both of then:

    • lock the /var/dpkg after first apt update , so I need to manually fix before run apt upgrade
    • I can't make the system boot directly to armbian, I need to start Android -> insert the uSD card with armbian > go to a Terminal previously installed on Android > switch to root user (my device is factory rooted) > reboot
    • I configure the screen using h3disp with 1080p60 as I use with other boards. With the Desktop image, the tty are 1080p  and Ok but the Desktop is recognized by the TV as an 1080p but only room 3/4 of the screen.

     

  2. OK, following commands was never tested on my armbian boards but I used long time ago on Raspberry Pi with Raspbian:

    sudo apt-get install vsftpd

    Edit and config the server:

    sudo nano /etc/vsftpd.conf

    Uncomment this lines:

    local_enable=YES
    write_enable=YES

    Save the changes and restart the server:

    sudo service vsftpd restart

    Now you maybe can connect to the insecure ftp server using:

    the IP of your armbian machine

    the user and password you configure in the first run.

     

    Here you can found more info about vsftpdhttps://itsfoss.com/set-ftp-server-linux/

     

  3. No, my kernel is 3.0.8+ older than galland version.

    I saw the new merged commit to the mainline but I'm not considering to spend time compiling or whatever. The boards works for me and ... if it works you don't  need to fix it.

    This evening or tomorrow I try to copy xorg.conf and share in paste.bin but I don't have a clear idea about the conf because I don't want to mingle with my config files: https://askubuntu.com/questions/4662/where-is-the-x-org-config-file-how-do-i-configure-x-there

    Can you specify what files do you want?

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines