Altera_Forum
Honored Contributor
15 years agoThe problem with custom board. (Exception access user space)
Hello everyone,
I have trying to run Linux on my custom board. But, Exception occurs when you access the user space. start_kernel () is passed. kernel_init () will call the initialization function of each module, Therein futex_init () exception occurs.
futex_init()
cmpxchg_futex_value_locked()
futex_atomic_cmpxchg_inatomic()
get_user()
__get_user_common()
__get_user_asm2() ※Unhandled exception!!My custom_fpga.h prepare and replace. linux.initramfs.gz downloaded to the board. [steps] nios2-configure my_fpga.sof nios2-download -g linux.initramfs.gz nios2-terminal.exe Please advice to solve the problem? Thanks a lot All.