|
发表于 2020-7-28 15:42:24
只看该作者
5#
参考官网的http://wiki.t-firefly.com/zh_CN/Firefly-RK3288/linux_compile.html
按照流程下来,能打包,下载启动后报以下错误:
Warning: ethernet@ff290000 (eth0) using random MAC address - ae:61:89:9e:0d:a9
eth0: ethernet@ff290000
Hit key to stop autoboot('CTRL+C'): 0
ANDROID: reboot reason: "recovery"
boot mode: recovery
Load FDT from recovery part
DTB: rk-kernel.dtb
Booting ZIMAGE kernel at 0x02008000(Uncompress to 0) with fdt at 0x8300000...
ERROR: Failed to allocate 0x119a600 bytes below 0x119a600.
Sysmem Error: Failed to alloc "UNCOMPRESS-KERNEL" at 0x00000000 - 0x0119a600
## Booting Android Image at 0x02007800 ...
Kernel load addr 0x02008000 size 8112 KiB
RAM disk load addr 0x0a200000 size 7740 KiB
## Flattened Device Tree blob at 08300000
Booting using the fdt blob at 0x8300000
XIP Kernel Image ... OK
'reserved-memory' dma-unusable@fe000000: addr=fe000000 size=1000000
'reserved-memory' ramoops@00000000: addr=8000000 size=f0000
Loading Ramdisk to 0f871000, end 0ffffd6a ... OK
Loading Device Tree to 0f85a000, end 0f870136 ... OK
Adding bank: 0x00000000 - 0x08400000 (size: 0x08400000)
Adding bank: 0x09300000 - 0x80000000 (size: 0x76d00000)
Total: 4156.196 ms
Starting kernel ...
后面更改成./Image/rk3288_ubuntu_rootfs.img
是根据https://blog.csdn.net/kenjianqi1647/article/details/88726391更改的。
也是能打包成功,下载报错一样的。
目前是想使用Ubuntu根文件系统,启动内核,但一直不成功。大神有这样试过吗?
|
|