Re: [LEDE-DEV] Adding support for dlink dwr-512

2016-10-16 Thread Giuseppe Lippolis
Mathias, Thanks for the tips. I'm going to work on it. Bye. > -Ursprüngliche Nachricht- > Von: Mathias Kresin [mailto:d...@kresin.me] > Gesendet: Sonntag, 16. Oktober 2016 09:54 > An: Giuseppe Lippolis ; lede- > d...@lists.infradead.org > Betreff: Re: [LEDE-DEV] A

Re: [LEDE-DEV] Adding support for dlink dwr-512

2016-10-16 Thread Mathias Kresin
Hi Giuseppe, find a few remarks inline. 16.10.2016 00:03, Giuseppe Lippolis: Hi all, I'm proceeding to finalize the support: Now the wifi is enabled, the LEDs and the buttons are supported. To complete the device support I need to: 1. enable the 3G modem 2. crack the header fil

Re: [LEDE-DEV] Adding support for dlink dwr-512

2016-10-15 Thread Giuseppe Lippolis
Hi all, I'm proceeding to finalize the support: Now the wifi is enabled, the LEDs and the buttons are supported. To complete the device support I need to: 1. enable the 3G modem 2. crack the header file to generate the factory image Will take some time. In the meantime, here the

Re: [LEDE-DEV] Adding support for dlink dwr-512

2016-10-09 Thread Giuseppe Lippolis
Hi, currently I have some problem in enabling the wifi. During the boot I get the following messages: rt2800_wmac 1018.wmac: failed to load eeprom property ieee80211 phy0: rt2x00lib_request_eeprom_file: Info - Loading EEPROM data from 'soc_wmac.eeprom'. rt2800_wmac 1018.wmac: Direct firmwa

Re: [LEDE-DEV] Adding support for dlink dwr-512

2016-10-07 Thread Giuseppe Lippolis
Hi john, thanks for your encouragement. > congrats, please make sure to add a proper SoB line when you submit this. Can you please clarify me how to create and submit the patch? What means SoB? > also the changes to the kernel config look out of place, please remove them > when submitting the pat

Re: [LEDE-DEV] Adding support for dlink dwr-512

2016-10-05 Thread John Crispin
Hi, congrats, please make sure to add a proper SoB line when you submit this. also the changes to the kernel config look out of place, please remove them when submitting the patch John On 04/10/2016 22:27, Giuseppe Lippolis wrote: > Dear All, > Today I reach an important milestone in " A

Re: [LEDE-DEV] Adding support for dlink dwr-512

2016-10-04 Thread Giuseppe Lippolis
Dear All, Today I reach an important milestone in " Adding support for dlink dwr-512": BusyBox v1.25.0 () built-in shell (ash) _ //\ ____ ___ ___ / LE/ \| | | __| \| __| /DE /\ | |__| _|| |) | _| // LE \ ||___|___/|__

Re: [LEDE-DEV] Adding support for dlink dwr-512

2016-10-03 Thread Giuseppe Lippolis
> Von: Mathias Kresin [mailto:d...@kresin.me] > Gesendet: Montag, 3. Oktober 2016 10:38 > > With the current change in the target/linux/ramips/image/rt305x.mk : > > + KERNEL := kernel-bin | patch-dtb | lzma IMAGES := factory.bin > > + IMAGE/factory.bin := \ > > + append-kernel > > Am I r

Re: [LEDE-DEV] Adding support for dlink dwr-512

2016-10-03 Thread Mathias Kresin
03.10.2016 10:24, Giuseppe Lippolis: Hi Mathias, use the "KERNEL := kernel-bin | patch-dtb | lzma" config instead? Well, that is exactly the KERNEL line I've send in my last mail. Not sure if I get what you are asking here. But such a kernel works for most of the rt305x devices. In your

Re: [LEDE-DEV] Adding support for dlink dwr-512

2016-10-03 Thread Giuseppe Lippolis
Hi Mathias, > > use the "KERNEL := kernel-bin | patch-dtb | lzma" config instead? > > Well, that is exactly the KERNEL line I've send in my last mail. Not > sure if I get > what you are asking here. But such a kernel works for most of the > rt305x devices. In your previous email your advice w

Re: [LEDE-DEV] Adding support for dlink dwr-512

2016-10-02 Thread Mathias Kresin
02.10.2016 23:08, Giuseppe Lippolis: Dear Mathias, thanks for your info. Just a couple of question before to proceed. 1) From my understanding the append-dtb seems to append the dtb after the kernel. But in this way in my opinion the kernel cannot point to the dbt (remember that currently It se

Re: [LEDE-DEV] Adding support for dlink dwr-512

2016-10-02 Thread Giuseppe Lippolis
Dear Mathias, thanks for your info. Just a couple of question before to proceed. 1) From my understanding the append-dtb seems to append the dtb after the kernel. But in this way in my opinion the kernel cannot point to the dbt (remember that currently It seems that the oem bootloader cannot pass

Re: [LEDE-DEV] Adding support for dlink dwr-512

2016-10-02 Thread Mathias Kresin
02.10.2016 21:10, Giuseppe Lippolis: Hi all, I'm trying to port lede to the dwr-512. I'm using the latest trunk downloaded with git clone https://git.lede-project.org/source.git The dwr-512 oem bootloader accept a firmware image that shall be processed with a dlink tool called binboy and need th