ctr_firmware/trunk/tools/bootrom/ne1tb
(no author) 8d4eb3a702 (shirait)
FATFSフォーマッタおよびFATFSサンプル追加

git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_firmware@257 b871894f-2f95-9b40-918c-086798483c85
2009-02-06 07:57:59 +00:00
..
nand_deviceformat.axf NANDドライバ追加、 2009-02-02 11:01:50 +00:00
nand_fatfsformat.axf (shirait) 2009-02-06 07:57:59 +00:00
ne1_dev11.dasm NE1EMUでのブートROMのミラーリングへ対応。 2009-01-29 06:45:19 +00:00
ne1_dev.axf NE1EMUでのブートROMのミラーリングへ対応。 2009-01-29 06:45:19 +00:00
readme.txt (shirait) 2009-02-06 07:57:59 +00:00
realview.map NE1EMUでのブートROMのミラーリングへ対応。 2009-01-29 06:45:19 +00:00
S-boot.axf ブートROMをS-bootへ戻す実行ファイルを追加。 2009-01-21 10:41:00 +00:00
thread11.axf NE1EMUでのブートROMのミラーリングへ対応。 2009-01-29 06:45:19 +00:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

NE1ボードでの実行手順

・tools/partner_mlt/ne1tb/ARM11_Core[0|1]/JETCTR.CFG、JETCTR.JPX を
  PARTNER のプロジェクトファイルの core[0|1] へ上書きして下さい。

・PARTNERを使ってNE1ボードへne1_dev.axfをロードして実行すると、
  NORフラッシュ上のブートROMが更新されます。
  出荷時に書き込まれていたS-bootプログラムへ戻すにはS-boot.axfを実行して下さい。
・thread11.axfはDDR2上で動作するデモです。

・"export CTR_PLATFORM=NE1EMU" または "make CTR_PLATFORM=NE1EMU" でビルドして下さい。
・"export CTR_DEBUGGER=KMC" または "make CTR_DEBUGGER=KMC" でビルドして下さい。

・PARTNERを使ってNE1ボードへnand_deviceformat.axfをロードして実行すると、
 NANDがデバイスレベルでフォーマットされますファイルシステムのフォーマットではなく。

・PARTNERを使ってNE1ボードへnand_fatfsformat.axfをロードして実行すると、
 NANDがFATファイルシステムでフォーマットされます。
 ただし事前にnand_deviceformat.axfでデバイスレベルのフォーマットを行っておいてください。
 再度FATフォーマットが必要な際は、デバイスレベルのフォーマットを行う必要はありませんので、
 本axfによるFATフォーマットのみ行ってください。