I was able to compile the hello_world program via the shell (Debian on VMware). Copied the compiled program and a .desktop file on the DR (SD card) and it worked. I tried Anjuta/PokySDK but this gives me package requirements errors (gtk+-2.0, glib-2.0 not found). What am I doing wrong here?
Poky-qemu works perfectly with the iOn SDK.
Code:
> cd /usr/local/poky/eabi-glibc/arm
> source environment-setup
> poky-qemu zImage-2.6.23-qemuarm-xxx.bin poky-image-ion-devel-qemuarm-xxx.rootfs.ext2
The Home screen, a Settings option and a dialog pops up with "the battery is almost empty."
Tomek: Did you deploy the hello_world by copying it to the SD card?
I still don't know how to setup networking for the emulator and DR device. The Poky handbook contains information about QEMU/USB networking but I don't know if all is the same for iOn as it is for Poky... though iOn is 99% Poky right?