Armbian Bionic on Pine A64+ black screen - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6) +---- Forum: Armbian (https://forum.pine64.org/forumdisplay.php?fid=84) +---- Thread: Armbian Bionic on Pine A64+ black screen (/showthread.php?tid=6245) Pages:
1
2
|
Armbian Bionic on Pine A64+ black screen - starmagoo - 07-05-2018 I tried to flash the latest Armbian (Armbian_5.50.180630_Pine64_Ubuntu_bionic_dev_4.17.3) on my A64+. When starting I get the following message: Anybody have any idea what might go wrong? I know it's not stable yet. After that message I get a black screen. regards RE: Armbian Bionic on Pine A64+ black screen - Luke - 07-05-2018 If you don't get a response on here, then I suggest you try Armbian forum. RE: Armbian Bionic on Pine A64+ black screen - starmagoo - 07-05-2018 (07-05-2018, 06:00 AM)Luke Wrote: If you don't get a response on here, then I suggest you try Armbian forum. Ok I will try. RE: Armbian Bionic on Pine A64+ black screen - starmagoo - 07-31-2018 For you to know, I started a post in the Armbian Forum. https://forum.armbian.com/topic/7844-armbian-bionic-on-pine-a64-bad-device-error/ It looks like the image cannot boot from the SD-Card. At least according to the error messages. Quote:Loading Environment from FAT... ** Bad Device mmc 0 ** RE: Armbian Bionic on Pine A64+ black screen - paradise - 07-31-2018 (07-05-2018, 05:30 AM)starmagoo Wrote: I tried to flash the latest Armbian (Armbian_5.50.180630_Pine64_Ubuntu_bionic_dev_4.17.3) on my A64+. When starting I get the following message:Simplefb is the Framebuffer driver.. You are using the wrong image.. your image is for a device with a different type of framebuffer. Try another image. RE: Armbian Bionic on Pine A64+ black screen - starmagoo - 07-31-2018 I would like to but there is no other image. https://dl.armbian.com/pine64/ RE: Armbian Bionic on Pine A64+ black screen - evilbunny - 07-31-2018 (07-31-2018, 03:06 PM)starmagoo Wrote: I would like to but there is no other image. Did you see this one? https://dl.armbian.com/pine64so/ RE: Armbian Bionic on Pine A64+ black screen - paradise - 07-31-2018 http://wiki.pine64.org/index.php/Pine_A64_Software_Release Try some stuff with A64+ in the name.. if it works find the DTB file and use that to fix other distributions. RE: Armbian Bionic on Pine A64+ black screen - starmagoo - 08-01-2018 (07-31-2018, 03:32 PM)evilbunny Wrote: Did you see this one? Yes, these images don't work. I don't even get a boot screen. (07-31-2018, 04:17 PM)paradise Wrote: http://wiki.pine64.org/index.php/Pine_A64_Software_Release What exactly do you mean? I found out that the DTB (Device Tree Blob) is a file which describes all the physical devices in a system. Right? How can I find it and where should I put it? RE: Armbian Bionic on Pine A64+ black screen - paradise - 08-01-2018 (08-01-2018, 02:31 PM)starmagoo Wrote:(07-31-2018, 03:32 PM)evilbunny Wrote: Did you see this one? Most of the distro's put it in the msdos boot partition in the folder dtb or overlays Example Linux (some jesse version) Code: root@SuperBSD:/ # ls /mnt/msdos/ Also make sure to check the u-boot/kerel messages and try and figure out what dtb file it's loading so you get/replace the right one. ps. Linux DTB will most likely not work with BSD and vise versa. ps2. You can also edit your DTB I don't know the command in Linux but FreeBSD I use extract: dtc -O dts -I dtb -o sun50i-a64-pine64-plus.dts sun50i-a64-pine64-plus.dtb edit with some text editor extract: dtc -O dtb -I dts -o sun50i-a64-pine64-plus.dtb sun50i-a64-pine64-plus.dts |