HW platform
Alexander Larsson
alex at cendio.se
Sat Jun 17 12:22:03 EDT 2000
On Sat, 17 Jun 2000, Joakim Tjernlund wrote:
> Well, that sounds pretty simple(pretty much the same I do today with
> Enea OSE Delta kernel). But we also need to upgrade the kernel(download
> new kernel, store in FS and reboot to new kernel)
> I have read about GRUB and DOC and that sounds promising. Will that
> work on custom board with PPC and plain Flash memory(with minor adaptions)?
Well. If you have plain flash memory the best way is to store the kernel
image in a dedicated place in the flash. Then just let the boot code jump
to it.
Then you can reflash the kernel image when you need to upgrade the kernel.
That can be done using i.e. the MTD char device.
> What about device drivers for PPC 860?
What about them? Most of the build in devices in the 860 (the
communication controller stuff) already has drivers. You will need to
write flash (mtd) drivers (the recent CFI stuff might work though).
/ Alex
To unsubscribe, send "unsubscribe mtd" to majordomo at infradead.org
More information about the linux-mtd
mailing list