TwlIPL/build/systemMenu_tools/TWLCaptureSystemWriter/about.txt
aoki_ryoma d109de03fd (TWLCaptureSystemWriter)ARM9.TWL/data 以下にtad,nandfirmを置くとオブジェクトファイル化して取り込む機能を追加。警告が出ていたので修正。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2734 b08762b0-b915-fc4b-9d8c-17b2551a87ff
2009-01-19 08:50:18 +00:00

41 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

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.

##概要
量産ベースで動作するTWLCaptureの生産工程で使用する書込みツール
NandInitializerの機能をベースに
・sdmcブートではなくmemory-launcherからのブートを前提
同ディレクトリからtadを検索するのではなく、objectファイルとしてromに内包
・書き込むtadはhnaa,hnba,hnca,hnha,hnlaに決め打ち
・HWInfoなどを書き込まない
といった変更を施したもの
##つかいかた
1. 以下の配置で書き込みたいtadファイルとnandfirmを入れる
-ARM9.TWL---include
|-src
--data---dev---HNAA.tad(開発ビルド用tad)
| |-HNBA.tad
| |-HNCA.tad
| |-HNHA.tad
| |-HNLA.tad
| --nandfirm.nand
|
--prod---HNAA.tad(量産用ビルドtad,要mastering,cls)
|-HNBA.tad
|-HNCA.tad
|-HNHA.tad
|-HNLA.tad
--nandfirm.nand
2. ./make.rb [dev/prod/full]
・もし該当するtad/nandファイルが無ければ既に配置してある.oファイルを利用する。
※あとでちゃんとしたMakefileを書く予定