-
Notifications
You must be signed in to change notification settings - Fork 13
Bananapi eMMC support #1240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Bananapi eMMC support #1240
Conversation
8040ff6 to
92b969e
Compare
| This is copied from linux where it is an overlay, unfortunatly it is not | ||
| possible to use dtbo in sysboot unless present in syslinux.conf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if it makes sense or not, but the standard scripts do check for a board-specific syslinux.conf before falling back to the generic one:
infix/board/common/uboot/scripts/ixbootslot.sh
Lines 37 to 41 in 0328700
| for conf in "${board}-syslinux.conf syslinux.conf"; do | |
| if test -e blkmap ${blkmapnum} /boot/syslinux/${conf}; then | |
| sysboot blkmap ${blkmapnum} any ${scriptaddr} /boot/syslinux/${conf} | |
| fi | |
| done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is still the same board SD/eMMC. Both are bananapi-r3. But I do not see any need for it now anyway.
Not sure if it makes sense or not, but the standard scripts do check for a board-specific
syslinux.confbefore falling back to the generic one:infix/board/common/uboot/scripts/ixbootslot.sh
Lines 37 to 41 in 0328700
for conf in "${board}-syslinux.conf syslinux.conf"; do if test -e blkmap ${blkmapnum} /boot/syslinux/${conf}; then sysboot blkmap ${blkmapnum} any ${scriptaddr} /boot/syslinux/${conf} fi done
92b969e to
dc9b071
Compare
50fcfe6 to
3765d54
Compare
|
Please test the flow described in the Readme.md @troglobit. |
104ab4f to
fd2c9d1
Compare
fd2c9d1 to
2707303
Compare
Made it work this morning. But the experience was horrifying! 😨 We just have to improve the UX on this one .. or at least fix up the |
Description
Checklist
Tick relevant boxes, this PR is-a or has-a: