Re: [GSoC] Help needed for the continuation of project RPi4B

2022-07-11 Thread Alan Cudmore
I verified that my RPi400 (RPi4 with keyboard) enables the console on UART 1, the "Mini UART" by default. (0xfe215040) If I add this line to config.txt on the SD card: dtoverlay=disable-bt The console comes up with the PL011 UART on the same pins (0xfe201000) So if you want to use the PL011 UART as

Re: [GSoC] Help needed for the continuation of project RPi4B

2022-07-11 Thread Joel Sherrill
On Mon, Jul 11, 2022 at 11:13 AM Noor Aman wrote: > Hello, I wanted some help on my project and what do I need to do next. > Here is a summary of what I have done so far. > > TESTING > - Tested bare-metal from https://rpi4os.com, worked good > - (Suggested by Alan) Tested VxWorks from >

[GSoC] Help needed for the continuation of project RPi4B

2022-07-11 Thread Noor Aman
Hello, I wanted some help on my project and what do I need to do next. Here is a summary of what I have done so far. TESTING - Tested bare-metal from https://rpi4os.com, worked good - (Suggested by Alan) Tested VxWorks from https://www.windriver.com/products/vxworks, it worked fine too.