-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iPod Touch 2G #5
base: ipod_touch_2g
Are you sure you want to change the base?
Conversation
We don't need this anymore, new Readme details how to retrieve and decrypt them yourself
Detail how to get the files for the data directory
Completed instructions for anyone who couldn't figure out how to decrypt the files and where to put them
Remove files under data so Apple doesn't have any excuses to be nasty...
Instructions for 2G nand
@@ -330,7 +368,7 @@ int main(int argc, char *argv[]) { | |||
|
|||
// create "common" partition with env variables | |||
chrp_nvram_header *partition_header = (chrp_nvram_header *)(nvram_data + sizeof(apple_nvram_header)); | |||
char *env = "boot-args=debug=0x8 kextlog=0xfff cpus=1 rd=disk0s1 serial=1 io=0xffff8fff"; | |||
char *env = "debug-uarts=3"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm pretty sure that the boot args in the NOR are useless for the IT2G so I think this line can be removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes that can be removed. I have noticed however that boot-args="" appears in the actual NOR of the device. (It is empty however)
Uploaded ipod2 NOR code and wrote the readme.