我是靠谱客的博主 冷酷网络,最近开发中收集的这篇文章主要介绍将linux烧写到s3c6410核心板上 --2011-3-23 ,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

1. dnw c0008000

将u-boot.bin 下载到flash中


nand scrub //擦除nand flash 中的数据块

烧写u-boot 到flash中

nand write c0008000 0 80000

2.掉电

下载kernel(zImage)到flash 中

dnw c0008000

nand erase 80000 320000

nand write c0008000 80000 320000

3.下载rootfs.cramfs到flash中

dnw c0008000

nand erase 400000

nand write c0008000 400000 1e36600

re //复位

最后

以上就是冷酷网络为你收集整理的将linux烧写到s3c6410核心板上 --2011-3-23 的全部内容,希望文章能够帮你解决将linux烧写到s3c6410核心板上 --2011-3-23 所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(59)

评论列表共有 0 条评论

立即
投稿
返回
顶部