Your message dated Fri, 21 Aug 2020 04:58:02 +0200
with message-id <20200821045802.07acb7c9ded347064600d...@mailbox.org>
and subject line Re: Mass-closing old installation-report bugs  ---  round 5
has caused the Debian Bug report #879987,
regarding Netboot installation report for Banana Pi M3
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 ow...@bugs.debian.org
immediately.)


-- 
879987: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879987
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: installation-reports

Boot method: Put the files on an SD card an manually loaded them in u-boot
Image version: http://ftp.nl.debian.org/debian/dists/sid/main/installer-armhf/current/images/netboot/ At the time of dowloading the image, the time column says "20:48 19-09-17".
Date: 28-10-17

Machine: Banana Pi M3 (https://linux-sunxi.org/Banana_Pi_M3)
Processor: A83T
Memory: 2GiB LPDDR3 @ 672 MHz
Partitions: Never got past the initramfs, so here's df of that (the busybox
  version of df doesn't support -Tl)

  Filesystem           1K-blocks      Used Available Use% Mounted on
  none                    207052        48    207004   0% /run
  devtmpfs               1024196         0   1024196   0% /dev

Base System Installation Checklist:
Initial boot:           [E]

Comments/Problems:
My u-boot is the master branch on 33fe271278 from Thu Oct 26 21:24:31 2017 +0900
hosted https://github.com/u-boot/u-boot.git

The linux kernel I used is master on 15f859ae5c43 from
Thu Oct 26 23:04:14 2017 +0200
hosted git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git

The procedure is simple enough and doesn't differ too much from the tutorial
on https://www.debian.org/releases/jessie/armhf/ch05s01.html.en
Since u-boot has support for my device, creating the correct u-boot config
could be achieved with
  make Sinovoip_BPI_M3_defconfig
Putting the u-boot spl to the correct offset for me device is
  dd if=u-boot-sunxi-with-spl.bin of=/dev/${card} bs=1024 seek=8

Then I formatted the SD card to contain one ext4 partition from sector 2048
to the end of the card. It's 32 GB Samsung EVO Plus card. On the filesystem I
put the vmlinuz and the initrd.gz that I got from the netboot installer I
downloaded. Since there's no device tree for my device, I compiled
a linux kernel with
  make sunxi_defconfig
and put the device tree which is located in
  arch/arm/boot/dts/sun8i-a83t-bananapi-m3.dtb
on the SD card also.

Putting the SD card in my device, I navigated the interface with uart.
Since u-boot supports the Banana Pi M3, certain variables are predefined.
This includes the kernel address (kernel_addr_r), the device tree address
(fdt_addr_r) and the ramdisk address (ramdisk_addr_r). ${filesize} on the other
hand is automatically set for the file loaded last, so we have to load the
ramdisk last. The sd card slot on the Banana Pi M3 is "mmc 0".

  => load mmc 0 ${kernel_addr_r} ${path_on_your_fs}/vmlinuz
  => load mmc 0 ${fdt_addr_r} ${path_on_your_fs}/sun8i-a83t-bananapi-m3.dtb
  => load mmc 0 ${ramdisk_addr_r} ${path_on_your_fs}/initrd.gz
  => setenv bootargs console=ttyS0,115200 rootwait panic=10
  => bootz ${kernel_addr_r} ${ramdisk_addr_r}:${filesize} ${fdt_addr_r}

After this sequence of inputs, I got

  ## Flattened Device Tree blob at 43000000
     Booting using the fdt blob at 0x43000000
     Loading Ramdisk to 48b66000, end 49fff009 ... OK
     Loading Device Tree to 48b60000, end 48b65673 ... OK

  Starting kernel ...

Nothing more happend, waiting several minutes. I suppose CONFIG_DEBUG_LL wasn't
on in the vmlinuz I got, otherwise I might have received error messages.

Not wanting to give up just then, I tried the zImage of the kernel I had
compiled to get the device tree for my device. So only initrd.gz was from the debian site at this point, as vmlinuz and the device tree where self-compiled.
To my surprise, it actually worked and I was greeted with the installer
interface. Later the installer asked me for the ethernet driver, which I
couldn't find in the list. It's dwmac-sun8i.ko, which is included in the
kernel by CONFIG_DWMAC_SUN8I It's short description is

  Support for Allwinner H3 A83T A64 EMAC ethernet controllers

Extracting the initrd.gz afterwards, I found that it really wasn't included.

I didn't pursue the issue further, but maybe with slight changes to the kernel
config, the debian installer could be used on this device.

--- End Message ---
--- Begin Message ---
Hi,

Holger Wansing <hwans...@mailbox.org> wrote:
> 
> I'm closing the reports below.
> 
> That's installation-reports for Debian 7 with
> - undefined errors
> - problems which are likely to have been fixed in the meantime
> - successful installation
> 
> Because of the age, there is no chance to analyse them further and therefore
> they are no longer relevant or of any use for current releases:

And thank you for filing these installation bug reports, they have been very 
useful at the time they were filed!
If you know, that the issue you reported (and gets closed here) is still 
existing
in recent installation images, please file a new report for that!

round 5 (for Debian 7 / 8 / 9 / pre-buster ):

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=706219
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739299
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741206
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742647
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798896
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799570
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=805342
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738865
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790708
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804154
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=851429
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=851432
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=851539
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=851740
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852779
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853187
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854087
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854428
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854455
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854857
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856178
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857048
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857179
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857695
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857839
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858139
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858181
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858299
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859233
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860286
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860478
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860809
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861015
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861083
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861380
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861469
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862010
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862025
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862521
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863178
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863241
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863613
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864935
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864991
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865473
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865811
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866240
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866597
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866681
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866966
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867064
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867066
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867285
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868085
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868338
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868942
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868994
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=869118
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=869895
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=870331
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871323
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871569
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872764
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874314
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874385
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=875788
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=876352
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=877467
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879514
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879659
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879688
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879987
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880021
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880054
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880104
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880947
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882732
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884348
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=885026
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886023
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886025
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886970
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887670
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=889673
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=889717
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=889993
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890192
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890404
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891973
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892405
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893432
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893748
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894059
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894169
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894231
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894270
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895700
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897559
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=899251
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=899321
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900609
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900666
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900738
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901851
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=903047
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=903244
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904421
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=905827
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906093
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907575
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909294
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909918
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=910023
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=915368
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=916068
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=916381
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=916386
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917350
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917940
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919842
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921264
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921861
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=922115
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=923252
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=923524
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924179
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924563
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925537
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926111
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926448
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926538
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926975
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926980
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=927811
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928192
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928413
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928414
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928490
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929243
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929476
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931241
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931587
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931918
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=944285
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=944762




-- 
Holger Wansing <hwans...@mailbox.org>
PGP-Fingerprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076

--- End Message ---

Reply via email to