From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mindaugas Date: Wed, 27 Aug 2008 15:26:45 +0300 Subject: [U-Boot] new board for new to u-boot Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, I have an idea to port linux (u-boot at first, of course) to board with MediaTek's MT6226 cpu running at 26MHz. That's phone actually. They are cheap - so it's perfect "board" to work with... The MT6226 cpu is based on ARM7EJ-S processor. Board (phone) has 16Mb NOR flash, of course LCD, SD card interface, BT (Bluetooth) and of course GSM modules (two, because it's Chinese Dual SIM phone). One of modules is independent GSM module and connected to one of MT6226 UART port. So i would like to ask for more experienced programmers, is it at all possible to port anything to this device? At first i'm thinking to port very minimal u-boot with only serial interface. mendoza