Questions tagged [bsp]

In embedded systems, a board support package (BSP) is implementation specific support code for a given (device motherboard) board that conforms to a given operating system. It is commonly built with a bootloader that contains the minimal device support to load the operating system and device drivers for all the devices on the board.

100 questions
0
votes
1 answer

C# BSP Splitting Algorithm Logical or Calculation Error

I need your advice. Okay, so I am having a problem with this algorithm. I'm using the recursive method of adding to and maintaining the binary tree for this program, but when Split Once is done 3 times, the code breaks. For the sake of example,…
0
votes
2 answers

Shrink a webpage to fit the iframe dimension

I am trying to fit the contents of the webpage into an iframe whose dimensions are fixed. I need to resize the page such that the complete page fits in the given dimensions of the iframe without truncation. And I do not need scrollbar, the page…
abk07
  • 49
  • 1
  • 8
0
votes
3 answers

Show/Hide a portion of table entries

I have a html table with 10 rows. I want to display first 5 rows of the table for 5 seconds and the next 5 rows for another 5 seconds. When one set of rows are being displayed the other set should be hidden. Kindly help Thanks & Regards, abk
abk07
  • 49
  • 1
  • 8
0
votes
1 answer

board support package contituents , requirements and provisions. SPI based device

I am developing a BSP (board Support Package) for a Linux board. The board contains a device which runs on SPI. I would likw your suggestions on weather I should provide a device specific driver with the BSP or should a SPI driver be…
user1877992
  • 67
  • 1
  • 5
-1
votes
2 answers

Yocto build for i.MX8QM is not booting

I have built an image for the TQ Systems STKa8x Evaluation board with an i.MX8 QuadMax using the yocto project. The resulting image does not boot on the device. Can anyone help me interpret the warnings and errors occuring in the serial console…
BielSeb
  • 9
  • 2
-1
votes
1 answer

To build custom BSP layer using Yocto for a bare metal board

I am developing an Embedded application based on Yocto Krogoth release to run on Nitrogen6x board. I have followed the steps mentioned in this link. I have successfully created the Linux distribution and Yocto SDK to develop and run my application…
user12345
  • 661
  • 8
  • 34
-1
votes
1 answer

AOSP Nougat build system - functionality to build just an module and create system.img

Till now i have been working upon AOSP kitkat and now i am moving to android nougat. In kitkat AOSP when i needed to build an system app situated in /packages/apps/xyz_app , i was using "mmm" and "make snod" which were enough to build the system.img…
-2
votes
1 answer

ROM doesn't load U-Boot on imx6solo

I'm trying to upgrade my u-boot from 2009 to 2020 using buildroot, but when I build the new one it doesn't boot (and I don't have JTAG). When I load it with imx_usb_loader it works but when I flash it on the Nand, it doesn't boot on it. As u-boot…
-4
votes
1 answer

add a button sapui5 javascript

New to sapui5, and I'm trying to make a change to an existing development and add another button to this UI. Here is my coding, I am trying to add oAssetBtn2 to the UI, the other button already works?? Currently, I am getting the…
-6
votes
1 answer

Which yocto is best for me

I am new to yocto. and working on imx6ul board. There is a different type of yocto BSP like Morty, jethro, fido etc. I want to use BSP with qt lgpl(not GPL) & Dynamic library. How can differentiate them and can decide which one is best for my…
1 2 3 4 5 6
7