-
天嵌E8的S5PV210裸机实验例程
资源介绍
天嵌E8 S5PV210 裸机例程
代码来自朱有鹏嵌入式Linux核心课程-ARM裸机篇,经过小修改可在天嵌E8卡片电脑上运行
已包含添加头部校验信息的程序。
写入方法见write2sd或者直接sudo dd iflag=dsync oflag=dsync if=210.bin of=/dev/sdb seek=1
1.leds_s
10.wdt_reset
11.wdt_interrupt
12.adc
13.sd_relocate
2.set_sp_c
3.icache
4.sram_relocate
5.ddr2_init
6.clock_init_c
6.clock_init_s
7.uart_c
8.key_interrupt
9.pwm
使用的交叉编译器:
gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihf.tar.xz
下载地址:http://releases.linaro.org/components/toolchain/binaries/latest-4/arm-linux-gnueabihf/