Jump to content

Pavel

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Pavel

  1. Hi All, 

     

    Please advise, started a few days ago. haven't done any changes. 

    Debian Stretch: Armbian Linux 4.14.150-odroidxu4

     

    :~# apt-get update
    Hit:1 http://security.debian.org stretch/updates InRelease
    Get:3 https://download.docker.com/linux/debian stretch InRelease [44.8 kB]
    Ign:4 http://httpredir.debian.org/debian stretch InRelease
    Hit:5 http://httpredir.debian.org/debian stretch-updates InRelease
    Hit:6 http://httpredir.debian.org/debian stretch-backports InRelease
    Hit:7 https://apt.syncthing.net syncthing InRelease
    Ign:2 https://armbian.tnahosting.net/apt stretch InRelease
    Hit:8 http://httpredir.debian.org/debian stretch Release
    Err:9 https://armbian.hosthatch.com/apt stretch Release
      404  Not Found
    Reading package lists... Done
    E: The repository 'http://apt.armbian.com stretch Release' does no longer have a Release file.
    N: Updating from such a repository can't be done securely, and is therefore disabled by default.
    N: See apt-secure(8) manpage for repository creation and user configuration details.
     

     

    Thnaks

  2. Hi,

    I have the same issue for ODroid HC1 (ARMBIAN 5.60 stable Debian GNU/Linux 8 (jessie) 4.14.69-odroidxu4
    )

     

    W: Size of file /var/lib/apt/lists/apt.armbian.com_dists_jessie_jessie-desktop_binary-armhf_Packages.gz is not what the server reported 19879 19884

     

    Just noticed that the packedge name changes time to time.

    Have you found any solution? 

     

    Thanks,

    Pavel

  3. Hi Armbian move banana pi boot partition to a smaller SD card after rootfs was moved to SATA drive:

    1. clean new sdd card:

    dd if=/dev/zero of=/dev/sdc bs=1M count=1

    2. copy bootloader to the new smaller SD card . You need to take bootloader from the previous SD card which was created during Armbian installation

    dd if=/mnt/sd_old/usr/lib/linux-u-boot-next-bananapi_5.35_armhf/u-boot-sunxi-with-spl.bin of=/dev/sdc bs=1024 seek=8

    3. create a partiton ext4 with fdisk and format new sd card:

    mke2fs -t ext4 -L rootfs /dev/sdc1

    4. Copy images and boot config files from the old SD card
    rsync -arx --progress /media/sd_old/boot/ /mnt/sd_new/

    5. Edit boot.cmd and replace root=/dev/mmcblk0p1 with root=/dev/sda1 (sda1 SATA drive)

    mkimage -C none -A arm -T script -d /mnt/sd_new/boot.cmd /mnt/sd_new/boot.scr

    6. Mount your SATA drive where root FS was copied by the nand-install script 

    In the fstab replace old sd card UUID with a UUID of the new SD card for /media/mmcboot mount point

    UUID=6b33f0ba-1043-4ff7-b069-3a116e6c6008  /media/mmcboot

    you can get UUID with blkid /dev/sdc1

     

    Done 

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines