
25 Jun
2008
25 Jun
'08
2:59 p.m.
On Tue, Jun 24, 2008 at 9:05 PM, michael trimarchi@gandalf.sssup.it wrote:
Activate in the linux kernel CONFIG_LL_DEBUG ( maybe ?! ) and check that the u_boot_board_id == linux_board_id
I am working on OMAP2420 (ARM 11) based apollon board. The board id in u-boot is ( in file board/apollon.c, board_init() ): gd->bd->bi_arch_number = 919;
The board id in linux-2.6.22, linux-2.6.25 ( as defined in arch/arm/tools/mach-types ) : omap_apollon MACH_OMAP_APOLLON OMAP_APOLLON 919
Thanks, Rohit