
tiny4412-uboot
白鲸入海
嵌入式软件类,蓝牙BLE-2.4G开发,杰理/泰凌 蓝牙ble方案开发,杰理音频方案开发,定制键鼠方案开发,语音遥控器方案开发。BLE触摸方案开发。
展开
-
tiny4412移植u-boot-2019.01(一)
本文主要参考彭东林大神的博客:https://www.cnblogs.com/pengdonglin137/p/5080309.html最近打算将最新的u-boot-2019.01移植到tiny4412开发板上。要移植u-boot到tiny4412上,首先就要对着块板子的启动方式、地址空间分配有清楚的认识。看芯片手册Exynos 4412 SCP_Users Manual_Ver.0.10...转载 2019-04-05 16:10:34 · 1910 阅读 · 0 评论 -
tiny4412移植u-boot-2019.01(二) --编译环境搭建
交叉编译工具链:gcc-linaro-6.3.1-2017.05-x86_64_arm-linux-gnueabihf (u-boot-2019.01要求使用6.0以上的gcc编译器 )下载地址:https://github.com/rockchip-toybrick/prebuilts-gcc-linux-x86-arm-gcc-linaro-6.3.1-2017.05-x86_64_...原创 2019-04-10 17:40:32 · 1513 阅读 · 0 评论 -
tiny4412移植uboot-2019-01(三)
开发环境:win7 64位 + Ubuntu16.04 64位开发板:tiny4412ADK + S700 + 4GB eMMC + 1G DDR3工具链:友善之臂提供的 arm-linux-gnueabihf- (gcc version 6.3.0) //低版本的工具编译不了最新的uboot要移植的u-boot版本:u-boot-2019-01git仓库地址:https:/...原创 2019-04-23 18:18:00 · 3359 阅读 · 3 评论 -
tiny4412烧写uboot到emmc及更新kernel rootfs
uboot: https://github.com/zczjx/uboot_tiny4412kernel: https://github.com/zczjx/linux-4.4.38-for-tiny4412rootfs:https://github.com/zczjx/buildroot-es_udk采用火哥大神的项目玩一玩tiny4412,本篇记录一下烧写的过程,中间走了一些弯路。...原创 2019-05-22 23:37:08 · 3094 阅读 · 0 评论 -
Linux下fastboot卡在waiting for device
$ fastboot flash kernel-4-4 arch/arm/boot/uImage< waiting for device >$ fastboot devicesno permissions fastboot$ sudo chown root:root /usr/bin/fastboot$ sudo chmod +s /usr/bin/fastboot...原创 2019-05-23 00:00:47 · 4376 阅读 · 1 评论