⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.planetcore

📁 嵌入式试验箱S3C2410的bootloader源代码
💻 PLANETCORE
字号:
After several heart-struck failure, I got one workable way to programeach other in FLASH between PlanetCore and U-Boot.Hardware Platform : RPXlite DW(EP 823 H1 DW)1. From U-Boot to PlanetCoreUtilities : PlanetCore Boot Loader - PCL200.mot[root@sam tftpboot]# ppc_8xx-objcopy -O ppcbootPCL200.mot pcl200.bin[Target Operation]u-boot>t 100000 pcl200.binu-boot>go 0x100000## Starting application at 0x00100000 ...MPC8xx PlanetCore Flash Burner v2.00Copyright 2001 Embedded Planet.  All rights reserved.Construct Flash Device.....done.Program MPC8xx PlanetCore Boot Loader v2.00Built Sep 19, 2001 at 14:34:42Image located from FC000000 to FC01B5D1.(Skipping an image, only loading low boot image)Low boot board detected, skipping high boot image.Erasing, programming and verifying will start in 20secondsPress P to start immediately or ESC to cancelPress Space or Enter for more options...............ErasingProgrammingFLASH programmed successfully!Press R to induce a hard resetMPC8xx PlanetCore Boot Loader v2.00Copyright 2001 Embedded Planet.  All rights reserved.DRAM available size = 64 MBwvCVDRAM OK>2. From PlanetCore to U-BootUtilities : PlanetCore FLASH Burner - PCB200.motUse Flash Burner to finish the work:First, TFTP the U-Boot image file to RAM; For example,RPXlite_DW.bin to 0x400000Second, TFTP FLASH Burner to RAM; For example,0x100000Third, run the FLASH Burner and Program the U-Bootimage into the correct location in FLASH.[Target Operation]MPC8xx PlanetCore Boot Loader v2.00Copyright 2001 Embedded Planet.  All rights reserved.DRAM available size = 64 MBwvCVDRAM OK>tLoad using tftp via EthernetEnter server IP address <172.16.115.6> :Enter server filename   <PCL200.mot> : RPXlite_DW.binEnter (B)inary or (S)record input mode <S> : BEnter address offset  : <00400000 hex> :Total bytes = 120096 in 232184 uSecsLoaded addresses 00400000 through 0041D51F.Start address = 00400000>tLoad using tftp via EthernetEnter server IP address <172.16.115.6> :Enter server filename   <RPXlite_DW.bin> : PCB200.motEnter (B)inary or (S)record input mode <B> : SEnter address offset  : <00000000 hex> :.512.1024..2048....4096.....Total bytes = 326280 in 2570249 uSecsLoaded addresses 00100000 through 0011BB51.Start address = 00100000>go[Go 00100000]MPC8xx PlanetCore Flash Burner v2.00Copyright 2001 Embedded Planet.  All rights reserved.Construct Flash Device.....done.Bad start addressStart = 0xFFFFFFFF, target = 0xFFFFFFFF, length =0xFFFFFFFFForcing Menu Interfaceh[elp]     Show commands.c[ode]     Show information on code to be loaded.di[splay]  Display all flash sections.du[mp]     Dump memory. d ? for more info.e[rase]    Erase flash sections.f[ill]     Fill flash sections.im[age]    Toggle load high, low, or both flashimages.in[fo]     Show flash information.ma[p]      Show memory map.mo[dify]   Modify memory.  m ? for more info.p[rogram]  Erase, program, and verify now.reset      Restart the loader.s[how]     Show flash sections to erase and program.t[est]     Test flash sections.q[uit]     Quit without programming.#program 400000 ff000000 1D51FdoProgram( 400000 ff000000 1D51F )Start = 0x00400000, target = 0xFF000000, length =0x0001D51FErasing sector 0xFF000000, length 0x008000.Erasing sector 0xFF008000, length 0x008000.Erasing sector 0xFF010000, length 0x008000.Erasing sector 0xFF018000, length 0x008000.Programming FF000000 through FF01D51EFLASH programmed successfully!Press R to induce a hard resetForcing Hard Reset by MachineCheck andResetOnCheckstop...U-Boot 1.1.2 (Aug 29 2004 - 15:11:27)CPU:   PPC823EZTnnB2 at 48 MHz: 16 kB I-Cache 8 kBD-CacheBoard: RPXlite_DWDRAM:  64 MBFLASH: 16 MB*** Warning - bad CRC, using default environmentIn:    serialOut:   serialErr:   serialNet:   SCC ETHERNETu-boot>-------------------------------------------------Well, sometimes network function of PlanetCore couldn't work whenswitching from U-Boot to PlanetCore. For example, you couldn'tdownload a file from HOST PC via TFTP. Don't worry, just restart yourHOST PC and everything would work as smooth as clockwork. I don'tknow the reason WHY:-)~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Merry Christmas and Happy New Year!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=====Best regards,Sam

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -