Thanks for tips! Today managed eventually to run today's linux-next on Intel Edison.mutex wrote:I'll create a short summary on the wiki.
This will disable the watchdog from u-boot:Code: Select all
mw.l 0xff009000 0x10f8 1
Anyone tried out their kernel on Intel Edison?
Re: Anyone tried out their kernel on Intel Edison?
Re: Anyone tried out their kernel on Intel Edison?
Mind sharing how you managed that? I've been trying for some time now, and can't seem to ever get past "Starting Kernel..."Thanks for tips! Today managed eventually to run today's linux-next on Intel Edison
I'm using the latest mainline kernel, without any Intel specific patches, with the Edison config and a few additional options. I have a suspicion that the kernel is loading, but I have the wrong console output. Not sure what else to set it to.
This is the last thing I see:
Code: Select all
Target:blank
Partitioning already done...
Flashing already done...
GADGET DRIVER: usb_dnl_dfu
reading vmlinuz
5568784 bytes read in 140 ms (37.9 MiB/s)
Valid Boot Flag
Setup Size = 0x00003e00
Magic signature found
Using boot protocol version 2.0d
Linux kernel version 3.19.0-poky-edison+ (joseph@JAKHPVZR) #1 SMP PREEMPT Tue Feb 10 19:32:27 MST 2015
Building boot_params at 0x00090000
Loading bzImage at address 00100000 (5552912 bytes)
Magic signature found
Kernel command line: "rootwait root=PARTUUID=012b3303-34ac-284d-99b4-34e03a2335f4 rootfstype=ext4 console=ttyMFD2 earlyprintk=ttyMFD2,keep loglevel=4 g_multi.ethernet_config=cdc systemd.unit=multi-user.target hardware_id=00 g_multi.iSerialNumber=140995190916de93d5df7232f0c5532f g_multi.dev_addr=02:00:86:c5:53:2f"
Starting kernel ...
Re: Anyone tried out their kernel on Intel Edison?
Oh, sorry for missed this forum. Everything related to Edison and newest kernel is published and updated here: https://edison.internet-share.com/wiki/ ... tel_Edisonjakogut wrote:Mind sharing how you managed that? I've been trying for some time now, and can't seem to ever get past "Starting Kernel..."Thanks for tips! Today managed eventually to run today's linux-next on Intel Edison
I'm using the latest mainline kernel, without any Intel specific patches, with the Edison config and a few additional options. I have a suspicion that the kernel is loading, but I have the wrong console output. Not sure what else to set it to.
This is the last thing I see:
Code: Select all
Target:blank Partitioning already done... Flashing already done... … Starting kernel ...