|
【Linux】
Building Ubuntu image, but u-boot says Android
Posted at 9/10/2020 04:39:43
View:3659
|
Replies:0
Print
Only Author
[Copy Link]
1#
I built an Ubuntu image for ROC-RK3328-CC as described here:
http://wiki.t-firefly.com/ROC-RK3328-CC/linux_compile.html
I flashed it on SD card, but when I run it, all I see is a splash screen and in the serial console it gets to Linux command prompt without booting rootfs. I see the following in U-Boot serial console output, which seems to indicate that it thinks it's an Android image, even though I built Ubuntu image and the image file name (ROC-RK3328-CC-UBUNTU20180920-GPT-SDBOOT-20200909-1615.img) also indicates that this is an Ubuntu image. Any idea why U-boot think's it's an Android image and how to fix it? I am building U-boot from scratch. Here is the U-boot output:
ANDROID: reboot reason: "recovery"
Fdt Ramdisk skip relocation
Booting IMAGE kernel at 0x00280000 with fdt at 0x8300000...
## Booting Android Image at 0x0027f800 ... |
|