-
Notifications
You must be signed in to change notification settings - Fork 0
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
Comments
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 root@linaro-nano:~# cat /etc/lsb-release |
Checked DMESG. Single errors: sun4i-ss 1c15000.crypto-engine: Fail to register md5 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 Is it possible to mount the nand? I'm not seeing it in /proc/partitions |
systemd-machine-id-setup resolved the systemd errors. |
|
|
Patch for the crypto-engine error https://lkml.org/lkml/2015/11/16/46 |
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?
The text was updated successfully, but these errors were encountered: