在 上篇 初探一 提到 目前放在官網上面所謂 support EMMC 的 image, 都未符合 LiveSuite 所需要的格式, 只能透過dd 來寫入 但dd 時會發現……常有寫不進去kernel panic 的狀況. 後來查詢了forum 發現, 原來要降頻避免CPU 跑全速才能燒寫 (?!!!!) 詳情可看這裡 所以要成功的跑起來ubuntu 15.10 的話, 詳細部驟如下 dd CRUX or ArchLinux 的 image 到 sd card sudo dd if=xxxx.img of=/dev/mmcblk0 bs=4M 使用 SD card 開機進去系統 降速避免使用全速 echo interactive >/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor echo 900000 >/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq EMMC 對sd […]

Read More →

因為還不能寫 google weave , 只好來寫寫pi (誤~ 其實目前看起來 banapi m3 還是比較不 E90 M3 的成熟啊啊啊 ~~ 不管是 banana pi 原廠在說明上需要加強, allwinner a83t 的 linux 核心的支持也需要再加強 總歸看起來, 以下是蠻容易踩到的雷 只有 android 版本的 image 支援直接livesuite 燒寫進 emmc 其他的linux image 說support EMMC, 其實指的是… 可以先用某一版的 SD card linux 開機, 再從SD card dd 進去 emmc (肖A, 有誰這樣搞的 ~”~) linux-sunxi 目前 official 都是看到 sun7i, […]

Read More →

Basically 可以照著以下這篇來做 http://grafixmafia.net/updated-using-the-stm32f4-discovery-board-with-mac-osx-10-9-mavericks/ 不過在有些調整 1. C++ – http://download.eclipse.org/tools/cdt/releases/kepler 裡面沒有 cross compile 的部份 2. Debug 的部份我是直接選用 openocd 來 debug 只要設定好使用的 cfg, 就可以正確的 debug 囉 🙂

Read More →

In this topic we would go through the way to runs lubuntu on cubietruck with nand or nand/sata hdd Get cubietruck and sata HDD (option) Buy  a cubietruck on internet http://goo.gl/VCZNua   Download the lubuntu to nand 1. Get the all necessary resource on cubieboard official website. http://cubieboard.org/model/cb3/ What we need is  1. nand flash download tool […]

Read More →