Hello guys,
I'm trying to get nwjs to run and achieve the following goals:
1. embedded ARMv6 device
2. there is no X server on the device so it uses the device exposed framebuffer on /dev/fb
3. run as the solo application on the device
4. there is no hardware acceleration on the device, so everything is draw to the underlying framebuffer via software
5. no video support is required.
6. everything "magic" from it can be stripped of in order to reduce the footprint. we just need HTML/CSS/JS support
7. everything must be statically linked on the single binary so no dynamic link and external dependency if possible
We already have a toolchain for that ARM device so we would like to use it if possible for the cross-compile.
Anyone has an idea on how to achieve that? We are really short on time here so I really appreciate any help.
Thanks!
Gutemberg