Re: kernel 3.5 and device-tree support... August 09, 2012 10:43AM |
Registered: 12 years ago Posts: 60 |
Alan
Re: kernel 3.5 and device-tree support... August 09, 2012 11:06AM |
Re: kernel 3.5 and device-tree support... August 09, 2012 11:29AM |
Registered: 12 years ago Posts: 60 |
Alan
Re: kernel 3.5 and device-tree support... August 09, 2012 11:35AM |
Re: kernel 3.5 and device-tree support... August 09, 2012 11:40AM |
Registered: 12 years ago Posts: 60 |
make menuconfig make make kirkwood-goflexnet.dtb cat arch/arm/boot/kirkwood-goflexnet.dtb >> arch/arm/boot/zImage make uImage cp arch/arm/boot/uImage /boot/uImage reboot
Alan
Re: kernel 3.5 and device-tree support... August 09, 2012 01:09PM |
sata_mv sata_mv.0: cannot get optional clkdev [ 24.374413] sata_mv sata_mv.0: slots 32 ports 2 [ ok 4.438393] uncorrectable error : udevd[370]: timeout 'scsi_id --whitelisted --replace-whitespace -p0x80 -d/dev/sda' udevd[370]: timeout '/sbin/blkid -o udev -p /dev/sda' udevd[378]: timeout: killing '/sbin/modprobe -b platform:sata_mv' [404]
Re: kernel 3.5 and device-tree support... August 09, 2012 01:11PM |
Registered: 12 years ago Posts: 60 |
Alan
Re: kernel 3.5 and device-tree support... August 09, 2012 01:30PM |
Alan
Re: kernel 3.5 and device-tree support... August 09, 2012 01:35PM |
Re: kernel 3.5 and device-tree support... August 09, 2012 01:37PM |
Registered: 12 years ago Posts: 60 |
Re: kernel 3.5 and device-tree support... August 09, 2012 01:44PM |
Registered: 12 years ago Posts: 115 |
sata_mv.0: cannot get optional clkdev
i2c@11000 { status = "okay"; clock-frequency = <400000>; s35390a: s35390a@30 { compatible = "s35390a"; reg = <0x30>; }; };
Re: kernel 3.5 and device-tree support... August 09, 2012 01:52PM |
Registered: 12 years ago Posts: 60 |
Re: kernel 3.5 and device-tree support... August 09, 2012 02:06PM |
Registered: 12 years ago Posts: 115 |
static struct i2c_board_info __initdata ix2200_i2c = { I2C_BOARD_INFO("lm63", 0x4c), };
Synthesizing the initial hotplug events...udevd[370]: timeout 'scsi_id --whitelisted --replace-whitespace -p0x80 -d/dev/sda'Does that mean anything?
Re: kernel 3.5 and device-tree support... August 09, 2012 02:15PM |
Registered: 12 years ago Posts: 60 |
Re: kernel 3.5 and device-tree support... August 09, 2012 02:26PM |
Registered: 12 years ago Posts: 115 |
kirkwood_ehci_init();
Re: kernel 3.5 and device-tree support... August 10, 2012 03:30AM |
Registered: 12 years ago Posts: 115 |
turn off boot console earlycon0
kirkwood_init();
turn off boot console earlycon0
kirkwood_uart0_init();but now it tries to load the root fs but cant find any i just get:
Waiting 10sec before mounting root device... [ 29.974590] List of all partitions: [ 29.978106] 1f00 3072 mtdblock0 (driver?) [ 29.983186] 1f01 4096 mtdblock1 (driver?) [ 29.988282] No filesystem could mount root, tried: [ 29.993189] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)the root file system is just an ext2 partition so it should mount?
rpress
Re: kernel 3.5 and device-tree support... August 10, 2012 11:42AM |
Re: kernel 3.5 and device-tree support... August 10, 2012 11:48AM |
Registered: 12 years ago Posts: 115 |
rpress
Re: kernel 3.5 and device-tree support... August 10, 2012 04:28PM |
Re: kernel 3.5 and device-tree support... August 10, 2012 04:44PM |
Registered: 12 years ago Posts: 115 |
Re: kernel 3.5 and device-tree support... August 10, 2012 04:50PM |
Registered: 12 years ago Posts: 60 |
Re: kernel 3.5 and device-tree support... August 10, 2012 04:57PM |
Registered: 12 years ago Posts: 115 |
rpress
Re: kernel 3.5 and device-tree support... August 10, 2012 05:04PM |
Re: kernel 3.5 and device-tree support... August 10, 2012 05:12PM |
Registered: 12 years ago Posts: 115 |
rpress
Re: kernel 3.5 and device-tree support... August 10, 2012 05:23PM |
Re: kernel 3.5 and device-tree support... August 10, 2012 05:30PM |
Registered: 12 years ago Posts: 115 |
Re: kernel 3.5 and device-tree support... August 11, 2012 01:30AM |
Registered: 12 years ago Posts: 115 |
Re: kernel 3.5 and device-tree support... August 11, 2012 01:54AM |
Registered: 12 years ago Posts: 17 |
Re: kernel 3.5 and device-tree support... August 11, 2012 02:01AM |
Registered: 12 years ago Posts: 17 |
Re: kernel 3.5 and device-tree support... August 11, 2012 02:13AM |
Registered: 12 years ago Posts: 115 |
memory { device_type = "memory"; reg = <0x00000000 0x10000000>;