Quote:
Originally Posted by klausef
I've finally gotten to the point where the OP was; I was able to compile the kernel provided by nook source and run it off of the SD card.
|
Could you please describe more exactly whan you've done with GPU and WiFi modules?
And just to be sure: to be able to boot from SD the device must be rooted before, is it so?
Quote:
Originally Posted by klausef
|
Thanks! I spent some time wondering how it can be, but then noticed you used Nook Color, not ST ;)
I meant look at this with rooted NST to define a best config to it. Seems like revision is really read from HW, not defined by config you choose (at least in u-boot, but let's trust them a bit;)
Possible values (just copy-paste from arch/arm/plat-omap/include/mach/board-boxer.h):
Code:
BOARD_ENCORE_REV_EVT1A 0x1
BOARD_ENCORE_REV_EVT1B 0x2
BOARD_ENCORE_REV_EVT2 0x3
BOARD_ENCORE_REV_DVT 0x4
BOARD_ENCORE_REV_PVT 0x5
BOARD_ENCORE_PROD_3G 0x8
BOARD_ENCORE_REV_UNKNOWN 0x6
BOARD_GOSSAMER_REV_EVT1A 0x1
BOARD_GOSSAMER_REV_EVTPRE1C 0x2
BOARD_GOSSAMER_REV_EVT1C 0x3
And some tips:
Code:
encore_board_evt2: revision >= BOARD_ENCORE_REV_EVT2
gossamer_board_compatible_evt_pre1c: revision <= BOARD_GOSSAMER_REV_EVTPRE1C
Quote:
Originally Posted by klausef
I'll document how to do it on the NookDevs wiki.
|
Please post here a link then.
Finally, some more good news: it might be possible to use upstream wl12xx WiFi driver instead of closed-source tiwlan.
Also, a kernel here contains come code related to our GPU (drivers/gpu/pvr/): git://git.omapzoom.org/kernel/omap.git
|