Forum Discussion
Altera_Forum
Honored Contributor
8 years agoBooting Linux on MAX10 FPGA Development kit (ACDS v17.0)
Hello! I’m trying to run Linux kernel 4.9.76-ltsi-rt from altera opensources with buildroot 2017.11 on MAX10 FPGA Development kit with NIOS II, but it’s fail. I use this instruction (https://ro...
Altera_Forum
Honored Contributor
8 years agoHi,
--- Quote Start --- I was able to start the kernel after adding .dts file to the configuration. The problem is that the system does not see qspi flash with jffs file system and rootfs. There is a kernel panic. What's wrong? --- Quote End --- Where did you download your 'rootfs.hex' ?
partition@qspi-rootfs {
/* 56MB for jffs2 data. */
label = "Flash 0 jffs2 Filesystem";
reg = <0x00C00000 0x03600000>;
};
To 0x00C00000 of CFI_512 Mb ? Regards, Kazu