I didn't want to pollute the "WHY Archlinux" thread too much, so I figured starting a new one would be better. As the subject suggests, I'm trying to recompile and flash a kernel to my PPPro. Here's what I've done so far:
- Install base-devel and uboot-mkimage via pacman
- Download/extract the source tar from http://download.pogoplug.com/opensource ... r2.tar.bz2
- Download/apply "arch-arm-mm-cache-v6.S.patch" from http://ppl.ug/Ze91Jqp1MEg/
- Download PRO.config as ".config" from the same location
- Comment out the CROSS_COMPILE line from the Makefile
- make vmlinux and then make uImage
Everything has (apparently) succeeded, and now I'm stuck. I'm not sure how to flash the kernel to NAND. Also, I don't know whether it's safe for me to enable a bunch of things in the kernel because the kernel might end up being too big for where it's being written to - I'm a bit of a noob at this. And finally, I want to make sure I understand this correctly - if I flash a bad kernel, the only way for me to recover it would be to take the box apart and boot from SATA, correct?
I appreciate any help in this.
EDIT: I got this thing working using telzey's VERY UNSUPPORTED kernel patches here: viewtopic.php?f=29&t=2472&p=15007#p15007