-
Notifications
You must be signed in to change notification settings - Fork 228
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
tegraflash on TX2 #29
Comments
I haven't yet worked out all the necessary pieces to make a tegraflash-able image for the TX2, so you can only build an SDcard image at this point. Besides U-Boot, it looks like the tegraflash tooling and configuration is a bit different for TX2 than for TX1, so the bbclass will need updating, too. I've just been too busy with my day job lately to get to it. |
got it. Thanks for the quick reply. |
Hey there @madisongh ! |
I am working on supporting flashing the TX2, but the differences between TX1 and TX2 are significant, so it will take some time. I may hold off on doing this until R28 is released. |
I have pushed tegraflash support for the TX2 to master for experimentation and testing. |
@madisongh thanks for the updates! Got sato working. I'll keep plowing ahead trying a few different things. |
@madisongh so the plus side is the flashing works great. not sure I want to open a new issue for this. But, having some issues writing new images/dtb to the /boot directory. If I put a new file there I get this
and then it bails on retrieving the kernel I've had issues with ext4 and u-boot in the past. I was wondering if you've seen anything like this. My immediate thought would be to make /boot a separate partition and make it ext2 or vfat. |
@madisongh I changed ext3 to ext4 in image_types_tegra.bbclass and it seems to be working now. |
OK, I'll make the switch. This could the what's causing #36, too. |
hmm, hadn't seen #36. well that's interesting, I see
I'll play with it and see if I can come up with anything. |
@madisongh Any thoughts on the error below.
When I add
to the end of my local.conf and try to bitbake core-image-sato I get
without adding the IMAGE_FSTYPES it builds fine.
The text was updated successfully, but these errors were encountered: