I want to U-Boot my Pi via NFS.
After some Googling, I ended up with these:
1. I need to build a kernel for that. zImage or uImage.
2. Current versions of U-Boot supports zImage directly so I can pick whatever I please.
3. Uncompressed kernel image needs to be wrapped into an uImage.
4. I need DTB files along with that too.
5. According to http://elinux.org/RPi_U-Boot, U-Boot doesn't use config.txt
I have a few questions based on my current understandings.
1. How should I build an zImage, specifically for Arch on Pi model B?
2. How should I obtain a DTB file?
3. Without the config.txt, how shall I change those settings?