Hi We are developing a custom board based on a Max10 device. We are trying to bring up linux on it (we have done this successfully on a MAX10 Neek evaluation board already, and our hardware design is based off that board)
Ive compiled the linux kernel and generated the hex as in: $ elf2flash --base=0x0 --input=vmlinux --end=0xfffffff --reset=0x0 --boot=$SOPC_KIT_NIOS2/components/altera_nios2/boot_loader_cfi.srec nios2-elf-objcopy -O ihex vmlinux.flash vmlinux.hex So the command above will embed the default bootloader to the linux image. we are trying to boot it up but I dont see anything on the serial port. I am assuming that what I did above for the kernel is correct, but i might be wrong. What are the normal steps for debugging the default bootloader? Is there a way of seeing (through Jtag for instance) whats going on on the default bootloader ? Its important to mention that the example applications (hello world + memory test) are running fine. Thank you regards, David -- *+1 (343) 777-1735* David Cemin http://coveloz.com <http://coveloz.com/>
_______________________________________________ Rfi mailing list Rfi@lists.rocketboards.org http://lists.rocketboards.org/cgi-bin/mailman/listinfo/rfi