Cannot Boot Star64 - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: General (https://forum.pine64.org/forumdisplay.php?fid=1) +--- Forum: General (https://forum.pine64.org/forumdisplay.php?fid=74) +--- Thread: Cannot Boot Star64 (/showthread.php?tid=18622) |
Cannot Boot Star64 - jdoolin - 08-18-2023 Greetings! I'm looking for a bit of advice. After numerous attempts, I am unable to get my Star64 board to boot. I'm attempting to run Armbian, including the build by balbes150 (https://forum.pine64.org/showthread.php?tid=18344) and the build on the Armbian website. I've read about setting the Component S1804 switches to boot from SD card, which I've tried. I also wrote an image to an eMMC module and tried booting from that (changing the S1804 switches accordingly). I have a 3amp power supply purchased from Pine. I'm using the serial console on pins 6, 8 and 10. The only message I ever see is this: Code: BOOT fail,Error is 0xffffffff RE: Cannot Boot Star64 - balbes150 - 08-18-2023 return the switch to the factory state (flash 0,0) and show the log of the entire UART log from the power-on moment when starting any image from the specified theme (download, unpack and burn to the SD card, do not change anything after recording, connect to Star64 and turn on the power). Please note, there is no bootloader (u-boot) in my images and they work exclusively in startup mode with built-in u-boot (factory state of the device). If you want to test the launch from an SD card, use Fishwaldo images, they have a built-in u-boot and they can work in both switch position options (SD and flashe). RE: Cannot Boot Star64 - jdoolin - 08-18-2023 (08-18-2023, 08:24 AM)balbes150 Wrote: return the switch to the factory state (flash 0,0) and show the log of the entire UART log from the power-on moment when starting any image from the specified theme (download, unpack and burn to the SD card, do not change anything after recording, connect to Star64 and turn on the power). Thanks for the assistance! Returning the switch to factory state got some much more interesting results, however it is still not booting successfully. It occurs to me that this may be because I likely did not successfully update the bootloader according to your post on the Armbian boards. But before I attempt that again, I'll post the UART log: Code: U-Boot SPL 2021.10 (Jan 19 2023 - 04:09:41 +0800) RE: Cannot Boot Star64 - balbes150 - 08-19-2023 Yes, you haven't updated the loader. Now you have the correct state of the switch to start the update. Download the update file, write it to the SD card, insert it into Star64 and turn on the power. Wait for the update to finish (about 1-2 minutes) and turn off Star64. You can burn the ArmbianTV image to the same SD card and now it will work. I recommend using the LEGACY version, all the hardware works in it. The CURRENT and EDGE versions are test versions with a new kernel, some of the hardware is not working in them yet. If you need a working browser, I recommend using Alt Linux images, they have a full-fledged browser. RE: Cannot Boot Star64 - jdoolin - 08-19-2023 (08-19-2023, 12:33 AM)balbes150 Wrote: Yes, you haven't updated the loader. Now you have the correct state of the switch to start the update. Download the update file, write it to the SD card, insert it into Star64 and turn on the power. Wait for the update to finish (about 1-2 minutes) and turn off Star64. You can burn the ArmbianTV image to the same SD card and now it will work. I recommend using the LEGACY version, all the hardware works in it. The CURRENT and EDGE versions are test versions with a new kernel, some of the hardware is not working in them yet. If you need a working browser, I recommend using Alt Linux images, they have a full-fledged browser. Thank you once again. I just got Sid Legacy - XFCE booted (though I'm still only using the serial console for now). WiFi is working and all is well thus far. I've seen a few other places mention that doing an apt update is not advisable. Is that the case for your current build? My final question would be, is there anything I can do to help test? RE: Cannot Boot Star64 - balbes150 - 08-20-2023 (08-19-2023, 09:50 AM)jdoolin Wrote: I've seen a few other places mention that doing an apt update is not advisable. Is that the case for your current build? you can safely update the system, a different principle of using packages (deb) is used here, this is a standard system from network repositories and it can be updated, install any packages from network repositories without restrictions. |