Rockbox Technical Forums

Rockbox Development => Starting Development and Compiling => Topic started by: sunrize777 on August 28, 2020, 01:41:54 PM

Title: iPodPatcher for 6th gen.
Post by: sunrize777 on August 28, 2020, 01:41:54 PM
I am not sure if this is the correct section in the forum for this sort of question so please tell me if i am in the wrong section :)

I am looking for the iPodpatcher for the iPod 6th gen or whatever is used to patch the Rockbox bootloader to the iPod 6th gen. i am looking for the iPodPatcher to try and patch iPodLinux to the iPod 6th gen. Please can anybody provide me with this iPodPatcher or tell me where i can find the application that patches the Bootloader of Rockbox to the iPod 6th gen?

Thanks in advance :).
Title: Re: iPodPatcher for 6th gen.
Post by: saratoga on August 28, 2020, 07:33:01 PM
Ipodlinux doesn't run the 6g.
Title: Re: iPodPatcher for 6th gen.
Post by: sunrize777 on August 29, 2020, 09:54:46 AM
Ipodlinux doesn't run the 6g.
I am aware of that saratoga, however i would like to try and implement it myself on the iPod 6g

Could you please provide me with the iPodPatcher you used to recognise the DFU device (AKA: iPod) and install rockbox through that?
I think I could retrive the lines of code and implement it onto iPodLinux through your application?

My main question however is could you provide with an iPod patcher for the iPod 6th gen?
Title: Re: iPodPatcher for 6th gen.
Post by: __builtin on August 29, 2020, 11:11:35 AM
We have a bootloader installer called mks5lboot located in our main source tree.
Title: Re: iPodPatcher for 6th gen.
Post by: saratoga on August 29, 2020, 11:23:57 AM
Ipodlinux doesn't run the 6g.
I am aware of that saratoga, however i would like to try and implement it myself on the iPod 6g

All of the source code for patching the 6g is in our git, but realistically this is not something you will be able to do yourself.
Title: Re: iPodPatcher for 6th gen.
Post by: sunrize777 on September 01, 2020, 12:31:23 PM
Ipodlinux doesn't run the 6g.
I am aware of that saratoga, however i would like to try and implement it myself on the iPod 6g

All of the source code for patching the 6g is in our git, but realistically this is not something you will be able to do yourself.

OK

I have another question which I was going to post one new topic but felt silly about doing so.

I have certain files that are a Gameboy Advance Emulator for  the iPod that runs on iPod Linux. https://github.com/ProjectZeroSlackr/igpSP

How should I compile this to Rockbox?
Title: Re: iPodPatcher for 6th gen.
Post by: saratoga on September 01, 2020, 02:20:33 PM
How much experience do you have doing c development?
Title: Re: iPodPatcher for 6th gen.
Post by: sunrize777 on September 01, 2020, 11:47:06 PM
How much experience do you have doing c development?

Just started but will be continuing on with the course (printf scanf, variables and arrays and other stuff)
Title: Re: iPodPatcher for 6th gen.
Post by: saratoga on September 01, 2020, 11:57:36 PM
I would start with a more simple project and work your way up. 
Title: Re: iPodPatcher for 6th gen.
Post by: sunrize777 on September 02, 2020, 06:37:46 AM
Thanks

I’ll tell when I finish my course
 :)