Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHow to porting u-boot to my own board?
Hello, everyone I want to use u-boot on my board. I have two questions. 1. Before I use u-boot on my board, I just try to compile u-boot first. So, I follow the readme file. I use ...
Altera_Forum
Honored Contributor
20 years agoTo LiangYi,
<div class='quotetop'>QUOTE </div> --- Quote Start --- Creating 2 MTD partitions on "Microtronix map": 0x00200000-0x00800000 : "romfs" mtd: partition "romfs" extends beyond the end of device "Microtronix map" -- size truncated to 0x200000 0x00000000-0x00200000 : "loader/kernel"[/b] --- Quote End --- Your mtd partition definition has a little error. Seconed, Could you not zip "romfs.bin" first, just upload to flash with original "romfs.bin"? However, I'd like to know/discuss how to implement the zipped "romfs.bin" to reduce flash capicity.