Maybe somebody already wrote it, but some bugs of r198 (for me):
1) Wrong default vCore (1.5V, instead of 1.4V. After every reboot you must switch to 104/208/312/520/624MHz, and then back to 416 - then vCore becomes 1.4V) (Note: I was using /sys/devices/system/cpu/cpu0/cpufreq/cpu-voltage )
2) Unusable normal user (by default). To fix you need:
1. Add yourself to wheel group
2. Add to sudoers:
username ALL=(ALL) NOPASSWD: ALL
3. Copy /home/root to /home/username and made chown -R username /home/username
4. chmod -R username /mnt
3) Some AppRun's of settings apps missing "sudo" before starting python-script. For example Input Setup
4) Wrong fstab ( /dev/hda - is microdrive on C3100, not CF!)
5) Some warnings when starting default python-apps (Settings), like:
"gtk.FALSE is deprecheated, use False instead", and Data & Time says: /sbin/sltime: No such file or directory, but works normaly.
Edit:
6) Some keymap bugs in X:
1. fn + d is d, must be `
2. tab = tab + capslock, must be tab (and fn + tab is still capslock)
P.S. Why does Data & Time execs killall openbox, after pressing OK?
know that the issue is the C3000's lack of Flash but I'm not sure how the problem gets solved (but it is solved for example Meanies pdaxii13)..... so ... can anyone point me in the right direction?
Root on SD is possible with u-boot - you can add root=/dev/mmcblk0p1 in default CMDLINE of kernel (before crosscompiling it for Z) and then unpack rootfs to your sd/mmc card (same for microdrive, you just need to know name of device). But I think there is no u-boot for C3000...