- sync code
- platform: android
- Q & A:
- sync size 太大 (不確定整個 size 是多少? 看起來應該不少於 45GB)
- 可以用以下指令抓取
repo sync -c --no-tags --no-clone-bundle
- 其中最主要是 -c: 只抓目前 branch
- 更多細節可以查看
repo help sync
- Ref:
- Reference:
2017年12月8日 星期五
[Android] Nougut with Raspberry Pi
2017年7月1日 星期六
[Raspberry Pi] Portal
- What is Raspberry Pi?
- single-board computer
- Boards
- RPi 1 model B
- RPi 3 model B
- SoC: Broadcom BCM2837 (VideoCore API)
- CPU: Quad Core 1.2GHz 64bit
- GPU: Dual Core VideoCore IV® Multimedia Co-Processor; Open GL ES 2.0; hardware-accelerated OpenVG; 1080p60 H.264 high-profie decode
- WiFi: Broadcom BCM43438
- communication interface GPIO
- Serial Port
- RS232
- SPI (Serial Peripheral Interface)
- Model comparison
- Tutorial
- Software
- toolchain
- bootloader
- kernel/driver/rootfs
- image
- application
- Connection
- Reference
[Raspberry Pi] toolchain
- Compiler
- compile option
-Ofast -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s
[RPi] Raspberry Pi
- Software
- Boot process
- first stage bootloader
- 在 GPU SoC中, 無法修改, 會去 mount SD card 上的FAT32 filesystem
- second stage boot-loader (bootcode.bin) - only released by binary
- retrieve GPU firmware in SD card, and starts the GPU
- GPU firmware (start.elf) - only released by binary
- GPU starts up CPU
- additional fixup.dat will check SDRAM partition
- User codes
- any binaries, e.g. kernel image (kernel.img), U-Boot, bare-bone applications
2017年2月25日 星期六
[Project] Jarvis
- 看到 Mark Zuckerberg 在 2016 年完成的 project Jarvis, 整個熱血沸騰. 希望今年有時間也來摸一下吧! 看了一下他設計的架構圖如下
- 看起來滿多細節與技術在裡頭, 譬如光 User Interface 就沒列到喇叭與麥克風, 應該是認為 iOS Voice App 就代表跑在手機上, 而這兩者手機都有!? 但, Language Processing 就可能分成 pre-process (e.g. Speech-to-Text), recognition( 其中包含 semantics analysis等), 看起來有點籠統, 喇叭的輸出應該也有 TTS(Text-to-Speech) 才是, Morgan Freeman的聲音不知是預錄的, 還是有特定的 TTS engine組合而成.
- 若要實作上面的系統, 目前手邊資源: iPhone, Raspberry Pi, 電視, USB camera, 預計架構為: USB camera (including Microphone) 作為 Input, 串接到 Raspberry Pi (RPi), RPi 作為 Server, 上面含有 AI system做任何判斷, 再以 HDMI 串接電視, 作為聲音與影像的輸出. 另外就是應用面的思考了. 360 camera+房仲系統?
- 既有軟體
訂閱:
文章 (Atom)
