I've built Open webOS (desktop) for ARM, and it's running on NOOK Color.
Downloads
Here's the binaries (142MB, the desktop version) and the whole rootfs (262MB, based on Ubuntu Precise armel), feel free to use if you want to bring Open webOS to other tablets with Ubuntu ported.
You'll need a simple start script like this:
mkdir -p /var/run/dbus dbus-daemon --system xorg & export DISPLAY=:0 cd /opt/build-desktop ./install-webos-desktop.sh ./service-bus.sh start ./service-bus.sh services ./run-luna-sysmgr.sh
Nice! Good job ;)
回覆刪除Does it run on raspberry pi?
Thanks.