Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can this work on the original Pcduino V3 non-nano #1

Open
brunnels opened this issue Dec 13, 2015 · 6 comments
Open

Can this work on the original Pcduino V3 non-nano #1

brunnels opened this issue Dec 13, 2015 · 6 comments

Comments

@brunnels
Copy link

I have the original Pcduino V3 non-nano. I can build uboot using the Linksprite_pcDuino3_defconfig but was wondering if the pcduino3_nano_config kernel config would work?

@brunnels
Copy link
Author

Looks like it does but I haven't tried the wireless or HDMI yet, just serial. The ethernet did come up. I tried with the 15.06 vivid image and I'm booting up. Your docs for creating the bootable SD card are missing the step to mkfs.ext4 /dev/hdx1 and mkfs.ext4 /dev/hdx2 prior to mounting them.

Here's some output via my build:

root@linaro-nano:~# uname -a
Linux linaro-nano 4.3.2 #1 SMP Sun Dec 13 18:19:24 CST 2015 armv7l armv7l armv7l GNU/Linux

root@linaro-nano:~# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=15.04
DISTRIB_CODENAME=vivid
DISTRIB_DESCRIPTION="Ubuntu 15.04"

@brunnels
Copy link
Author

Checked DMESG.

Single errors:

sun4i-ss 1c15000.crypto-engine: Fail to register md5
sun4i-ss: probe of 1c15000.crypto-engine failed with error -22

systemd-tmpfiles[738]: [/usr/lib/tmpfiles.d/systemd.conf:26] Failed to replace specifiers: /run/log/journal/%m

Lot of these errors:

systemd-journald[423]: Failed to get machine id: No such file or directory
systemd-tmpfiles[738]: [/usr/lib/tmpfiles.d/systemd.conf:26] Failed to replace specifiers: /run/log/journal/%m

Is it possible to mount the nand? I'm not seeing it in /proc/partitions

@brunnels brunnels reopened this Dec 14, 2015
@brunnels
Copy link
Author

systemd-machine-id-setup resolved the systemd errors.

@brunnels
Copy link
Author

sudo dpkg-reconfigure tzdata and sudo ntpdate pool.ntp.org should also be run after first boot

@brunnels
Copy link
Author

systemd[1]: Failed to insert module 'autofs4'
That can be resolved by changing the kernel module to Y rather then M
CONFIG_AUTOFS4_FS=m to CONFIG_AUTOFS4_FS=y

@brunnels
Copy link
Author

Patch for the crypto-engine error https://lkml.org/lkml/2015/11/16/46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant