Differences between revisions 15 and 16
Revision 15 as of 2010-07-08 02:55:34
Size: 2587
Comment:
Revision 16 as of 2010-09-24 09:06:57
Size: 2602
Comment:
Deletions are marked like this. Additions are marked like this.
Line 28: Line 28:
 * [[http://www.algosystem.co.jp/smart_ap-320.html|AP320]] (Japanese only)  * [[http://www.algosystem.co.jp/product_asp/smart_ap-3300.html|AP-3300]] (Japanese only)

This is Debian/Renesas SH(SH4) port

SuperH(SH) is RISC Architecture that Renesas Technology Co. SuperH is used in embedded systems such as cellular phone, NAS, and LCD TVs, etc.

Target

Renesas SH has many type of CPU(sh1/sh2/sh3/sh4 and bi-endian).

The Debian/Renesas SH(sh4) port project is active for supporting sh4 (m4 and m4a).

The sh3 CPU type can be supported as well, but sh3 is no longer developed and work is shifting to SH4.(Renesas does still sell SH3.)

Similarly, it is difficult to build the environment where buildd works for SH3.

Therefore, development is focused on sh4.

SH4 buildd status

sh4 support machine

  • USL-5P (Japanese only)

    • SH7751R / 64MB SDRAM / 10/100BASE Ethernet port x1 / USB2.0 x 5
  • L-BOX (Japanese only)

    • SH7751R / 64MB SDRAM / PCMCIA (CardBus) / 10/100BASE Ethernet port x2

  • AP-3300 (Japanese only)

    • SH7723 / 128MB SDRAM / Ethernet port x1 / USB2.0 x 1 / TFT Touch panel
  • other....

Apt-line

deb http://ftp.debian-ports.org/debian sid main
deb http://ftp.debian-ports.org/debian unreleased main
deb-src http://ftp.debian-ports.org/debian sid main

Userland

http://debian-sh4.nigauri.org/base-image/

Cross compiler

http://debian-sh4.nigauri.org/cross-compiler/

Use the following apt line on the i386 build host:

deb http://debian-sh4.nigauri.org/cross-compiler/bin-i386 ./

Or use the following apt line on the amd64 build host:

deb http://debian-sh4.nigauri.org/cross-compiler/bin-amd64 ./

Then to install the entire cross toolchain:

# apt-get install gcc-sh4-cross

Mailing List

debian-superh@lists.debian.org

PorterBox

Bugs

Contact

If you are interested in sh4 and sh4 port, please contact ML or Nobuhiro Iwamatsu.

Other page