|
2017-08-17
, 20:49
|
Posts: 334 |
Thanked: 2,004 times |
Joined on Oct 2013
@ Fin
|
#1342
|
|
2017-08-17
, 21:19
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#1343
|
|
2017-08-17
, 21:57
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#1344
|
|
2017-08-18
, 16:48
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#1345
|
And you still did not answer; how far does the boot go, do you see anything at all on your device screen after ubiboot hands the execution to the debian kernel?
And another thing; have you checked that the debian kernel handles the CPU L2 cache initialization correctly? (See the section 4. of ubiboot README file...)
The Following User Says Thank You to marmistrz For This Useful Post: | ||
|
2018-03-01
, 16:56
|
Posts: 1,196 |
Thanked: 1,413 times |
Joined on Aug 2011
|
#1346
|
|
2018-03-01
, 19:15
|
|
Posts: 634 |
Thanked: 3,266 times |
Joined on May 2010
@ Colombia
|
#1347
|
I would like to telnet with ubiboot small on my Ubuntu 17.10 i386.
when i run telnet 192.168.2.15 not work.
Unable to connect to remote host...
when i run ifconfig -a i have no usb0 in the list
my n9 is named enp0s29....
Do i need to set up something before run telnet command
ifconfig enp0s29 up 192.168.2.1
The Following 5 Users Say Thank You to wicket For This Useful Post: | ||
|
2018-03-02
, 11:13
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#1348
|
The Following 3 Users Say Thank You to juiceme For This Useful Post: | ||
|
2018-03-02
, 17:06
|
|
Posts: 634 |
Thanked: 3,266 times |
Joined on May 2010
@ Colombia
|
#1349
|
Yes.
0.3.6-tiny is a stripped/limited version that does not have dhcpd enabled.
The tiny version was made specifically for the people who have bad kernel partition so that it can fit in there... It's recommended to use 0.3.7 for everybody else.
The corresponding "G_OS<x>_<y>_FILE" is the path to the bootable kernel.
The G_OS<x>_PARTITION and G_OS<x>_NAME identifiers define the partition
where the boot kernels are searched for.
For example, Harmattan kernels are by default located on mmcblk0p2 in the
/boot/ directory, which resolves to "/boot/Harmattan/boot/" in the script.
When you are running Harmattan, this dame directory resolves to /boot/
The Following 4 Users Say Thank You to wicket For This Useful Post: | ||
|
2018-03-02
, 18:44
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#1350
|
How's the init system in your kernel; is it expecting to use systemd or sysvinit? As I presume you are taking some arm debian disk image and integrating that with the elinux kernel?
Any other way to access the device requires you to have a daemon running in it, which basically means your userland needs to start.
For debugging init problems this is not the optimal strategy
[OK, yes there are other ways of course, you could build serial-emulation-for-usb in your kernel, or route kernel logging to audio port or modulate the status led with it... however you probably don't want to know about those methods]