'V)�v�a�_�b����S905 autoscriptZif fatload mmc 0 0x1000000 u-boot.ext; then go 0x1000000; fi;
if fatload usb 0 0x1000000 u-boot.ext; then go 0x1000000; fi;
setenv env_addr 0x1040000
setenv initrd_addr 0x13000000
setenv boot_start 'bootm ${loadaddr} ${initrd_addr} ${dtb_mem_addr}'
setenv addmac 'if printenv mac; then setenv bootargs ${bootargs} mac=${mac}; elif printenv eth_mac; then setenv bootargs ${bootargs} mac=${eth_mac}; fi'
setenv try_boot_start 'if fatload ${devtype} ${devnum} ${loadaddr} uImage; then if fatload ${devtype} ${devnum} ${initrd_addr} uInitrd; then fatload ${devtype} ${devnum} ${env_addr} uEnv.ini && env import -t ${env_addr} ${filesize} && run addmac; fatload ${devtype} ${devnum} ${dtb_mem_addr} ${dtb_name} && run boot_start; fi;fi'
setenv devtype mmc
setenv devnum 0
run try_boot_start
setenv devtype usb
for devnum in 0 1 2 3 ; do run try_boot_start ; done
I just ran the install-aml-emmc.sh and it created the files on the eMMC boot partition. I did not change any file other than we talked about in this thread.
In my test the mmc flash is not working as it not able to find any data in emmc when booting.
I am testing this further to see whether this garbage bootloader needs more space to fit in.
No idea. I am using upstream dts and it seems most of the memory is reserved by the bsp uboot,
I can’t do much until someone from BPI team advice on this.
FYI, there is an ongoing effort from Martin Blumenstingl to add support for the RTL8822CS chip; based on the active work from Sascha Hauer to support RTL882x USB devices. See here:
Hello, I’ve installed the newest Manjaro Mate Image from Dec. 26, 2022 on my Banana PI M5.
The image works so far, but addresses only 1 GB instead of 4 GB memory, as already described above. Maybe that’s why it’s so slow ?
Is there already a fix, or can this be adjusted manually ?