|
Thank you for your reply Werner. I did the trick this way:
1. I download and prepare a build enviroment of the armbian (VM with 20gb + 4cores + 8gbram) just like this https://github.com/armbian/build
2. Then I followed the guides:
3. Selected orangepizero , debian jessie, and let it work.. after some time (almost 25min)
4. Burn a SDcard with the image
5. Then , after the first boot, define password, etc.. i rebooted and then logged in as root, and now I notice that the fbtft and fbtft_device were avaiable. So...:
modprobe fbtft_device custom name=fb_ili9340 gpios=dc:3,reset:0 speed=16000000 busnum=1 rotate=90
con2fbmap 1 8
And it worked. =)
Basically the mainline distro availble in armbian site doesn't have all the modules and kernel options. It was my mistake. I tought that i only I'll need to download the kernel source and headers, the source of the fbtft and change the makefile anda kconfig and just build a module. But I have no success with that.
I had already build some others kernels, modules, and device drivers for FriendlyARM and WonderMedia boards, but I didn't use the Armbian or the build script. All I have done was in command line use a toolchain and cross compiling.
Thank you for all kindly help, and sorry my bad english.
tonispa
|
|