![]() |
2015-09-20
, 11:19
|
|
Posts: 108 |
Thanked: 579 times |
Joined on Feb 2013
@ Požega, Croatia
|
#22
|
![]() |
2015-09-20
, 13:55
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#23
|
mount: mounting /dev/mmcblk0p1 on /mnt/base failed: No such file or directory
The Following User Says Thank You to marmistrz For This Useful Post: | ||
![]() |
2015-09-20
, 16:42
|
|
Posts: 108 |
Thanked: 579 times |
Joined on Feb 2013
@ Požega, Croatia
|
#24
|
The first error I noticed was
It seems as though the kernel didn't find the right partition.Code:mount: mounting /dev/mmcblk0p1 on /mnt/base failed: No such file or directory
OK, mmc issue sorted out by adding
CONFIG_DMADEVICES=y
CONFIG_DMA_OMAP=y
watchdog watchdog0: watchdog did not stop!
![]() |
2015-09-20
, 16:52
|
Posts: 1,297 |
Thanked: 4,322 times |
Joined on Oct 2014
|
#25
|
I think that this is the one to solve next:
Code:watchdog watchdog0: watchdog did not stop!
The Following User Says Thank You to nieldk For This Useful Post: | ||
![]() |
2015-09-20
, 16:55
|
|
Posts: 108 |
Thanked: 579 times |
Joined on Feb 2013
@ Požega, Croatia
|
#26
|
This is just a warning, that some service didn't stop within a given timeout. You will find that even in normal log iam sure.
The Following User Says Thank You to filip.pz For This Useful Post: | ||
![]() |
2015-09-20
, 17:08
|
Posts: 1,297 |
Thanked: 4,322 times |
Joined on Oct 2014
|
#27
|
It's not present when booting 3.5.3. I'd expect for kernel to kick the watchdog just before init, so it doesn't time out. Seems to me that just the case here.
213 2.520324 mmcblk0boot1: unknown partition table
The Following User Says Thank You to nieldk For This Useful Post: | ||
![]() |
2015-09-20
, 17:20
|
|
Posts: 108 |
Thanked: 579 times |
Joined on Feb 2013
@ Požega, Croatia
|
#28
|
Possibly its related to the systemd errors. While annoying, I don't think its a stopper.
![]() |
2015-09-20
, 19:05
|
|
Posts: 634 |
Thanked: 3,266 times |
Joined on May 2010
@ Colombia
|
#29
|
The Following User Says Thank You to wicket For This Useful Post: | ||
![]() |
2015-09-20
, 19:13
|
|
Posts: 108 |
Thanked: 579 times |
Joined on Feb 2013
@ Požega, Croatia
|
#30
|
The N900 which also uses twl4030_wdt, doesn't need that hack. Check that you are not doing anything differently.
Here's the latest N900 config file which you might find useful for reference given the hardware similarities:
https://github.com/pali/linux-n900/b...rx51_defconfig
Here's boot with 4.3.0-rc1: http://pastie.org/pastes/10433203
Seems that mmc driver is having some DMA trouble:
omap_hsmmc 480b4000.mmc: unable to obtain RX DMA engine channel 3230369304
I'm guessing that needs to be taken care of first of all.
Last edited by filip.pz; 2015-09-20 at 10:50.