20160614_jeffrey - silenceuncrio/diary GitHub Wiki
Index
- 0910 - Web UI server m300 schedule
- 0930 - VirtualBox samba_study
- 1005 - VritualBox m300_develop
- 1050 - VritualBox m300 共用資料夾
- 1110 - sshfs
- 1300 - window sshfs 難
- 1540 - jammy 幫 samba
- 1555 - sshfs samba
- 1620 - Yocto Project Mega-Manual build image
- 1815 - Image Generation
- 1835 - 優先 MfgTool
0910
昨天針對 Web UI, Web server (include Multi Language design)
拆成細項還沒做完
- Web UI, Web server (include Multi Language design) - 9/30
- web server functions - 8/26
- static resource - 7/22
- CGI Script - 7/29
- file upload - 8/5
- Login and Logout - 8/19
- security(HTTPS) - 8/26
- Web UI - 9/2
- iCOS modules - 8/12
- CGI for each iCOS modules - 8/19
- web pages - 9/2
- multi language design - 9/30
- lable for each static pages - 9/17
- JSON format for language information - 9/24
- CGI - 9/30
- web server functions - 8/26
先 mail 給 ariel
0930
昨天下班前把 VirtualBox 上的 ubuntu 刪掉了
samba 的學習可以再利用另一個 VritualBox 的 虛擬機器 samba_study 來學習, 配個 16GB
m300 就開一個 VritualBox 的 虛擬機器 m300_develop, 配個 64GB
1005
VritualBox 的 虛擬機器 m300_develop 上安裝 ubuntu 14.04 不到 20 分鐘就裝好了
來裝個 Guest Additions... 兩分鐘裝完後要重新啟動
安裝 Yocto Project host packages...
1050
索性讓 m300 的工作目錄放在 VirtualBox 的 共用資料夾 讓 window 10 也能直接存取
直接 checkout... svn checkout http://192.168.0.221/svn/M300
jeffrey@jeffrey-VirtualBox:~/share$ svn checkout http://192.168.0.221/svn/M300
認證領域: <http://192.168.0.221:80> Subversion Repository
'jeffrey' 的密碼: ********
A M300/fsl-release-bsp
...
svn: E155009: Failed to run the WC DB work queue associated with '/home/jeffrey/share/M300/fsl-release-bsp/.repo/manifests.git/logs/refs/remotes/m', work item 3 (file-install fsl-release-bsp/.repo/manifests/.git/config 1 0 1 1)
svn: E000030: Can't create symbolic link '/home/jeffrey/share/M300/fsl-release-bsp/.repo/manifests/.git/config.tmp': 唯讀的檔案系統
算了吧... google 到的解決方式都比 samba 更麻煩
1110
還可以試一個 sshfs 的方式
1300
window 上要裝個 sshfs 超難搞... 啥 win-sshfs... dokan...
1540
拜託 jammy 幫我看一下 samba 的設定...
jammy 也只是在 /etc/samba/smb.conf
最後面加上了如下的設定就可以動了
[share]
path = /home/jeffrey
writable = yes
guest account = root
force user = root
public = yes
force group = root
create mask = 0660
browseable = yes
奇怪的是我就是搞不起來... shit...
1555
先把 sshfs 或 samba 的 issue 擱著吧
ariel 剛剛已經再問我有沒有找到打包 image 的 tool 了
1620
base on Yocto Project Mega-Manual 找出所有跟 build image 有關的章節
- 5.2. Customizing Images
- 5.8. Creating Partitioned Images
- 5.11. Making Images More Secure
- 5.14. Building a Tiny System
- 5.15. Building Images for More than One Machine
- Chapter 19. Using the Yocto Project
- 20.5.5. Image Generation
- 20.6. Images
- Chapter 23. Source Directory Structure
- Chapter 27. Images
- 28.3. Image Features
感覺自己對 Yocto 還是非常不熟...
要沉住氣阿...
1815
20.5.5. Image Generation 這個章節可以看到關於 image generation 的流程圖
1835
ariel 希望我能優先處理一下 MfgTool
明天就先玩玩看囉