-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Lession01, can not be booted up with config.txt #206
Comments
Yes, I confirmed that this is an issue with the latest raspberry pi OS firmware. So if you use a newer raspberry pi OS as your base for the disk, it will actually not work. You have to remove the: kernel_old=1 and replace it with: arm_64bit=1 With that configuration, it works for me now. If you use an older raspberry pi os firmware files, then you will need to use the same config.txt as in the tutorials. |
Thanks, It works for me. |
Thank @rockytriton , Could you please let me know the firmware version that you succeeded to activate all cores? |
@drymon I noticed that too, looking at the updated armstub code, it looks like they are putting the extra cores to sleep now and only letting the main core run the kernel code. So it would be expecting the kernel to wake up the cores. I saw someone else posted some info about waking up those cores here. I haven't tried it yet myself: #8 (comment) |
FYI, I've created a video series which walks through the whole process for the first lesson. My code is a bit different than Serge's but mostly it's the same as lesson 1. It should help some of you who are having issues getting the serial part to work: https://www.youtube.com/playlist?list=PLVxiWMqQvhg9FCteL7I0aohj1_YiUx1x8 |
@rockytriton Thank you for your help. In order to make all the session code run properly, I have switched to the older firmware version and it work fine for me.
|
Thanks for this! Using I just wanted to add that, at least for lesson01, adding the |
When place config.txt into SD card, I can not see "Hello, world!". But if I remove this file, the "Hello, world!" will be displayed.
Does anyone have the same issue?
Also when try to run exercise 3 (multiple cores), I can see message from only one core.
Do I need any further configuration to activate 4 cores of Raspberry PI 3 B?
The text was updated successfully, but these errors were encountered: