Gentoo Archives: gentoo-embedded

From: Jean-Marc Beaune <jm.beaune@×××××.com>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] arm or armeb?
Date: Fri, 03 Oct 2008 13:04:40
Message-Id: 8349216a0810030604s4d2e1ad1se5685816bbb7c126@mail.gmail.com
In Reply to: Re: [gentoo-embedded] arm or armeb? by Karl Hiramoto
1 Thank you,
2
3 All right, but actually I didn't buy this hardware yet, I'm just
4 investigating and ceating crossdev toolchain.
5
6 So, not possible to know what's the difference between 'arm' and 'armeb'
7 machines?
8
9 Cheers,
10 /JM
11
12 On Fri, Oct 3, 2008 at 1:53 PM, Karl Hiramoto <karl@××××××××.org> wrote:
13
14 > Jean-Marc Beaune wrote:
15 > > Hi,
16 > >
17 > > The details:
18 > >
19 > > - Processor: 16/32 bit *AT91SAM7X256* (ARM7TDMI-S™)
20 > > - 256 K Flash
21 > > - 64 K RAM
22 > > - USB 2.0
23 > > - Ethernet 10/100 Mbits
24 > > - 2 x RS-232
25 > > - ADC (10 bits), CAN, 2 x UARTs, TWI(I2C), 2 x SPI, 3 x timers
26 > > 32bit, SSC, 4 x PWM, WDT, PDC (DMA)
27 > > - Frequency up to 55 MHz
28 > > - JTAG connector (ARM's 2 x 10 pins - ARM-JTAG compatible)
29 > > - Color TFT 128 x 128 pixels
30 > > - SD™/MMC™
31 > > - Mini-joystick
32 > > - Loudspeaker
33 > > - Audio input/output
34 > > - Crystal 18,432 MHz sur support
35 > > - RESET buton
36 > > - Dimension: 128 x 98 mm
37 > >
38 > > The question is not specifically for this hardware but more "when to
39 > > choose arm and when to choose armeb" ?
40 > >
41 > > Thank you
42 > >
43 > AFIK, you can't run linux on an ARM TDMI with 64K of RAM :-)
44 >
45 >
46 > Using the same endianess as your bootloader will save you from byte
47 > swapping. If you can use the same endianness as the rest of your HW,
48 > it will save the byte sapping operations and may make your system faster.
49 >
50 >
51 > Some people prefer little endian, because other SW/ drivers has bugs on
52 > little endian machines.
53 >
54 >
55 > More about endianness you can probably get from googl'ing.
56 >
57 > --
58 > Karl
59 >
60 >
61 >
62 >
63 >
64 >
65 >
66 >
67
68
69 --
70 Jean-Marc

Replies

Subject Author
Re: [gentoo-embedded] arm or armeb? Mike Frysinger <vapier@g.o>