【ARM裸机s5pv210 】程序烧录

1.SD卡刷uboot

  准备工作

  (1)securcrt(115200,数据流控制全不选)

  (2)usb转串口驱动

  (3)破坏iNand中的bootloader已从SD2启动

  (4)九鼎x210_fusingtool.exe

  (5)准备好的uboot.bin

  流程

  (1)使用x210_fusingtool将uboot.bin刷入SD卡

  (2)板子启动方式选择emmc启动

  板子启动流程

  开机-> 读iNand的uboot失败 ->读SD卡uboot成功  -> 运行nandflash中的系统

2.用fastboot刷机

  准备工作

  (1)OTG数据线,禁用数字签名

  (2)fastboot驱动(在板子的uboot中,进入fastboot命令,然后电脑识别到,再安装驱动)

  (3) uboot、kernel、system的镜像

  流程

  (1)板子进入uboot的fastboot,接上数据线

  (2)电脑cmd进入fastboot文件夹,运行fastboot  devices确认设备

C:\Users\MyPC>d:

D:\>cd fastboot

D:\fastboot>fastboot devices
SMDKC110-01 fastboot

D:\fastboot>

  (3)运行 fastboot  flash  xxx ,依次刷入uboot,kernel,system对应位置的文件

  

fastboot flash bootloader xxxxx
fastboot flash kernel xxxxx
fastboot flash system xxxxx
fastboot -w


上面的 "xxxxx" 指的是对应镜像所在路径 如第一个:
fastboot flash bootloader D:\fastboot\linuxQT\uboot.bin

fastboot flash kernel  D:\fastboot\linuxQT\zImage-qt

fastboot flash system  D:\fastboot\linuxQT\rootfs_qt4.ext3

fastboot -w

 

  细节

  (1)只有板子在uboot的fastboot下,电脑才会发现

  (2)fastboot黄色感叹号要禁用数字签名,安装驱动选  dnw驱动和fastboot驱动\dnw驱动和fastboot驱动\x210_android_driver

  (3)使用usb拓展器可能出问题

  (4)在uboot底下如何擦除uboot:movi write u-boot 0x30000000



 

3.dnw下载裸机程序

  1.      dnw驱动安装(先走一个流程deso13b.exe,禁用数字签名,按住power键,接上OTG线)
  2.   dnw选 configeration   options  115200  0xd0020010
  3.   dnw选usb port  transmit  transmit  .bin文件  下载
  4.   下载到板子的BL1
  5.   板子选usb启动

4.SD卡下载裸机程序

  1.   九鼎fusing_tool工具将.bin刷入SD卡
  2.   板子选emmc下载

 

posted @ 2022-02-15 22:45  横秋  阅读(173)  评论(0编辑  收藏  举报