Hi Sir :
I used MCU Domain R5F RTOS to Boot the Main Domain Linux kernel.
MCU Domain R5F RTOS can transmit bootargs parameters to Linux kernel like U-Boot?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Sir :
I used MCU Domain R5F RTOS to Boot the Main Domain Linux kernel.
MCU Domain R5F RTOS can transmit bootargs parameters to Linux kernel like U-Boot?
Hi Pierre,
Are you using SBL or the regular R5 SPL on your MCU R5F core?
regards
Suman
Hi Suman :
In MCU domain R5F, first execute SBL, then execute "CAN Response and Bootloader Demo Application".
Hi Pierre,
When you do not have u-boot, the kernel bootargs can not be changed based on any environment (in u-boot case the u-boot's environment) - due to this reason you need to pass the bootargs via the chosen node in the kernel device tree.
Regards
Karan