Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.ports.arm > #10849
| From | Andrew Lunn <andrew@lunn.ch> |
|---|---|
| Newsgroups | linux.debian.ports.arm |
| Subject | Re: "external abort on linefetch (0x814)" on Kirkwood 6282 SoC |
| Date | 2018-06-02 21:50 +0200 |
| Message-ID | <vWkHf-1tr-3@gated-at.bofh.it> (permalink) |
| References | (5 earlier) <vU2lr-ed-5@gated-at.bofh.it> <vUt2i-18Z-3@gated-at.bofh.it> <vWdZ7-66G-1@gated-at.bofh.it> <vWh6G-7OQ-5@gated-at.bofh.it> <vWjLc-V9-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sat, Jun 02, 2018 at 09:48:47PM +0300, Timo Jyrinki wrote:
> 2018-06-02 18:55 GMT+03:00 Ian Campbell <ijc@debian.org>:
> > You need to append a dtb and then encode in u-boot's uImage format.
> > e.g.
> >
> > cat arch/arm/boot/zImage arch/arm/boot/dts/kirkwood-ts419-6281.dtb > x
> > sudo mkimage -A arm -T kernel -O linux -C none -a 0x8000 -e 0x8000 -d x uImage
>
> Thank you! Now it's all coming back to me, I'm not sure if I've played
> with these since Neo FreeRunner times.
>
> So the good news is that with this kernel
> kernel-kirkwood-ts219-6282-split3gopt from
> https://people.debian.org/~timo/qnap/ (initrd from
> http://ftp.debian.org/debian/dists/stretch/main/installer-armel/current/images/kirkwood/network-console/qnap/ts-21x/)
> I'm getting full 1GB RAM without the errors!
Cool. Thanks for testing.
Now, the question is, is this an O.K. workaround? Or do we need to
figure out why highmem breaks on Kirkwood?
Andrew
Back to linux.debian.ports.arm | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: "external abort on linefetch (0x814)" on Kirkwood 6282 SoC Andrew Lunn <andrew@lunn.ch> - 2017-07-29 18:10 +0200
Re: "external abort on linefetch (0x814)" on Kirkwood 6282 SoC RobJE Debian ARM <f2985a762f2ea45f9f1ce1339ad4318b@renf.us> - 2017-07-31 09:30 +0200
Re: "external abort on linefetch (0x814)" on Kirkwood 6282 SoC Martin Michlmayr <tbm@cyrius.com> - 2018-04-25 14:00 +0200
Re: "external abort on linefetch (0x814)" on Kirkwood 6282 SoC Timo Jyrinki <timo.jyrinki@gmail.com> - 2018-05-24 11:50 +0200
Re: "external abort on linefetch (0x814)" on Kirkwood 6282 SoC Andrew Lunn <andrew@lunn.ch> - 2018-05-24 15:30 +0200
Re: "external abort on linefetch (0x814)" on Kirkwood 6282 SoC RobJE Debian ARM <f2985a762f2ea45f9f1ce1339ad4318b@renf.us> - 2018-05-27 13:50 +0200
Re: "external abort on linefetch (0x814)" on Kirkwood 6282 SoC Andrew Lunn <andrew@lunn.ch> - 2018-05-28 18:20 +0200
Re: "external abort on linefetch (0x814)" on Kirkwood 6282 SoC Jonathan Medhurst <tixy@yxit.co.uk> - 2018-05-29 08:00 +0200
Re: "external abort on linefetch (0x814)" on Kirkwood 6282 SoC Andrew Lunn <andrew@lunn.ch> - 2018-05-29 14:10 +0200
Re: "external abort on linefetch (0x814)" on Kirkwood 6282 SoC Tixy <tixy@yxit.co.uk> - 2018-05-29 17:30 +0200
Re: "external abort on linefetch (0x814)" on Kirkwood 6282 SoC Timo Jyrinki <timo.jyrinki@gmail.com> - 2018-06-02 14:40 +0200
Re: "external abort on linefetch (0x814)" on Kirkwood 6282 SoC Ian Campbell <ijc@debian.org> - 2018-06-02 18:00 +0200
Re: "external abort on linefetch (0x814)" on Kirkwood 6282 SoC Ian Campbell <ijc@debian.org> - 2018-06-02 18:40 +0200
Re: "external abort on linefetch (0x814)" on Kirkwood 6282 SoC Timo Jyrinki <timo.jyrinki@gmail.com> - 2018-06-02 20:50 +0200
Re: "external abort on linefetch (0x814)" on Kirkwood 6282 SoC Andrew Lunn <andrew@lunn.ch> - 2018-06-02 21:50 +0200
Re: "external abort on linefetch (0x814)" on Kirkwood 6282 SoC Timo Jyrinki <timo.jyrinki@gmail.com> - 2018-06-05 19:30 +0200
Re: "external abort on linefetch (0x814)" on Kirkwood 6282 SoC Timo Jyrinki <timo.jyrinki@gmail.com> - 2018-06-06 11:50 +0200
Re: "external abort on linefetch (0x814)" on Kirkwood 6282 SoC RobJE Debian ARM <f2985a762f2ea45f9f1ce1339ad4318b@renf.us> - 2018-06-06 01:10 +0200
Re: "external abort on linefetch (0x814)" on Kirkwood 6282 SoC Ian Campbell <ijc@debian.org> - 2018-06-09 13:40 +0200
Re: "external abort on linefetch (0x814)" on Kirkwood 6282 SoC Andrew Lunn <andrew@lunn.ch> - 2018-06-09 16:40 +0200
Re: "external abort on linefetch (0x814)" on Kirkwood 6282 SoC Ian Campbell <ijc@debian.org> - 2018-06-09 18:20 +0200
Re: "external abort on linefetch (0x814)" on Kirkwood 6282 SoC Damien <damien@makelofine.org> - 2018-07-03 23:00 +0200
Re: "external abort on linefetch (0x814)" on Kirkwood 6282 SoC Martin Michlmayr <tbm@cyrius.com> - 2018-07-03 23:30 +0200
Re: "external abort on linefetch (0x814)" on Kirkwood 6282 SoC Andrew Lunn <andrew@lunn.ch> - 2018-07-04 21:10 +0200
Re: "external abort on linefetch (0x814)" on Kirkwood 6282 SoC Martin Michlmayr <tbm@cyrius.com> - 2018-07-04 22:30 +0200
Re: "external abort on linefetch (0x814)" on Kirkwood 6282 SoC Timo Jyrinki <timo.jyrinki@gmail.com> - 2018-07-22 09:00 +0200
csiph-web