(02-29-2016, 06:37 PM)shockr Wrote: This is great, thanks. A couple of questions:
1. What's the lightest weight desktop environment you would recommend? Preferably something that doesn't use up a lot of RAM since I opted for the 1GB version and I will be doing a bit of development work.
2. Any chance to set this up with kernel 4.x?
1. Xfce4 works OK (Xubuntu)
2. Not really. Mainline kernel is lacking features and the BSP is missing source for libdram and libhdmi.
(02-29-2016, 10:15 PM)patrickhwood Wrote: You might also want to change /lib/systemd/system/serial-getty@.service to start the getty earlier:
After=dev-%i.device systemd-user-sessions.service # plymouth-quit-wait.service
# After=rc-local.service
Otherwise, systemd waits for the network startup to time out before starting up the getty (5 minutes).
Good suggestion - will be changed in the next release.