Hi y'all,
I built and sdcard image for the Lichee Pi Nano using the buildroot image at https://github.com/florpor. However on booting with the flashed sdcard
U-Boot SPL 2018.01-05679-g013ca457fd-dirty (Aug 02 2019 - 09:57:28) DRAM: 32 MiB Trying to boot from MMC1
and it hangs indefinitely. I would be very grateful for any ideas
离线
试一试 sunxi-fel 的 uboot 命令:
sunxi-fel uboot u-boot-sunxi-with-spl.bin
参考: 荔枝派zero/小智极客S3/V3s使用sunxi-fel 借 u-boot 启动 Linux系统, 无需 spi flash / TF 卡
https://whycan.com/t_2388.html
离线
顶,我也是,不过我是FLASH启动,可以进入内核;但在插入一张空的SD卡在启动就会卡住在Trying to boot from MMC1,也不知道咋整现在
离线
Hi tigger,
My goal is to boot from an sd card. not the NOR flash. I've swapped sd cards and it is still stuck at trying to boot from mmc1. Is this a general problem with this board?
离线
mmc1 不支持 启动,
只有 mmc0 / mmc2 支持启动。
离线
Hi X3,
Can you point me to the source of your information ??
离线
I am having a similar issue, I have the lichee pi nano board and have been attempting for several days to get it to boot from the sd card
this is what I always get:
U-Boot SPL 2020.07 (May 24 2023 - 21:04:19 +0800)
DRAM: 32 MiB
Trying to boot from MMC1
U-Boot 2020.07 (May 24 2023 - 21:04:19 +0800) Allwinner Technology
CPU: Allwinner F Series (SUNIV)
Model: Allwinner F1C100s Generic Device
DRAM: 32 MiB
MMC: mmc@1c0f000: 0, mmc@1c10000: 1
Setting up a 480x272 lcd console (overscan 0x0)
and then it just freezes there
the built-in program that came on the 16mb spi flash works fine, has a littlevgl demo
edit: I was able to finally get this buildroot to work https://github.com/mclewell/licheepi-nano-lcd
now I'm trying to figure out how to use st7789v 320x240 LCD display
最近编辑记录 bankbank (2023-05-25 03:53:29)
离线