Hi Geert, regarding kernels for Atari Falcon (without CT60), please remember that the EtherNAT / EtherNEC register probe code in atari/config.c (more specifically, the ioremap used there) does hang the boot when run on the 030 processor.
I had submitted a workaround patch almost a year ago, but you didn't like that approach :-) The atari_platform_init hook is run as arch initcall - ISTR we discussed to move it to a later initcall when we can be certain that the VM init is complete. Can't remember the conclusion there... Cheers, Michael Am 28.06.2016 um 01:39 schrieb Geert Uytterhoeven: > Hi Stefan, > > On Mon, Jun 27, 2016 at 2:56 PM, Stefan Niestegge <bee...@abbuc.de> wrote: >> not long ago, thanks to your help, i installed debian to an Mac LCIII. >> Now i would like to set up my Falcon to run debian-m68k again. >> >> Last year, on the Debian m68k meetup, we made debian working on my >> Falcon pretty well. Sadly, some months later, the harddrive died. >> >> Now i want to try it again. The base system disk image T. Glaser >> provided last time is no longer to find. >> If i remember correctly i got a 3.16 kernel for atari from Geert >> Uytterhoeven back then. >> >> I unpacked a chroot tarball from Paul Adrian Glaubitz to the third >> primary partition of my harddrive. I did this from within FreeMiNT, >> which uses ext2 by itself. >> >> Now i'd need a kernel that is made for atari, since the generic m68k >> kernel seem to be to large (ataboot.prg shows message "unable to >> allocate memory for kernel"). >> >> Please point me to a place i can download it - or even better, >> explain how to crosscompile it. > > Last year I've just used atari_defconfig to compile a kernel for you. > > You can download a cross compiler from e.g. > https://www.kernel.org/pub/tools/crosstool/ > > "make ARCH=m68k atari_defconfig" > "make ARCH=m68k" (add "-j N" if your build machine have multiple CPU cores). > > Good luck! > > Gr{oetje,eeting}s, > > Geert > > -- > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- > ge...@linux-m68k.org > > In personal conversations with technical people, I call myself a hacker. But > when I'm talking to journalists I just say "programmer" or something like > that. > -- Linus Torvalds >