iTop-4412 learning —— beginning
Recently I bought a new deveopment board: iTop-4412, which is based on samsung exynos 4412. Hoping this new board will increase my understanding of Linux and hardware.
Learning Framework
Single chip microprocessor + C language
Linux basic framework (Bootloader, Kernel, Filesystem)
Linux userspace programming
Linux character device programming
DIP Switch
0: near to number
1: near to letter
DIP switch | 1 | 2 |
---|---|---|
EMMC | 0 | 1 |
TF | 1 | 0 |
Board Type
SCP: 6 chips
COP: 2 chips
Flash Image
Fastboot
In Uboot:
1 | fdisk -c 0 |
In fastboot shell:
1 | fastboot flash bootloader u-boot-iTOP-4412.bin |
TF card
Will update if needed.