



Problem installing Linux kernel with orpsoc on Altera DE1 board
by meitoku on Apr 14, 2014 |
meitoku
Posts: 26 Joined: Nov 21, 2013 Last seen: Oct 18, 2015 |
||
We (me and NamTC) have some problems installing Linux kernel with orpsoc to Altera DE1 board.
First, we created the dts file de1.dts in arch/openrisc/boot/dts which is just a copy of de0_nano.dts.
Then, we built vmlinux successfully. We loaded vmlinux to board using OpenOCD and or1k-elf-gdb. We used gtkterm as a serial terminal to connect with the board. (The full result is shown in attached file) But now, the problem appeared as below:
Kernel command line: console=uart,mmio,0x90000000,115200
The booting process stopped at mem_init_done line and didn't continue.
We don't know was vmlinux booted successfully or not. If not, why did it stopped and how can we solve this problem?
terminal_result.txt (1 kb)
|
RE: Problem installing Linux kernel with orpsoc on Altera DE1 board
by indirasulo on Apr 14, 2014 |
indirasulo
Posts: 29 Joined: Jan 12, 2012 Last seen: Sep 26, 2014 |
||
We (me and NamTC) have some problems installing Linux kernel with orpsoc to Altera DE1 board.
First, we created the dts file de1.dts in arch/openrisc/boot/dts which is just a copy of de0_nano.dts.
Then, we built vmlinux successfully.
We loaded vmlinux to board using OpenOCD and or1k-elf-gdb. We used gtkterm as a serial terminal to connect with the board. (The full result is shown in attached file) But now, the problem appeared as below:
Kernel command line: console=uart,mmio,0x90000000,115200
The booting process stopped at mem_init_done line and didn't continue.
We don't know was vmlinux booted successfully or not. If not, why did it stopped and how can we solve this problem?
terminal_result.txt (1 kb)
de0_nano has 32mb memory while you have only 8. You need to fix memory section in your dts file. |



