Skip to content

Conversation

@zoe-vb
Copy link

@zoe-vb zoe-vb commented Aug 17, 2023

Uploaded ipod2 NOR code and wrote the readme.

zoe-vb and others added 8 commits July 18, 2023 14:58
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
@zoe-vb zoe-vb changed the title I pod2 iPod Touch 2G Aug 17, 2023
// 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";
Copy link
Owner

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?

Copy link
Author

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants