Changes between Version 1 and Version 2 of BeagleBoard
- Timestamp:
- 2020-11-21T10:09:16Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BeagleBoard
v1 v2 11 11 The !BeagleBoard-xM has been supported since HelenOS 0.6.0. 12 12 13 == Serial Console == 14 15 !BeagleBoard has a female DB-9 connector, so one can plug a USB-serial adapter with male DB-9 connector straight to it, without any additional cabling (such as a laplink cable). 16 17 Comms settings: '''115200 bd, 8 data bits, 1 stop bit, no parity, disable hardware flow control'''. 18 19 Only kconsole can be used via the serial console, there is no user-space serial console. 20 13 21 == Booting == 14 22 15 23 The !BeagleBoard can be either netbooted or booted over serial. 16 24 17 In either case, start by build HelenOS for the arm32/beagleboard target. This produces an uImage.bin binary. 25 In either case, start by build HelenOS for the arm32/beagleboard target. This produces an uImage.bin binary. You need to use a microSD card with uBoot. uBoot will typically auto-boot from te SD card after a few seconds and you can press a key to interrupt and get a command line. 18 26 19 27 In order to boot over network, do: … … 35 43 U-Boot# bootm 36 44 }}} 45 46 == Display / keyboard == 47 48 The !BeagleBoard-xM has a PS/2 keyboard port, HDMI video output and USB. However, neither PS/2 nor USB is currently supported by HelenOS. TODO: What is the state of kfb and amdm37x_dispc?