Senior
April 10, 2018
Question
port uclinux on stm32f7?
- April 10, 2018
- 1 reply
- 1150 views
Posted on April 10, 2018 at 17:23
I want to port uclinux to my board based on stm32f767igt,i portted u-boot before.Now i want to port uClinux to my board.So i download uClinux-dist-20160919.tar.bz2,then i compile the kernel with arch/arm/configs/stm32_defconfig,after i compile Image,then i generate the uImage file with command kimage -A arm -O linux -T kernel -C none -a 0xc0008000 -e 0xc0008001 -n 'yyfish' -d Image yyfish.bin.but i hung with Starting kernel...
i use uart1 as my console,so i use a dtb file with stm32469i-eval.dtb.i pushed the kernel and dtb file .Is there any good advice?