* Linux for RouterBoard532 - CPU MIPS32 4Kc - IDT 79RC32434. @ 2005-04-16 14:33 cordova 2005-04-16 14:58 ` Jan-Benedict Glaw 2005-04-16 22:59 ` Wolfgang Denk 0 siblings, 2 replies; 7+ messages in thread From: cordova @ 2005-04-16 14:33 UTC (permalink / raw) To: linux-mips Hi, I´d just bought Routerboard532 ( http://www.routerboard.com/rb500.html ) and I want to port linux to this board. The vendor has just an linux image on the web site. Anyone could help me we some info or "HOWTO" ? Board Info: - CPU MIPS32 4Kc - IDT 79RC32434; - 32MB DDR onboard memory chip; - 64MB onboard NAND memory chip; - One IDT Korina 10/100 Mbit/s Fast Ethernet port supporting Auto-MDI/X Two VIA VT6105 10/100 Mbit/s Fast Ethernet ports supporting Auto-MDI/X. Best Regards, Alessandro Cordova ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Linux for RouterBoard532 - CPU MIPS32 4Kc - IDT 79RC32434. 2005-04-16 14:33 Linux for RouterBoard532 - CPU MIPS32 4Kc - IDT 79RC32434 cordova @ 2005-04-16 14:58 ` Jan-Benedict Glaw 2005-04-16 15:21 ` Stanislaw Skowronek 2005-04-16 22:59 ` Wolfgang Denk 1 sibling, 1 reply; 7+ messages in thread From: Jan-Benedict Glaw @ 2005-04-16 14:58 UTC (permalink / raw) To: linux-mips [-- Attachment #1: Type: text/plain, Size: 1050 bytes --] On Sat, 2005-04-16 11:33:45 -0300, cordova@uninet.com.br <cordova@uninet.com.br> wrote in message <42612249.1fb.7a40.2093672349@uninet.com.br>: > I´d just bought Routerboard532 ( > http://www.routerboard.com/rb500.html ) and I want to port > linux to this board. The vendor has just an linux image on > the web site. No need to "port" Linux to this board, since obviously the vendor already did this for you. Just ask him for all the sources needed for the bootloader and at least the kernel stuff. He needs to supply these to you, as forced by the GPLv2... In the above link, the vendor already states that a Debian reference image as well as sources are available. Just ask them for this! MfG, JBG -- Jan-Benedict Glaw jbglaw@lug-owl.de . +49-172-7608481 _ O _ "Eine Freie Meinung in einem Freien Kopf | Gegen Zensur | Gegen Krieg _ _ O fuer einen Freien Staat voll Freier Bürger" | im Internet! | im Irak! O O O ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA)); [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Linux for RouterBoard532 - CPU MIPS32 4Kc - IDT 79RC32434. 2005-04-16 14:58 ` Jan-Benedict Glaw @ 2005-04-16 15:21 ` Stanislaw Skowronek 0 siblings, 0 replies; 7+ messages in thread From: Stanislaw Skowronek @ 2005-04-16 15:21 UTC (permalink / raw) To: linux-mips > He needs to supply these to you, as forced by the GPLv2... You don't even need to point that out. IDT is quite pleasant to work with as a company, I can say that even as a hobbyist. They don't make problems about Linux kernel source. I just wonder why don't they let us merge it. Stanislaw ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Linux for RouterBoard532 - CPU MIPS32 4Kc - IDT 79RC32434. 2005-04-16 14:33 Linux for RouterBoard532 - CPU MIPS32 4Kc - IDT 79RC32434 cordova 2005-04-16 14:58 ` Jan-Benedict Glaw @ 2005-04-16 22:59 ` Wolfgang Denk 2005-04-18 14:54 ` John Tully 1 sibling, 1 reply; 7+ messages in thread From: Wolfgang Denk @ 2005-04-16 22:59 UTC (permalink / raw) To: cordova; +Cc: linux-mips In message <42612249.1fb.7a40.2093672349@uninet.com.br> you wrote: > > I´d just bought Routerboard532 ( > http://www.routerboard.com/rb500.html ) and I want to port > linux to this board. The vendor has just an linux image on > the web site. This is not correct. If you just scroll down the page you listed yoursself, then you should easily find the section titled "RouterBOARD 500 GNU/Linux support files" which includes a link to "Patch for Linux 2.4.29 kernel". > Anyone could help me we some info or "HOWTO" ? Download the patch, download the corresponding kernel source tree, apply patch, copy "config.mipsel" to ".config" to get a default configuration, build the kernel, download it, run it. So far I haven't been able to find out how to pass kernel arguments with their boot loader, so you may have to hack rc32434/rb500/prom.c I used the mips_4KCle packages of the ELDK to build the kernel and to provide a root filesystem over NFS - this worked fine. There are some problems (like not being able to switch the CPU clock and NAND flash support not working at all), but it boots and runs. Best regards, Wolfgang Denk -- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de The IQ of the group is the lowest IQ of a member of the group divided by the number of people in the group. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Linux for RouterBoard532 - CPU MIPS32 4Kc - IDT 79RC32434. 2005-04-16 22:59 ` Wolfgang Denk @ 2005-04-18 14:54 ` John Tully 2005-04-18 23:17 ` Wolfgang Denk 0 siblings, 1 reply; 7+ messages in thread From: John Tully @ 2005-04-18 14:54 UTC (permalink / raw) To: linux-mips; +Cc: Wolfgang Denk, cordova I work for MikroTik and we make the RB500. We are trying to add more documentation to make it easy to do more things with Linux. At the moment, the CF image at least lets you quickly start on developing Linux applications. Allot of what you need can be figured out from the kernel patch on the specs page for the RB500 at www.routerboard.com , but that is not so much fun. We will add more documentation on the NAND device and such features. So, please check the site and I can also write to this list as we add more info. John www.mikrotik.com At 01:59 AM 4/17/2005, Wolfgang Denk wrote: >In message <42612249.1fb.7a40.2093672349@uninet.com.br> you wrote: > > > > I´d just bought Routerboard532 ( > > http://www.routerboard.com/rb500.html ) and I want to port > > linux to this board. The vendor has just an linux image on > > the web site. > >This is not correct. If you just scroll down the page you listed >yoursself, then you should easily find the section titled >"RouterBOARD 500 GNU/Linux support files" which includes a link to >"Patch for Linux 2.4.29 kernel". > > > Anyone could help me we some info or "HOWTO" ? > >Download the patch, download the corresponding kernel source tree, >apply patch, copy "config.mipsel" to ".config" to get a default >configuration, build the kernel, download it, run it. > >So far I haven't been able to find out how to pass kernel arguments >with their boot loader, so you may have to hack rc32434/rb500/prom.c > >I used the mips_4KCle packages of the ELDK to build the kernel and to >provide a root filesystem over NFS - this worked fine. There are some >problems (like not being able to switch the CPU clock and NAND flash >support not working at all), but it boots and runs. > >Best regards, > >Wolfgang Denk > >-- >Software Engineering: Embedded and Realtime Systems, Embedded Linux >Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de >The IQ of the group is the lowest IQ of a member of the group divided >by the number of people in the group. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Linux for RouterBoard532 - CPU MIPS32 4Kc - IDT 79RC32434. 2005-04-18 14:54 ` John Tully @ 2005-04-18 23:17 ` Wolfgang Denk 2005-04-19 8:35 ` John Tully 0 siblings, 1 reply; 7+ messages in thread From: Wolfgang Denk @ 2005-04-18 23:17 UTC (permalink / raw) To: John Tully; +Cc: linux-mips, cordova In message <6.2.1.2.0.20050418174810.0382e410@frog.mt.lv> you wrote: > I work for MikroTik and we make the RB500. We are trying to add more > documentation to make it easy to do more things with Linux. At the moment, > the CF image at least lets you quickly start on developing Linux > applications. Allot of what you need can be figured out from the kernel > patch on the specs page for the RB500 at www.routerboard.com , but that is > not so much fun. We will add more documentation on the NAND device and > such features. So, please check the site and I can also write to this list > as we add more info. Thanks. Just two more questions now: * Are you working on a 2.6.x version ? * Is the NAND flash support supposed to be working? All I can get from it is only error messages. Best regards, Wolfgang Denk -- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de Anyone can count the seeds in an apple. No one can count the apples in a seed. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Linux for RouterBoard532 - CPU MIPS32 4Kc - IDT 79RC32434. 2005-04-18 23:17 ` Wolfgang Denk @ 2005-04-19 8:35 ` John Tully 0 siblings, 0 replies; 7+ messages in thread From: John Tully @ 2005-04-19 8:35 UTC (permalink / raw) To: linux-mips At 02:17 AM 4/19/2005, Wolfgang Denk wrote: >In message <6.2.1.2.0.20050418174810.0382e410@frog.mt.lv> you wrote: > > I work for MikroTik and we make the RB500. We are trying to add more > > documentation to make it easy to do more things with Linux. At the > moment, > > the CF image at least lets you quickly start on developing Linux > > applications. Allot of what you need can be figured out from the kernel > > patch on the specs page for the RB500 at www.routerboard.com , but that is > > not so much fun. We will add more documentation on the NAND device and > > such features. So, please check the site and I can also write to this > list > > as we add more info. > >Thanks. Just two more questions now: > >* Are you working on a 2.6.x version ? No, maybe you would like to work on that. >* Is the NAND flash support supposed to be working? All I can get > from it is only error messages. Yes, it works. I will try to organize some more docs on this in a week or so. John www.mikrotik.com >Best regards, > >Wolfgang Denk > >-- >Software Engineering: Embedded and Realtime Systems, Embedded Linux >Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de >Anyone can count the seeds in an apple. >No one can count the apples in a seed. ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2005-04-19 8:36 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2005-04-16 14:33 Linux for RouterBoard532 - CPU MIPS32 4Kc - IDT 79RC32434 cordova 2005-04-16 14:58 ` Jan-Benedict Glaw 2005-04-16 15:21 ` Stanislaw Skowronek 2005-04-16 22:59 ` Wolfgang Denk 2005-04-18 14:54 ` John Tully 2005-04-18 23:17 ` Wolfgang Denk 2005-04-19 8:35 ` John Tully
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox