
Hello,
I got a KAMIO-1251 board equipped with a MIPS AU1250 CPU. I would like to build U-BOOT for that board, is it possible?
regards,

Hi Frédéric,
I got a KAMIO-1251 board equipped with a MIPS AU1250 CPU. I would like to build U-BOOT for that board, is it possible?
It is possible, but in mainline U-Boot the board is not (yet) supported. So in order to build U-Boot you would need to do a port to the board first....
Also it seems like this would be the first U-Boot port to the au1250, as I only see au1000,au1100,au1500 and au1550 boards in U-Boot (check MAKEALL in the top directory).
Best wishes Detlev

Thanks for you answer. How could I do a port to that board?
regards,
2009/12/1 Detlev Zundel dzu@denx.de:
Hi Frédéric,
I got a KAMIO-1251 board equipped with a MIPS AU1250 CPU. I would like to build U-BOOT for that board, is it possible?
It is possible, but in mainline U-Boot the board is not (yet) supported. So in order to build U-Boot you would need to do a port to the board first....
Also it seems like this would be the first U-Boot port to the au1250, as I only see au1000,au1100,au1500 and au1550 boards in U-Boot (check MAKEALL in the top directory).
Best wishes Detlev
-- In short: much of our country's [USA] counterterrorism security spending is not designed to protect us from the terrorists, but instead to protect our public officials from criticism when another attack occurs. -- Bruce Schneier -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu@denx.de

Hello Frédéric,
Thanks for you answer. How could I do a port to that board?
Look into the README, search for "Ports to New Hardware". Ready the schematics for the board, datasheets of the vital components on it (SoC and RAM come to mind), warm up your editor and JTAG debugger and start hacking :)
Seriously, a word of warning - this is a non-trivial operation requiring very good knowledge of your hardware. If this cannot stop you, be sure to post your modifications early and often :)
Cheers Detlev

Thank you very much for your honest answer...
2009/12/1 Detlev Zundel dzu@denx.de:
Hello Frédéric,
Thanks for you answer. How could I do a port to that board?
Look into the README, search for "Ports to New Hardware". Ready the schematics for the board, datasheets of the vital components on it (SoC and RAM come to mind), warm up your editor and JTAG debugger and start hacking :)
Seriously, a word of warning - this is a non-trivial operation requiring very good knowledge of your hardware. If this cannot stop you, be sure to post your modifications early and often :)
Cheers Detlev
-- In short: much of our country's [USA] counterterrorism security spending is not designed to protect us from the terrorists, but instead to protect our public officials from criticism when another attack occurs. -- Bruce Schneier -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu@denx.de
participants (2)
-
Detlev Zundel
-
Frédéric SOSSON