Re: [U-Boot] reverse engineering a Philips photoframe

2017-05-07 Thread Wolfgang Denk
Dear Walter, In message you wrote: > > guess I'm not so lucky: That was to be expected. The file was way too small for a complete U-Boot - that would be in the order of 200 kB or more. > I have figured out that central to the board is a TMS320DM350ZWK chip which > seems to contain a fullblow

Re: [U-Boot] reverse engineering a Philips photoframe

2017-05-05 Thread Walter Heck
Hi, On 5 May 2017 at 20:15, chris warth wrote: > On Thu, May 4, 2017 at 12:58 PM, Walter Heck wrote: > > Now, I have a bunch of questions: > > 1) How can I confirm this is indeed uboot? How would I know if it's stock > > UBoot or a modified version? > > I would run `strings` on the file. That s

Re: [U-Boot] reverse engineering a Philips photoframe

2017-05-05 Thread Blibbet
[...] > Again, `strings` will help you here. [...] In addition to BinWalk and strings, Angr, Radare2, and IDA Pro might also help with this project. ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] reverse engineering a Philips photoframe

2017-05-05 Thread chris warth
On Thu, May 4, 2017 at 12:58 PM, Walter Heck wrote: > Hi all, > > I'm completely new to the world of U-boot, so please forgive me if I spout > nonsense. I'm looking for a bit of guidance. > > I'm reverse engineering an old Philips 10FF2 Photoframe, hoping to one day > customize it, just for the fu

[U-Boot] reverse engineering a Philips photoframe

2017-05-05 Thread Walter Heck
Hi all, I'm completely new to the world of U-boot, so please forgive me if I spout nonsense. I'm looking for a bit of guidance. I'm reverse engineering an old Philips 10FF2 Photoframe, hoping to one day customize it, just for the fun of it. I've been researching quite a bit and after downloading