Jump to content

nxtv2.0

Members
  • Posts

    16
  • Joined

  • Last visited

Posts posted by nxtv2.0

  1. With your kernel and dtb and lib/modules the ethernet led lights up

     IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    
    

    The distro uses ethernet by:

    ifconfig eth0 down
    ifconfig eth0 add 192.168.1.30 up
    route add default gw 192.168.1.1
    echo nameserver 192.168.1.1 >> /etc/resolv.conf
    

    What could be wrong?

  2. The kernel used to boot in 2.7s but when i reinstalled armbian on the eMMC again it now boots in almost 6s, how do i know what delays the kernel like that and what changed.i needed to reinstall as i had masked an important module and SSH wasn't connecting.

  3. I will be using this server to stream cameras in an rov and need to have it on very quick from cold boot.

     

    Is there a way to start a binary quicker than that and also what is taking systemd so long to run my serivce?

     

    Thanks in advance.

  4. Using my custom service:

    [Unit]
    Description=virtualhere
    After=system.slice
    DefaultDependencies=no
    
    [Service]
    ExecStart=/root/vhusbdarm
    
    

    Is there a way to make it faster , it takes about 20 secs for the client to see the server after power on.

     

    Update:

     

    What stuff runs before system.slice that makes it take time to boot?

  5. Ok here is a list after i removed a few:

              1.669s networking.service
               770ms systemd-logind.service
               749ms systemd-udev-trigger.service
               699ms rc-local.service
               589ms systemd-user-sessions.service
               569ms loadcpufreq.service
               509ms systemd-setup-dgram-qlen.service
               499ms systemd-modules-load.service
               489ms kbd.service
               479ms console-setup.service
               409ms keymap.service
               409ms systemd-random-seed.service
               399ms systemd-remount-fs.service
               389ms kmod-static-nodes.service
               369ms systemd-tmpfiles-setup-dev.service
               319ms cpufrequtils.service
               299ms systemd-sysctl.service
               281ms rsyslog.service
               243ms dev-mqueue.mount
               219ms systemd-tmpfiles-setup.service
               202ms sys-kernel-debug.mount
               150ms sys-fs-fuse-connections.mount
               149ms systemd-rfkill@rfkill0.service
               119ms udev-finish.service
               119ms systemd-update-utmp.service
               113ms systemd-update-utmp-runlevel.service
                79ms sysfsutils.service
                78ms user@0.service
                57ms lirc.service
                53ms systemd-udevd.service
                10ms tmp.mount
    

    what services do i not need and are there other ways to reduce boot time.

  6. Hi,

    I'm using the orange pi plus 2e with armbian server installed on eMMC via the built-in script,as the title says i want ways to reduce boot times.

     

    I only need ethernet and usb since i will be using it as a "virtualhere" server.

     

    Thanks, linux super noob.

     

    regards.

  7. There are python libraries for the raspberry pi that use its dma channels to output pwm on any pin chosen?

    How do i get PWM out of the allwinner h3?

    In the allwinner h3 datasheet it says "12 dma channels".

     

    thanks in advance.

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines