Kinsey Moore started a new discussion on user/bsps/aarch64/raspberrypi5.md: 
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/216#note_142971

 > +been stubbed out.
 > +
 > +## Console Driver
 > +
 > +Currently, the BSP only supports the PL011 Debug UART behind the 3pin JST 
 > port.
 > +The other UARTS are hidden behind PCIe and need to be accessed via the RP1 
 > chip.
 > +
 > +By default the full console driver is enabled with interrupt mode. To use 
 > it in
 > +polled mode set `BSP_CONSOLE_USE_INTERRUPTS = False` in config.ini. The 
 > device
 > +file is named `/dev/console`.
 > +
 > +If you want to use the simple console driver use the following macro in 
 > init.c:
 > +`CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER`
 > +
 > +NOTE: While doing read operations via the UART make sure to disable 
 > buffering
 > +if you want to see immediate echo output.

This is also not BSP-specific and applies more to the application being run, so 
drop this as well.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/216#note_142971
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to