Jump to content

Armbian for the orange PI PC2 gives nothing, tried the raspbian image and it boots


ch3510

Recommended Posts

52 minutes ago, Igor said:

If you already have a local filesystem cache it will not download new (corrected one) ...

then I will clean/empty the directory ./build/cache/rootfs before I start my next compile - Thanks to @Igor and @lanefu

 

[EDIT] I compiled a new image for the Opi PC2 after cleaning my rootfs (again) and the script did download the new version of buster-rootfs (here with my timestamps):
 

-rw-rw-r-- 1 root root 472595160 Jul 15 15:17

buster-cli-arm64.0871d3ca50739ed86cbfa14ec1d561db.tar.lz4

 

-rw-rw-r-- 1 root root       833 Jul 15 15:11

buster-cli-arm64.0871d3ca50739ed86cbfa14ec1d561db.tar.lz4.asc

 

-rw-rw-r-- 1 root root         0 Jul 15 15:17

buster-cli-arm64.0871d3ca50739ed86cbfa14ec1d561db.tar.lz4.complete

 

Now the NetworkManager error is gone :)

Link to comment
Share on other sites

2 hours ago, guidol said:

BTW: the .dtb for the NanoPi K1 Plus has some LED names mixed up:

# green LED
echo 'mmc0' > /sys/class/leds/nanopi:blue:status/trigger


# red LED
echo 'heartbeat' > /sys/class/leds/nanopi:green:pwr/trigger

@Igor I did correct the color-names of the LEDs in the  sun50i-h5-nanopi-k1-plus.dts/.dtb:

        leds {
                compatible = "gpio-leds";

                status {
                        label = "nanopi:green:status";
                        gpios = < 0x0a 0x00 0x0a 0x00 >;
                        linux,default-trigger = "heartbeat";
                };

                pwr {
                        label = "nanopi:red:pwr";
                        gpios = < 0x38 0x00 0x0a 0x00 >;
                        default-state = "on";
                };
        };

maybe you want to make a PR/commit out of this file?

sun50i-h5-nanopi-k1-plus.dtb sun50i-h5-nanopi-k1-plus.dts

Link to comment
Share on other sites

On 7/12/2019 at 9:05 AM, ch3510 said:

no led, no output, tried it with 3 different 16gb class 10 sandisk sd cards, previous versions works fine, and i also tried the download from torrents and the direct downloads, still nothing

 


Try this build: https://dl.armbian.com/orangepipc2/archive/Armbian_5.91_Orangepipc2_Debian_buster_next_4.19.59.7z

Link to comment
Share on other sites

On 7/13/2019 at 1:35 PM, Igor said:

Well, we need to see serial output to say more.

hey, sorry if i took a while but i finally bought a usb to ttl adaptor and putty shows nothing, it acts like the device isnt even powered on...

 

i tried it with putty and there is no output, even tried it with the ubuntu image and the pi boots fine but putty shows nothing and the GND led shuts off on the usb to ttl adaptor when i plug the power into the pi

Link to comment
Share on other sites

6 hours ago, ch3510 said:

usb to ttl adaptor and putty shows nothing

Are you sure of the wiring ? Make sure the RX/TX are not inverted !

To test the USB-TTL dongle itself, simply short its RX/TX together and in putty every keystroke should be echoed ...

Link to comment
Share on other sites

5 hours ago, martinayotte said:

Are you sure of the wiring ? Make sure the RX/TX are not inverted !

To test the USB-TTL dongle itself, simply short its RX/TX together and in putty every keystroke should be echoed ...

i cant even type in the putty window...

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines