WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: piCore for the H3 boards - Orange Pi, Nano Pi etc.  (Read 58318 times)

Offline nxtv2.0

  • Newbie
  • *
  • Posts: 42
Re: piCore for the H3 boards - Orange Pi, Nano Pi etc.
« Reply #15 on: October 13, 2016, 04:22:44 PM »
Didn't work same as before :-\

Offline nxtv2.0

  • Newbie
  • *
  • Posts: 42
Re: piCore for the H3 boards - Orange Pi, Nano Pi etc.
« Reply #16 on: October 13, 2016, 04:23:32 PM »
Didn't work ,same as before.

Offline nxtv2.0

  • Newbie
  • *
  • Posts: 42
Re: piCore for the H3 boards - Orange Pi, Nano Pi etc.
« Reply #17 on: October 14, 2016, 04:56:34 AM »
Didn't work.
same as before.

Offline jgrulich

  • Sr. Member
  • ****
  • Posts: 341
    • GRULICH DESIGN - R&D Lab.
Re: piCore for the H3 boards - Orange Pi, Nano Pi etc.
« Reply #18 on: October 16, 2016, 03:20:41 AM »
Sorry, don't have the board to test with.

Offline nxtv2.0

  • Newbie
  • *
  • Posts: 42
Re: piCore for the H3 boards - Orange Pi, Nano Pi etc.
« Reply #19 on: October 16, 2016, 08:39:54 AM »
Sorry for posting multible times, was an accident.

What is needed to support the giagbit controller?
I xan help you develop one , any image you want me to test i will accept.

Offline jgrulich

  • Sr. Member
  • ****
  • Posts: 341
    • GRULICH DESIGN - R&D Lab.
Re: piCore for the H3 boards - Orange Pi, Nano Pi etc.
« Reply #20 on: October 16, 2016, 09:34:40 AM »
Use the steps as I've described in you post:
http://forum.tinycorelinux.net/index.php/topic,20426.msg127344.html#msg127344

That's the fastest way, because than you have something working at the beginning and you may revert steps it it stop working.
The opposite way, means to use try / fail method is quite time consuming because you test it as a blind men.

Offline jgrulich

  • Sr. Member
  • ****
  • Posts: 341
    • GRULICH DESIGN - R&D Lab.
Re: piCore for the H3 boards - Orange Pi, Nano Pi etc.
« Reply #21 on: October 16, 2016, 09:52:42 AM »
Install this distro: http://www.armbian.com/orange-pi-plus-2e/
and post the dmesg with the ethernet info.
I have the source files for the 3.4.112 kernel and therefor may use it for our purpose easily.

Offline nxtv2.0

  • Newbie
  • *
  • Posts: 42
Re: piCore for the H3 boards - Orange Pi, Nano Pi etc.
« Reply #22 on: October 16, 2016, 06:36:12 PM »
Ok i was allready using armbian .
will post shortly.

Offline nxtv2.0

  • Newbie
  • *
  • Posts: 42
Re: piCore for the H3 boards - Orange Pi, Nano Pi etc.
« Reply #23 on: October 16, 2016, 10:06:32 PM »
Command i used:
Code: [Select]
dmesg > log.txtLink to File:
https://drive.google.com/file/d/0BxEtx0o2OWjmTHJfX1pvLTQ4djA/view?usp=drivesdk
Hope it helps,if you need anything else just say.

Thanks.

Offline jgrulich

  • Sr. Member
  • ****
  • Posts: 341
    • GRULICH DESIGN - R&D Lab.
Re: piCore for the H3 boards - Orange Pi, Nano Pi etc.
« Reply #24 on: October 17, 2016, 04:21:59 AM »
Strange, it uses the same gmac0 as for internal 100MB port.
Please test my version and post the dmesg to see the error messages about the gmac.

Offline jgrulich

  • Sr. Member
  • ****
  • Posts: 341
    • GRULICH DESIGN - R&D Lab.
Re: piCore for the H3 boards - Orange Pi, Nano Pi etc.
« Reply #25 on: October 17, 2016, 05:15:26 AM »
Maybe I got it,

use the kernel,I've sent last time, and overwrite the script.bin:
https://dl.dropboxusercontent.com/u/86461636/script.bin

Regards,

Jan


Offline nxtv2.0

  • Newbie
  • *
  • Posts: 42
Re: piCore for the H3 boards - Orange Pi, Nano Pi etc.
« Reply #26 on: October 17, 2016, 07:43:22 AM »
I can't find the image on my pc and the dropbox link is broken.

Offline nxtv2.0

  • Newbie
  • *
  • Posts: 42
Re: piCore for the H3 boards - Orange Pi, Nano Pi etc.
« Reply #27 on: October 17, 2016, 07:44:36 AM »
I mean the kernel no the image.

Offline nxtv2.0

  • Newbie
  • *
  • Posts: 42
Re: piCore for the H3 boards - Orange Pi, Nano Pi etc.
« Reply #28 on: October 17, 2016, 08:17:02 AM »
And please add a script that automatically saves the output of dmesg to a file in the fat32 partition because i can't access the pi without ethernet working. 

Offline jgrulich

  • Sr. Member
  • ****
  • Posts: 341
    • GRULICH DESIGN - R&D Lab.
Re: piCore for the H3 boards - Orange Pi, Nano Pi etc.
« Reply #29 on: October 17, 2016, 10:52:49 AM »
Once more the link to the zImage and script.bin:
https://dl.dropboxusercontent.com/u/86461636/zImage
https://dl.dropboxusercontent.com/u/86461636/script.bin

To save the dmesg:
Code: (bash) [Select]
mount /mnt/mmcblk0p1
sudo dmesg > /mnt/mmcblk0p1/log.txt