Wednesday, May 12, 2010

Write x-loader to NAND

make sure you have signed your x-load.bin and copied x-load.bin.ift to your mmc.

mmc init
fatload mmc 0:1 80000000 x-load.bin.ift
nand unlock
nandecc hw
nand erase 0 80000
nand write 80000000 0 80000


Then, you can reboot.

No comments:

Post a Comment