Accessing board hardware, also custom logo/splashscreen

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Accessing board hardware, also custom logo/splashscreen

1,168件の閲覧回数
dluberger
Contributor V

i.mx6ull evk.  I followed the instructions to put Linaro Debian on the board, and everything is up and running. now I have a couple questions. First, hopefully simplest: how do I show a custom splashscreen that just hides everything displayed during boot or at least show my logo instead of the NXP and linux penguin logos during boot? 

Second, I realize there is a device tree, and there is are files and folders in /sys that give me access to the peripherals on the micro, but how in the world do i use them? when i try searching the internet for examples, everything is for the raspberry pi.  i want to read and write comm bytes via uart, i2c, and spi, and read and toggle gpio bits.  All the stuff that the i.mx6 provides as a microcontroller beyond just running linux.

ラベル(3)
タグ(2)
0 件の賞賛
返信
2 返答(返信)

1,034件の閲覧回数
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi David,

For splash screen is more configuration of debian, you need an external application such as splashImage.

For peripheral usage on linux please check:

UART (Linux) 

0 件の賞賛
返信

1,034件の閲覧回数
dluberger
Contributor V

UART I realize isn't really a big deal in linux, so that was a bad example.  I really just want to access the APIs in C for GPIO, etc.  According to the NXP linux manual for i.mx, there should be a drivers folder with a bunch of APIs, but those are nowhere to be found in this Debian build.

0 件の賞賛
返信