[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#906696: marked as done (flash-kernel: Please add an entry for the Rock64)



Your message dated Thu, 04 Apr 2019 22:19:04 +0000
with message-id <E1hCAhM-000Cs3-G6@fasolo.debian.org>
and subject line Bug#906696: fixed in flash-kernel 3.98
has caused the Debian Bug report #906696,
regarding flash-kernel: Please add an entry for the Rock64
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
906696: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906696
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: flash-kernel
Version: 3.94
Severity: wishlist
Tags: patch

Dear Maintainer,

The rock64 from pine64 works acceptable with linux-image-arm64.
There is a vendor u-boot available based on 2017.09. It fully supports distro boot and 
loading EFI applications.
Therefore the rock64 can be booted with grub-arm-efi.

Only one important thing has to be dealt with: Getting the DTB loaded by U-Boot!
U-Boot searches for rockchip/rk3328-rock64.dtb in /, /dtb/, /dtb/current on the EFI partition.

The attached db entry takes care ot this particular path by storing it at /boot/efi/dtb/rockchip/rk3328-rock64.dtb.

Other rockchip boards supported by mainline u-boot omit the rockchip subdirectory and just search for the dtb name.
However there is no support for the rock64 in mainline u-boot so I think carrying this weird prefix is acceptable.

Currently most used and best documented source for rock64 U-Boot:
https://github.com/ayufan-rock64/linux-u-boot/releases

u-boot-erase-spi-rock64.img.xz can be used to flash u-boot to SPI flash once;
from then on everything is standard:
- debootstrap
- linux-image-arm64
- grub-arm-efi
- grub-install --target=arm-efi --removable

Yours sincerely
Josua Mayer

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: arm64 (aarch64)

Kernel: Linux 4.17.0-1-arm64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages flash-kernel depends on:
ii  debconf [debconf-2.0]  1.5.69
ii  devio                  1.2-1.2+b1
ii  initramfs-tools        0.132
ii  linux-base             4.5
ii  mtd-utils              1:2.0.1-1
ii  ucf                    3.0038

Versions of packages flash-kernel recommends:
ii  u-boot-tools  2018.05+dfsg-1

flash-kernel suggests no packages.

-- Configuration Files:
/etc/flash-kernel/db changed:
Machine: Pine64 Rock64
Boot-DTB-Path: /boot/efi/rockchip/rk3328-rock64.dtb
DTB-Id: rockchip/rk3328-rock64.dtb


-- debconf information excluded
>From 94fb0ab7075b3f2424b8aef673d430896191f3ac Mon Sep 17 00:00:00 2001
From: Josua Mayer <josua.mayer97@gmail.com>
Date: Sun, 19 Aug 2018 21:55:17 +0200
Subject: [PATCH] Add Rock64

Signed-off-by: Josua Mayer <josua.mayer97@gmail.com>
---
 db/all.db | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/db/all.db b/db/all.db
index 7031d21..8d946c6 100644
--- a/db/all.db
+++ b/db/all.db
@@ -1402,6 +1402,10 @@ Boot-Script-Path: /boot/boot.scr
 U-Boot-Script-Name: bootscr.uboot-generic
 Required-Packages: u-boot-tools
 
+Machine: Pine64 Rock64
+Boot-DTB-Path: /boot/efi/rockchip/rk3328-rock64.dtb
+DTB-Id: rockchip/rk3328-rock64.dtb
+
 Machine: PlatHome OpenBlocks AX3-4 board
 Kernel-Flavors: armmp armmp-lpae
 DTB-Id: armada-xp-openblocks-ax3-4.dtb
-- 
2.18.0


--- End Message ---
--- Begin Message ---
Source: flash-kernel
Source-Version: 3.98

We believe that the bug you reported is fixed in the latest version of
flash-kernel, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 906696@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Holger Wansing <hwansing@mailbox.org> (supplier of updated flash-kernel package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 04 Apr 2019 23:38:42 +0200
Source: flash-kernel
Architecture: source
Version: 3.98
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Holger Wansing <hwansing@mailbox.org>
Closes: 906696 921518 923483 923655 926071
Changes:
 flash-kernel (3.98) unstable; urgency=medium
 .
   [ Vagrant Cascadian ]
   * Add machine db entry for Rock64 (Closes: #906696). Thanks to Josua
     Mayer.
   * Add machine db entry for Banana Pi M2 Berry (Closes: #923483). Thanks
     to Lucas Nussbaum.
 .
   [ Cyril Brulebois ]
   * Drop support for arm*/ixp4xx and arm*/iop32x; support for those
     platforms was removed from the Linux kernel and therefore d-i.
 .
   [ Heinrich Schuchardt ]
   * Provide db entry for the Pine A64 LTS board (Closes: #923655).
 .
   [ Jonas Smedegaard ]
   * Add an entry for Olimex A64 Teres-I (Closes: #926071).
 .
   [ Vagrant Cascadian ]
   * Add entries for Raspberry Pi 1, Pi Zero and Pi 3 Compute Module
     (Closes: #921518). Thanks to Alexandre GRIVEAUX.
 .
   [ Updated translations ]
   * Indonesian (id.po) by Muhammad Rifqi Priyo Susanto
   * Vietnamese (vi.po) by Trần Ngọc Quân
Checksums-Sha1:
 f9dcda2a7b53b17a22f8b61e3c69dc191fe1f59b 1888 flash-kernel_3.98.dsc
 d4fb9ccb51ba272552ea9e31077a616718d09101 71900 flash-kernel_3.98.tar.xz
 b8692df2bec439208af8367cc3bd2a30e355a5e4 5616 flash-kernel_3.98_arm64.buildinfo
Checksums-Sha256:
 73f62d18b56f56b136e823109762972805a3b5ebd7d796974c574c231da235f4 1888 flash-kernel_3.98.dsc
 b09d24d4605449bf50f2b3eb38b46c5a3be7910ac2ca0f94d774bb7cbfac5a02 71900 flash-kernel_3.98.tar.xz
 1271283d13ad7fdea1a56e84b7ac24639212e62c66ecb20b36dd6f6f755e5b0c 5616 flash-kernel_3.98_arm64.buildinfo
Files:
 64dbc2b170cf7eb162b448e453053892 1888 utils optional flash-kernel_3.98.dsc
 097e435ff4d26d7d61a777d4d3ad4ea7 71900 utils optional flash-kernel_3.98.tar.xz
 089a604006d4a3206ff44c7b56062503 5616 utils optional flash-kernel_3.98_arm64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJJBAEBCAAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAlymfn0VHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2gGoQAK/J8uWcu1EO5/2SwbA+tpNFi75T
UK/z/ZJfD40ZdLr3f4bAJl2lgqjUJqsxMnUS8kGVgy/K5VjZVxSmNpl0MNZv54Oa
77KvMLcYfbT3ZsFL09LKyyeHQa0AZiJ/041WSz3sl7UOZktIkEMttYVJ/Nu2YNIM
zEFTZP2RAlTh5AvukjjdlU3M9fkY8ZoSG+FaInyPaQ9EzGxiGQwtbdsHBnZymQLD
zomdJnODTsUevDsCaAOEKpuwWoFeqLN4DS/1/1lZkZDbfgQSMF8dtksT3Ada9Sc4
GZLB2fKkKUPQZWc3K7c9ZcqQrcYLhbUcS57Kj8G8wXderLvihlt1bnfg1Avplm7q
1RZIHfl+x7UjpZ5fNVlA1rTKAto4LNhGj61VBe2zEfYS5TKYVBxjsub4rlJfxToN
aDAqMJvjczZzrywd53VlxcX5mDh8aOwrJGv37Z9ow9EU4jjZOEsoU2A7DtzRYeD5
lb92705qAclbMR+kvQ4izFRvJFowyiokFdBviHNvXtytGd0+NY3ZpmWeWvaxUwGf
uHuRwRqGWrpnblYT1APpLOu8qnmktGeEyOn+WtyqezuZatzgk21PzXCWGx7mq8A1
yvM5Co6goTeomHuA6ZESKj4Mt+/puR0vSnf7QOGtaWSRSdpAotNRILQHNdFc5HNV
SJnM7y0y9KfQa/WY
=gWX2
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: