Jump to content

earth08

Members
  • Posts

    46
  • Joined

  • Last visited

Posts posted by earth08


  1. Preparing such copy/paste instruction is a nightmare :( You need to be in /mnt/boot/ and there you run mkimage without a path.
    Dear,
    Again thanks for you kind guidance to solve this problem,
    One question,
    What do you suggest to take whole emmc backed up?
    Please guide.
    Thanks in adv.

    Sent from my AO5510 using Tapatalk

  2. 39 minutes ago, Igor said:

    Forget about changing u-boot, replace rather boot script. It is more simple and actually the fix for the problem.
     
    1. Boot with SDcard
    2. Mount /dev/mmcblk2p1 /mnt # on some cases it will be mmcblk1p1
    3. cd /mnt/boot
    4. wget https://raw.githubusercontent.com/armbian/build/master/config/bootscripts/boot-sunxi.cmd
    5. mv boot-sunxi.cmd boot.cmd
    6. mkimage -C none -A arm -T script -d boot.scr boot.cmd
    7. power off,
    8. remove SD and boot from eMMC
     

    error
    mkimage: can't stat boot.scr: No such file or directory


    Sent from my AO5510 using Tapatalk
     

  3. Replacing bootloader on your eMMC
     
    Boot from SD card.
    mkdir tmpcd tmp# replace this URL with the one for your board! This is for Orange pi plus 2ewget http://apt.armbian.com/pool/main/l/linux-u-boot-orangepiplus2e-default/linux-u-boot-orangepiplus2e_5.39_armhf.debdpkg -x *.deb . root_uuid=$(sed -e 's/^.*root=//' -e 's/ .*$//' root_partition_device=$(blkid | tr -d '":' | grep ${root_uuid} | awk '{print $1}' | tr -d '"/dev')emmc="/dev/"$(cat /proc/partitions | grep -v ${root_partition::-2} | grep mmcblk | awk '{print $4}' | head -1)# adjust the path accordingly to your board - downloaded file                                                                dd if=usr/lib/linux-u-boot-orangepiplus2e_5.35_armhf/u-boot-sunxi-with-spl.bin of=$emmc bs=1024 seek=8 status=noxfer

    If you want to flash your SD card on external SD card reader:

    sdcard=/dev/sda # make sure this is SD card and not your hard drive!!dd if=usr/lib/linux-u-boot-orangepiplus2e_5.35_armhf/u-boot-sunxi-with-spl.bin of=$sdcard bs=1024 seek=8 status=noxfer

     

    Where should it copy the extracted file


    Sent from my AO5510 using Tapatalk

  4. Well, I think you can do following:
    Get mmc card
    Put fresh armbian on it
    Boot from it
    Make tar of /mmcblk2p1 (somewhere on network, I use sshfs for this)
    Shutdown
    Get mmc on pc an delete everything on it, then utar content of mmcblk2p1 on it.
    It should work (worked for me)
    Rgds
     
     
    Dear,
    I don't get when u say make tar of.
    Can u please explain?
    Thanks in adv.

    Sent from my AO5510 using Tapatalk

  5. Which kernel source and which kernel config did you take to build the 4.10 kernel?

    Thanks dear for pointing.

    But in armbian 5.26 with kernel 4.10

    Docker is provided by armbian repo

     

    It was my mistake, I was going through wrong way.

     

    S7edge

  6. Mostly it depends from your download speed and CPU. If you have some average download speed (10Mbit), IIRC it should be done in less than one hour if you do this first time. Second build, when cache is created, it takes around 5-7 min on some modern SSD driven 4-8 Intel core. Kernel compilation + image building.

    I have 4mb speed and also the process get an fatal error.

    Don't remember what was the error.

    Now started again


  7. Hello,

     

    I would like to provide test/nightly builds for the:

    • Orange Pi+ 2e (the Xunlong sample from 2016)
    • Orange Pi PC 2 (the newer 64-bit H5 version of the Orange Pi PC)

    Best regards,

     

    Kriston


    I would like to install your test.
    Please provide me

     


    S7edge


    Last weekend, I've built and upgraded almost all my boards (2E/PC/PC+/Zero) and they are all on 4.10 now.

    Dear,
    Please provide me your build image for oPi+2e.

     


    S7edge

  8. Docker port for ARM is unofficial and it doesn't need 4G RAM. This is not Windows / Intel world :)

     

    Check this thread for more info.

     

    But there is a problem since Docker needs at least kernel 3.10 and for this board (Orange Pi 2e) we don't have stable kernel higher than 3.4.113.

     

    Image with kernel 4.9.x can be built, it might even work fine, but we don't provide any support under any condition. You are on your own in case of troubles and they will pop out since this kernel is still under development.

    R there any chance to get latest kernel officially?

     

    S7edge

  9. hi. the appropriate way is to use the armbian build tools and build your own opi 2e image with the mainline kernel. the armbian tools make it pretty easy, but still a bit of effort.

     

    i highly recommend using ubuntu xenial over jessie... the docker version is much more current. ive been running docker on my 2e from an imade i made months ago and its been pretty stable. my reverse proxy is running as a container on a 2e full time. i even built x264 zoneminder as a container with success

     

    Tapatalk thinks its important to tell you im using tapatalk from a phone.

    Dear,

    I using opi+2e for nextcloud and I want docket for office.

    Can u share ur image?

    Can we update like we are updating on regular firmware?

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines