1、想要在
tiny4412
開發板上執行安卓系統,首先需要乙個
boot
uboot
、kernel
、android
各自的檔案到
sd或者
emmc中。
這裡主要通過fastboot
來燒寫這些檔案:具體步驟如下:
1、燒寫
uboot
fastboot flash fwbl1 e4412_n.bl1.bin
fastboot flash bl2 bl2.bin
fastboot flash bootloader ../../u-boot.bin
fastboot flash tzsw e4412_tzsw.bin
2、燒寫
kernel
fastboot flash kernel zimage (燒寫
kernel)
3、android的
img燒寫
fastboot -w (格式化
userdata
和cache)
fastboot flash ramdisk ramdisk-u.img (燒寫
ramdisk)
fastboot flash system system.img (燒寫
system)
啟動安卓系統,設定uboot
環境變數
bootargs
set bootargs console=ttysac0,115200n8 androidboot.console=ttysac0 lcd=s700 ctp=2 skipcali=y vmalloc=384m ethmac=1c:6f:65:34:51:7e androidboot.selinux=permissive
4、重啟啟動開發板就可以進入安卓系統。
tiny4412開發板icache操作程式
首先,來介紹關於cache的概念。cache的作用 基於程式訪問的侷限性,在主存和cpu通用暫存器之間設定了乙個高速的 容量相對較小的儲存器,把正在執行的指令位址附近的一部分指令或資料從主存調入這個儲存器,供cpu在一段時間內使用,這對提高程式的執行速度有很大的作用。這個介於主存和cpu之間的高速小...
FS4412開發板簡介
fs4412開發板介紹 1 簡介 fs4412 採用的處理器使用samsung 最新的arm cortex a9 四核cpu 的exynos4412,主頻達到1.4 1.6ghz。該晶元採用了最新的32nm 的先進工藝製程,功耗方面有了明顯的降低。soc system on chip exynos4...
iTOP 4412開發板 mqtt移植教程(二)
基於迅為itop 4412開發板在 ubuntu 的 home topeet 下建立乙個 mqtt arm 的資料夾,如下圖所示 我們進入我們安裝的 mosquitto 1.5 目錄下,作者這裡是安裝在了 opt mosquitto arm 下,如下圖所示 我們把當前路徑下的 etc mosquit...