|
From: David G. <dg...@co...> - 2023-01-22 22:40:10
|
Thanks! Looking at the patchsets on the website... there's not much there. In the S7 patch ( http://www.yipton.net/content/psilinuxs7/patch-2.4.2-rmk2-np1-pvs2.gz) I can see code for handling the keyboard and remapping the framebuffer, which I assume is already set up by the ROM in order to display the boot progress bar, but I'd expect to see some other drivers for things like PCMCIA or even just turning the LEDs on or off. I know that at least some of this should be generic SA1100 (serial?) but even if the LEDs are wired up to SA1100 GPIOs there should be some S7-specific code for identifying which one. Is there another bit I need? Let me know if you find bookboot! Regarding Fuzix: entertainingly, it uses a 16-bit value for memory size in kilobytes, which means it can't handle anything bigger that 64MB. That's a bit of a shame on a Raspberry Pi but luckily the netbook is smaller than that. CF interrupts are a shame but as Fuzix does all I/O via busy waits anyway I doubt it'll be a problem. What'd be really nice is to see the documentation provided by Psion. Unfortunately, as I understand it, this is only available to Linux developers via a special agreement, and Fuzix isn't Linux... now that the Symbian Foundation is defunct I doubt there's anybody left who could change the agreement, sadly. On Sun, 22 Jan 2023 at 20:35, Edward Robbins <edd...@go...> wrote: > Sorry David this must have passed me by last time. I will have a look for > bookboot this evening. There's an area of the website that we used to store > files in that is only accessible by ftp by a project member these days > IIRC, which has some stuff that's otherwise lost. As to the kernel source, > that's available on Peter van Sebille's pages here > http://www.yipton.net/content/psilinuxs7/ > > You should be able to boot using arlo if all else fails. > > Note though that Peter never did manage to get the pcmcia interrupts > figured out, since there is an undocumented ASIC on the 7/nb, and that > means the cf/PC card has to run in polling mode, with a significant impact > on performance. > > Would be interested to hear of any progress you make, fuzix is a very > interesting project. Though I do think that, having an MMU and relatively > large amounts of ram, the 7/nb are quite overpowered for it! > > Best of luck, > Ed > > > On Sun, 22 Jan 2023, 12:05 David Given, <dg...@co...> wrote: > >> <gentle nudge> >> >> I don't suppose anything turned up regarding this? Or if anyone else has >> any useful pointers? >> >> On Mon, 30 Nov 2020 at 09:54, Klaasjan <kla...@gm...> wrote: >> >>> Hi David, >>> >>> On Sat, Nov 28, 2020 at 11:28:34AM +0100, David Given wrote: >>> > Hello, assuming there's anyone still alive out there... >>> > >>> > I'm interested in doing a Fuzix port to the Series 7; Fuzix should fit >>> in >>> > the limited resources better than Linux. Does anyone know where I can >>> find >>> > a copy of the most recent Linux kernel which I can use for reference? >>> The >>> > Linux-7110 website is pretty much bitrotted. >>> > >>> > Also, I can't find a copy of bookboot, the tool for generating a >>> bootable >>> > os.img for the Series 7. The link in the HOWTO is dead and I can't >>> find it >>> > on the SourceForge site. Is that still around anywhere? >>> >>> Thanks for your interest. >>> I guess I (still) am the main person for bookboot, and yes, I am still >>> on this list. >>> Sorry to hear it is no longer easily found on the Linux-7110 site. >>> Similar for the netbook/series7 kernel. >>> I will try and find the source codes I still have, but this involves >>> some digging, so please have some patience. >>> >>> Best regards, >>> Klaasjan >>> >>> >>> >>> _______________________________________________ >>> Linux-7110-psion mailing list >>> Lin...@li... >>> https://lists.sourceforge.net/lists/listinfo/linux-7110-psion >>> >> _______________________________________________ >> Linux-7110-psion mailing list >> Lin...@li... >> https://lists.sourceforge.net/lists/listinfo/linux-7110-psion >> > |