共1条
1/1 1 跳转至页
What are Board support packages?(老站转)
Q: "What are Board support packages?" -- BSP
A: If an OS comes only as binary executables, or as an object library, the
vendor must either provide a version built to run on your exact hardware, or
provide the routines to handle hardware specific functions and interface with
the more generic binary code. They often call this target specific code a
"Board Support Package", and if none is available for your board, you either
change boards or wait for the BSP to be done.
With a source code OS, the situation is much different. With every port, we
provide the source code to the target-specific low level routines. In almost
every case, (including our embedded x86 port) these have been built and run
on at least one actual target board. We refer to that as a "run-time package"
for that particular board. If you want to use a different board, you alte
r these files to match your particular peripheral set and memory mapping, an
d move on.
We generally do not attempt to initialize and provide a driver for every
peripheral device on a board (or on a highly integrated chip). We do enough to
get our demonstration program running, which requires, at a minimum, that a
timer be initialized to provide a periodic interrupt. This must be captured
and serviced by Nucleus PLUS in order to provide the system timer.
In a couple of rare cases, we have provided for more complete support of the
peripherals on a particular target board. We refer to this additional perip
heral support as a "board support package". As you can see, with us, "board
support package" refers to something that, while admittedly a convenience,
is by no means necessary in order to use Nucleus PLUS on a particular target
board.
Practically all of the many customers who have used PLUS have done so without
"board support packages" from us. Many of those customers have used boards
for which even a "run-time package" was not available
关键词: Board support packages 老站
共1条
1/1 1 跳转至页
回复
有奖活动 | |
---|---|
【有奖活动】分享技术经验,兑换京东卡 | |
话不多说,快进群! | |
请大声喊出:我要开发板! | |
【有奖活动】EEPW网站征稿正在进行时,欢迎踊跃投稿啦 | |
奖!发布技术笔记,技术评测贴换取您心仪的礼品 | |
打赏了!打赏了!打赏了! |
打赏帖 | |
---|---|
【换取逻辑分析仪】自制底板并驱动ArduinoNanoRP2040ConnectLCD扩展板被打赏47分 | |
【分享评测,赢取加热台】RISC-V GCC 内嵌汇编使用被打赏38分 | |
【换取逻辑分析仪】-基于ADI单片机MAX78000的简易MP3音乐播放器被打赏48分 | |
我想要一部加热台+树莓派PICO驱动AHT10被打赏38分 | |
【换取逻辑分析仪】-硬件SPI驱动OLED屏幕被打赏36分 | |
换逻辑分析仪+上下拉与多路选择器被打赏29分 | |
Let'sdo第3期任务合集被打赏50分 | |
换逻辑分析仪+Verilog三态门被打赏27分 | |
换逻辑分析仪+Verilog多输出门被打赏24分 | |
【分享评测,赢取加热台】使用8051单片机驱动WS2812被打赏40分 |