Bootstrapping an Olimex A64-OLinuXino

2018-03-13 Thread Martin Lucina
Hi, I'm trying to bootstrap an Olimex A64-OLinuXino board from scratch, using Debian stretch on x86_64 as the build host. So far, I've: - cross-built mainline U-boot 2018.01 including the SPL and BL31 from latest https://github.com/apritzel/arm-trusted-firmware.git#allwinner and a64-olinuxino

Re: Bootstrapping an Olimex A64-OLinuXino

2018-03-13 Thread Joonas Kylmälä
Martin Lucina: > (arm-trusted-firmware) $ make PLAT=sun50iw1p1 DEBUG=1 bl31 > CROSS_COMPILE=aarch64- linux-gnu- > (u-boot) $ make ARCH=arm CROSS_COMPILE=aarch64-linux-gnu- > a64-olinuxino_defconfig > (u-boot) $ make ARCH=arm CROSS_COMPILE=aarch64-linux-gnu- > BL31=$(pwd)/../arm-trusted-fir

Re: Bootstrapping an Olimex A64-OLinuXino

2018-03-13 Thread Martin Lucina
On Tuesday, 13.03.2018 at 13:45, Joonas Kylmälä wrote: > Martin Lucina: > > (arm-trusted-firmware) $ make PLAT=sun50iw1p1 DEBUG=1 bl31 > > CROSS_COMPILE=aarch64- linux-gnu- > > (u-boot) $ make ARCH=arm CROSS_COMPILE=aarch64-linux-gnu- > > a64-olinuxino_defconfig > > (u-boot) $ make ARCH=arm

Re: Bootstrapping an Olimex A64-OLinuXino

2018-03-13 Thread Joonas Kylmälä
Martin Lucina: > U-boot seems fine -- it's once I start the kernel that things start to go > wrong. Just tried a mainline 4.16-rc5, and I get the same kernel BUG fairly > early during boot (though no immediate panic). Sometimes the bootloader can put the hardware in a state in which the Linux kern

Upgrade report for stretch on QNAP TS-212P

2018-03-13 Thread Vincent Legoll
Hello, I just successfully upgraded my second QNAP TS-212P NAS from jessie to stretch. I didn't remember how I did the first one last year. I went to Martin's excellent web site and did what is described as "Re-installing Debian" from the following page: http://www.cyrius.com/debian/kirkwood/qna

Re: Upgrade report for stretch on QNAP TS-212P

2018-03-13 Thread Vincent Legoll
A few more details... I used kernel-6182 & initrd from: http://ftp.debian.org/debian/dists/stretch/main/installer-armel/current/images/kirkwood/network-console/qnap/ts-21x/ verified with help from: http://ftp.debian.org/debian/dists/stretch/main/installer-armel/current/images/SHA256SUMS I had t

Re: Bootstrapping an Olimex A64-OLinuXino

2018-03-13 Thread Martin Lucina
On Tuesday, 13.03.2018 at 14:19, Joonas Kylmälä wrote: > Martin Lucina: > > U-boot seems fine -- it's once I start the kernel that things start to go > > wrong. Just tried a mainline 4.16-rc5, and I get the same kernel BUG fairly > > early during boot (though no immediate panic). > > Sometimes the

Re: Bootstrapping an Olimex A64-OLinuXino

2018-03-13 Thread Vagrant Cascadian
On 2018-03-13, Martin Lucina wrote: > I'm trying to bootstrap an Olimex A64-OLinuXino board from scratch, using > Debian stretch on x86_64 as the build host. So far, I've: > > - cross-built mainline U-boot 2018.01 including the SPL and BL31 from latest > https://github.com/apritzel/arm-trusted-f

Re: Bootstrapping an Olimex A64-OLinuXino

2018-03-13 Thread Martin Lucina
On Tuesday, 13.03.2018 at 13:18, Vagrant Cascadian wrote: > On 2018-03-13, Martin Lucina wrote: > > I'm trying to bootstrap an Olimex A64-OLinuXino board from scratch, using > > Debian stretch on x86_64 as the build host. So far, I've: > > > > - cross-built mainline U-boot 2018.01 including the SP