20190426_jeffrey - silenceuncrio/diary GitHub Wiki
0925
M330 產測追加的 command - status gps list
昨天只有透過 AGPS 抓到 經緯度
接了天線後才有可能透過衛星抓到 GPS 的資訊
1150
中午過後要再準備一下 M330 的產測文件
追加了幾個 command
要先 build 出 image
1400
M330 for yuncore 的文檔以及軟件都搞定了
1425
整理一下這禮拜做的
- M330
- add 'Firewall > Basic Rules'
- solve issue - 0000472: [web ui] plug in ETH WAN, but status web page no check
- manufacture
- how-to document v03
- status gps list
- M300
- change web server to avoid https ustable
- add 'Firewall > Basic Rules'
- patch uboot to 1.4
- solve the downgrade problem
- even V1.77 with mfgtool, after upgrade to V2.00, downgrade to V1.72 have no problem
- solve issue 0000481: user upgrade from v1.72 to v1.77, DUT hang on uboot
1625
整理一下 M300 lighttpd 的進度看看可以有什麼來 commit
紀錄一下產生 lighttpd.pem
的 commands 以方便 HTTPS 的執行
mkdir -p /etc/lighttpd/certs
cd /etc/lighttpd/certs/
openssl req -new -x509 -keyout lighttpd.pem -out lighttpd.pem -days 3650 -nodes
chmod 400 lighttpd.pem
1715
幫下禮拜打個底
commit 8c7e593aad04c080f1a6c7c7059549e5f63bde69
Refs: [feature/lighttpd]
Author: jeffrey <[email protected]>
Date: Fri Apr 26 17:17:15 2019 +0800
first example for fastcgi with lighttpd
conf/bblayers.conf | 1 +
meta-proscend/recipes-core/prosrc/prosrc_0.1.bb | 3 +
.../lighttpd/lighttpd_1.4.36.bbappend | 1 +
.../home/factory/icos/lighttpd/lighttpd.conf | 160 +++++++++++++++++++++
.../rootfs/home/factory/icos/lighttpd/lighttpd.pem | 49 +++++++
proscend/prosrc/Makefile | 2 +-
proscend/prosrc/fcgi/Makefile | 24 ++++
proscend/prosrc/fcgi/tiny.c | 48 +++++++
proscend/prosrc/fcgi/tiny.fcgi | Bin 0 -> 4100 bytes
9 files changed, 287 insertions(+), 1 deletion(-)