Jump to content

bedna

Members
  • Posts

    51
  • Joined

  • Last visited

Reputation Activity

  1. Like
    bedna got a reaction from Igor in shrink-backup - a tool for backing up sbc:s   
    Yes, I am working on that.
    Whiptail is what I am educating me in closer right now.
     
    But it will most likely be it's own script. Trying to implement the script straight up I think would become messy pretty fast, and I don't think anybody is interested in that.
     
    But yes, it is happening, sometime.. xD
    I was honestly hoping it would already be a reality, but my health keeps putting up roadblocks for me.
  2. Like
    bedna reacted to Werner in I just want to buy a t-shirt or two...   
    There never was a cert since it is just a simple redirect to https://armbian.myspreadshop.net/ so feel free to use this address.
  3. Like
    bedna reacted to jba in How to make a sd card bootable?   
    Finally found the better answer to my initial question. The process is described in the wiki:
     
    https://docs.armbian.com/User-Guide_Recovery/#flashing-boot-loader
     
    However, there is one mistake. Instead  of the last line
     
    ~ $ bash pack/usr/lib/u-boot/platform_install.sh pack/usr/lib/linux-u-boot-nanopineo2-current /dev/XXX # replace XXX with the actual device  
    you need to run
     
    ~ $ source pack/usr/lib/u-boot/platform_install.sh ~ $ write_uboot_platform pack/usr/lib/linux-u-boot-nanopineo2-current /dev/XXX # replace XXX with the actual device /dev/sdb  
    In addition it is important to start the partition at block 8192 (at least for my odroid HC2, may be a differnet number on other devices).
    This way you can easily write your backups to an sd.
     
    Regards,
    Jürgen
  4. Like
    bedna reacted to SteeMan in Partition table on Orange Pi 5   
    GPT is something the Armbian build framwork supports, not currently the default, but here is a list of boards that use it:
    grep -i gpt *
    armsom-sige7.csc:IMAGE_PARTITION_TABLE="gpt"
    armsom-w3.csc:IMAGE_PARTITION_TABLE="gpt"
    bananapir2pro.csc:IMAGE_PARTITION_TABLE="gpt"
    fxblox-rk1.wip:IMAGE_PARTITION_TABLE="gpt"
    hinlink-h28k.csc:IMAGE_PARTITION_TABLE="gpt"
    hinlink-h88k.csc:IMAGE_PARTITION_TABLE="gpt"
    hinlink-ht2.csc:IMAGE_PARTITION_TABLE="gpt"
    indiedroid-nova.csc:declare -g IMAGE_PARTITION_TABLE="gpt"
    jp-tvbox-3566.tvb:IMAGE_PARTITION_TABLE="gpt"
    khadas-edge2.conf:declare -g IMAGE_PARTITION_TABLE="gpt"
    mangopi-m28k.csc:IMAGE_PARTITION_TABLE="gpt"
    mixtile-blade3.wip:declare -g IMAGE_PARTITION_TABLE="gpt"
    nanopct6.wip:IMAGE_PARTITION_TABLE="gpt"
    nanopi-r5c.csc:IMAGE_PARTITION_TABLE="gpt"
    nanopi-r5s.wip:IMAGE_PARTITION_TABLE="gpt"
    nanopi-r6s.conf:IMAGE_PARTITION_TABLE="gpt"
    odroidm1.conf:IMAGE_PARTITION_TABLE="gpt"
    orangepi3b.csc:IMAGE_PARTITION_TABLE="gpt"
    orangepi5.conf:IMAGE_PARTITION_TABLE="gpt"
    orangepi5-plus.conf:IMAGE_PARTITION_TABLE="gpt"
    panther-x2.csc:IMAGE_PARTITION_TABLE="gpt"
    quartz64a.csc:IMAGE_PARTITION_TABLE="gpt"
    quartz64b.csc:IMAGE_PARTITION_TABLE="gpt"
    radxa-e25.wip:IMAGE_PARTITION_TABLE="gpt"
    rock-3a.conf:IMAGE_PARTITION_TABLE="gpt"
    rock-5a.wip:IMAGE_PARTITION_TABLE="gpt"
    rock-5b.conf:IMAGE_PARTITION_TABLE="gpt"
    rock-5-cmio.csc:IMAGE_PARTITION_TABLE="gpt"
    station-m2.csc:IMAGE_PARTITION_TABLE="gpt"
    station-m3.csc:IMAGE_PARTITION_TABLE="gpt"
    station-p2.csc:IMAGE_PARTITION_TABLE="gpt"
    xiaomi-elish.conf:IMAGE_PARTITION_TABLE="gpt"
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines