Skip to content
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

Open
wants to merge 9 commits into
base: ipod_touch_2g
Choose a base branch
from
Open

iPod Touch 2G #5

wants to merge 9 commits into from

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
@@ -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";
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.

None yet

2 participants