OpenWrt Image Testing
From Qi-Hardware
On this page we collect the tests an official image needs to pass before being released:
Contents |
Set Up
- Flash the image to the device and boot it
- can ssh into the image after setting the password using passwd
- Verify that the screen goes black when it dimms.
- Turn the device on and off with the power button.
Audio
play a wav file using aplay
$ aplay /root/Music/*
MicroSD
Boot off MicroSD
Follow the instructions for booting off an ext2-formatted microSD card.
mount a vfat-formatted microSD card
$ mount -tvfat /dev/mmcblkp0 /mnt $ umount /mnt
mount an ext2-formated microSD card
$ mount -text2 /dev/mmcblkp0 /mnt $ umount /mnt