Re: Preliminary image for Raspberry Pi 4

2020-04-27 Thread Lucas Nussbaum
On 27/04/20 at 20:46 +0200, basti wrote:
> Am 27.04.20 um 18:28 schrieb Lucas Nussbaum:
> > On 27/04/20 at 15:30 +0200, basti wrote:
> > > Hello lucas,
> > > 
> > > thanks for the tip you provide there
> > > (https://github.com/lategoodbye/rpi-zero/issues/43#issuecomment-619974846)
> > > 
> > > As I can see in this Post here you have a working Image with Kernel 5.5
> > > without USB Support. I need the USB Support. So I try to Build a Image
> > > with Kernel 5.6 with the result that the Image does not boot.
> > > (see https://lists.debian.org/debian-arm/2020/04/msg00023.html)
> > Did you try building 5.6 from the Debian kernel team git repo?
> > https://salsa.debian.org/kernel-team/linux/-/tree/master
> > 
> > There's a commit there that fixes the build failure that we are seeing
> > in experimental.
> > 
> Did you have some howto? i have try
> https://wiki.debian.org/HowToCrossBuildAnOfficialDebianKernelPackage but the
> is no
> 
> debian/rules.gen and make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- 
> defconfig like vanilla does not work.

Did you find 
https://salsa.debian.org/kernel-team/linux/-/blob/master/debian/README.source ?
I did not try, but this seems like what should be followed.

Lucas



Re: Preliminary image for Raspberry Pi 4

2020-04-27 Thread deloptes
basti wrote:

> It seems that the uboot is not build properly. The Serial console show a
> lot of � (Replacement character).

I was thinking it is because of the terminal type on the serial being vt100
or vt102 here. It shows not only on the RPi4



Re: Preliminary image for Raspberry Pi 4

2020-04-27 Thread basti

Am 27.04.20 um 18:28 schrieb Lucas Nussbaum:

On 27/04/20 at 15:30 +0200, basti wrote:

Hello lucas,

thanks for the tip you provide there
(https://github.com/lategoodbye/rpi-zero/issues/43#issuecomment-619974846)

As I can see in this Post here you have a working Image with Kernel 5.5
without USB Support. I need the USB Support. So I try to Build a Image
with Kernel 5.6 with the result that the Image does not boot.
(see https://lists.debian.org/debian-arm/2020/04/msg00023.html)

Did you try building 5.6 from the Debian kernel team git repo?
https://salsa.debian.org/kernel-team/linux/-/tree/master

There's a commit there that fixes the build failure that we are seeing
in experimental.

Did you have some howto? i have try 
https://wiki.debian.org/HowToCrossBuildAnOfficialDebianKernelPackage but 
the is no


debian/rules.gen and make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- defconfig 
like vanilla does not work.



Re: Preliminary image for Raspberry Pi 4

2020-04-27 Thread Lucas Nussbaum
On 27/04/20 at 15:30 +0200, basti wrote:
> Hello lucas,
> 
> thanks for the tip you provide there
> (https://github.com/lategoodbye/rpi-zero/issues/43#issuecomment-619974846)
> 
> As I can see in this Post here you have a working Image with Kernel 5.5
> without USB Support. I need the USB Support. So I try to Build a Image
> with Kernel 5.6 with the result that the Image does not boot.
> (see https://lists.debian.org/debian-arm/2020/04/msg00023.html)

Did you try building 5.6 from the Debian kernel team git repo?
https://salsa.debian.org/kernel-team/linux/-/tree/master

There's a commit there that fixes the build failure that we are seeing
in experimental.

> It seems that the uboot is not build properly. The Serial console show a
> lot of � (Replacement character).

U-boot should not be needed.

Lucas



Re: Graphical installer on arm64 (netboot and cdrom)

2020-04-27 Thread Steve McIntyre
On Mon, Apr 27, 2020 at 06:41:36PM +0300, Alper Nebi Yasak wrote:
>On 21/04/2020 14:14, Alper Nebi Yasak wrote:
>> Since you've already pushed to master, I'll try to do a full
>> installation once daily cdroms are available.
>
>I've tested with today's (2020-04-27) weekly-built
>debian-testing-arm64-xfce-CD-1.iso on my chromebook. Overall rushing through
>the graphical installation went just fine. Just some minor hardware-specific
>problems, and I had to handle chromeos bootloader stuff manually, but nothing
>wrong with the graphical parts from what I can tell.

\o/

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
"Because heaters aren't purple!" -- Catherine Pitt



Re: Graphical installer on arm64 (netboot and cdrom)

2020-04-27 Thread Alper Nebi Yasak

On 21/04/2020 14:14, Alper Nebi Yasak wrote:

Since you've already pushed to master, I'll try to do a full
installation once daily cdroms are available.


I've tested with today's (2020-04-27) weekly-built 
debian-testing-arm64-xfce-CD-1.iso on my chromebook. Overall rushing 
through the graphical installation went just fine. Just some minor 
hardware-specific problems, and I had to handle chromeos bootloader 
stuff manually, but nothing  wrong with the graphical parts from what I 
can tell.


Thanks a lot!



Re: Pi2 does not boot with debian-10.3.0-armhf-netinst.iso on SDCard

2020-04-27 Thread Gilles Risch

On 4/26/20 12:29, Reco wrote:

Hi.

On Fri, Apr 24, 2020 at 10:21:04AM -0500, Gunnar Wolf wrote:

There is a very minor issue with the 0/1 image (which I intend to fix now).

There are two, actually:

1) /etc/network/interfaces.d/eth0 has a hook to load netfilter rules,
but the appropriate files are missing:

 pre-up iptables-restore < /etc/iptables/rules.v4
 pre-up ip6tables-restore < /etc/iptables/rules.v6

2) An attempt to launch agetty on ttyS1 (which should be uart console
according to /proc/cmdline) fails with:

agetty[655]: /dev/ttyS1: not a tty

Reco





Autopedestres__Roedgen(1).gpx
Description: application/gpx


Re: Preliminary image for Raspberry Pi 4

2020-04-27 Thread basti
Hello lucas,

thanks for the tip you provide there
(https://github.com/lategoodbye/rpi-zero/issues/43#issuecomment-619974846)

As I can see in this Post here you have a working Image with Kernel 5.5
without USB Support. I need the USB Support. So I try to Build a Image
with Kernel 5.6 with the result that the Image does not boot.
(see https://lists.debian.org/debian-arm/2020/04/msg00023.html)

It seems that the uboot is not build properly. The Serial console show a
lot of � (Replacement character).

basti