Hello,
On 23 August 2013 23:15, Yoshiharu Imamoto yimamoto@andrew.cmu.edu wrote:
Hi there,
I started to develop Linaro Android 13.07 on Arndale Board. It's working fine with HDMI display and mouse input, but I have some issues on it.
- I cannot change date & time.
I tried "Settings -> Date&Time" and "time -s 20130823.130000" command via serial console. But it does not change time on the device. As a result, my application that uses SSL fails to connect to a server since time is set to 1970, which makes certificate validation fail.
Does anyone know how to change date & time?
"date -s 20130823.130000" works for me on Versatile Express boards.
- I cannot change Linux boot parameter.
I want to boot Linux kernel on a single processor hardware, so I'd like to make it No SMP. We can do it by setting "nosmp" argument for kernel boot. I tried changing u-boot parameters mmcargs so that it includes nosmp, but booting kernel seems not to have one. I confirmed it by looking at /proc/cmdline.
What parameter on u-boot do I have to change?
If you are using "linaro-android-media-create" tool to flash SD card images then you can pass additional bootargs using "--extra-boot-args" option. Check "linaro-android-media-create" usage for more information.
Regards, Amit Pundir
Thanks, Yoshi
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android