Differences between revisions 29 and 30
Revision 29 as of 2015-12-21 11:14:11
Size: 2939
Editor: PaulWise
Comment: grammar
Revision 30 as of 2015-12-21 11:18:12
Size: 3037
Editor: PaulWise
Comment: OPF
Deletions are marked like this. Additions are marked like this.
Line 76: Line 76:
 * [[http://0pf.org/|Open Processor Foundation]]: reviving SuperH as an open source architecture

Debian/Renesas SH(SH4) port

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

Target

Renesas SH has many type of CPU(SH/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

  • Alpha Project(Japanese only)

  • 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
  • NextVOD (Chinese only)

    • SH7105 / 256MB SDRAM / Ethernet port x1 / USB2.0 x1 / HDMI x1 / AV x1 - system log

  • 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

Cross compilers can now be installed directly from the main Debian repositories thanks to the efforts of Matthias Klose (doko):

# apt-get install gcc-5-sh4-linux-gnu g++-5-sh4-linux-gnu

Mailing List

debian-superh@lists.debian.org

PorterBox

There are currently no porter boxes available. However, you can set up your own sh4 sbuild chroot with SH4/sbuildQEMU

Bugs

Contact

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

Other page


CategoryPorts