Secureing your Kiosk
Wednesday, December 17, 2008
Tuesday, December 16, 2008
Interactive with a Touchscreen Kiosk Rental
Whether you are planning an event, convention, trade show or major meeting, consider using a touch screen kiosk rental as a self-registration station or an information portal. We will setup and deliver your kiosk to you.Loyalty Cards for Kiosk

Our kiosks add CRM for your preferred customers being given loyalty cards with embedded passive RFID tags. The cards alert associates when that customer enters the store, allowing them to be greeted by name in the middle of an aisle. All products discussed and considered can potentially be entered into the customer's CRM profile, along with items purchased literally via the kiosk.This is a plus.
Saturday, December 13, 2008
Secure kiosk with Embedded Linux
On the CerfPod:mount 192.168.1.1:/tmp /mnt/hda
mkdir /mnt/hda/cerfroot
cd /
cp -Rxd / /mnt/hda/cerfroot
umount /mnt/hda
On the host:
mkfs.jffs2.x86 -r /tmp/cerfroot -o imagename.jffs2 -e 0x20000 -p
Flashing the CerfPod is very easy, and the iboot bootloader was simple to use:
eraseflash 3
set ip 192.168.1.2
download tftp:192.168.1.1 zImage 0xc0000000
flash 0x60000 0xc0000000 0x100000
download tftp:192.168.1.2 rootnew.jffs2 0xc0000000
flash 0x160000 0xc0000000 0x900000
boot
