cancel
Showing results for 
Search instead for 
Did you mean: 

serial connection to stm32f429i discovery board

mehdi2399
Associate II
Posted on October 15, 2016 at 11:20

Hi,

I'm trying to run uclinux on my discovery board.I loaded EMcafts uboot on my board,and then I wanted to enter command mode but it is impossible!

I tryed hyper terminal and tera term on windows and of course Ckermit on linux, I get this from different consoles but I cant send anything to the board and so I can NOT stop autoboot!

I've been working on it for about 5 days and it makes me crazy,please help me about it!

should I make some changes on my board (like removing sb11 & sb15) ? or this problem is related to software?or this is problem related to my keyboard?

Guys HEEELLLPPP

U-Boot 2010.03-cortexm-1.14.2 (Sep 04 2015 - 19:58:13)

CPU : STM32F4 (Cortex-M4)

Freqs: SYSCLK=180MHz,HCLK=180MHz,PCLK1=45MHz,PCLK2=90MHz

Board: STM32F429-DISCOVERY Rev 1.A

DRAM: 8 MB

*** Warning - bad CRC, using default environment

In: serial

Out: serial

Err: serial

Net: STM32_MAC

Hit any key to stop autoboot: 0

Wrong Image Format for bootm command

ERROR: can't get kernel image!

STM32F429-DISCO>

3 REPLIES 3
Posted on October 15, 2016 at 19:08

What USART on the F429 is it using? Have you tried writing a small app to test that the USART successfully receives/transmits?

Not much traffic here with EmCraft issues, suggest you try them for support, or forums related to that.

your output indicates you just loaded uBoot, you'd still need to write the kernel image, perhaps you could do it via the ST-LINK

If you need to change solder bridges, then review that documentation and schematic. Review what ever tutorial or instructions the ucLinux release provides.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
mehdi2399
Associate II
Posted on October 15, 2016 at 21:14

thanks for reply

I do need sb to give a hand!

It uses USART1!!! (if you meant which usart!)

The kernel images are also available at EMcraft website.

my question was more about board not sth related to other companies.

no,Its the first time Im trying to use this USART.

I connected the RX of the board to 3.3 v when the console echoed ''hit any key'' and I stopped auto boot finally!

but nothing happened later and I cant type anything in C-Kermit!

It seems my PC is hanged!

I still don know what is the problem!!!

Posted on October 17, 2016 at 04:51

Not much EmCraft support here, you'll need to seek that directly..

You might want to valid the USART1 and pin connectivity, and what you're using to connect to it. Are you using a USB-to-CMOS Serial adapter? How is that wired?

Again going to suggest that you code a small echo application that will allow you to test/validate the connectivity.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..